9fc2aef733f8103a09691750d0d31e6531ff6092
[gnulib.git] / ChangeLog
1 2009-12-31  Eric Blake  <ebb9@byu.net>
2
3         utimens: avoid shadowing warning
4         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
5         buffers into one, to avoid shadowing, as well as avoiding a
6         redundant stat.
7         Reported by Jim Meyering.
8
9         test-dup2: avoid compiler warning
10         * tests/test-dup2.c (is_inheritable): Only define if used.
11
12 2010-01-01  Bruno Haible  <bruno@clisp.org>
13
14         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
15         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
16         defined, use wctomb instead of wcrtomb.
17
18 2010-01-01  Bruno Haible  <bruno@clisp.org>
19
20         iconv: Reject native Solaris iconv.
21         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
22         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
23
24 2009-12-31  Bruno Haible  <bruno@clisp.org>
25
26         * tests/test-signal.c (main): Remove test of 'SIG'.
27
28 2009-12-31  Bruno Haible  <bruno@clisp.org>
29
30         spawn: Fix incomplete fix.
31         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
32         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
33         warnings for GNULIB_POSIXCHECK again.
34         Reported by Eric Blake.
35
36 2009-12-31  Bruno Haible  <bruno@clisp.org>
37
38         Avoid namespace pollution on glibc systems.
39         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
40         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
41         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
42         glibc systems.
43
44 2009-12-31  Bruno Haible  <bruno@clisp.org>
45
46         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
47         (gl_REPLACE_WCHAR_H): Turn into a no-op.
48         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
49         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
50         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
51         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
52         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
53
54 2009-12-31  Bruno Haible  <bruno@clisp.org>
55
56         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
57         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
58         afterwards.
59
60 2009-12-31  Bruno Haible  <bruno@clisp.org>
61
62         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
63         SYS_UTSNAME_H.
64
65 2009-12-31  Bruno Haible  <bruno@clisp.org>
66
67         spawn: Fix misapplied patch.
68         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
69         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
70         warnings for GNULIB_POSIXCHECK.
71
72 2009-12-31  Bruno Haible  <bruno@clisp.org>
73
74         times: Update after sys_times changed.
75         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
76         * modules/times (Files): Add it.
77         (configure.ac): Invoke gl_FUNC_TIMES.
78
79 2009-12-31  Bruno Haible  <bruno@clisp.org>
80
81         Use AC_C_INLINE where necessary.
82         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
83         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
84         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
85         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
86         * m4/mbfile.m4 (gl_MBFILE): Likewise.
87         * m4/mbiter.m4 (gl_MBITER): Likewise.
88         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
89         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
90         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
91         * modules/u64 (configure.ac): Likewise.
92
93 2009-12-31  Bruno Haible  <bruno@clisp.org>
94
95         Use AC_C_INLINE instead of module 'inline' where possible.
96         * modules/inline (Description): Clarify purpose.
97         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
98         * modules/count-one-bits (Depends-on): Remove inline.
99         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
100         * modules/openat (Depends-on): Remove inline.
101         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
102         instead of depending on module 'inline'.
103         * modules/filevercmp (Depends-on, configure.ac): Likewise.
104         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
105         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
106         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
107         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
108         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
109         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
110         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
111         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
112         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
113         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
114         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
115         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
116         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
117         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
118         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
119         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
120         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
121         Likewise.
122         * modules/unictype/property-ascii-hex-digit (Depends-on,
123         configure.ac): Likewise.
124         * modules/unictype/property-bidi-arabic-digit (Depends-on,
125         configure.ac): Likewise.
126         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
127         configure.ac): Likewise.
128         * modules/unictype/property-bidi-block-separator (Depends-on,
129         configure.ac): Likewise.
130         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
131         configure.ac): Likewise.
132         * modules/unictype/property-bidi-common-separator (Depends-on,
133         configure.ac): Likewise.
134         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
135         Likewise.
136         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
137         configure.ac): Likewise.
138         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
139         configure.ac): Likewise.
140         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
141         configure.ac): Likewise.
142         * modules/unictype/property-bidi-european-digit (Depends-on,
143         configure.ac): Likewise.
144         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
145         configure.ac): Likewise.
146         * modules/unictype/property-bidi-left-to-right (Depends-on,
147         configure.ac): Likewise.
148         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
149         configure.ac): Likewise.
150         * modules/unictype/property-bidi-other-neutral (Depends-on,
151         configure.ac): Likewise.
152         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
153         Likewise.
154         * modules/unictype/property-bidi-segment-separator (Depends-on,
155         configure.ac): Likewise.
156         * modules/unictype/property-bidi-whitespace (Depends-on,
157         configure.ac): Likewise.
158         * modules/unictype/property-combining (Depends-on, configure.ac):
159         Likewise.
160         * modules/unictype/property-composite (Depends-on, configure.ac):
161         Likewise.
162         * modules/unictype/property-currency-symbol (Depends-on,
163         configure.ac): Likewise.
164         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
165         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
166         Likewise.
167         * modules/unictype/property-default-ignorable-code-point (Depends-on,
168         configure.ac): Likewise.
169         * modules/unictype/property-deprecated (Depends-on, configure.ac):
170         Likewise.
171         * modules/unictype/property-diacritic (Depends-on, configure.ac):
172         Likewise.
173         * modules/unictype/property-extender (Depends-on, configure.ac):
174         Likewise.
175         * modules/unictype/property-format-control (Depends-on, configure.ac):
176         Likewise.
177         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
178         Likewise.
179         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
180         Likewise.
181         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
182         Likewise.
183         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
184         Likewise.
185         * modules/unictype/property-hyphen (Depends-on, configure.ac):
186         Likewise.
187         * modules/unictype/property-id-continue (Depends-on, configure.ac):
188         Likewise.
189         * modules/unictype/property-id-start (Depends-on, configure.ac):
190         Likewise.
191         * modules/unictype/property-ideographic (Depends-on, configure.ac):
192         Likewise.
193         * modules/unictype/property-ids-binary-operator (Depends-on,
194         configure.ac): Likewise.
195         * modules/unictype/property-ids-trinary-operator (Depends-on,
196         configure.ac): Likewise.
197         * modules/unictype/property-ignorable-control (Depends-on,
198         configure.ac): Likewise.
199         * modules/unictype/property-iso-control (Depends-on, configure.ac):
200         Likewise.
201         * modules/unictype/property-join-control (Depends-on, configure.ac):
202         Likewise.
203         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
204         Likewise.
205         * modules/unictype/property-line-separator (Depends-on, configure.ac):
206         Likewise.
207         * modules/unictype/property-logical-order-exception (Depends-on,
208         configure.ac): Likewise.
209         * modules/unictype/property-lowercase (Depends-on, configure.ac):
210         Likewise.
211         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
212         * modules/unictype/property-non-break (Depends-on, configure.ac):
213         Likewise.
214         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
215         Likewise.
216         * modules/unictype/property-numeric (Depends-on, configure.ac):
217         Likewise.
218         * modules/unictype/property-other-alphabetic (Depends-on,
219         configure.ac): Likewise.
220         * modules/unictype/property-other-default-ignorable-code-point
221         (Depends-on, configure.ac): Likewise.
222         * modules/unictype/property-other-grapheme-extend (Depends-on,
223         configure.ac): Likewise.
224         * modules/unictype/property-other-id-continue (Depends-on,
225         configure.ac): Likewise.
226         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
227         Likewise.
228         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
229         Likewise.
230         * modules/unictype/property-other-math (Depends-on, configure.ac):
231         Likewise.
232         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
233         Likewise.
234         * modules/unictype/property-paired-punctuation (Depends-on,
235         configure.ac): Likewise.
236         * modules/unictype/property-paragraph-separator (Depends-on,
237         configure.ac): Likewise.
238         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
239         Likewise.
240         * modules/unictype/property-pattern-white-space (Depends-on,
241         configure.ac): Likewise.
242         * modules/unictype/property-private-use (Depends-on, configure.ac):
243         Likewise.
244         * modules/unictype/property-punctuation (Depends-on, configure.ac):
245         Likewise.
246         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
247         Likewise.
248         * modules/unictype/property-radical (Depends-on, configure.ac):
249         Likewise.
250         * modules/unictype/property-sentence-terminal (Depends-on,
251         configure.ac): Likewise.
252         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
253         Likewise.
254         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
255         * modules/unictype/property-terminal-punctuation (Depends-on,
256         configure.ac): Likewise.
257         * modules/unictype/property-titlecase (Depends-on, configure.ac):
258         Likewise.
259         * modules/unictype/property-unassigned-code-value (Depends-on,
260         configure.ac): Likewise.
261         * modules/unictype/property-unified-ideograph (Depends-on,
262         configure.ac): Likewise.
263         * modules/unictype/property-uppercase (Depends-on, configure.ac):
264         Likewise.
265         * modules/unictype/property-variation-selector (Depends-on,
266         configure.ac): Likewise.
267         * modules/unictype/property-white-space (Depends-on, configure.ac):
268         Likewise.
269         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
270         Likewise.
271         * modules/unictype/property-xid-start (Depends-on, configure.ac):
272         Likewise.
273         * modules/unictype/property-zero-width (Depends-on, configure.ac):
274         Likewise.
275         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
276         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
277         Likewise.
278
279 2009-12-31  Bruno Haible  <bruno@clisp.org>
280
281         Remove unnecessary AC_C_INLINE invocation.
282         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
283         since 2009-08-21.
284
285 2009-12-31  Jim Meyering  <meyering@redhat.com>
286
287         maint.mk: don't require explicit gpg_key_ID in cfg.mk
288         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
289         With this change, we can all remove the gpg_key_ID = ... definition
290         from our respective cfg.mk files.
291
292         maint.mk: create announcement template in ~/, not in /tmp
293         * top/maint.mk (emit_upload_commands): Adjust.
294         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
295         Remove temporary file, .ci-msg.
296
297 2009-12-31  Eric Blake  <ebb9@byu.net>
298
299         link-warning: always build headers with link warnings
300         * modules/arpa_inet (Makefile.am): Always build replacement
301         header.
302         * modules/ctype (Makefile.am): Likewise.
303         * modules/dirent (Makefile.am): Likewise.
304         * modules/inttypes (Makefile.am): Likewise.
305         * modules/langinfo (Makefile.am): Likewise.
306         * modules/locale (Makefile.am): Likewise.
307         * modules/spawn (Makefile.am): Likewise.
308         * modules/sys_file (Makefile.am): Likewise.
309         * modules/sys_ioctl (Makefile.am): Likewise.
310         * modules/sys_select (Makefile.am): Likewise.
311         * modules/sys_socket (Makefile.am): Likewise.
312         * modules/sys_times (Makefile.am): Likewise.
313         * modules/sys_utsname (Makefile.am): Likewise.
314         * modules/sys_wait (Makefile.am): Likewise.
315         * modules/wchar (Makefile.am): Likewise.
316         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
317         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
318         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
319         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
320         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
321         Likewise.
322         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
323         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
324         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
325         Likewise.
326         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
327         Likewise.
328         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
329         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
330         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
331         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
332         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
333         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
334         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
335         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
336         (gl_WCHAR_H_DEFAULTS): Likewise.
337
338 2009-12-31  Eric Blake  <ebb9@byu.net>
339
340         signal, spawn: use link warnings
341         * lib/signal.in.h (sigset_t): Make unconditional.
342         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
343         (sigpending, sigprocmask, sigaction): Add link warnings.
344         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
345         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
346         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
347         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
348         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
349         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
350         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
351         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
352         (posix_spawn_file_actions_destroy)
353         (posix_spawn_file_actions_addopen)
354         (posix_spawn_file_actions_addclose)
355         (posix_spawwn_file_actions_adddup2): Likewise.
356         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
357         * tests/test-signal.c (main): Enhance test.
358
359         spawn: improve wrapper support
360         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
361         (gl_SPAWN_H_DEFAULTS): New defaults.
362         * modules/spawn (Makefile.am): Substitute them.
363         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
364         Only declare if missing or broken.
365
366         sys_times, sys_utsname: use include_next
367         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
368         header.
369         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
370         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
371         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
372         * modules/sys_times (Depends-on): Add include_next.
373         (Makefile.am): Substitute additional values.
374         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
375         * lib/sys_times.in.h (includes): Include native header, if
376         available.
377         * lib/sys_utsname.in.h (includes): Likewise.
378         * tests/test-sys_times.c (main): Enhance test.
379
380         fdutimensat: revert prior patch
381         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
382         utimens.h.
383         Reported by Bruno Haible.
384
385 2009-12-30  Eric Blake  <ebb9@byu.net>
386
387         sys_wait: drop link-warning dependency
388         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
389         link-warning efforts.
390         * lib/sys_wait.in.h: Likewise.
391
392         fdutimensat: remove bogus dependency
393         * modules/fdutimensat (Depends-on): Drop inline.
394
395         unistd: fix typo
396         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
397
398 2009-12-30  Bruno Haible  <bruno@clisp.org>
399
400         Fix compilation error with Solaris cc.
401         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
402         * lib/unicase/u16-is-invariant.c: Likewise.
403         * lib/unicase/u32-is-invariant.c: Likewise.
404         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
405
406 2009-12-30  Bruno Haible  <bruno@clisp.org>
407
408         Fix test crash.
409         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
410         locales.
411         Reported by Simon Josefsson <simon@josefsson.org>.
412
413 2009-12-30  Bruno Haible  <bruno@clisp.org>
414
415         Fix compilation error on most platforms.
416         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
417         Reported by Simon Josefsson <simon@josefsson.org>
418         and Nelson H. F. Beebe <beebe@math.utah.edu>.
419
420 2009-12-30  Eric Blake  <ebb9@byu.net>
421
422         futimens, utimensat: work around ntfs-3g bug
423         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
424         a ctime bug is present, and expand workaround to cover ntfs-3g.
425         * lib/utimens.c (fdutimens, lutimens): Likewise.
426         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
427         (validate_timespec): Adjust return value.
428         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
429         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
430         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
431
432 2009-12-29  Eric Blake  <ebb9@byu.net>
433
434         link-warning: make usage consistent
435         * modules/ctype (Depends-on): Add link-warning.
436         (Makefile.am): Update rules accordingly.
437         * modules/langinfo (Depends-on, Makefile.am): Likewise.
438         * modules/locale (Depends-on, Makefile.am): Likewise.
439         * modules/sys_file (Makefile.am): Likewise.
440         * modules/getopt-posix (Makefile.am): Delete unused link warning
441         efforts.
442         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
443         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
444         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
445         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
446
447         stdio: remove unused variables
448         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
449         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
450         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
451
452         tests: test more substitute headers
453         * modules/ctype-tests: New file.
454         * modules/dirent-tests: Likewise.
455         * modules/spawn-tests: Likewise.
456         * modules/sys_file-tests: Likewise.
457         * modules/sys_ioctl-tests: Likewise.
458         * modules/sys_wait-tests: Likewise.
459         * tests/test-ctype.c: Likewise.
460         * tests/test-dirent.c: Likewise.
461         * tests/test-spawn.c: Likewise.
462         * tests/test-sys_file.c: Likewise.
463         * tests/test-sys_ioctl.c: Likewise.
464         * tests/test-sys_wait.c: Likewise.
465         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
466         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
467         whether or not flock is in use.
468
469         tests: remove License section from module
470         * modules/arpa_inet-tests: Remove unneeded section.
471         * modules/byteswap-tests: Likewise.
472         * modules/ceilf-tests: Likewise.
473         * modules/ceill-tests: Likewise.
474         * modules/crypto/des-tests: Likewise.
475         * modules/crypto/gc-arcfour-tests: Likewise.
476         * modules/crypto/gc-arctwo-tests: Likewise.
477         * modules/crypto/gc-des-tests: Likewise.
478         * modules/crypto/gc-hmac-md5-tests: Likewise.
479         * modules/crypto/gc-hmac-sha1-tests: Likewise.
480         * modules/crypto/gc-md2-tests: Likewise.
481         * modules/crypto/gc-md4-tests: Likewise.
482         * modules/crypto/gc-md5-tests: Likewise.
483         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
484         * modules/crypto/gc-rijndael-tests: Likewise.
485         * modules/crypto/gc-sha1-tests: Likewise.
486         * modules/crypto/gc-tests: Likewise.
487         * modules/crypto/md2-tests: Likewise.
488         * modules/crypto/md4-tests: Likewise.
489         * modules/fcntl-h-tests: Likewise.
490         * modules/floorf-tests: Likewise.
491         * modules/floorl-tests: Likewise.
492         * modules/frexp-nolibm-tests: Likewise.
493         * modules/frexp-tests: Likewise.
494         * modules/frexpl-nolibm-tests: Likewise.
495         * modules/frexpl-tests: Likewise.
496         * modules/getaddrinfo-tests: Likewise.
497         * modules/inttypes-tests: Likewise.
498         * modules/isfinite-tests: Likewise.
499         * modules/isinf-tests: Likewise.
500         * modules/ldexpl-tests: Likewise.
501         * modules/locale-tests: Likewise.
502         * modules/math-tests: Likewise.
503         * modules/netdb-tests: Likewise.
504         * modules/netinet_in-tests: Likewise.
505         * modules/printf-frexp-tests: Likewise.
506         * modules/printf-frexpl-tests: Likewise.
507         * modules/priv-set-tests: Likewise.
508         * modules/random_r-tests: Likewise.
509         * modules/round-tests: Likewise.
510         * modules/roundf-tests: Likewise.
511         * modules/roundl-tests: Likewise.
512         * modules/search-tests: Likewise.
513         * modules/select-tests: Likewise.
514         * modules/signal-tests: Likewise.
515         * modules/stdbool-tests: Likewise.
516         * modules/stddef-tests: Likewise.
517         * modules/stdint-tests: Likewise.
518         * modules/stdio-tests: Likewise.
519         * modules/stdlib-tests: Likewise.
520         * modules/string-tests: Likewise.
521         * modules/strings-tests: Likewise.
522         * modules/sys_select-tests: Likewise.
523         * modules/sys_socket-tests: Likewise.
524         * modules/sys_stat-tests: Likewise.
525         * modules/sys_time-tests: Likewise.
526         * modules/sys_utsname-tests: Likewise.
527         * modules/sysexits-tests: Likewise.
528         * modules/time-tests: Likewise.
529         * modules/trunc-tests: Likewise.
530         * modules/truncf-tests: Likewise.
531         * modules/truncl-tests: Likewise.
532         * modules/tsearch-tests: Likewise.
533         * modules/unistd-tests: Likewise.
534         * modules/wchar-tests: Likewise.
535         * modules/wctype-tests: Likewise.
536
537         tests: fix license on several tests
538         * tests/test-des.c: Update to GPLv3+.
539         * tests/test-flock.c: Likewise.
540         * tests/test-fsync.c: Likewise.
541         * tests/test-futimens.h: Likewise.
542         * tests/test-gc-arcfour.c: Likewise.
543         * tests/test-gc-arctwo.c: Likewise.
544         * tests/test-gc-des.c: Likewise.
545         * tests/test-gc-hmac-md5.c: Likewise.
546         * tests/test-gc-hmac-sha1.c: Likewise.
547         * tests/test-gc-md2.c: Likewise.
548         * tests/test-gc-md4.c: Likewise.
549         * tests/test-gc-md5.c: Likewise.
550         * tests/test-gc-pbkdf2-sha1.c: Likewise.
551         * tests/test-gc-rijndael.c: Likewise.
552         * tests/test-gc-sha1.c: Likewise.
553         * tests/test-gc.c: Likewise.
554         * tests/test-getcwd.c: Likewise.
555         * tests/test-link.c: Likewise.
556         * tests/test-link.h: Likewise.
557         * tests/test-lutimens.h: Likewise.
558         * tests/test-md2.c: Likewise.
559         * tests/test-md4.c: Likewise.
560         * tests/test-mkdir.h: Likewise.
561         * tests/test-rename.c: Likewise.
562         * tests/test-rename.h: Likewise.
563         * tests/test-safe-alloc.c: Likewise.
564         * tests/test-utimens-common.h: Likewise.
565         * tests/test-utimens.h: Likewise.
566
567         maint: sync license texts
568         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
569         * doc/gpl-3.0.texi: Revert copyright year update.
570         * doc/lgpl-3.0.texi: Likewise.
571
572 2009-12-29  Jim Meyering  <meyering@redhat.com>
573
574         update nearly all FSF copyright year lists to include 2009
575         The files named by the following are exempted:
576             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
577               test -f "$dst" && { echo "$dst"; continue; }
578               test -d "$dst" || continue
579               echo "$dst"/$(basename "$src")
580             done > exempt
581             git ls-files tests/unictype >> exempt
582         In the remaining files, convert to all-interval notation if
583         - there is already at least one year interval like 2000-2003
584         - the file is maintained by me
585         - the file is in lib/uni*/, where that style already prevails
586         Otherwise, use update-copyright's default.
587
588 2009-12-29  Simon Josefsson  <simon@josefsson.org>
589         and Eric Blake  <ebb9@byu.net>
590
591         tests: don't require debug system() to pass
592         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
593         * tests/test-rmdir.h (test_rmdir_func): Likewise.
594         * tests/test-unlink.h (test_unlink_func): Likewise.
595         * tests/test-fstatat.c (main): ...into callers.
596         * tests/test-lstat.c (main): Likewise.
597         * tests/test-rmdir.c (main): Likewise.
598         * tests/test-unlink.c (main): Likewise.
599         * tests/test-unlinkat.c (main): Likewise.
600         * tests/test-areadlink-with-size.c (main): Don't require a
601         debug-only system call to pass, aiding cross-testing to mingw.
602         * tests/test-areadlink.c (main): Likewise.
603         * tests/test-areadlinkat-with-size.c (main): Likewise.
604         * tests/test-areadlinkat.c (main): Likewise.
605         * tests/test-canonicalize-lgpl.c (main): Likewise.
606         * tests/test-canonicalize.c (main): Likewise.
607         * tests/test-chown.c (main): Likewise.
608         * tests/test-fchownat.c (main): Likewise.
609         * tests/test-lchown.c (main): Likewise.
610         * tests/test-fdutimensat.c (main): Likewise.
611         * tests/test-futimens.c (main): Likewise.
612         * tests/test-link.c (main): Likewise.
613         * tests/test-linkat.c (main): Likewise.
614         * tests/test-mkdir.c (main): Likewise.
615         * tests/test-mkdirat.c (main): Likewise.
616         * tests/test-mkfifo.c (main): Likewise.
617         * tests/test-mkfifoat.c (main): Likewise.
618         * tests/test-mknod.c (main): Likewise.
619         * tests/test-readlink.c (main): Likewise.
620         * tests/test-remove.c (main): Likewise.
621         * tests/test-rename.c (main): Likewise.
622         * tests/test-renameat.c (main): Likewise.
623         * tests/test-symlink.c (main): Likewise.
624         * tests/test-symlinkat.c (main): Likewise.
625         * tests/test-utimens.c (main): Likewise.
626         * tests/test-utimensat.c (main): Likewise.
627
628 2009-12-29  Simon Josefsson  <simon@josefsson.org>
629
630         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
631         on $(UNUSED_PARAMETER_H) to avoid build failure.
632
633 2009-12-28  Jim Meyering  <meyering@redhat.com>
634
635         update-copyright: you may specify a max. line length other than 72
636         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
637
638         maint: use consistent FSF copyright line syntax
639         * lib/posixtm.c: Add missing comma in FSF copyright line.
640         * lib/posixtm.h: Likewise.
641         * lib/getugroups.c: Add missing ", Inc.".
642
643         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
644         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
645         FSF copyright line.  Remove trailing blanks.
646
647 2009-12-28  Eric Blake  <ebb9@byu.net>
648
649         test-dup2: reduce dependencies
650         * modules/cloexec (Configure.ac): Set witness.
651         * modules/dup2-tests (Depends-on): Drop cloexec.
652         * tests/test-dup2.c (main): Skip portion of test if cloexec module
653         not present.
654         Suggested by Bruno Haible.
655
656 2009-12-26  Bruno Haible  <bruno@clisp.org>
657
658         Remove an unneeded dependency.
659         * modules/fseterr (Depends-on): Remove dup2.
660
661 2009-12-26  Eric Blake  <ebb9@byu.net>
662
663         tests: use macros.h in more places
664         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
665         (ASSERT_STREAM): Provide default of stderr.
666         * tests/test-dirent-safer.c: Include macros.h, using alternate
667         stream for assertions.
668         * tests/test-dup-safer.c: Likewise.
669         * tests/test-freopen-safer.c: Likewise.
670         * tests/test-getopt.c: Likewise.
671         * tests/test-openat-safer.c: Likewise.
672         * tests/test-pipe.c: Likewise.
673         * tests/test-popen-safer.c: Likewise.
674         * modules/dirent-safer-tests (Files): Include macros.h.
675         * modules/unistd-safer-tests (Files): Likewise.
676         * modules/freopen-safer-tests (Files): Likewise.
677         * modules/getopt-posix-tests (Files): Likewise.
678         * modules/openat-safer-tests (Files): Likewise.
679         * modules/pipe-tests (Files): Likewise.
680
681 2009-12-26  Bruno Haible  <bruno@clisp.org>
682
683         javacomp: Portability fix.
684         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
685         that it also works on Solaris.
686
687 2009-12-26  Bruno Haible  <bruno@clisp.org>
688
689         localename: Fix storage allocation of gl_locale_name_thread's result.
690         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
691         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
692         all platforms that have 'uselocale'.
693         (gl_locale_name_thread_unsafe): New function, extracted from
694         gl_locale_name_thread.
695         (gl_locale_name_thread): Call struniq on all platforms that have
696         'uselocale'.
697         * tests/test-localename.c (test_locale_name_thread): Check that the
698         resulting strings are permanently allocated.
699         * modules/localename-tests (Depends-on): Add strdup.
700
701 2009-12-26  Bruno Haible  <bruno@clisp.org>
702
703         * tests/test-localename.c (categories): Fill in the strings.
704
705 2009-12-26  Jim Meyering  <meyering@redhat.com>
706
707         isdir: complete the removal of m4/isdir.m4
708         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
709
710         isdir: clean up, since at least grep still uses it
711         * lib/isdir.c: Include "isdir.h".
712         (S_ISDIR): Remove now-unneeded definition.
713         * modules/isdir (Files): Add lib/isdir.h.
714         * lib/isdir.h: New file, with declaration.
715         * m4/isdir.m4: Remove file -- unneeded.
716
717 2009-12-25  Bruno Haible  <bruno@clisp.org>
718
719         selinux-h: Make generated .h files standalone.
720         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
721         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
722         * lib/se-selinux.in.h: Likewise.
723         * modules/selinux-h (Depends-on): Add unused-parameter.
724         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
725         selinux/selinux.h and selinux/context.h.
726         Suggested by Eric Blake.
727
728 2009-12-25  Bruno Haible  <bruno@clisp.org>
729
730         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
731         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
732         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
733         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
734         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
735
736 2009-12-24  Bruno Haible  <bruno@clisp.org>
737
738         openat: Fix warning.
739         * lib/openat-proc.c: Include <unistd.h>.
740
741 2009-12-24  Bruno Haible  <bruno@clisp.org>
742
743         New module 'unused-parameter'.
744         * build-aux/unused-parameter.h: New file, extracted from earlier
745         gnulib-common.m4.
746         * modules/unused-parameter: New file.
747         * lib/unistr.h: Include unused-parameter.h.
748         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
749         _GL_UNUSED.
750         * modules/unistr/base (Depends-on): Add unused-parameter.
751
752 2009-12-24  Bruno Haible  <bruno@clisp.org>
753
754         Add missing dependencies to 'extensions' module.
755         * m4/extensions.m4: Add comment.
756         * modules/accept4 (Depends-on): Add extensions.
757         * modules/dup3 (Depends-on): Likewise.
758         * modules/fcntl (Depends-on): Likewise.
759         * modules/futimens (Depends-on): Likewise.
760         * modules/mknod (Depends-on): Likewise.
761         * modules/pipe2 (Depends-on): Likewise.
762         * modules/stat-time (Depends-on): Likewise.
763         * modules/strcasestr-simple (Depends-on): Likewise.
764         * modules/strsignal (Depends-on): Likewise.
765         * modules/utimensat (Depends-on): Likewise.
766         * modules/localcharset (Depends-on): Likewise. Needed because of
767         gl_FCNTL_O_FLAGS.
768         * modules/wcrtomb (Depends-on): Likewise. Needed because of
769         AC_TYPE_MBSTATE_T.
770         * modules/wcsnrtombs (Depends-on): Likewise.
771         * modules/wcsrtombs (Depends-on): Likewise.
772
773 2009-12-24  Bruno Haible  <bruno@clisp.org>
774
775         binary-io: Avoid gcc warning due to SET_BINARY.
776         * lib/binary-io.h (SET_BINARY): Cast the result to void.
777         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
778
779 2009-12-24  Bruno Haible  <bruno@clisp.org>
780
781         Avoid future namespace pollution on glibc systems.
782         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
783         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
784         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
785         glibc systems.
786
787 2009-12-24  Bruno Haible  <bruno@clisp.org>
788
789         Refactor common macros used in tests.
790         * tests/macros.h: New file.
791         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
792         and/or <stdlib.h>, if appropriate.
793         (ASSERT, SIZEOF): Remove macros.
794         * tests/test-areadlink-with-size.c: Likewise.
795         * tests/test-areadlinkat.c: Likewise.
796         * tests/test-areadlinkat-with-size.c: Likewise.
797         * tests/test-argmatch.c: Likewise.
798         * tests/test-argv-iter.c: Likewise.
799         * tests/test-array-mergesort.c: Likewise.
800         * tests/test-array_list.c: Likewise.
801         * tests/test-array_oset.c: Likewise.
802         * tests/test-avltree_list.c: Likewise.
803         * tests/test-avltree_oset.c: Likewise.
804         * tests/test-avltreehash_list.c: Likewise.
805         * tests/test-base64.c: Likewise.
806         * tests/test-binary-io.c: Likewise.
807         * tests/test-bitrotate.c: Likewise.
808         * tests/test-btowc.c: Likewise.
809         * tests/test-byteswap.c: Likewise.
810         * tests/test-c-ctype.c: Likewise.
811         * tests/test-c-stack.c: Likewise.
812         * tests/test-c-strcasecmp.c: Likewise.
813         * tests/test-c-strcasestr.c: Likewise.
814         * tests/test-c-strncasecmp.c: Likewise.
815         * tests/test-c-strstr.c: Likewise.
816         * tests/test-canonicalize-lgpl.c: Likewise.
817         * tests/test-canonicalize.c: Likewise.
818         * tests/test-carray_list.c: Likewise.
819         * tests/test-ceilf1.c: Likewise.
820         * tests/test-ceilf2.c: Likewise.
821         * tests/test-ceill.c: Likewise.
822         * tests/test-chown.c: Likewise.
823         * tests/test-cloexec.c: Likewise.
824         * tests/test-copy-acl.c: Likewise.
825         * tests/test-copy-file.c: Likewise.
826         * tests/test-count-one-bits.c: Likewise.
827         * tests/test-dprintf-posix.c: Likewise.
828         * tests/test-dup2.c: Likewise.
829         * tests/test-dup3.c: Likewise.
830         * tests/test-duplocale.c: Likewise.
831         * tests/test-fbufmode.c: Likewise.
832         * tests/test-fchdir.c: Likewise.
833         * tests/test-fchownat.c: Likewise.
834         * tests/test-fcntl-safer.c: Likewise.
835         * tests/test-fcntl.c: Likewise.
836         * tests/test-fdopendir.c: Likewise.
837         * tests/test-fdutimensat.c: Likewise.
838         * tests/test-fflush2.c: Likewise.
839         * tests/test-file-has-acl.c: Likewise.
840         * tests/test-filevercmp.c: Likewise.
841         * tests/test-flock.c: Likewise.
842         * tests/test-floorf1.c: Likewise.
843         * tests/test-floorf2.c: Likewise.
844         * tests/test-floorl.c: Likewise.
845         * tests/test-fnmatch.c: Likewise.
846         * tests/test-fopen.h: Likewise.
847         * tests/test-fpending.c: Likewise.
848         * tests/test-fprintf-posix.c: Likewise.
849         * tests/test-fpurge.c: Likewise.
850         * tests/test-freadable.c: Likewise.
851         * tests/test-freadahead.c: Likewise.
852         * tests/test-freading.c: Likewise.
853         * tests/test-freadptr.c: Likewise.
854         * tests/test-freadptr2.c: Likewise.
855         * tests/test-freadseek.c: Likewise.
856         * tests/test-freopen.c: Likewise.
857         * tests/test-frexp.c: Likewise.
858         * tests/test-frexpl.c: Likewise.
859         * tests/test-fseek.c: Likewise.
860         * tests/test-fseeko.c: Likewise.
861         * tests/test-fstatat.c: Likewise.
862         * tests/test-fstrcmp.c: Likewise.
863         * tests/test-fsync.c: Likewise.
864         * tests/test-ftell.c: Likewise.
865         * tests/test-ftello.c: Likewise.
866         * tests/test-func.c: Likewise.
867         * tests/test-futimens.c: Likewise.
868         * tests/test-fwritable.c: Likewise.
869         * tests/test-fwriting.c: Likewise.
870         * tests/test-getcwd.c: Likewise.
871         * tests/test-getdate.c: Likewise.
872         * tests/test-getdelim.c: Likewise.
873         * tests/test-getdtablesize.c: Likewise.
874         * tests/test-getgroups.c: Likewise.
875         * tests/test-getline.c: Likewise.
876         * tests/test-getndelim2.c: Likewise.
877         * tests/test-glob.c: Likewise.
878         * tests/test-hash.c: Likewise.
879         * tests/test-i-ring.c: Likewise.
880         * tests/test-iconv-utf.c: Likewise.
881         * tests/test-iconv.c: Likewise.
882         * tests/test-idpriv-drop.c: Likewise.
883         * tests/test-idpriv-droptemp.c: Likewise.
884         * tests/test-inet_ntop.c: Likewise.
885         * tests/test-inet_pton.c: Likewise.
886         * tests/test-isblank.c: Likewise.
887         * tests/test-isfinite.c: Likewise.
888         * tests/test-isinf.c: Likewise.
889         * tests/test-isnan.c: Likewise.
890         * tests/test-isnand.h: Likewise.
891         * tests/test-isnanf.h: Likewise.
892         * tests/test-isnanl.h: Likewise.
893         * tests/test-lchown.c: Likewise.
894         * tests/test-ldexpl.c: Likewise.
895         * tests/test-link.c: Likewise.
896         * tests/test-linkat.c: Likewise.
897         * tests/test-linked_list.c: Likewise.
898         * tests/test-linkedhash_list.c: Likewise.
899         * tests/test-localename.c: Likewise.
900         * tests/test-lseek.c: Likewise.
901         * tests/test-lstat.c: Likewise.
902         * tests/test-mbmemcasecmp.c: Likewise.
903         * tests/test-mbmemcasecoll.c: Likewise.
904         * tests/test-mbrtowc.c: Likewise.
905         * tests/test-mbscasecmp.c: Likewise.
906         * tests/test-mbscasestr1.c: Likewise.
907         * tests/test-mbscasestr2.c: Likewise.
908         * tests/test-mbscasestr3.c: Likewise.
909         * tests/test-mbscasestr4.c: Likewise.
910         * tests/test-mbschr.c: Likewise.
911         * tests/test-mbscspn.c: Likewise.
912         * tests/test-mbsinit.c: Likewise.
913         * tests/test-mbsncasecmp.c: Likewise.
914         * tests/test-mbsnrtowcs.c: Likewise.
915         * tests/test-mbspbrk.c: Likewise.
916         * tests/test-mbspcasecmp.c: Likewise.
917         * tests/test-mbsrchr.c: Likewise.
918         * tests/test-mbsrtowcs.c: Likewise.
919         * tests/test-mbsspn.c: Likewise.
920         * tests/test-mbsstr1.c: Likewise.
921         * tests/test-mbsstr2.c: Likewise.
922         * tests/test-mbsstr3.c: Likewise.
923         * tests/test-memchr.c: Likewise.
924         * tests/test-memchr2.c: Likewise.
925         * tests/test-memcmp.c: Likewise.
926         * tests/test-memmem.c: Likewise.
927         * tests/test-memrchr.c: Likewise.
928         * tests/test-mkdir.c: Likewise.
929         * tests/test-mkdirat.c: Likewise.
930         * tests/test-mkfifo.c: Likewise.
931         * tests/test-mkfifoat.c: Likewise.
932         * tests/test-mknod.c: Likewise.
933         * tests/test-nanosleep.c: Likewise.
934         * tests/test-nl_langinfo.c: Likewise.
935         * tests/test-obstack-printf.c: Likewise.
936         * tests/test-open.c: Likewise.
937         * tests/test-openat.c: Likewise.
938         * tests/test-pipe-filter-gi1.c: Likewise.
939         * tests/test-pipe-filter-gi2-main.c: Likewise.
940         * tests/test-pipe-filter-ii1.c: Likewise.
941         * tests/test-pipe-filter-ii2-main.c: Likewise.
942         * tests/test-pipe2.c: Likewise.
943         * tests/test-popen.h: Likewise.
944         * tests/test-posixtm.c: Likewise.
945         * tests/test-pread.c: Likewise.
946         * tests/test-printf-frexp.c: Likewise.
947         * tests/test-printf-frexpl.c: Likewise.
948         * tests/test-printf-posix.c: Likewise.
949         * tests/test-priv-set.c: Likewise.
950         * tests/test-quotearg.c: Likewise.
951         * tests/test-random_r.c: Likewise.
952         * tests/test-rawmemchr.c: Likewise.
953         * tests/test-rbtree_list.c: Likewise.
954         * tests/test-rbtree_oset.c: Likewise.
955         * tests/test-rbtreehash_list.c: Likewise.
956         * tests/test-readlink.c: Likewise.
957         * tests/test-remove.c: Likewise.
958         * tests/test-rename.c: Likewise.
959         * tests/test-renameat.c: Likewise.
960         * tests/test-rmdir.c: Likewise.
961         * tests/test-round1.c: Likewise.
962         * tests/test-roundf1.c: Likewise.
963         * tests/test-roundl.c: Likewise.
964         * tests/test-safe-alloc.c: Likewise.
965         * tests/test-sameacls.c: Likewise.
966         * tests/test-set-mode-acl.c: Likewise.
967         * tests/test-setenv.c: Likewise.
968         * tests/test-sigaction.c: Likewise.
969         * tests/test-signbit.c: Likewise.
970         * tests/test-sleep.c: Likewise.
971         * tests/test-snprintf-posix.c: Likewise.
972         * tests/test-snprintf.c: Likewise.
973         * tests/test-sprintf-posix.c: Likewise.
974         * tests/test-stat-time.c: Likewise.
975         * tests/test-stat.c: Likewise.
976         * tests/test-strcasestr.c: Likewise.
977         * tests/test-strchrnul.c: Likewise.
978         * tests/test-strerror.c: Likewise.
979         * tests/test-striconv.c: Likewise.
980         * tests/test-striconveh.c: Likewise.
981         * tests/test-striconveha.c: Likewise.
982         * tests/test-strsignal.c: Likewise.
983         * tests/test-strstr.c: Likewise.
984         * tests/test-strtod.c: Likewise.
985         * tests/test-strverscmp.c: Likewise.
986         * tests/test-symlink.c: Likewise.
987         * tests/test-symlinkat.c: Likewise.
988         * tests/test-trunc1.c: Likewise.
989         * tests/test-trunc2.c: Likewise.
990         * tests/test-truncf1.c: Likewise.
991         * tests/test-truncf2.c: Likewise.
992         * tests/test-truncl.c: Likewise.
993         * tests/test-uname.c: Likewise.
994         * tests/test-unlink.c: Likewise.
995         * tests/test-unlinkat.c: Likewise.
996         * tests/test-unsetenv.c: Likewise.
997         * tests/test-usleep.c: Likewise.
998         * tests/test-utimens.c: Likewise.
999         * tests/test-utimensat.c: Likewise.
1000         * tests/test-vasnprintf-posix.c: Likewise.
1001         * tests/test-vasnprintf-posix2.c: Likewise.
1002         * tests/test-vasnprintf.c: Likewise.
1003         * tests/test-vasprintf-posix.c: Likewise.
1004         * tests/test-vasprintf.c: Likewise.
1005         * tests/test-vdprintf-posix.c: Likewise.
1006         * tests/test-vfprintf-posix.c: Likewise.
1007         * tests/test-vprintf-posix.c: Likewise.
1008         * tests/test-vsnprintf-posix.c: Likewise.
1009         * tests/test-vsnprintf.c: Likewise.
1010         * tests/test-vsprintf-posix.c: Likewise.
1011         * tests/test-wcrtomb.c: Likewise.
1012         * tests/test-wcsnrtombs.c: Likewise.
1013         * tests/test-wcsrtombs.c: Likewise.
1014         * tests/test-wctype.c: Likewise.
1015         * tests/test-wcwidth.c: Likewise.
1016         * tests/test-xfprintf-posix.c: Likewise.
1017         * tests/test-xmemdup0.c: Likewise.
1018         * tests/test-xprintf-posix.c: Likewise.
1019         * tests/test-xvasprintf.c: Likewise.
1020         * tests/unicase/test-locale-language.c: Likewise.
1021         * tests/unicase/test-mapping-part1.h: Likewise.
1022         * tests/unicase/test-predicate-part1.h: Likewise.
1023         * tests/unicase/test-u8-casecmp.c: Likewise.
1024         * tests/unicase/test-u8-casecoll.c: Likewise.
1025         * tests/unicase/test-u8-casefold.c: Likewise.
1026         * tests/unicase/test-u8-is-cased.c: Likewise.
1027         * tests/unicase/test-u8-is-casefolded.c: Likewise.
1028         * tests/unicase/test-u8-is-lowercase.c: Likewise.
1029         * tests/unicase/test-u8-is-titlecase.c: Likewise.
1030         * tests/unicase/test-u8-is-uppercase.c: Likewise.
1031         * tests/unicase/test-u8-tolower.c: Likewise.
1032         * tests/unicase/test-u8-totitle.c: Likewise.
1033         * tests/unicase/test-u8-toupper.c: Likewise.
1034         * tests/unicase/test-u16-casecmp.c: Likewise.
1035         * tests/unicase/test-u16-casecoll.c: Likewise.
1036         * tests/unicase/test-u16-casefold.c: Likewise.
1037         * tests/unicase/test-u16-is-cased.c: Likewise.
1038         * tests/unicase/test-u16-is-casefolded.c: Likewise.
1039         * tests/unicase/test-u16-is-lowercase.c: Likewise.
1040         * tests/unicase/test-u16-is-titlecase.c: Likewise.
1041         * tests/unicase/test-u16-is-uppercase.c: Likewise.
1042         * tests/unicase/test-u16-tolower.c: Likewise.
1043         * tests/unicase/test-u16-totitle.c: Likewise.
1044         * tests/unicase/test-u16-toupper.c: Likewise.
1045         * tests/unicase/test-u32-casecmp.c: Likewise.
1046         * tests/unicase/test-u32-casecoll.c: Likewise.
1047         * tests/unicase/test-u32-casefold.c: Likewise.
1048         * tests/unicase/test-u32-is-cased.c: Likewise.
1049         * tests/unicase/test-u32-is-casefolded.c: Likewise.
1050         * tests/unicase/test-u32-is-lowercase.c: Likewise.
1051         * tests/unicase/test-u32-is-titlecase.c: Likewise.
1052         * tests/unicase/test-u32-is-uppercase.c: Likewise.
1053         * tests/unicase/test-u32-tolower.c: Likewise.
1054         * tests/unicase/test-u32-totitle.c: Likewise.
1055         * tests/unicase/test-u32-toupper.c: Likewise.
1056         * tests/unicase/test-ulc-casecmp.c: Likewise.
1057         * tests/unicase/test-ulc-casecoll.c: Likewise.
1058         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1059         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1060         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1061         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1062         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1063         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1064         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1065         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1066         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1067         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1068         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1069         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1070         * tests/unictype/test-bidi_byname.c: Likewise.
1071         * tests/unictype/test-bidi_name.c: Likewise.
1072         * tests/unictype/test-bidi_of.c: Likewise.
1073         * tests/unictype/test-bidi_test.c: Likewise.
1074         * tests/unictype/test-block_list.c: Likewise.
1075         * tests/unictype/test-block_of.c: Likewise.
1076         * tests/unictype/test-block_test.c: Likewise.
1077         * tests/unictype/test-categ_and.c: Likewise.
1078         * tests/unictype/test-categ_and_not.c: Likewise.
1079         * tests/unictype/test-categ_byname.c: Likewise.
1080         * tests/unictype/test-categ_name.c: Likewise.
1081         * tests/unictype/test-categ_none.c: Likewise.
1082         * tests/unictype/test-categ_of.c: Likewise.
1083         * tests/unictype/test-categ_or.c: Likewise.
1084         * tests/unictype/test-categ_test_withtable.c: Likewise.
1085         * tests/unictype/test-combining.c: Likewise.
1086         * tests/unictype/test-decdigit.c: Likewise.
1087         * tests/unictype/test-digit.c: Likewise.
1088         * tests/unictype/test-mirror.c: Likewise.
1089         * tests/unictype/test-numeric.c: Likewise.
1090         * tests/unictype/test-pr_byname.c: Likewise.
1091         * tests/unictype/test-pr_test.c: Likewise.
1092         * tests/unictype/test-predicate-part1.h: Likewise.
1093         * tests/unictype/test-scripts.c: Likewise.
1094         * tests/unictype/test-sy_c_ident.c: Likewise.
1095         * tests/unictype/test-sy_java_ident.c: Likewise.
1096         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
1097         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
1098         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
1099         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
1100         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
1101         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
1102         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
1103         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
1104         * tests/uninorm/test-canonical-decomposition.c: Likewise.
1105         * tests/uninorm/test-compat-decomposition.c: Likewise.
1106         * tests/uninorm/test-composition.c: Likewise.
1107         * tests/uninorm/test-decomposing-form.c: Likewise.
1108         * tests/uninorm/test-decomposition.c: Likewise.
1109         * tests/uninorm/test-u8-nfc.c: Likewise.
1110         * tests/uninorm/test-u8-nfd.c: Likewise.
1111         * tests/uninorm/test-u8-nfkc.c: Likewise.
1112         * tests/uninorm/test-u8-nfkd.c: Likewise.
1113         * tests/uninorm/test-u8-normcmp.c: Likewise.
1114         * tests/uninorm/test-u8-normcoll.c: Likewise.
1115         * tests/uninorm/test-u16-nfc.c: Likewise.
1116         * tests/uninorm/test-u16-nfd.c: Likewise.
1117         * tests/uninorm/test-u16-nfkc.c: Likewise.
1118         * tests/uninorm/test-u16-nfkd.c: Likewise.
1119         * tests/uninorm/test-u16-normcmp.c: Likewise.
1120         * tests/uninorm/test-u16-normcoll.c: Likewise.
1121         * tests/uninorm/test-u32-nfc.c: Likewise.
1122         * tests/uninorm/test-u32-nfd.c: Likewise.
1123         * tests/uninorm/test-u32-nfkc.c: Likewise.
1124         * tests/uninorm/test-u32-nfkd.c: Likewise.
1125         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1126         * tests/uninorm/test-u32-normcmp.c: Likewise.
1127         * tests/uninorm/test-u32-normcoll.c: Likewise.
1128         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
1129         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1130         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1131         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1132         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1133         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1134         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1135         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1136         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1137         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1138         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1139         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1140         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1141         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1142         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1143         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1144         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1145         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1146         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1147         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1148         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1149         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1150         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1151         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1152         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1153         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1154         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1155         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1156         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1157         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
1158         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
1159         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
1160         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
1161         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1162         * tests/uniwidth/test-u8-width.c: Likewise.
1163         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1164         * tests/uniwidth/test-u16-width.c: Likewise.
1165         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1166         * tests/uniwidth/test-u32-width.c: Likewise.
1167         * tests/uniwidth/test-uc_width.c: Likewise.
1168         * tests/uniwidth/test-uc_width2.c: Likewise.
1169         * modules/acl-tests (Files): Add tests/macros.h.
1170         * modules/areadlink-tests (Files): Likewise.
1171         * modules/areadlink-with-size-tests (Files): Likewise.
1172         * modules/areadlinkat-tests (Files): Likewise.
1173         * modules/areadlinkat-with-size-tests (Files): Likewise.
1174         * modules/argmatch-tests (Files): Likewise.
1175         * modules/argv-iter-tests (Files): Likewise.
1176         * modules/array-list-tests (Files): Likewise.
1177         * modules/array-mergesort-tests (Files): Likewise.
1178         * modules/array-oset-tests (Files): Likewise.
1179         * modules/avltree-list-tests (Files): Likewise.
1180         * modules/avltree-oset-tests (Files): Likewise.
1181         * modules/avltreehash-list-tests (Files): Likewise.
1182         * modules/base64-tests (Files): Likewise.
1183         * modules/binary-io-tests (Files): Likewise.
1184         * modules/bitrotate-tests (Files): Likewise.
1185         * modules/btowc-tests (Files): Likewise.
1186         * modules/byteswap-tests (Files): Likewise.
1187         * modules/c-ctype-tests (Files): Likewise.
1188         * modules/c-stack-tests (Files): Likewise.
1189         * modules/c-strcase-tests (Files): Likewise.
1190         * modules/c-strcasestr-tests (Files): Likewise.
1191         * modules/c-strstr-tests (Files): Likewise.
1192         * modules/canonicalize-lgpl-tests (Files): Likewise.
1193         * modules/canonicalize-tests (Files): Likewise.
1194         * modules/carray-list-tests (Files): Likewise.
1195         * modules/ceilf-tests (Files): Likewise.
1196         * modules/ceill-tests (Files): Likewise.
1197         * modules/chown-tests (Files): Likewise.
1198         * modules/cloexec-tests (Files): Likewise.
1199         * modules/copy-file-tests (Files): Likewise.
1200         * modules/count-one-bits-tests (Files): Likewise.
1201         * modules/dprintf-posix-tests (Files): Likewise.
1202         * modules/dup2-tests (Files): Likewise.
1203         * modules/dup3-tests (Files): Likewise.
1204         * modules/duplocale-tests (Files): Likewise.
1205         * modules/fbufmode-tests (Files): Likewise.
1206         * modules/fchdir-tests (Files): Likewise.
1207         * modules/fcntl-safer-tests (Files): Likewise.
1208         * modules/fcntl-tests (Files): Likewise.
1209         * modules/fdopendir-tests (Files): Likewise.
1210         * modules/fdutimensat-tests (Files): Likewise.
1211         * modules/fflush-tests (Files): Likewise.
1212         * modules/filevercmp-tests (Files): Likewise.
1213         * modules/flock-tests (Files): Likewise.
1214         * modules/floorf-tests (Files): Likewise.
1215         * modules/floorl-tests (Files): Likewise.
1216         * modules/fnmatch-tests (Files): Likewise.
1217         * modules/fopen-safer-tests (Files): Likewise.
1218         * modules/fopen-tests (Files): Likewise.
1219         * modules/fpending-tests (Files): Likewise.
1220         * modules/fprintf-posix-tests (Files): Likewise.
1221         * modules/fpurge-tests (Files): Likewise.
1222         * modules/freadable-tests (Files): Likewise.
1223         * modules/freadahead-tests (Files): Likewise.
1224         * modules/freading-tests (Files): Likewise.
1225         * modules/freadptr-tests (Files): Likewise.
1226         * modules/freadseek-tests (Files): Likewise.
1227         * modules/freopen-tests (Files): Likewise.
1228         * modules/frexp-nolibm-tests (Files): Likewise.
1229         * modules/frexp-tests (Files): Likewise.
1230         * modules/frexpl-nolibm-tests (Files): Likewise.
1231         * modules/frexpl-tests (Files): Likewise.
1232         * modules/fseek-tests (Files): Likewise.
1233         * modules/fseeko-tests (Files): Likewise.
1234         * modules/fstrcmp-tests (Files): Likewise.
1235         * modules/fsync-tests (Files): Likewise.
1236         * modules/ftell-tests (Files): Likewise.
1237         * modules/ftello-tests (Files): Likewise.
1238         * modules/func-tests (Files): Likewise.
1239         * modules/futimens-tests (Files): Likewise.
1240         * modules/fwritable-tests (Files): Likewise.
1241         * modules/fwriting-tests (Files): Likewise.
1242         * modules/getcwd-tests (Files): Likewise.
1243         * modules/getdate-tests (Files): Likewise.
1244         * modules/getdelim-tests (Files): Likewise.
1245         * modules/getdtablesize-tests (Files): Likewise.
1246         * modules/getgroups-tests (Files): Likewise.
1247         * modules/getline-tests (Files): Likewise.
1248         * modules/getndelim2-tests (Files): Likewise.
1249         * modules/glob-tests (Files): Likewise.
1250         * modules/hash-tests (Files): Likewise.
1251         * modules/i-ring-tests (Files): Likewise.
1252         * modules/iconv-tests (Files): Likewise.
1253         * modules/iconv_open-utf-tests (Files): Likewise.
1254         * modules/idpriv-drop-tests (Files): Likewise.
1255         * modules/idpriv-droptemp-tests (Files): Likewise.
1256         * modules/inet_ntop-tests (Files): Likewise.
1257         * modules/inet_pton-tests (Files): Likewise.
1258         * modules/isblank-tests (Files): Likewise.
1259         * modules/isfinite-tests (Files): Likewise.
1260         * modules/isinf-tests (Files): Likewise.
1261         * modules/isnan-tests (Files): Likewise.
1262         * modules/isnand-nolibm-tests (Files): Likewise.
1263         * modules/isnand-tests (Files): Likewise.
1264         * modules/isnanf-nolibm-tests (Files): Likewise.
1265         * modules/isnanf-tests (Files): Likewise.
1266         * modules/isnanl-nolibm-tests (Files): Likewise.
1267         * modules/isnanl-tests (Files): Likewise.
1268         * modules/lchown-tests (Files): Likewise.
1269         * modules/ldexpl-tests (Files): Likewise.
1270         * modules/link-tests (Files): Likewise.
1271         * modules/linkat-tests (Files): Likewise.
1272         * modules/linked-list-tests (Files): Likewise.
1273         * modules/linkedhash-list-tests (Files): Likewise.
1274         * modules/localename-tests (Files): Likewise.
1275         * modules/lseek-tests (Files): Likewise.
1276         * modules/lstat-tests (Files): Likewise.
1277         * modules/mbmemcasecmp-tests (Files): Likewise.
1278         * modules/mbmemcasecoll-tests (Files): Likewise.
1279         * modules/mbrtowc-tests (Files): Likewise.
1280         * modules/mbscasecmp-tests (Files): Likewise.
1281         * modules/mbscasestr-tests (Files): Likewise.
1282         * modules/mbschr-tests (Files): Likewise.
1283         * modules/mbscspn-tests (Files): Likewise.
1284         * modules/mbsinit-tests (Files): Likewise.
1285         * modules/mbsncasecmp-tests (Files): Likewise.
1286         * modules/mbsnrtowcs-tests (Files): Likewise.
1287         * modules/mbspbrk-tests (Files): Likewise.
1288         * modules/mbspcasecmp-tests (Files): Likewise.
1289         * modules/mbsrchr-tests (Files): Likewise.
1290         * modules/mbsrtowcs-tests (Files): Likewise.
1291         * modules/mbsspn-tests (Files): Likewise.
1292         * modules/mbsstr-tests (Files): Likewise.
1293         * modules/memchr-tests (Files): Likewise.
1294         * modules/memchr2-tests (Files): Likewise.
1295         * modules/memcmp-tests (Files): Likewise.
1296         * modules/memmem-tests (Files): Likewise.
1297         * modules/memrchr-tests (Files): Likewise.
1298         * modules/mkdir-tests (Files): Likewise.
1299         * modules/mkfifo-tests (Files): Likewise.
1300         * modules/mkfifoat-tests (Files): Likewise.
1301         * modules/mknod-tests (Files): Likewise.
1302         * modules/nanosleep-tests (Files): Likewise.
1303         * modules/nl_langinfo-tests (Files): Likewise.
1304         * modules/obstack-printf-tests (Files): Likewise.
1305         * modules/open-tests (Files): Likewise.
1306         * modules/openat-tests (Files): Likewise.
1307         * modules/pipe-filter-gi-tests (Files): Likewise.
1308         * modules/pipe-filter-ii-tests (Files): Likewise.
1309         * modules/pipe2-tests (Files): Likewise.
1310         * modules/popen-safer-tests (Files): Likewise.
1311         * modules/popen-tests (Files): Likewise.
1312         * modules/posixtm-tests (Files): Likewise.
1313         * modules/pread-tests (Files): Likewise.
1314         * modules/printf-frexp-tests (Files): Likewise.
1315         * modules/printf-frexpl-tests (Files): Likewise.
1316         * modules/printf-posix-tests (Files): Likewise.
1317         * modules/priv-set-tests (Files): Likewise.
1318         * modules/quotearg-tests (Files): Likewise.
1319         * modules/random_r-tests (Files): Likewise.
1320         * modules/rawmemchr-tests (Files): Likewise.
1321         * modules/rbtree-list-tests (Files): Likewise.
1322         * modules/rbtree-oset-tests (Files): Likewise.
1323         * modules/rbtreehash-list-tests (Files): Likewise.
1324         * modules/readlink-tests (Files): Likewise.
1325         * modules/remove-tests (Files): Likewise.
1326         * modules/rename-tests (Files): Likewise.
1327         * modules/renameat-tests (Files): Likewise.
1328         * modules/rmdir-tests (Files): Likewise.
1329         * modules/round-tests (Files): Likewise.
1330         * modules/roundf-tests (Files): Likewise.
1331         * modules/roundl-tests (Files): Likewise.
1332         * modules/safe-alloc-tests (Files): Likewise.
1333         * modules/setenv-tests (Files): Likewise.
1334         * modules/sigaction-tests (Files): Likewise.
1335         * modules/signbit-tests (Files): Likewise.
1336         * modules/sleep-tests (Files): Likewise.
1337         * modules/snprintf-posix-tests (Files): Likewise.
1338         * modules/snprintf-tests (Files): Likewise.
1339         * modules/sprintf-posix-tests (Files): Likewise.
1340         * modules/stat-tests (Files): Likewise.
1341         * modules/stat-time-tests (Files): Likewise.
1342         * modules/strcasestr-tests (Files): Likewise.
1343         * modules/strchrnul-tests (Files): Likewise.
1344         * modules/strerror-tests (Files): Likewise.
1345         * modules/striconv-tests (Files): Likewise.
1346         * modules/striconveh-tests (Files): Likewise.
1347         * modules/striconveha-tests (Files): Likewise.
1348         * modules/strsignal-tests (Files): Likewise.
1349         * modules/strstr-tests (Files): Likewise.
1350         * modules/strtod-tests (Files): Likewise.
1351         * modules/strverscmp-tests (Files): Likewise.
1352         * modules/symlink-tests (Files): Likewise.
1353         * modules/symlinkat-tests (Files): Likewise.
1354         * modules/trunc-tests (Files): Likewise.
1355         * modules/truncf-tests (Files): Likewise.
1356         * modules/truncl-tests (Files): Likewise.
1357         * modules/uname-tests (Files): Likewise.
1358         * modules/unicase/cased-tests (Files): Likewise.
1359         * modules/unicase/ignorable-tests (Files): Likewise.
1360         * modules/unicase/locale-language-tests (Files): Likewise.
1361         * modules/unicase/tolower-tests (Files): Likewise.
1362         * modules/unicase/totitle-tests (Files): Likewise.
1363         * modules/unicase/toupper-tests (Files): Likewise.
1364         * modules/unicase/u8-casecmp-tests (Files): Likewise.
1365         * modules/unicase/u8-casecoll-tests (Files): Likewise.
1366         * modules/unicase/u8-casefold-tests (Files): Likewise.
1367         * modules/unicase/u8-is-cased-tests (Files): Likewise.
1368         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
1369         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
1370         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
1371         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
1372         * modules/unicase/u8-tolower-tests (Files): Likewise.
1373         * modules/unicase/u8-totitle-tests (Files): Likewise.
1374         * modules/unicase/u8-toupper-tests (Files): Likewise.
1375         * modules/unicase/u16-casecmp-tests (Files): Likewise.
1376         * modules/unicase/u16-casecoll-tests (Files): Likewise.
1377         * modules/unicase/u16-casefold-tests (Files): Likewise.
1378         * modules/unicase/u16-is-cased-tests (Files): Likewise.
1379         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
1380         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
1381         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
1382         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
1383         * modules/unicase/u16-tolower-tests (Files): Likewise.
1384         * modules/unicase/u16-totitle-tests (Files): Likewise.
1385         * modules/unicase/u16-toupper-tests (Files): Likewise.
1386         * modules/unicase/u32-casecmp-tests (Files): Likewise.
1387         * modules/unicase/u32-casecoll-tests (Files): Likewise.
1388         * modules/unicase/u32-casefold-tests (Files): Likewise.
1389         * modules/unicase/u32-is-cased-tests (Files): Likewise.
1390         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
1391         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
1392         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
1393         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
1394         * modules/unicase/u32-tolower-tests (Files): Likewise.
1395         * modules/unicase/u32-totitle-tests (Files): Likewise.
1396         * modules/unicase/u32-toupper-tests (Files): Likewise.
1397         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
1398         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
1399         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
1400         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
1401         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
1402         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
1403         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
1404         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
1405         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
1406         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
1407         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
1408         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
1409         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
1410         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
1411         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
1412         * modules/unictype/bidicategory-name-tests (Files): Likewise.
1413         * modules/unictype/bidicategory-of-tests (Files): Likewise.
1414         * modules/unictype/bidicategory-test-tests (Files): Likewise.
1415         * modules/unictype/block-list-tests (Files): Likewise.
1416         * modules/unictype/block-of-tests (Files): Likewise.
1417         * modules/unictype/block-test-tests (Files): Likewise.
1418         * modules/unictype/category-C-tests (Files): Likewise.
1419         * modules/unictype/category-Cc-tests (Files): Likewise.
1420         * modules/unictype/category-Cf-tests (Files): Likewise.
1421         * modules/unictype/category-Cn-tests (Files): Likewise.
1422         * modules/unictype/category-Co-tests (Files): Likewise.
1423         * modules/unictype/category-Cs-tests (Files): Likewise.
1424         * modules/unictype/category-L-tests (Files): Likewise.
1425         * modules/unictype/category-Ll-tests (Files): Likewise.
1426         * modules/unictype/category-Lm-tests (Files): Likewise.
1427         * modules/unictype/category-Lo-tests (Files): Likewise.
1428         * modules/unictype/category-Lt-tests (Files): Likewise.
1429         * modules/unictype/category-Lu-tests (Files): Likewise.
1430         * modules/unictype/category-M-tests (Files): Likewise.
1431         * modules/unictype/category-Mc-tests (Files): Likewise.
1432         * modules/unictype/category-Me-tests (Files): Likewise.
1433         * modules/unictype/category-Mn-tests (Files): Likewise.
1434         * modules/unictype/category-N-tests (Files): Likewise.
1435         * modules/unictype/category-Nd-tests (Files): Likewise.
1436         * modules/unictype/category-Nl-tests (Files): Likewise.
1437         * modules/unictype/category-No-tests (Files): Likewise.
1438         * modules/unictype/category-P-tests (Files): Likewise.
1439         * modules/unictype/category-Pc-tests (Files): Likewise.
1440         * modules/unictype/category-Pd-tests (Files): Likewise.
1441         * modules/unictype/category-Pe-tests (Files): Likewise.
1442         * modules/unictype/category-Pf-tests (Files): Likewise.
1443         * modules/unictype/category-Pi-tests (Files): Likewise.
1444         * modules/unictype/category-Po-tests (Files): Likewise.
1445         * modules/unictype/category-Ps-tests (Files): Likewise.
1446         * modules/unictype/category-S-tests (Files): Likewise.
1447         * modules/unictype/category-Sc-tests (Files): Likewise.
1448         * modules/unictype/category-Sk-tests (Files): Likewise.
1449         * modules/unictype/category-Sm-tests (Files): Likewise.
1450         * modules/unictype/category-So-tests (Files): Likewise.
1451         * modules/unictype/category-Z-tests (Files): Likewise.
1452         * modules/unictype/category-Zl-tests (Files): Likewise.
1453         * modules/unictype/category-Zp-tests (Files): Likewise.
1454         * modules/unictype/category-Zs-tests (Files): Likewise.
1455         * modules/unictype/category-and-not-tests (Files): Likewise.
1456         * modules/unictype/category-and-tests (Files): Likewise.
1457         * modules/unictype/category-byname-tests (Files): Likewise.
1458         * modules/unictype/category-name-tests (Files): Likewise.
1459         * modules/unictype/category-none-tests (Files): Likewise.
1460         * modules/unictype/category-of-tests (Files): Likewise.
1461         * modules/unictype/category-or-tests (Files): Likewise.
1462         * modules/unictype/category-test-withtable-tests (Files): Likewise.
1463         * modules/unictype/combining-class-tests (Files): Likewise.
1464         * modules/unictype/ctype-alnum-tests (Files): Likewise.
1465         * modules/unictype/ctype-alpha-tests (Files): Likewise.
1466         * modules/unictype/ctype-blank-tests (Files): Likewise.
1467         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
1468         * modules/unictype/ctype-digit-tests (Files): Likewise.
1469         * modules/unictype/ctype-graph-tests (Files): Likewise.
1470         * modules/unictype/ctype-lower-tests (Files): Likewise.
1471         * modules/unictype/ctype-print-tests (Files): Likewise.
1472         * modules/unictype/ctype-punct-tests (Files): Likewise.
1473         * modules/unictype/ctype-space-tests (Files): Likewise.
1474         * modules/unictype/ctype-upper-tests (Files): Likewise.
1475         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
1476         * modules/unictype/decimal-digit-tests (Files): Likewise.
1477         * modules/unictype/digit-tests (Files): Likewise.
1478         * modules/unictype/mirror-tests (Files): Likewise.
1479         * modules/unictype/numeric-tests (Files): Likewise.
1480         * modules/unictype/property-alphabetic-tests (Files): Likewise.
1481         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
1482         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
1483         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
1484         Likewise.
1485         * modules/unictype/property-bidi-block-separator-tests (Files):
1486         Likewise.
1487         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
1488         Likewise.
1489         * modules/unictype/property-bidi-common-separator-tests (Files):
1490         Likewise.
1491         * modules/unictype/property-bidi-control-tests (Files): Likewise.
1492         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
1493         Likewise.
1494         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
1495         Likewise.
1496         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
1497         Likewise.
1498         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
1499         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
1500         Likewise.
1501         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
1502         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
1503         Likewise.
1504         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
1505         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
1506         * modules/unictype/property-bidi-segment-separator-tests (Files):
1507         Likewise.
1508         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
1509         * modules/unictype/property-byname-tests (Files): Likewise.
1510         * modules/unictype/property-combining-tests (Files): Likewise.
1511         * modules/unictype/property-composite-tests (Files): Likewise.
1512         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
1513         * modules/unictype/property-dash-tests (Files): Likewise.
1514         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
1515         * modules/unictype/property-default-ignorable-code-point-tests (Files):
1516         Likewise.
1517         * modules/unictype/property-deprecated-tests (Files): Likewise.
1518         * modules/unictype/property-diacritic-tests (Files): Likewise.
1519         * modules/unictype/property-extender-tests (Files): Likewise.
1520         * modules/unictype/property-format-control-tests (Files): Likewise.
1521         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
1522         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
1523         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
1524         * modules/unictype/property-hex-digit-tests (Files): Likewise.
1525         * modules/unictype/property-hyphen-tests (Files): Likewise.
1526         * modules/unictype/property-id-continue-tests (Files): Likewise.
1527         * modules/unictype/property-id-start-tests (Files): Likewise.
1528         * modules/unictype/property-ideographic-tests (Files): Likewise.
1529         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
1530         * modules/unictype/property-ids-trinary-operator-tests (Files):
1531         Likewise.
1532         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
1533         * modules/unictype/property-iso-control-tests (Files): Likewise.
1534         * modules/unictype/property-join-control-tests (Files): Likewise.
1535         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
1536         * modules/unictype/property-line-separator-tests (Files): Likewise.
1537         * modules/unictype/property-logical-order-exception-tests (Files):
1538         Likewise.
1539         * modules/unictype/property-lowercase-tests (Files): Likewise.
1540         * modules/unictype/property-math-tests (Files): Likewise.
1541         * modules/unictype/property-non-break-tests (Files): Likewise.
1542         * modules/unictype/property-not-a-character-tests (Files): Likewise.
1543         * modules/unictype/property-numeric-tests (Files): Likewise.
1544         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
1545         * modules/unictype/property-other-default-ignorable-code-point-tests
1546         (Files): Likewise.
1547         * modules/unictype/property-other-grapheme-extend-tests (Files):
1548         Likewise.
1549         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
1550         * modules/unictype/property-other-id-start-tests (Files): Likewise.
1551         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
1552         * modules/unictype/property-other-math-tests (Files): Likewise.
1553         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
1554         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
1555         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
1556         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
1557         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
1558         * modules/unictype/property-private-use-tests (Files): Likewise.
1559         * modules/unictype/property-punctuation-tests (Files): Likewise.
1560         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
1561         * modules/unictype/property-radical-tests (Files): Likewise.
1562         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
1563         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
1564         * modules/unictype/property-space-tests (Files): Likewise.
1565         * modules/unictype/property-terminal-punctuation-tests (Files):
1566         Likewise.
1567         * modules/unictype/property-test-tests (Files): Likewise.
1568         * modules/unictype/property-titlecase-tests (Files): Likewise.
1569         * modules/unictype/property-unassigned-code-value-tests (Files):
1570         Likewise.
1571         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
1572         * modules/unictype/property-uppercase-tests (Files): Likewise.
1573         * modules/unictype/property-variation-selector-tests (Files): Likewise.
1574         * modules/unictype/property-white-space-tests (Files): Likewise.
1575         * modules/unictype/property-xid-continue-tests (Files): Likewise.
1576         * modules/unictype/property-xid-start-tests (Files): Likewise.
1577         * modules/unictype/property-zero-width-tests (Files): Likewise.
1578         * modules/unictype/scripts-tests (Files): Likewise.
1579         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
1580         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
1581         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
1582         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
1583         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
1584         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
1585         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
1586         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
1587         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
1588         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
1589         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
1590         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
1591         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
1592         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
1593         * modules/uninorm/composition-tests (Files): Likewise.
1594         * modules/uninorm/decomposing-form-tests (Files): Likewise.
1595         * modules/uninorm/decomposition-tests (Files): Likewise.
1596         * modules/uninorm/filter-tests (Files): Likewise.
1597         * modules/uninorm/nfc-tests (Files): Likewise.
1598         * modules/uninorm/nfd-tests (Files): Likewise.
1599         * modules/uninorm/nfkc-tests (Files): Likewise.
1600         * modules/uninorm/nfkd-tests (Files): Likewise.
1601         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
1602         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
1603         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
1604         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
1605         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
1606         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
1607         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
1608         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
1609         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
1610         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
1611         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
1612         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
1613         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
1614         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
1615         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
1616         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
1617         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
1618         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
1619         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
1620         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
1621         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
1622         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
1623         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
1624         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
1625         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
1626         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
1627         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
1628         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
1629         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
1630         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
1631         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
1632         * modules/uniwidth/u8-width-tests (Files): Likewise.
1633         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
1634         * modules/uniwidth/u16-width-tests (Files): Likewise.
1635         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
1636         * modules/uniwidth/u32-width-tests (Files): Likewise.
1637         * modules/uniwidth/width-tests (Files): Likewise.
1638         * modules/unlink-tests (Files): Likewise.
1639         * modules/unsetenv-tests (Files): Likewise.
1640         * modules/usleep-tests (Files): Likewise.
1641         * modules/utimens-tests (Files): Likewise.
1642         * modules/utimensat-tests (Files): Likewise.
1643         * modules/vasnprintf-posix-tests (Files): Likewise.
1644         * modules/vasnprintf-tests (Files): Likewise.
1645         * modules/vasprintf-posix-tests (Files): Likewise.
1646         * modules/vasprintf-tests (Files): Likewise.
1647         * modules/vdprintf-posix-tests (Files): Likewise.
1648         * modules/vfprintf-posix-tests (Files): Likewise.
1649         * modules/vprintf-posix-tests (Files): Likewise.
1650         * modules/vsnprintf-posix-tests (Files): Likewise.
1651         * modules/vsnprintf-tests (Files): Likewise.
1652         * modules/vsprintf-posix-tests (Files): Likewise.
1653         * modules/wcrtomb-tests (Files): Likewise.
1654         * modules/wcsnrtombs-tests (Files): Likewise.
1655         * modules/wcsrtombs-tests (Files): Likewise.
1656         * modules/wctype-tests (Files): Likewise.
1657         * modules/wcwidth-tests (Files): Likewise.
1658         * modules/xmemdup0-tests (Files): Likewise.
1659         * modules/xprintf-posix-tests (Files): Likewise.
1660         * modules/xvasprintf-tests (Files): Likewise.
1661
1662 2009-12-24  Eric Blake  <ebb9@byu.net>
1663
1664         test-nanosleep: fix typo
1665         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
1666         patch.
1667         Reported by Bruno Haible.
1668
1669 2009-12-24  Bruno Haible  <bruno@clisp.org>
1670
1671         Reduce namespace pollution on glibc systems.
1672         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
1673         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
1674         systems.
1675         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
1676         <getopt.h> on glibc systems.
1677         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
1678         systems.
1679         * lib/fcntl.c: Include <unistd.h> here instead.
1680
1681 2009-12-24  Bruno Haible  <bruno@clisp.org>
1682
1683         * lib/stdlib.in.h (includes): Fix typo in today's commit.
1684
1685 2009-12-24  Eric Blake  <ebb9@byu.net>
1686
1687         tests: add signature checks
1688         * tests/signature.h (SIGNATURE_CHECK): New file.
1689         * modules/atexit-tests (Files): Use it.
1690         * modules/btowc-tests (Files): Likewise.
1691         * modules/canonicalize-lgpl-tests (Files): Likewise.
1692         * modules/ceilf-tests (Files): Likewise.
1693         * modules/ceill-tests (Files): Likewise.
1694         * modules/chown-tests (Files): Likewise.
1695         * modules/dprintf-posix-tests (Files): Likewise.
1696         * modules/dup2-tests (Files): Likewise.
1697         * modules/dup3-tests (Files): Likewise.
1698         * modules/duplocale-tests (Files): Likewise.
1699         * modules/fchdir-tests (Files): Likewise.
1700         * modules/fcntl-tests (Files): Likewise.
1701         * modules/fdopendir-tests (Files): Likewise.
1702         * modules/fflush-tests (Files): Likewise.
1703         * modules/flock-tests (Files): Likewise.
1704         * modules/floorf-tests (Files): Likewise.
1705         * modules/floorl-tests (Files): Likewise.
1706         * modules/fnmatch-tests (Files): Likewise.
1707         * modules/fopen-tests (Files): Likewise.
1708         * modules/fprintf-posix-tests (Files): Likewise.
1709         * modules/freopen-tests (Files): Likewise.
1710         * modules/frexp-nolibm-tests (Files): Likewise.
1711         * modules/frexp-tests (Files): Likewise.
1712         * modules/frexpl-nolibm-tests (Files): Likewise.
1713         * modules/frexpl-tests (Files): Likewise.
1714         * modules/fseek-tests (Files): Likewise.
1715         * modules/fseeko-tests (Files): Likewise.
1716         * modules/fsync-tests (Files): Likewise.
1717         * modules/ftell-tests (Files): Likewise.
1718         * modules/ftello-tests (Files): Likewise.
1719         * modules/futimens-tests (Files): Likewise.
1720         * modules/getaddrinfo-tests (Files): Likewise.
1721         * modules/getcwd-tests (Files): Likewise.
1722         * modules/getdelim-tests (Files): Likewise.
1723         * modules/getdtablesize-tests (Files): Likewise.
1724         * modules/getgroups-tests (Files): Likewise.
1725         * modules/gethostname-tests (Files): Likewise.
1726         * modules/getline-tests (Files): Likewise.
1727         * modules/getopt-posix-tests (Files): Likewise.
1728         * modules/gettimeofday-tests (Files): Likewise.
1729         * modules/glob-tests (Files): Likewise.
1730         * modules/iconv-tests (Files): Likewise.
1731         * modules/inet_ntop-tests (Files): Likewise.
1732         * modules/inet_pton-tests (Files): Likewise.
1733         * modules/isblank-tests (Files): Likewise.
1734         * modules/lchown-tests (Files): Likewise.
1735         * modules/ldexpl-tests (Files): Likewise.
1736         * modules/link-tests (Files): Likewise.
1737         * modules/linkat-tests (Files): Likewise.
1738         * modules/lseek-tests (Files): Likewise.
1739         * modules/lstat-tests (Files): Likewise.
1740         * modules/mbrtowc-tests (Files): Likewise.
1741         * modules/mbsinit-tests (Files): Likewise.
1742         * modules/mbsnrtowcs-tests (Files): Likewise.
1743         * modules/mbsrtowcs-tests (Files): Likewise.
1744         * modules/memchr-tests (Files): Likewise.
1745         * modules/memcmp-tests (Files): Likewise.
1746         * modules/memmem-tests (Files): Likewise.
1747         * modules/memrchr-tests (Files): Likewise.
1748         * modules/mkdir-tests (Files): Likewise.
1749         * modules/mkfifo-tests (Files): Likewise.
1750         * modules/mkfifoat-tests (Files): Likewise.
1751         * modules/mknod-tests (Files): Likewise.
1752         * modules/nanosleep-tests (Files): Likewise.
1753         * modules/nl_langinfo-tests (Files): Likewise.
1754         * modules/obstack-printf-tests (Files): Likewise.
1755         * modules/open-tests (Files): Likewise.
1756         * modules/openat-tests (Files): Likewise.
1757         * modules/perror-tests (Files): Likewise.
1758         * modules/pipe2-tests (Files): Likewise.
1759         * modules/poll-tests (Files): Likewise.
1760         * modules/popen-tests (Files): Likewise.
1761         * modules/posix_spawn-tests (Files): Likewise.
1762         * modules/posix_spawnp-tests (Files): Likewise.
1763         * modules/pread-tests (Files): Likewise.
1764         * modules/printf-posix-tests (Files): Likewise.
1765         * modules/pty-tests (Files): Likewise.
1766         * modules/random_r-tests (Files): Likewise.
1767         * modules/rawmemchr-tests (Files): Likewise.
1768         * modules/readlink-tests (Files): Likewise.
1769         * modules/remove-tests (Files): Likewise.
1770         * modules/rename-tests (Files): Likewise.
1771         * modules/renameat-tests (Files): Likewise.
1772         * modules/rmdir-tests (Files): Likewise.
1773         * modules/round-tests (Files): Likewise.
1774         * modules/roundf-tests (Files): Likewise.
1775         * modules/roundl-tests (Files): Likewise.
1776         * modules/select-tests (Files): Likewise.
1777         * modules/setenv-tests (Files): Likewise.
1778         * modules/sigaction-tests (Files): Likewise.
1779         * modules/sleep-tests (Files): Likewise.
1780         * modules/snprintf-posix-tests (Files): Likewise.
1781         * modules/snprintf-tests (Files): Likewise.
1782         * modules/sprintf-posix-tests (Files): Likewise.
1783         * modules/stat-tests (Files): Likewise.
1784         * modules/strcasestr-tests (Files): Likewise.
1785         * modules/strchrnul-tests (Files): Likewise.
1786         * modules/strerror-tests (Files): Likewise.
1787         * modules/strsignal-tests (Files): Likewise.
1788         * modules/strstr-tests (Files): Likewise.
1789         * modules/strtod-tests (Files): Likewise.
1790         * modules/strverscmp-tests (Files): Likewise.
1791         * modules/symlink-tests (Files): Likewise.
1792         * modules/symlinkat-tests (Files): Likewise.
1793         * modules/times-tests (Files): Likewise.
1794         * modules/trunc-tests (Files): Likewise.
1795         * modules/truncf-tests (Files): Likewise.
1796         * modules/truncl-tests (Files): Likewise.
1797         * modules/tsearch-tests (Files): Likewise.
1798         * modules/uname-tests (Files): Likewise.
1799         * modules/unlink-tests (Files): Likewise.
1800         * modules/unsetenv-tests (Files): Likewise.
1801         * modules/usleep-tests (Files): Likewise.
1802         * modules/utimensat-tests (Files): Likewise.
1803         * modules/vasprintf-tests (Files): Likewise.
1804         * modules/vdprintf-posix-tests (Files): Likewise.
1805         * modules/vfprintf-posix-tests (Files): Likewise.
1806         * modules/vprintf-posix-tests (Files): Likewise.
1807         * modules/vsnprintf-posix-tests (Files): Likewise.
1808         * modules/vsnprintf-tests (Files): Likewise.
1809         * modules/vsprintf-posix-tests (Files): Likewise.
1810         * modules/wcrtomb-tests (Files): Likewise.
1811         * modules/wcsnrtombs-tests (Files): Likewise.
1812         * modules/wcsrtombs-tests (Files): Likewise.
1813         * modules/wcwidth-tests (Files): Likewise.
1814         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
1815         * tests/test-isinf.c (isinf): Likewise.
1816         * tests/test-isnan.c (isnan): Likewise.
1817         * tests/test-signbit.c (signbit): Likewise.
1818         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
1819         declaration, either as macro or with correct signature.
1820         (select): Ensure function under test is declared with correct
1821         signature in correct header.
1822         * tests/test-atexit.c (atexit): Likewise.
1823         * tests/test-btowc.c (btowc): Likewise.
1824         * tests/test-canonicalize-lgpl.c (realpath)
1825         (canonicalize_file_name): Likewise.
1826         * tests/test-ceilf1.c (ceilf): Likewise.
1827         * tests/test-ceill.c (ceill): Likewise.
1828         * tests/test-chown.c (chown): Likewise.
1829         * tests/test-dprintf-posix.c (dprintf): Likewise.
1830         * tests/test-dup2.c (dup2): Likewise.
1831         * tests/test-dup3.c (dup3): Likewise.
1832         * tests/test-duplocale.c (duplocale): Likewise.
1833         * tests/test-fchdir.c (fchdir): Likewise.
1834         * tests/test-fchownat.c (fchownat): Likewise.
1835         * tests/test-fcntl.c (fcntl): Likewise.
1836         * tests/test-fdopendir.c (fdopendir): Likewise.
1837         * tests/test-fflush.c (fflush): Likewise.
1838         * tests/test-flock.c (flock): Likewise.
1839         * tests/test-floorf1.c (floorf): Likewise.
1840         * tests/test-floorl.c (floorl): Likewise.
1841         * tests/test-fnmatch.c (fnmatch): Likewise.
1842         * tests/test-fopen.c (fopen): Likewise.
1843         * tests/test-fprintf-posix.c (fprintf): Likewise.
1844         * tests/test-freopen.c (freopen): Likewise.
1845         * tests/test-frexp.c (frexp): Likewise.
1846         * tests/test-frexpl.c (frexpl): Likewise.
1847         * tests/test-fseek.c (fseek): Likewise.
1848         * tests/test-fseeko.c (fseeko): Likewise.
1849         * tests/test-fstatat.c (fstatat): Likewise.
1850         * tests/test-fsync.c (fsync): Likewise.
1851         * tests/test-ftell.c (ftell): Likewise.
1852         * tests/test-ftello.c (ftello): Likewise.
1853         * tests/test-futimens.c (futimens): Likewise.
1854         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
1855         (gai_strerror): Likewise.
1856         * tests/test-getcwd.c (getcwd): Likewise.
1857         * tests/test-getdelim.c (getdelim): Likewise.
1858         * tests/test-getdtablesize.c (getdtablesize): Likewise.
1859         * tests/test-getgroups.c (getgroups): Likewise.
1860         * tests/test-gethostname.c (gethostname): Likewise.
1861         * tests/test-getline.c (getline): Likewise.
1862         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
1863         Likewise.
1864         * tests/test-gettimeofday.c (gettimeofday): Likewise.
1865         * tests/test-glob.c (glob, globfree): Likewise.
1866         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
1867         * tests/test-inet_ntop.c (inet_ntop): Likewise.
1868         * tests/test-inet_pton.c (inet_pton): Likewise.
1869         * tests/test-isblank.c (isblank): Likewise.
1870         * tests/test-lchown.c (lchown): Likewise.
1871         * tests/test-ldexpl.c (ldexpl): Likewise.
1872         * tests/test-link.c (link): Likewise.
1873         * tests/test-linkat.c (linkat): Likewise.
1874         * tests/test-lseek.c (lseek): Likewise.
1875         * tests/test-lstat.c (lstat): Likewise.
1876         * tests/test-mbrtowc.c (mbrtowc): Likewise.
1877         * tests/test-mbsinit.c (mbsinit): Likewise.
1878         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
1879         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
1880         * tests/test-memchr.c (memchr): Likewise.
1881         * tests/test-memcmp.c (memcmp): Likewise.
1882         * tests/test-memmem.c (memmem): Likewise.
1883         * tests/test-memrchr.c (memrchr): Likewise.
1884         * tests/test-mkdir.c (mkdir): Likewise.
1885         * tests/test-mkdirat.c (mkdirat): Likewise.
1886         * tests/test-mkfifo.c (mkfifo): Likewise.
1887         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
1888         * tests/test-mknod.c (mknod): Likewise.
1889         * tests/test-nanosleep.c (nanosleep): Likewise.
1890         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
1891         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
1892         Likewise.
1893         * tests/test-open.c (open): Likewise.
1894         * tests/test-openat.c (openat): Likewise.
1895         * tests/test-perror.c (perror): Likewise.
1896         * tests/test-pipe2.c (pipe2): Likewise.
1897         * tests/test-poll.c (poll): Likewise.
1898         * tests/test-popen.c (popen, pclose): Likewise.
1899         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
1900         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
1901         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
1902         (posix_spawn_file_actions_destroy)
1903         (posix_spawn_file_actions_addclose)
1904         (posix_spawn_file_actions_addopen)
1905         (posix_spawn_file_actions_adddup2): Likewise.
1906         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
1907         * tests/test-pread.c (pread): Likewise.
1908         * tests/test-printf-posix.c (printf): Likewise.
1909         * tests/test-pty.c (openpty, forkpty): Likewise.
1910         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
1911         (random_r): Likewise.
1912         * tests/test-rawmemchr.c (rawmemchr): Likewise.
1913         * tests/test-readlink.c (readlink): Likewise.
1914         * tests/test-remove.c (remove): Likewise.
1915         * tests/test-rename.c (rename): Likewise.
1916         * tests/test-renameat.c (renameat): Likewise.
1917         * tests/test-rmdir.c (rmdir): Likewise.
1918         * tests/test-round1.c (round): Likewise.
1919         * tests/test-roundf1.c (roundf): Likewise.
1920         * tests/test-roundl.c (roundl): Likewise.
1921         * tests/test-setenv.c (setenv): Likewise.
1922         * tests/test-sigaction.c (sigaction): Likewise.
1923         * tests/test-sleep.c (sleep): Likewise.
1924         * tests/test-snprintf.c (snprintf): Likewise.
1925         * tests/test-sprintf-posix.c (sprintf): Likewise.
1926         * tests/test-stat.c (stat): Likewise.
1927         * tests/test-stpncpy.c (stpncpy): Likewise.
1928         * tests/test-strcasestr.c (strcasestr): Likewise.
1929         * tests/test-strchrnul.c (strchrnul): Likewise.
1930         * tests/test-strerror.c (strerror): Likewise.
1931         * tests/test-strsignal.c (strsignal): Likewise.
1932         * tests/test-strstr.c (strstr): Likewise.
1933         * tests/test-strtod.c (strtod): Likewise.
1934         * tests/test-strverscmp.c (strverscmp): Likewise.
1935         * tests/test-symlink.c (symlink): Likewise.
1936         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
1937         * tests/test-times.c (times): Likewise.
1938         * tests/test-trunc1.c (trunc): Likewise.
1939         * tests/test-truncf1.c (truncf): Likewise.
1940         * tests/test-truncl.c (truncl): Likewise.
1941         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
1942         Likewise.
1943         * tests/test-uname.c (uname): Likewise.
1944         * tests/test-unlink.c (unlink): Likewise.
1945         * tests/test-unlinkat.c (unlinkat): Likewise.
1946         * tests/test-unsetenv.c (unsetenv): Likewise.
1947         * tests/test-usleep.c (usleep): Likewise.
1948         * tests/test-utimensat.c (utimensat): Likewise.
1949         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
1950         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
1951         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
1952         * tests/test-vprintf-posix.c (vprintf): Likewise.
1953         * tests/test-vsnprintf.c (vsnprintf): Likewise.
1954         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
1955         * tests/test-wcrtomb.c (wcrtomb): Likewise.
1956         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
1957         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
1958         * tests/test-wcwidth.c (wcwidth): Likewise.
1959
1960         build: pull in conditional headers during GNULIB_POSIXCHECK
1961         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
1962         definitions from any conditionally-included headers.
1963         * lib/stdlib.in.h (includes): Likewise.
1964         * lib/unistd.in.h (includes): Likewise.
1965
1966 2009-12-24  Bruno Haible  <bruno@clisp.org>
1967
1968         * tests/test-argv-iter.c: Include header file being tested immediately
1969         after config.h.
1970         * tests/test-base64.c: Likewise.
1971         * tests/test-flock.c: Likewise.
1972         * tests/test-fsync.c: Likewise.
1973         * tests/test-getdate.c: Likewise.
1974         * tests/test-getndelim2.c: Likewise.
1975         * tests/test-isfinite.c: Likewise.
1976         * tests/test-isinf.c: Likewise.
1977         * tests/test-strerror.c: Likewise.
1978         * tests/test-strsignal.c: Likewise.
1979
1980 2009-12-23  Eric Blake  <ebb9@byu.net>
1981
1982         unistd: work around cygwin bug
1983         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
1984         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
1985         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
1986
1987 2009-12-23  Bruno Haible  <bruno@clisp.org>
1988
1989         localename: More tests.
1990         * tests/test-localename.c (SIZEOF): New macro.
1991         (categories): New variable.
1992         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
1993         test_locale_name_default): Add test w.r.t. thread locale.
1994         (test_locale_name_thread): New function.
1995         (main): Invoke it.
1996
1997         localename: Make aware of thread locale.
1998         * lib/localename.h (gl_locale_name_thread): New declaration.
1999         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
2000         behaviour with respect to thread locale.
2001         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
2002         <langinfo.h>, glthread/lock.h.
2003         (SIZE_BITS): New macro.
2004         (string_hash): New function.
2005         (struct hash_node): New type.
2006         (HASH_TABLE_SIZE): New macro.
2007         (struniq_hash_table, struniq_lock): New variables.
2008         (struniq): New function.
2009         (gl_locale_name_thread): New function.
2010         (gl_locale_name): Invoke it.
2011         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
2012         * modules/localename (Depends-on): Add lock.
2013         Reported by Mike Gran <spk121@yahoo.com>.
2014
2015 2009-12-23  Eric Blake  <ebb9@byu.net>
2016
2017         va-args: new module
2018         * modules/va-args: New file.
2019         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
2020         * MODULES.html.sh (Core language properties): Mention it.
2021
2022         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
2023         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
2024         named alias for __attribute__((__unused__)).
2025         * lib/chown.c: Update client.
2026         * lib/fchmodat.c: Likewise.
2027         * lib/fts.c: Likewise.
2028         * lib/getdate.y: Likewise.
2029         * lib/getgroups.c: Likewise.
2030         * lib/getopt.c: Likewise.
2031         * lib/getugroups.c: Likewise.
2032         * lib/mkdir.c: Likewise.
2033         * lib/mkfifo.c: Likewise.
2034         * lib/mkfifoat.c: Likewise.
2035         * lib/mknod.c: Likewise.
2036         * lib/mknodat.c: Likewise.
2037         * lib/readlink.c: Likewise.
2038         * lib/se-context.in.h: Likewise.
2039         * lib/se-selinux.in.h: Likewise.
2040         * lib/sockets.c: Likewise.
2041         * lib/symlink.c: Likewise.
2042         * lib/symlinkat.c: Likewise.
2043         * lib/unicodeio.c: Likewise.
2044         * lib/unistr.h: Likewise.
2045         * tests/test-areadlink.c: Likewise.
2046         * tests/test-areadlinkat.c: Likewise.
2047         * tests/test-filenamecat.c: Likewise.
2048         * tests/test-fseeko.c: Likewise.
2049         * tests/test-ftello.c: Likewise.
2050         * tests/test-getdate.c: Likewise.
2051         * tests/test-getgroups.c: Likewise.
2052         * tests/test-gethostname.c: Likewise.
2053         * tests/test-quotearg.c: Likewise.
2054         * tests/test-version-etc.c: Likewise.
2055         * tests/test-xalloc-die.c: Likewise.
2056         * tests/test-xfprintf-posix.c: Likewise.
2057         * tests/test-xprintf-posix.c: Likewise.
2058         * tests/test-xvasprintf.c: Likewise.
2059
2060         tests: avoid compiler warnings
2061         * tests/test-fcntl.c (main): Delete unused parameters.
2062         * tests/test-freopen-safer.c (main): Likewise.
2063         * tests/test-xalloc-die.c (main): Mark unused parameters.
2064         * tests/test-fseeko.c (main): Likewise.
2065         * tests/test-ftello.c (main): Likewise.
2066         * tests/test-nanosleep.c (main): Avoid declaration warning.
2067         * tests/test-sleep.c (main): Likewise.
2068         * tests/test-unsetenv.c (main): Silence warning about string
2069         literal.
2070         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
2071
2072 2009-12-23  Bruno Haible  <bruno@clisp.org>
2073
2074         * tests/test-localename.c (test_locale_name): New function, extracted
2075         from main. Also test mixed situations.
2076         (test_locale_name_posix, test_locale_name_environ,
2077         test_locale_name_default): New functions.
2078         (main): Invoke them all.
2079         * modules/localename-tests (configure.ac): Test for newlocale.
2080
2081 2009-12-23  Bruno Haible  <bruno@clisp.org>
2082
2083         unistd: Ensure getcwd gets declared before being overridden.
2084         * lib/unistd.in.h: Conditionally include <io.h>.
2085
2086 2009-12-22  Bruno Haible  <bruno@clisp.org>
2087
2088         wchar: Diagnose broken combination of glibc and gcc versions and flags.
2089         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
2090         (gl_WCHAR_H): Invoke it.
2091         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
2092         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
2093         Reported by Karl Berry <karl@freefriends.org>.
2094
2095 2009-12-22  Eric Blake  <ebb9@byu.net>
2096
2097         math, unistd: avoid redundant includes
2098         * lib/math.in.h (isnan): No need to re-include <math.h>.
2099         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
2100
2101         getsubopt: work around cygwin bug
2102         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
2103         avoid conflicting with system getsubopt.
2104         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
2105         bug.
2106
2107         getopt: synchronize from glibc
2108         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
2109         parameter order.  Adjust all callers.
2110         (_getopt_internal_r, main): Adjust quoting in error messages.
2111         Drop considerations for outdated POSIX 1003.2 error message.
2112         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
2113         callers.
2114         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
2115
2116         test-getopt: test stderr behavior
2117         * modules/getopt-posix-tests (Depends-on): Add dup2.
2118         * tests/test-getopt.c (ASSERT): Avoid stderr.
2119         (main): Move stderr to a temporary file.
2120         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
2121         Instead, add parameter to inform caller if output occurred.
2122         (test_getopt): Adjust all existing tests to expect silence, and
2123         add new tests of leading ":".
2124         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2125         glibc shortcomings with leading "-:" or "+:" in optstring.
2126         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2127         Likewise.
2128         * doc/posix-functions/getopt.texi (getopt): Likewise.
2129
2130         test-getopt: enhance test
2131         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
2132         supports optind=0.
2133         * tests/test-getopt.c (OPTIND_MIN): Move...
2134         * tests/test-getopt.h (OPTIND_MIN): ...here.
2135         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
2136         Require that optind=0 works, since modern BSD supports it in
2137         addition to optreset, and since coreutils expects it.
2138         (test_getopt_long_only): New test.
2139         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2140         glibc shortcomings with 'W;', and enforcement of optind=0.
2141         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2142         Likewise.
2143
2144 2009-12-21  Bruno Haible  <bruno@clisp.org>
2145
2146         localename: Improvements for MacOS X and Cygwin.
2147         * lib/localename.h (gl_locale_name_environ): New declaration.
2148         * lib/localename.c (gl_locale_name_environ): New function, extracted from
2149         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
2150         (gl_locale_name_posix): Invoke it.
2151         (gl_locale_name_default): Add comments. Use Windows native API also on
2152         Cygwin.
2153
2154 2009-12-21  Bruno Haible  <bruno@clisp.org>
2155
2156         Update list of Win32 locale ids.
2157         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
2158         (LANG_SAMI): Renamed from LANG_SAAMI.
2159         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
2160         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
2161         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
2162         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
2163         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
2164         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
2165         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
2166         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
2167         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
2168         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
2169         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
2170         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
2171         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
2172         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
2173         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
2174         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
2175         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
2176         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
2177         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
2178         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
2179         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
2180         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
2181         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
2182         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
2183         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
2184         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
2185         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
2186         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
2187         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
2188         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
2189         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
2190         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
2191         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
2192         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
2193         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
2194         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
2195         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
2196         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
2197         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
2198         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
2199         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
2200         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
2201         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
2202         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
2203         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
2204         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
2205         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
2206         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
2207         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
2208         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
2209         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
2210         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
2211         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
2212         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
2213         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
2214         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
2215         Add more languages and countries for Sami, Sorbian. Add more countries
2216         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
2217         for Pashto. Change country for Syriac, Tswana.
2218
2219 2009-12-21  Eric Blake  <ebb9@byu.net>
2220
2221         test-utimens: avoid spurious failure
2222         * tests/test-chown.h (nap): Factor...
2223         * tests/nap.h: ...into new file.
2224         * tests/test-lchown.h (nap): Avoid duplication.
2225         * tests/test-utimens-common.h (nap): Use shared implementation,
2226         necessary on file systems with 1-second resolution.
2227         * modules/chown-tests (Files): Include new file.
2228         * modules/fdutimensat-tests (Files): Likewise.
2229         * modules/futimens-tests (Files): Likewise.
2230         * modules/lchown-tests (Files): Likewise.
2231         * modules/openat-tests (Files): Likewise.
2232         * modules/utimens-tests (Files): Likewise.
2233         * modules/utimensat-tests (Files): Likewise.
2234
2235 2009-12-19  Eric Blake  <ebb9@byu.net>
2236
2237         futimens, utimensat: work around Linux bug
2238         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
2239         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2240         * lib/utimensat.c (rpl_utimensat): Work around it.
2241         * lib/futimens.c (rpl_futimens): Adjust comment.
2242
2243         utimens: work around Linux ctime bug
2244         * lib/utimens.c (detect_ctime_bug): New helper function.
2245         (update_timespec): Differentiate between workaround needed for
2246         this bug vs. what is needed for systems that lack utimensat.
2247         (fdutimens, lutimens): Work around bug.
2248
2249         utimens: check for ctime update
2250         * tests/test-utimens-common.h (check_ctime): Define.
2251         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
2252         * tests/test-futimens.h (test_futimens): Likewise.
2253         * tests/test-lutimens.h (test_lutimens): Likewise.
2254         * doc/posix-functions/futimens.texi (futimens): Document the bug.
2255         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2256
2257 2009-12-19  Bruno Haible  <bruno@clisp.org>
2258
2259         dprintf-posix: Check against memory leak fixed on 2009-12-15.
2260         * tests/test-dprintf-posix2.sh: New file.
2261         * tests/test-dprintf-posix2.c: New file.
2262         * modules/dprintf-posix-tests (Files): Add them.
2263         (configure.ac): Check for getrlimit and setrlimit.
2264         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2265
2266 2009-12-19  Bruno Haible  <bruno@clisp.org>
2267
2268         fprintf-posix: Check against memory leak fixed on 2009-12-15.
2269         * tests/test-fprintf-posix3.sh: New file.
2270         * tests/test-fprintf-posix3.c: New file.
2271         * modules/fprintf-posix-tests (Files): Add them.
2272         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2273
2274 2009-12-19  Eric Blake  <ebb9@byu.net>
2275
2276         dirfd: fix prototype
2277         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
2278         * lib/dirfd.c (dirfd): Likewise.
2279
2280         canonicalize: reduce memory usage
2281         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
2282         allocation to size.
2283         Reported by Solar Designer <solar@openwall.com>.
2284
2285 2009-12-19  Bruno Haible  <bruno@clisp.org>
2286
2287         New module attribute 'Applicability'.
2288         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
2289         * gnulib-tool: New option --extract-applicability.
2290         (func_usage): Document it.
2291         (sed_extract_prog): Recognize it.
2292         (func_get_applicability): New function.
2293         (func_import): Generalize handling of 'link-warning' module.
2294         * modules/link-warning (Applicability): New section.
2295         * modules/arg-nonnull (Applicability): New section.
2296         Repoted by Simon Josefsson <simon@josefsson.org>.
2297
2298 2009-12-19  Bruno Haible  <bruno@clisp.org>
2299
2300         fflush: tweak
2301         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
2302         * lib/fseeko.c (rpl_fseeko): Likewise.
2303
2304 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
2305
2306         * lib/gl_list.h: Fix typo in comment.
2307
2308 2009-12-16  Eric Blake  <ebb9@byu.net>
2309
2310         fcntl: use to simplify other modules
2311         * modules/cloexec (Depends-on): Add fcntl.
2312         * modules/fchdir (Depends-on): Likewise.
2313         * modules/fd-safer-flag (Depends-on): Likewise.
2314         * modules/unistd-safer (Depends-on): Likewise.
2315         * modules/dup3 (configure.ac): Set module indicator.
2316         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
2317         missing.
2318         * lib/fchdir.c (_gl_register_dup): Fix comment.
2319         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
2320         * lib/dup-safer.c (dup_safer): Likewise.
2321         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
2322         * lib/dup3.c (dup3): Likewise.
2323         * tests/test-fchdir.c (main): Enhance test.
2324         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
2325
2326         fcntl: port portions of fcntl to mingw
2327         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
2328         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
2329         replacement for mingw.
2330         * modules/fcntl (Description): Update.
2331         (Depends-on): Add dup2.
2332         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
2333         * modules/fcntl-h (Makefile.am): Substitute it.
2334         * lib/fcntl.in.h (fcntl): Update declaration.
2335         (F_DUPFD, F_GETFD): New macros, when needed.
2336         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
2337         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
2338         * tests/test-fcntl.c (check_flags, main): Enhance test for items
2339         we now guarantee.
2340
2341         fcntl: work around cygwin bug in F_DUPFD
2342         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
2343         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
2344         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
2345         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
2346         * doc/posix-functions/fcntl.texi (fcntl): Document it.
2347
2348         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
2349         * modules/fcntl (Files): List new files.
2350         (configure.ac): Run a test.
2351         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
2352         * lib/fcntl.c (rpl_fcntl): Likewise.
2353         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
2354         (gl_FCNTL_H): Always replace fcntl.h.
2355         * modules/fcntl-h (Makefile.am): Substitute witnesses.
2356         * lib/fcntl.in.h (fcntl): Declare replacement.
2357         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
2358         needed, plus a witness.
2359         * doc/posix-functions/fcntl.texi (fcntl): Document this.
2360         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
2361         * tests/test-fcntl.c: New file.
2362         * modules/fcntl-tests: Likewise.
2363
2364         binary-io: avoid potential compilation warning
2365         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
2366         directives.
2367
2368         fflush: avoid compilation error on NetBSD
2369         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
2370         between off_t and fpos_t, since the latter is sometimes a struct.
2371         * lib/fseeko.c (rpl_fseeko): Likewise.
2372         Reported by Alexander Nasonov <alnsn@yandex.ru>.
2373
2374 2009-12-15  Eric Blake  <ebb9@byu.net>
2375
2376         fcntl-h, stdio, sys_ioctl: fix declarations
2377         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
2378         function must not take arguments.
2379         * lib/sys_ioctl.in.h (ioctl): Likewise.
2380         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
2381         (open): Add a link warning.
2382
2383 2009-12-15  Jim Meyering  <meyering@redhat.com>
2384
2385         areadlink, areadlink-with-size: relax license to LGPLv2+
2386         * modules/areadlink (License): Relax to LGPLv2+.
2387         * modules/areadlink-with-size (License): Likewise.
2388
2389 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
2390             Bruno Haible  <bruno@clisp.org>
2391
2392         *printf: Fix memory leak.
2393         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
2394         * lib/vfprintf.c (vfprintf): Likewise.
2395         * lib/dprintf.c (dprintf): Likewise.
2396         * lib/vdprintf.c (vdprintf): Likewise.
2397
2398 2009-12-14  Eric Blake  <ebb9@byu.net>
2399
2400         accept4: adjust module dependencies
2401         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
2402
2403         utimens: one more try at avoiding compiler warning
2404         * lib/utimens.c (lutimens): Lower scope of result.
2405
2406 2009-12-13  Bruno Haible  <bruno@clisp.org>
2407
2408         Move the malloc checking from module 'list' to new module 'xlist'.
2409         * modules/xlist: New file.
2410         * lib/gl_xlist.h: New file.
2411         * lib/gl_xlist.c: New file.
2412         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
2413         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
2414         gl_list_add_last, gl_list_add_before, gl_list_add_after,
2415         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
2416         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
2417         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
2418         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
2419         gl_sortedlist_nx_add): New declarations.
2420         (struct gl_list_implementation): Rename and change methods accordingly.
2421         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
2422         (gl_list_nx_create): Renamed from gl_list_create.
2423         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2424         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2425         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2426         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2427         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2428         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2429         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2430         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2431         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
2432         gl_list_create_empty.
2433         (gl_list_nx_create): Renamed from gl_list_create.
2434         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2435         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2436         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2437         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2438         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2439         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2440         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2441         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2442         * lib/gl_array_list.c: Don't include xalloc.h.
2443         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
2444         NULL upon out-of-memory.
2445         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
2446         out-of-memory.
2447         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
2448         Change return type to 'int'.
2449         (gl_array_nx_set_at): Renamed from gl_array_set_at.
2450         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2451         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
2452         upon out-of-memory.
2453         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
2454         upon out-of-memory.
2455         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
2456         upon out-of-memory.
2457         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
2458         upon out-of-memory.
2459         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
2460         out-of-memory.
2461         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
2462         Update.
2463         (gl_array_list_implementation): Update.
2464         * lib/gl_carray_list.c: Don't include xalloc.h.
2465         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
2466         Return NULL upon out-of-memory.
2467         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
2468         out-of-memory.
2469         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
2470         Change return type to 'int'.
2471         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
2472         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2473         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
2474         upon out-of-memory.
2475         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
2476         upon out-of-memory.
2477         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
2478         out-of-memory.
2479         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
2480         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
2481         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
2482         Update.
2483         (gl_carray_list_implementation): Update.
2484         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
2485         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
2486         gl_linked_create_empty. Return NULL upon out-of-memory.
2487         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
2488         out-of-memory.
2489         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
2490         Change return type to 'int'. Return -1 upon out-of-memory.
2491         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
2492         out-of-memory.
2493         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
2494         upon out-of-memory.
2495         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
2496         upon out-of-memory.
2497         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
2498         NULL upon out-of-memory.
2499         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
2500         upon out-of-memory.
2501         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
2502         out-of-memory.
2503         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
2504         Update.
2505         * lib/gl_linked_list.c: Don't include xalloc.h.
2506         (gl_linked_list_implementation): Update.
2507         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
2508         (add_to_bucket): Change return type to 'int'.
2509         (gl_linkedhash_list_implementation): Update.
2510         * lib/gl_anytree_list1.h (free_subtree): New function.
2511         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
2512         gl_tree_create_empty. Return NULL upon out-of-memory.
2513         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
2514         Change return type to 'int'. Return -1 upon out-of-memory.
2515         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
2516         out-of-memory.
2517         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
2518         (gl_tree_remove_node): New function, moved here from
2519         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
2520         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
2521         Update.
2522         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
2523         malloc, not xmalloc. Return NULL upon out-of-memory.
2524         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
2525         out-of-memory.
2526         (gl_tree_remove_node_from_tree): New function, extracted from
2527         gl_tree_remove_node.
2528         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
2529         upon out-of-memory.
2530         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
2531         out-of-memory.
2532         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
2533         upon out-of-memory.
2534         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
2535         upon out-of-memory.
2536         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
2537         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
2538         not xmalloc. Return NULL upon out-of-memory.
2539         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
2540         out-of-memory.
2541         (gl_tree_remove_node_from_tree): New function, extracted from
2542         gl_tree_remove_node.
2543         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
2544         upon out-of-memory.
2545         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
2546         out-of-memory.
2547         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
2548         upon out-of-memory.
2549         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
2550         upon out-of-memory.
2551         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
2552         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
2553         gl_anytree_list1.h before gl_anyavltree_list2.h.
2554         (gl_avltree_list_implementation): Update.
2555         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
2556         gl_anytree_list1.h before gl_anyavltree_list2.h.
2557         (gl_rbtree_list_implementation): Update.
2558         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
2559         Change return type to 'int'. Return -1 upon out-of-memory. Use
2560         __builtin_expect.
2561         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
2562         (gl_avltreehash_list_implementation): Update.
2563         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
2564         (gl_rbtreehash_list_implementation): Update.
2565         * modules/array-list (Depends-on): Remove xalloc.
2566         * modules/carray-list (Depends-on): Likewise.
2567         * modules/linked-list (Depends-on): Likewise.
2568         * modules/linkedhash-list (Depends-on): Likewise.
2569         * modules/avltree-list (Depends-on): Likewise.
2570         * modules/rbtree-list (Depends-on): Likewise.
2571         * modules/avltreehash-list (Depends-on): Likewise.
2572         * modules/rbtreehash-list (Depends-on): Likewise.
2573
2574         * modules/xsublist: New file.
2575         * lib/gl_xsublist.h: New file.
2576         * lib/gl_xsublist.c: New file.
2577         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
2578         (gl_sublist_nx_create): New declaration.
2579         * lib/gl_sublist.c: Don't include xalloc.h.
2580         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
2581         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
2582         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
2583         Change return type to 'int'. Return -1 upon out-of-memory.
2584         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
2585         upon out-of-memory.
2586         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
2587         NULL upon out-of-memory.
2588         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
2589         upon out-of-memory.
2590         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
2591         NULL upon out-of-memory.
2592         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
2593         NULL upon out-of-memory.
2594         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
2595         upon out-of-memory.
2596         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
2597         (gl_sublist_list_implementation): Update.
2598         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
2599         upon out-of-memory.
2600         * modules/sublist (Depends-on): Remove xalloc.
2601
2602         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
2603         * tests/test-carray_list.c: Likewise.
2604         * tests/test-linked_list.c: Likewise.
2605         * tests/test-linkedhash_list.c: Likewise.
2606         * tests/test-avltree_list.c: Likewise.
2607         * tests/test-rbtree_list.c: Likewise.
2608         * tests/test-avltreehash_list.c: Likewise.
2609         * tests/test-rbtreehash_list.c: Likewise.
2610         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
2611         * modules/carray-list-tests (Makefile.am): Likewise.
2612         * modules/linked-list-tests (Makefile.am): Likewise.
2613         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2614         * modules/avltree-list-tests (Makefile.am): Likewise.
2615         * modules/rbtree-list-tests (Makefile.am): Likewise.
2616         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2617         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2618
2619         * NEWS: Mention the changes.
2620
2621         * lib/clean-temp.c: Include gl_xlist.h.
2622         * modules/clean-temp (Depends-on): Add xlist.
2623
2624         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
2625         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
2626
2627         * tests/test-array_oset.c: Include gl_xlist.h.
2628         * modules/array-oset-tests (Depends-on): Add xlist.
2629
2630         Reported by José E. Marchesi <jemarch@gnu.org>.
2631
2632 2009-12-13  Bruno Haible  <bruno@clisp.org>
2633
2634         Move the malloc checking from module 'oset' to new module 'xoset'.
2635         * modules/xoset: New file.
2636         * lib/gl_xoset.h: New file.
2637         * lib/gl_xoset.c: New file.
2638         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
2639         declarations.
2640         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
2641         (struct gl_oset_implementation): Rename and change methods accordingly.
2642         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
2643         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
2644         'int'. Mark as __warn_unused_result__.
2645         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
2646         gl_oset_create_empty.
2647         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
2648         'int'.
2649         * lib/gl_array_oset.c: Don't include xalloc.h.
2650         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
2651         malloc, not xmalloc.
2652         (grow): Change return type to 'int'. Don't call xalloc_die.
2653         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
2654         to 'int'.
2655         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
2656         'int'.
2657         (gl_array_oset_implementation): Update.
2658         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
2659         gl_tree_create_empty.
2660         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
2661         'int'.
2662         * lib/gl_avltree_oset.c: Don't include xalloc.h.
2663         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
2664         xmalloc.
2665         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
2666         not xmalloc.
2667         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
2668         xmalloc.
2669         (gl_avltree_oset_implementation): Update.
2670         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
2671         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
2672         xmalloc.
2673         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
2674         not xmalloc.
2675         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
2676         xmalloc.
2677         (gl_rbtree_oset_implementation): Update.
2678         * modules/array-oset (Depends-on): Remove xalloc.
2679         * modules/avltree-oset (Depends-on): Likewise.
2680         * modules/rbtree-oset (Depends-on): Likewise.
2681         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
2682         * tests/test-avltree_oset.c: Likewise.
2683         * tests/test-rbtree_oset.c: Likewise.
2684         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2685         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
2686         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2687         * NEWS: Mention the change.
2688
2689 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
2690
2691         maint.mk: allow a project to override release-prep commands
2692         * top/maint.mk (alpha, beta, stable): Move release-preparatory
2693         commands into a new rule.
2694         (release-prep): New rule.
2695         (release-prep-hook): New overridable variable.
2696
2697 2009-12-13  Bruno Haible  <bruno@clisp.org>
2698
2699         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
2700
2701 2009-12-13  Jim Meyering  <meyering@redhat.com>
2702
2703         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
2704         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
2705
2706 2009-12-12  Bruno Haible  <bruno@clisp.org>
2707
2708         duplocale: Tweak.
2709         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
2710
2711 2009-12-12  Karl Berry  <karl@gnu.org>
2712
2713         * config/srclist.txt (strtoll.c): tab changes, no more sync.
2714
2715 2009-12-12  Bruno Haible  <bruno@clisp.org>
2716
2717         * m4/po.m4: Undo incorrect untabification.
2718
2719 2009-12-12  Bruno Haible  <bruno@clisp.org>
2720
2721         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
2722         * modules/c-strtod (Depends-on): Add locale.
2723         * modules/c-strtold (Depends-on): Likewise.
2724
2725 2009-12-12  Bruno Haible  <bruno@clisp.org>
2726
2727         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
2728
2729 2009-12-11  Eric Blake  <ebb9@byu.net>
2730
2731         setenv: relax requirement in light of POSIX ruling
2732         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
2733         not NULL.
2734         * tests/test-setenv.c (main): Relax test.
2735         * tests/test-unsetenv.c (main): Likewise.
2736         * doc/posix-functions/setenv.texi (setenv): Document this.
2737         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
2738
2739 2009-12-11  Bruno Haible  <bruno@clisp.org>
2740
2741         New module 'fd-safer-flag'.
2742         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
2743         * lib/dup-safer.c (dup_safer_flag): Remove function.
2744         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
2745         * lib/fd-safer.c (fd_safer_flag): Remove function.
2746         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
2747         * modules/cloexec (configure.ac): Drop indicator macro.
2748         * modules/fd-safer-flag: New file.
2749         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
2750         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
2751         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
2752
2753 2009-12-11  Bruno Haible  <bruno@clisp.org>
2754
2755         Tests for module 'nl_langinfo'.
2756         * modules/nl_langinfo-tests: New file.
2757         * tests/test-nl_langinfo.sh: New file.
2758         * tests/test-nl_langinfo.c: New file.
2759
2760         New module 'nl_langinfo'.
2761         * lib/nl_langinfo.c: New file.
2762         * m4/nl_langinfo.m4: New file.
2763         * modules/nl_langinfo: New file.
2764         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
2765
2766 2009-12-11  Bruno Haible  <bruno@clisp.org>
2767
2768         Tests for module 'langinfo'.
2769         * modules/langinfo-tests: New file.
2770         * tests/test-langinfo.c: New file.
2771
2772         New module 'langinfo'.
2773         * lib/langinfo.in.h: New file.
2774         * m4/langinfo_h.m4: New file.
2775         * modules/langinfo: New file.
2776         * doc/posix-headers/langinfo.texi: Mention the new module.
2777
2778 2009-12-11  Bruno Haible  <bruno@clisp.org>
2779
2780         * lib/config.charset: Untabify.
2781
2782 2009-12-11  Bruno Haible  <bruno@clisp.org>
2783
2784         * modules/unistd-safer (configure.ac): Drop indicator macro.
2785
2786 2009-12-11  Bruno Haible  <bruno@clisp.org>
2787
2788         Move pipe2-safer code to its own file.
2789         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
2790         * lib/pipe-safer.c (pipe2_safer): Remove function.
2791         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
2792         (Makefile.am): Add it to lib_SOURCES.
2793
2794 2009-12-10  Bruno Haible  <bruno@clisp.org>
2795
2796         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
2797
2798 2009-12-10  Bruno Haible  <bruno@clisp.org>
2799
2800         Declare which arguments expect non-NULL values, for GCC and clang.
2801         * build-aux/arg-nonnull.h: New file.
2802         * modules/arg-nonnull: New file.
2803         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
2804         (inet_ntop, inet_pton): Use it.
2805         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
2806         (closedir, dirfd, opendir, scandir, alphasort): Use it.
2807         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
2808         (open, openat): Use it.
2809         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
2810         (fnmatch): Use it.
2811         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
2812         (getopt, getopt_long, getopt_long_only): Use it.
2813         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
2814         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
2815         Use it.
2816         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
2817         (iconv_open): Use it.
2818         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
2819         (strtoimax, strtoumax): Use it.
2820         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
2821         (duplocale): Use it.
2822         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
2823         (frexp, frexpl): Use it.
2824         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
2825         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
2826         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
2827         (tsearch, tfind, tdelete, twalk): Use it.
2828         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
2829         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2830         sigpending): Use it.
2831         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
2832         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2833         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2834         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2835         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2836         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2837         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2838         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2839         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2840         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2841         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2842         Use it.
2843         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
2844         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
2845         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
2846         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
2847         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
2848         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
2849         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
2850         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
2851         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
2852         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
2853         strtoull, unsetenv): Use it.
2854         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
2855         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2856         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2857         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
2858         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
2859         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
2860         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
2861         (strcasecmp, strncasecmp): Use it.
2862         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
2863         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
2864         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
2865         rpl_setsockopt): Use it.
2866         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
2867         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
2868         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
2869         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
2870         (gettimeofday): Use it.
2871         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
2872         (times): Use it.
2873         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
2874         (uname): Use it.
2875         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
2876         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
2877         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
2878         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
2879         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
2880         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
2881         unlinkat, write): Use it.
2882         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
2883         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
2884         * lib/argv-iter.h: Include arg-nonnull.h.
2885         (_ATTRIBUTE_NONNULL_): Remove macro.
2886         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
2887         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
2888         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
2889         optimization.
2890         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
2891         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
2892         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
2893         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
2894         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
2895         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
2896         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
2897         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
2898         * modules/arpa_inet (Depends-on): Add arg-nonnull.
2899         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
2900         * modules/dirent (Depends-on): Add arg-nonnull.
2901         (Makefile.am): Insert arg-nonnull.h into dirent.h.
2902         * modules/fcntl-h (Depends-on): Add arg-nonnull.
2903         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
2904         * modules/fnmatch (Depends-on): Add arg-nonnull.
2905         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
2906         * modules/getopt-posix (Depends-on): Add arg-nonnull.
2907         (Makefile.am): Insert arg-nonnull.h into getopt.h.
2908         * modules/glob (Depends-on): Add arg-nonnull.
2909         (Makefile.am): Insert arg-nonnull.h into glob.h.
2910         * modules/iconv_open (Depends-on): Add arg-nonnull.
2911         (Makefile.am): Insert arg-nonnull.h into iconv.h.
2912         * modules/inttypes (Depends-on): Add arg-nonnull.
2913         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
2914         * modules/locale (Depends-on): Add arg-nonnull.
2915         (Makefile.am): Insert arg-nonnull.h into locale.h.
2916         * modules/math (Depends-on): Add arg-nonnull.
2917         (Makefile.am): Insert arg-nonnull.h into math.h.
2918         * modules/netdb (Depends-on): Add arg-nonnull.
2919         (Makefile.am): Insert arg-nonnull.h into netdb.h.
2920         * modules/search (Depends-on): Add arg-nonnull.
2921         (Makefile.am): Insert arg-nonnull.h into search.h.
2922         * modules/signal (Depends-on): Add arg-nonnull.
2923         (Makefile.am): Insert arg-nonnull.h into signal.h.
2924         * modules/spawn (Depends-on): Add arg-nonnull.
2925         (Makefile.am): Insert arg-nonnull.h into spawn.h.
2926         * modules/stdio (Depends-on): Add arg-nonnull.
2927         (Makefile.am): Insert arg-nonnull.h into stdio.h.
2928         * modules/stdlib (Depends-on): Add arg-nonnull.
2929         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
2930         * modules/string (Depends-on): Add arg-nonnull.
2931         (Makefile.am): Insert arg-nonnull.h into string.h.
2932         * modules/strings (Depends-on): Add arg-nonnull.
2933         (Makefile.am): Insert arg-nonnull.h into strings.h.
2934         * modules/sys_socket (Depends-on): Add arg-nonnull.
2935         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
2936         * modules/sys_stat (Depends-on): Add arg-nonnull.
2937         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
2938         * modules/sys_time (Depends-on): Add arg-nonnull.
2939         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
2940         * modules/sys_times (Depends-on): Add arg-nonnull.
2941         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
2942         * modules/sys_utsname (Depends-on): Add arg-nonnull.
2943         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
2944         * modules/time (Depends-on): Add arg-nonnull.
2945         (Makefile.am): Insert arg-nonnull.h into time.h.
2946         * modules/unistd (Depends-on): Add arg-nonnull.
2947         (Makefile.am): Insert arg-nonnull.h into unistd.h.
2948         * modules/wchar (Depends-on): Add arg-nonnull.
2949         (Makefile.am): Insert arg-nonnull.h into wchar.h.
2950         * modules/argv-iter (Depends-on): Add arg-nonnull.
2951         * tests/test-canonicalize.c (null_ptr): New function.
2952         (main): Use it.
2953         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
2954         (main): Use it.
2955         * tests/test-memmem.c (null_ptr): New function.
2956         (main): Use it.
2957         Reported by Jim Meyering.
2958
2959 2009-12-10  Bruno Haible  <bruno@clisp.org>
2960
2961         Use spaces for indentation, not tabs.
2962         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
2963         * m4/*.m4: Untabify.
2964         * build-aux/*.h: Untabify.
2965         * tests/**/*.[hc]: Untabify.
2966         * README: New section "Indent with spaces, not TABs", based on
2967         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
2968         * NEWS: Mention the change.
2969
2970 2009-12-10  Bruno Haible  <bruno@clisp.org>
2971
2972         pty test: Fix link error.
2973         * modules/pty-tests (Makefile.am): Add the default LDADD value to
2974         test_pty_LDADD.
2975
2976 2009-12-07  Simon Josefsson  <simon@josefsson.org>
2977
2978         * modules/pty: New file.
2979         * modules/pty-tests: New file.
2980         * m4/pty.m4: New file.
2981         * tests/test-pty.c: New file.
2982         * doc/glibc-headers/pty.texi: Modified.
2983         * doc/glibc-functions/forkpty.texi: Modified.
2984         * doc/glibc-functions/openpty.texi: Modified.
2985
2986 2009-12-10  Bruno Haible  <bruno@clisp.org>
2987
2988         Avoid syntax error in C++ mode.
2989         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
2990
2991 2009-12-10  Bruno Haible  <bruno@clisp.org>
2992
2993         Use sed with option -e.
2994         * gnulib-tool (func_version, func_emit_copyright_notice,
2995         func_emit_initmacro_end, func_import, func_create_testdir): Pass
2996         option -e to sed.
2997         * modules/link-warning (Makefile.am): Likewise.
2998
2999 2009-12-10  Jim Meyering  <meyering@redhat.com>
3000
3001         mgetgroups: do not write bytes beyond end of malloc'd buffer
3002         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
3003         username, we call getgroups with a one-element-shorter buffer,
3004         but still told it the length was original, max_n_groups.
3005
3006 2009-12-09  Eric Blake  <ebb9@byu.net>
3007
3008         cloexec: relax license
3009         * modules/cloexec (Maintainer): Add myself.
3010         (License): Use LGPL, not GPL.
3011
3012         link-warning: optimize generation
3013         * modules/link-warning (Makefile.am): Reduce process usage.
3014
3015 2009-12-09  Bruno Haible  <bruno@clisp.org>
3016
3017         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
3018         workaround was added on 2009-11-17.
3019
3020 2009-12-09  Jim Meyering  <meyering@redhat.com>
3021             Bruno Haible  <bruno@clisp.org>
3022
3023         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
3024         * modules/link-warning (Makefile.am): Make the comment-removing sed
3025         command more robust in the face of bootstrap-prepended comment lines.
3026
3027 2009-12-09  Bruno Haible  <bruno@clisp.org>
3028
3029         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
3030         most one group.
3031
3032 2009-12-09  Simon Josefsson <simon@josefsson.org>
3033             Bruno Haible  <bruno@clisp.org>
3034
3035         * build-aux/link-warning.h: Add copyright notice.
3036         * modules/link-warning (Makefile.am): Generate link-warning.h from
3037         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
3038         * NEWS: Mention change in link-warning module.
3039         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
3040         * modules/dirent (Makefile.am): Add dependency to dirent.h.
3041         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
3042         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
3043         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
3044         * modules/math (Makefile.am): Add dependency to math.h.
3045         * modules/search (Makefile.am): Add dependency to search.h.
3046         * modules/signal (Makefile.am): Add dependency to signal.h.
3047         * modules/spawn (Makefile.am): Add dependency to spawn.h.
3048         * modules/stdio (Makefile.am): Add dependency to stdio.h.
3049         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
3050         * modules/string (Makefile.am): Add dependency to string.h.
3051         * modules/strings (Makefile.am): Add dependency to strings.h.
3052         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
3053         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
3054         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
3055         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
3056         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
3057         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
3058         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
3059         * modules/unistd (Makefile.am): Add dependency to unistd.h.
3060         * modules/wchar (Makefile.am): Add dependency to wchar.h.
3061
3062 2009-12-09  Bruno Haible  <bruno@clisp.org>
3063
3064         fchdir: Optimize away rpl_fstat when possible.
3065         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
3066         REPLACE_OPEN_DIRECTORY.
3067         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
3068
3069 2009-12-09  Bruno Haible  <bruno@clisp.org>
3070
3071         * lib/fchdir.c: Update comment.
3072
3073 2009-12-09  Bruno Haible  <bruno@clisp.org>
3074
3075         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
3076
3077 2009-12-08  Eric Blake  <ebb9@byu.net>
3078
3079         fchdir: avoid memory leak on re-registration.
3080         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
3081
3082 2009-12-08  Jim Meyering  <meyering@redhat.com>
3083
3084         init.sh: avoid Solaris 10 /bin/sh portability problem
3085         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
3086         sourced script:
3087           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
3088           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
3089           bar
3090         tests/init.sh relied on that, accepting a --set-path=DIR argument,
3091         and two tests used that idiom.
3092         * tests/init.sh: Update suggested usage comments.
3093         (path_prepend_): New function, to be used in place
3094         of the --src-path=DIR option.
3095         (setup_): Move PATH-prepending code into path_prepend_.
3096         * tests/test-pread.sh: Adapt to new usage.
3097         * tests/test-xalloc-die.sh: Likewise.
3098
3099 2009-12-08  Simon Josefsson  <simon@josefsson.org>
3100
3101         * doc/gnulib.texi (Glibc pty.h): Add.
3102         * doc/glibc-functions/forkpty.texi: Add.
3103         * doc/glibc-functions/openpty.texi: Add.
3104         Suggested by Bruno Haible.
3105
3106 2009-12-08  Eric Blake  <ebb9@byu.net>
3107
3108         fchdir: fix logic bugs
3109         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
3110         * tests/test-fchdir.c (main): Enhance test.
3111         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
3112         is in use.
3113
3114         dup2: fix logic bugs
3115         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
3116         REPLACE_DUP2 to decide when rpl_dup2 is needed.
3117         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
3118         exists.
3119         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
3120
3121 2009-12-07  Eric Blake  <ebb9@byu.net>
3122
3123         unlink: fix m4 detection
3124         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
3125
3126         unistd-safer: add unit test
3127         * modules/unistd-safer-tests: New file.
3128         * tests/test-dup-safer.c: Likewise.
3129         * tests/test-cloexec.c (setmode): Avoid compiler warning.
3130         * tests/test-dup2.c (setmode): Likewise.
3131         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
3132
3133         cloexec: preserve text vs. binary across dup_cloexec
3134         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
3135         mode.
3136         * modules/dup2-tests (Depends-on): Add binary-io.
3137         * modules/cloexec-tests (Depends-on): Likewise.
3138         * tests/test-dup2.c (setmode, is_mode): New helpers.
3139         (main): Add tests that translation mode is preserved.
3140         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
3141         Reported by Bruno Haible.
3142
3143         mgetgroups: reduce duplicate listings
3144         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
3145         resulting array.
3146         * tests/test-chown.h (test_chown): Simplify client.
3147         * tests/test-lchown.h (test_lchown): Likewise.
3148
3149 2009-12-06  Bruno Haible  <bruno@clisp.org>
3150
3151         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
3152         value.
3153
3154 2009-12-06  Bruno Haible  <bruno@clisp.org>
3155
3156         * lib/progname.c: Include stdio.h, stdlib.h.
3157         (set_program_name): Reject a NULL argument.
3158
3159 2009-12-05  Eric Blake  <ebb9@byu.net>
3160
3161         pipe2-safer: new module
3162         * modules/pipe2-safer: New file.
3163         * lib/unistd-safer.h (pipe2_safer): New prototype.
3164         * lib/unistd--.h (pipe2): New wrapper.
3165         * lib/pipe-safer.c (pipe2_safer): New function.
3166         * modules/pipe (Depends-on): Add pipe2-safer.
3167         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
3168
3169         stdlib-safer: preserve cloexec flag for mkostemp[s]
3170         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
3171         fd_safer_flag.
3172
3173         unistd-safer: allow preservation of cloexec status via flag
3174         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
3175         prototypes.
3176         * lib/dup-safer.c (dup_safer_flag): New function.
3177         * lib/fd-safer.c (fd_safer_flag): Likewise.
3178         * modules/cloexec (configure.ac): Set witness.
3179
3180         test-dup2: enhance test
3181         * modules/dup2-tests (Depends-on): Add cloexec.
3182         * tests/test-dup2.c (main): Enhance test.
3183
3184         cloexec: add dup_cloexec
3185         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
3186         header and comments.
3187         * lib/cloexec.c (set_cloexec_flag): Add comments.
3188         (dup_cloexec): New function, with mingw implementation borrowed
3189         from...
3190         * lib/w32spawn.h (dup_noinherit): ...here.
3191         * modules/execute (Depends-on): Add cloexec.
3192         * modules/pipe (Depends-on): Likewise.
3193         * modules/cloexec (Depends-on): Add dup2.
3194         * modules/cloexec-tests (Files): New file.
3195         * tests/test-cloexec.c: Likewise.
3196
3197         test-xalloc-die: fix test for mingw
3198         * modules/xalloc-die-tests (Files): Add tests/init.sh.
3199         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
3200         directory and .exe suffix off argv[0] output.
3201
3202         test-fseeko: fix test for mingw
3203         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
3204         than undefining fseek, so test will pass on mingw.
3205
3206 2009-12-05  Bruno Haible  <bruno@clisp.org>
3207
3208         * lib/progname.h (set_program_name): Clarify specification.
3209         * lib/progname.c (set_program_name): Likewise.
3210         Reported by Jim Meyering.
3211
3212 2009-12-05  Jim Meyering  <meyering@redhat.com>
3213
3214         maint.mk: backslash-escape parens in default regexp
3215         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
3216         backslash-escape the literal parentheses.
3217
3218         maint.mk: news-date-check: use grep -E
3219         * top/maint.mk (today): Define a Make variable, not a...
3220         (news-date-check): ...shell variable.
3221         (news-date-regexp): Use the Make variable.
3222         Use grep's -E option.  Change the failing diagnostic to mention
3223         the variable, $(news-date-regexp).
3224
3225 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
3226
3227         maintainer-makefile: allow customization of NEWS entry format
3228         * top/maint.mk (news-date-regexp): New overridable variable.
3229         (news-date-check): Use it.
3230
3231 2009-12-04  Eric Blake  <ebb9@byu.net>
3232
3233         mgetgroups: add xgetgroups, and avoid ENOSYS failures
3234         * lib/mgetgroups.h (xgetgroups): New prototype.
3235         * lib/mgetgroups.c (xgetgroups): New wrapper.
3236         (mgetgroups): Handle ENOSYS.
3237         * modules/mgetgroups (Depends-on): Add realloc.
3238         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
3239
3240         mgetgroups: avoid argument promotion issues with -1
3241         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
3242         for invalid gid_t.
3243         * tests/test-chown.h (getegid, test_chown): Likewise.
3244         * tests/test-lchown.h (getegid, test_lchown): Likewise.
3245
3246 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
3247
3248         exclude: Fix header file problems.
3249         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
3250
3251 2009-12-01  Jim Meyering  <meyering@redhat.com>
3252
3253         fts: fts_open: do not let an empty string cause immediate failure
3254         This is required in support of GNU rm, for which the command
3255         "rm A '' B" must process and remove both A and B, in spite of
3256         the empty string argument.
3257         * lib/fts.c (fts_open): Do not let the presence of an empty string
3258         cause fts_open to fail immediately.  Most fts-using tools must be
3259         able to process all arguments, in order, and can be expected to
3260         diagnose such arguments themselves.
3261
3262 2009-11-30  Eric Blake  <ebb9@byu.net>
3263
3264         utimens: fix compilation error
3265         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
3266         Declare variable at right scope.
3267
3268 2009-11-29  Jim Meyering  <meyering@redhat.com>
3269
3270         bootstrap: handle perl-5.11's changed --version output
3271         * build-aux/bootstrap (get_version): Handle perl separately,
3272         since perl-5.11's --version output is different.
3273
3274 2009-11-28  Jim Meyering  <meyering@redhat.com>
3275
3276         userspec: depend on the inttostr module, too
3277         * modules/userspec (Depends-on): Add inttostr.
3278
3279         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
3280         * lib/userspec.c (parse_with_separator): Do not accept a user ID
3281         number of MAXUID when it evaluates to (uid_t) -1.
3282         Likewise for group ID.  Reported by Matt McCutchen in
3283         <http://savannah.gnu.org/bugs/?28113>
3284
3285         userspec: reformat to use spaces, not TABs
3286         * lib/userspec.c: Expand TABs to spaces.
3287         Add Emacs' "indent-tabs-mode: nil" hint.
3288
3289 2009-11-27  Eric Blake  <ebb9@byu.net>
3290
3291         getopt-gnu: flush out another BSD bug
3292         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
3293         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
3294         flush out BSD bug.
3295         * tests/test-getopt.h (test_getopt): End lists with NULL.
3296         * tests/test-getopt_long.h (test_getopt_long): Likewise.
3297         (test_getopt_long_posix): Enhance test.
3298         * modules/getopt-posix-tests (Depends-on): Add stdbool.
3299         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
3300         getopt-gnu.
3301         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
3302         Likewise.
3303
3304 2009-11-27  Simon Josefsson  <simon@josefsson.org>
3305
3306         * modules/idpriv-droptemp-tests (Notice): Fix text.
3307
3308 2009-11-27  Jim Meyering  <meyering@redhat.com>
3309
3310         test-xalloc-die: avoid spurious failure due to libtool argv difference
3311         In a libtool-enabled project, this test would fail due to a difference
3312         in the emitted program name, e.g.,
3313         -test-xalloc-die: memory exhausted
3314         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
3315         Use program to avoid that.
3316         * modules/xalloc-die-tests (Depends-on): Add progname.
3317         * tests/test-xalloc-die.c: Include progname.h".
3318         (program_name): Remove decl.
3319         (main): Call set_program_name.
3320         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
3321
3322 2009-11-26  Richard Jones  <rjones@redhat.com>
3323
3324         w32sock: leave win32 error in place.
3325         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
3326
3327 2009-11-26  Eric Blake  <ebb9@byu.net>
3328
3329         init.sh: suggest to use skip_ and fail_ functions in comments
3330         * tests/init.sh: Add a sentence.
3331
3332 2009-11-25  Bruno Haible  <bruno@clisp.org>
3333
3334         init.sh: add documentation in comments
3335         * tests/init.sh: Add some developer and user documentation.
3336
3337 2009-11-26  Jim Meyering  <meyering@redhat.com>
3338
3339         init.sh: accommodate even those who specify bogus srcdir manually
3340         * tests/init.sh: Normally, srcdir is guaranteed by automake and
3341         configure-time tests to be sanitized, so that there is no need to
3342         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
3343         (with no double quotes) suffices.  However, since tests may be
3344         invoked manually, and since you may explicitly set srcdir to the
3345         name of a directory containing spaces, do quote its uses here.
3346         * tests/test-pread.sh: Likewise.
3347         Suggested by Bruno Haible.
3348
3349         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
3350         * tests/test-pread.sh: Write no data into the pipe, because
3351         test-pread actually reads none.  This avoids a diagnostic,
3352         "bash: echo: write error: Broken pipe", that arises in the unusual
3353         event something is ignoring SIGPIPE, and might be interpreted
3354         as some sort of failure.  Reported by Bruno Haible.
3355
3356 2009-11-25  Jim Meyering  <meyering@redhat.com>
3357
3358         test-pread: cover failure with ESPIPE and EINVAL
3359         * tests/test-pread.c (main): Test for failure, too.
3360         * tests/test-pread.sh: Invoke with stdin on a pipe.
3361         Suggested by Eric Blake.
3362
3363         pread: improvement and fix
3364         * modules/pread (Depends-on): Depend on lseek, for portability to
3365         e.g., mingw.  Suggested by Eric Blake.
3366         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
3367
3368         unistd.in.h: correct declaration of pread
3369         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
3370         Reported by Richard W.M. Jones.
3371
3372         test-pread.sh: distribute the test script
3373         * modules/pread-tests (Files): Include test-pread.sh.
3374
3375         test-pread.sh: clean up
3376         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
3377         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
3378         That is unnecessary, since it's always ".".
3379         Suggestion from Eric Blake.
3380
3381         test-pread.sh: make executable
3382         * tests/test-pread.sh: Set executable bit.
3383         Reported by Eric Blake.
3384
3385         correct typo in test-pread.sh
3386         * tests/test-pread.sh: Add #! line.
3387
3388         test pread
3389         * tests/test-pread.c: New file.
3390         * tests/test-pread.sh: Likewise.
3391         * modules/pread-tests: Likewise.
3392
3393         pread: new module
3394         * modules/pread: New file.
3395         * lib/unistd.in.h (pread): Define/declare.
3396         * lib/pread.c (pread): New file.
3397         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
3398         * modules/unistd (Makefile.am): Substitute witnesses.
3399         * doc/posix-functions/pread.texi (pread): Update.
3400         * MODULES.html.sh: Add pread.
3401
3402 2009-11-25  Jim Meyering  <meyering@redhat.com>
3403
3404         tests/init.sh: new file to be used via most *.sh tests
3405         * tests/init.sh: New file.
3406
3407 2009-11-25  Eric Blake  <ebb9@byu.net>
3408
3409         utimens: work around older Linux failure with symlinks
3410         * lib/utimens.c (lutimensat_works_really): New variable.
3411         (fdutimens, lutimens): Use it to manage kernels that support
3412         nanosecond times on files, but not on symlinks.
3413         Reported by OndÅ™ej Vašík.
3414
3415         utimes: fix configure grammar
3416         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
3417
3418 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
3419
3420         regex: Fix fastmap for multibyte character ranges.
3421         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
3422         characters when a multibyte character range is included.
3423
3424 2009-11-22  Andy Wingo  <wingo@pobox.com>
3425
3426         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
3427         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
3428
3429 2009-11-24  Bruno Haible  <bruno@clisp.org>
3430
3431         doc: Most *_l functions exist in MacOS X 10.5.
3432         * doc/posix-functions/duplocale.texi: Update platforms list.
3433         * doc/posix-functions/freelocale.texi: Likewise.
3434         * doc/posix-functions/newlocale.texi: Likewise.
3435         * doc/posix-functions/uselocale.texi: Likewise.
3436         * doc/posix-functions/isalnum_l.texi: Likewise.
3437         * doc/posix-functions/isalpha_l.texi: Likewise.
3438         * doc/posix-functions/isblank_l.texi: Likewise.
3439         * doc/posix-functions/iscntrl_l.texi: Likewise.
3440         * doc/posix-functions/isdigit_l.texi: Likewise.
3441         * doc/posix-functions/isgraph_l.texi: Likewise.
3442         * doc/posix-functions/islower_l.texi: Likewise.
3443         * doc/posix-functions/isprint_l.texi: Likewise.
3444         * doc/posix-functions/ispunct_l.texi: Likewise.
3445         * doc/posix-functions/isspace_l.texi: Likewise.
3446         * doc/posix-functions/isupper_l.texi: Likewise.
3447         * doc/posix-functions/iswalnum_l.texi: Likewise.
3448         * doc/posix-functions/iswalpha_l.texi: Likewise.
3449         * doc/posix-functions/iswblank_l.texi: Likewise.
3450         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3451         * doc/posix-functions/iswctype_l.texi: Likewise.
3452         * doc/posix-functions/iswdigit_l.texi: Likewise.
3453         * doc/posix-functions/iswgraph_l.texi: Likewise.
3454         * doc/posix-functions/iswlower_l.texi: Likewise.
3455         * doc/posix-functions/iswprint_l.texi: Likewise.
3456         * doc/posix-functions/iswpunct_l.texi: Likewise.
3457         * doc/posix-functions/iswspace_l.texi: Likewise.
3458         * doc/posix-functions/iswupper_l.texi: Likewise.
3459         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3460         * doc/posix-functions/isxdigit_l.texi: Likewise.
3461         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
3462         * doc/posix-functions/strcasecmp_l.texi: Likewise.
3463         * doc/posix-functions/strcoll_l.texi: Likewise.
3464         * doc/posix-functions/strfmon_l.texi: Likewise.
3465         * doc/posix-functions/strftime_l.texi: Likewise.
3466         * doc/posix-functions/strncasecmp_l.texi: Likewise.
3467         * doc/posix-functions/strxfrm_l.texi: Likewise.
3468         * doc/posix-functions/tolower_l.texi: Likewise.
3469         * doc/posix-functions/toupper_l.texi: Likewise.
3470         * doc/posix-functions/towctrans_l.texi: Likewise.
3471         * doc/posix-functions/towlower_l.texi: Likewise.
3472         * doc/posix-functions/towupper_l.texi: Likewise.
3473         * doc/posix-functions/wcscoll_l.texi: Likewise.
3474         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3475         * doc/posix-functions/wctrans_l.texi: Likewise.
3476         * doc/posix-functions/wctype_l.texi: Likewise.
3477         * doc/glibc-functions/strptime_l.texi: Likewise.
3478         * doc/glibc-functions/strtod_l.texi: Likewise.
3479         * doc/glibc-functions/strtof_l.texi: Likewise.
3480         * doc/glibc-functions/strtol_l.texi: Likewise.
3481         * doc/glibc-functions/strtold_l.texi: Likewise.
3482         * doc/glibc-functions/strtoll_l.texi: Likewise.
3483         * doc/glibc-functions/strtoul_l.texi: Likewise.
3484         * doc/glibc-functions/strtoull_l.texi: Likewise.
3485         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3486         * doc/glibc-functions/wcstod_l.texi: Likewise.
3487         * doc/glibc-functions/wcstof_l.texi: Likewise.
3488         * doc/glibc-functions/wcstol_l.texi: Likewise.
3489         * doc/glibc-functions/wcstold_l.texi: Likewise.
3490         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3491         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3492         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3493
3494 2009-11-24  Bruno Haible  <bruno@clisp.org>
3495
3496         duplocale: Fix logic bug.
3497         * lib/duplocale.c: Don't include <langinfo.h>.
3498         (_NL_LOCALE_NAME): Remove macro.
3499         (rpl_duplocale): Use setlocale instead of nl_langinfo.
3500         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
3501
3502 2009-11-23  Jim Meyering  <meyering@redhat.com>
3503
3504         test-update-copyright: don't hard-code /usr/bin/perl
3505         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
3506         perl to print the current year.  Gilles Espinasse reported that
3507         the replaced use of perl was hard-coded as /usr/bin/perl.
3508
3509 2009-11-23  Bruno Haible  <bruno@clisp.org>
3510
3511         duplocale: Add support for glibc 2.3.x.
3512         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
3513
3514 2009-11-22  Bruno Haible  <bruno@clisp.org>
3515
3516         vasnprintf: Tiny optimization.
3517         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
3518         MacOS X.
3519
3520 2009-11-22  Bruno Haible  <bruno@clisp.org>
3521
3522         Tests for module 'duplocale'.
3523         * modules/duplocale-tests: New file.
3524         * tests/test-duplocale.c: New file.
3525
3526         New module 'duplocale'.
3527         * m4/duplocale.m4: New file.
3528         * lib/locale.in.h (duplocale): New declaration.
3529         * lib/duplocale.c: New file.
3530         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
3531         gl_LOCALE_H_DEFAULTS): New macros.
3532         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
3533         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
3534         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
3535         REPLACE_DUPLOCALE.
3536         * modules/duplocale: New file.
3537         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
3538
3539 2009-11-22  Bruno Haible  <bruno@clisp.org>
3540
3541         * modules/locale-tests (configure.ac): Test for newlocale function.
3542         * tests/test-locale.c: When the system has extended locale functions,
3543         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
3544
3545         locale: Make locale_t available when possible.
3546         * lib/locale.in.h: Include <xlocale.h> when it exists.
3547         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
3548         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
3549         * modules/locale (Depends-on): Add extensions.
3550         (Makefile.am): Also substitute HAVE_XLOCALE_H.
3551         * doc/posix-headers/locale.texi: Document the problem with locale_t.
3552
3553 2009-11-22  Bruno Haible  <bruno@clisp.org>
3554
3555         Add comments.
3556         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
3557         invocation.
3558         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3559         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3560         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3561
3562 2009-11-22  Bruno Haible  <bruno@clisp.org>
3563
3564         error: account for the possibility of freopen (stdout).
3565         * lib/error.c: Include <unistd.h>.
3566         (flush_stdout): New function, extracted from error and error_at_line.
3567         Determine stdout's fd dynamically.
3568         (error, error_at_line): Invoke flush_stdout.
3569         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
3570         * modules/error (Depends-on): Add unistd.
3571
3572 2009-11-22  Bruno Haible  <bruno@clisp.org>
3573
3574         diffseq: Add comment.
3575         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
3576
3577 2009-11-22  Jim Meyering  <meyering@redhat.com>
3578
3579         c-stack: avoid defining an unused static function
3580         * lib/c-stack.c (find_stack_direction): Do not define this function
3581         when it will not be used.
3582
3583         diffseq: avoid spurious gcc warnings
3584         * lib/diffseq.h (IF_LINT2): Define.
3585         (compareseq): Use it to initialize two members of "part".
3586         This avoids two used-uninitialized warnings.
3587
3588 2009-11-21  Jim Meyering  <meyering@redhat.com>
3589
3590         c-stack: avoid "ignoring return value of `write'" warning
3591         * lib/c-stack.c: Include "ignore-value.h".
3592         (die): Explicitly ignore each write return value.
3593         * modules/c-stack (Depends-on): Add ignore-value.
3594
3595 2009-11-21  Bruno Haible  <bruno@clisp.org>
3596
3597         diffseq: reduce scope of variable 'best'.
3598         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
3599         variable, earlier used for two different purposes.
3600
3601 2009-11-21  Jim Meyering  <meyering@redhat.com>
3602
3603         diffseq: remove useless assignment to "best"
3604         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
3605         assignment.  At that point "best" is already guaranteed to be zero.
3606
3607 2009-11-20  Eric Blake  <ebb9@byu.net>
3608
3609         build: mention ftp redirector in release announcements
3610         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
3611         values that used to come from cfg.mk; mention FTP redirect URL.
3612         * build-aux/announce-gen: Mention the mirror list.
3613         Suggested by Karl Berry.
3614
3615         nanosleep: improve port to mingw
3616         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
3617         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
3618         LIB_NANOSLEEP, but only when needed.
3619         * modules/select (Link): Document LIBSOCKET.
3620         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
3621         enough.
3622
3623         nanosleep: work around cygwin bug
3624         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
3625         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
3626         bug.
3627         (getnow): Delete, not needed.
3628         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
3629         LIB_CLOCK_GETTIME.
3630         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
3631         clock-time, gettime.
3632         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
3633         bug.
3634         * modules/nanosleep-tests: New test.
3635         * tests/test-nanosleep.c: New file.
3636
3637         sleep: work around cygwin bug
3638         * lib/sleep.c (rpl_sleep): Work around the bug.
3639         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
3640         (gl_PREREQ_SLEEP): Delete unused macro.
3641         * modules/sleep (Depends-on): Add verify.
3642         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
3643         * modules/unistd (Makefile.am): Substitute witness.
3644         * lib/unistd.in.h (sleep): Update prototype.
3645         * doc/posix-functions/sleep.texi (sleep): Document the bug.
3646         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
3647         * modules/sleep-tests (Depends-on): Check for alarm.
3648
3649 2009-11-20  Jim Meyering  <meyering@redhat.com>
3650
3651         maint.mk: improve sc_prohibit_magic_number_exit
3652         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
3653         so it does not match uses like System.exit(1).
3654         Add comments showing how to correct all offenders.
3655
3656 2009-11-19  Eric Blake  <ebb9@byu.net>
3657
3658         xalloc-die-tests: add missing library
3659         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
3660
3661         test-xvasprintf: silence compiler warnings
3662         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
3663         empty string from gcc.
3664
3665 2009-11-19  Jim Meyering  <meyering@redhat.com>
3666
3667         xfreopen: new module, from coreutils
3668         * modules/xfreopen: New module.
3669         * lib/xfreopen.c: New file.
3670         * lib/xfreopen.h: New file.
3671         * MODULES.html.sh (File stream based Input/Output"): Add it.
3672
3673 2009-11-19  Eric Blake  <ebb9@byu.net>
3674
3675         manywarnings: depend on warnings
3676         * modules/manywarnings (Depends-on): Add warnings.
3677
3678         build: avoid compiler warnings
3679         * lib/select.c (rpl_select): Delete unused variable.
3680         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
3681
3682 2009-11-18  Eric Blake  <ebb9@byu.net>
3683
3684         tests: avoid false negative with --with-packager
3685         * tests/test-version-etc.sh: Discard packager information.
3686         * tests/test-argp-version-etc-1.sh: Likewise.
3687         Reported by Mike Frysinger.
3688
3689         utimens: fix regression on Solaris
3690         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
3691         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
3692         can only change fd timestamps via futimesat.  Instead, use an
3693         additional witness macro to avoid BSD bug.
3694         Reported by Jim Meyering.
3695
3696 2009-11-17  Eric Blake  <ebb9@byu.net>
3697
3698         usleep: use it to simplify tests
3699         * modules/stat-time-tests (Depends-on): Add usleep.
3700         (configure.ac): Drop usleep check.
3701         * modules/chown-tests (Depends-on, configure.ac): Likewise.
3702         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
3703         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
3704         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
3705         * modules/openat-tests (Depends-on, configure.ac): Likewise.
3706         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
3707         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
3708         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
3709         Likewise.
3710         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
3711         * tests/test-lchown.h (nap): Likewise.
3712         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
3713         * tests/test-stat-time.c (nap): Likewise.
3714         * tests/test-utimens-common.h (nap): Update comments.
3715
3716         usleep: new module
3717         * modules/usleep: New file.
3718         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
3719         * lib/usleep.c (usleep): Likewise.
3720         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
3721         * modules/unistd (Makefile.am): Substitute witnesses.
3722         * lib/unistd.in.h (usleep): Add declaration.
3723         * doc/pastposix-functions/usleep.texi (usleep): Document this.
3724         * MODULES.html.sh (Date and time): Likewise.
3725         * modules/usleep-tests (Depends-on): New test.
3726         * tests/test-usleep.c: New file.
3727
3728         chown: work around OpenBSD bug
3729         * lib/chown.c (rpl_chown): Work around the bug.
3730         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
3731         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
3732         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
3733         * modules/chown (Depends-on): Add stdbool.
3734         * modules/lchown (Depends-on): Likewise.
3735         * doc/posix-functions/chown.texi (chown): Document the bug.
3736         * doc/posix-functions/lchown.texi (lchown): Likewise.
3737         * tests/test-lchown.h (test_chown): Relax test.
3738
3739         mkstemp: avoid conflict with C++ keyword template
3740         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
3741         * lib/mkostemp.c (mkostemp): Likewise.
3742         * lib/mkostemps.c (mkostemps): Likewise.
3743         * lib/mkstemp.c (mkstemp): Likewise.
3744         * lib/mkstemps.c (mkstemps): Likewise.
3745
3746         xalloc-die-tests: optimize
3747         * tests/test-xalloc-die.sh: Reduce number of processes.
3748
3749 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3750
3751         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
3752         patch from ludo@gnu.org (Ludovic Courtès).
3753
3754 2009-11-17  Jim Meyering  <meyering@redhat.com>
3755
3756         version-etc: use proper license string
3757         * modules/version-etc (License): Use LGPL, not LGPLv3+.
3758         * modules/version-etc-fsf: Likewise.
3759
3760 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3761
3762         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
3763         printed to stdout.  Deal with EOL differences.
3764
3765 2009-11-17  Eric Blake  <ebb9@byu.net>
3766
3767         unsetenv: work around Solaris bug
3768         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
3769         * lib/unsetenv.c (rpl_unsetenv): Work around it.
3770         Reported by Jim Meyering.
3771
3772         vasnprintf: avoid compiler warnings
3773         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
3774         variables.
3775         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
3776
3777 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3778
3779         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
3780         settings since xalloc-die is no longer the self test,
3781         xalloc-die.sh is.
3782
3783 2009-11-17  Jim Meyering  <meyering@redhat.com>
3784
3785         test-xalloc-die.sh: make the code agree with the commit log
3786         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
3787         at the end, just in case you happen to have a test-xalloc-die
3788         program in some other PATH directory.
3789
3790         test-xalloc-die.sh: fix a portability bug
3791         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
3792         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
3793         Otherwise, argv[0] (as often seen in diagnostics) would be too
3794         system-dependent, sometimes with, and sometimes without the leading "./".
3795
3796         version-etc-fsf: relax license to LGPLv3+
3797         * modules/version-etc-fsf (License): Relax license.
3798
3799 2009-11-16  Eric Blake  <ebb9@byu.net>
3800
3801         xalloc-die-tests: avoid printing null pointer
3802         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
3803         shell script.
3804         * tests/test-xalloc-die.c (program_name): Declare.
3805         * tests/test-xalloc-die.sh (tmpfiles): New file.
3806
3807         setenv, unsetenv: work around various bugs
3808         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
3809         (setenv) [HAVE_SETENV]: Work around bugs.
3810         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
3811         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
3812         for bugs.
3813         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
3814         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
3815         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
3816         * modules/stdlib (Makefile.am): Update substitutions.
3817         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
3818         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
3819         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
3820         * modules/setenv-tests: New test.
3821         * modules/unsetenv-tests: Likewise.
3822         * tests/test-setenv.c: New file.
3823         * tests/test-unsetenv.c: Likewise.
3824
3825 2009-11-16  Jim Meyering  <meyering@redhat.com>
3826
3827         version-etc: relax license to LGPLv3+
3828         * modules/version-etc (License): Relax license.
3829
3830         better AC_REQUIRE expanded-before-required-warning avoidance
3831         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
3832         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
3833         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
3834         which is no longer needed.
3835
3836 2009-11-16  Eric Blake  <ebb9@byu.net>
3837
3838         test-freading: clean up temporary file
3839         * tests/test-freading.c (main): Remove file on success, and use
3840         ASSERT more liberally.
3841         Reported by Jim Meyering.
3842
3843 2009-11-16  Jim Meyering  <meyering@redhat.com>
3844
3845         avoid new AC_REQUIRE expanded-before-required warnings
3846         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
3847         merely using it.
3848         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
3849         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
3850
3851 2009-11-15  Simon Josefsson  <simon@josefsson.org>
3852
3853         * tests/test-xalloc-die.c: New file.
3854         * modules/xalloc-die-tests: New file.
3855         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
3856         XFAIL_TESTS so it can be appended by modules.
3857
3858 2009-11-15  Simon Josefsson  <simon@josefsson.org>
3859
3860         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
3861         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
3862
3863 2009-11-14  Eric Blake  <ebb9@byu.net>
3864
3865         fnmatch: avoid compiler warning
3866         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
3867         to silence compiler warning about mismatch signedness in ?:.
3868         Reported by Robert Millan.
3869
3870         intprops: add double-inclusion guard
3871         * lib/intprops.h: Allow idempotent includes.
3872         Suggested by Bruce Korb.
3873
3874         openat: detect Solaris fchownat bug
3875         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
3876         penalizing glibc chownat when only lchownat is broken.
3877         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
3878         trailing slash bugs.
3879         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
3880         * modules/openat-tests (Files): Include more files.
3881         (Depends-on): Add mgetgroups, sleep, stat-time.
3882         (configure.ac): Add additional checks.
3883         (Makefile.am): Build new test.
3884         * tests/test-fchownat.c: New file.
3885
3886         lchown: detect Solaris and FreeBSD bug
3887         * lib/lchown.c (rpl_lchown): Work around bug.
3888         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
3889         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3890         * modules/unistd (Makefile.am): Populate it.
3891         * lib/unistd.in.h (lchown): Update declaration.
3892         * doc/posix-functions/lchown.texi (lchown): Document the bug.
3893         * modules/lchown-tests: New file.
3894         * tests/test-lchown.h (test_lchown): Likewise.
3895         * tests/test-lchown.c (main): Likewise.
3896
3897         chown: detect Solaris and FreeBSD bug
3898         * lib/chown.c (rpl_chown): Work around bug.
3899         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
3900         (gl_PREREQ_CHOWN): Delete.
3901         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3902         * modules/unistd (Makefile.am): Populate it.
3903         * lib/unistd.in.h (chown): Update declaration.
3904         * lib/lchown.c (chown): Update client.
3905         * modules/lchown (Depends-on): Add lstat.
3906         * doc/posix-functions/chown.texi (chown): Document the bug.
3907         * doc/posix-functions/getgroups.texi (getgroups): Document
3908         getgroups pitfall.
3909         * modules/chown-tests: New file.
3910         * tests/test-chown.h (test_chown): Likewise.
3911         * tests/test-chown.c (main): Likewise.
3912
3913 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
3914
3915         gnulib-tool: correctly detect absence of m4 directories
3916         * gnulib-tool: Avoid extra newline on data passed to wc -l.
3917
3918 2009-11-14  Jim Meyering  <meyering@redhat.com>
3919
3920         maint.mk: Prohibit inclusion of "xalloc.h" without use.
3921         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
3922
3923 2009-11-14  John W. Eaton  <jwe@gnu.org>
3924
3925         strftime.h: wrap funtion declaration in extern "C" block
3926         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
3927
3928 2009-11-13  Eric Blake  <ebb9@byu.net>
3929
3930         getgroups: avoid compiler warning
3931         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
3932
3933         getgroups: work around FreeBSD bug
3934         * lib/getgroups.c (rpl_getgroups): Work around the bug.
3935         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
3936         * doc/posix-functions/getgroups.texi (getgroups): Document it.
3937         * tests/test-getgroups.c (main): Fix buffer overrun.
3938
3939         getgroups: avoid compilation failure
3940         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
3941         * modules/getgroups (Depends-on): Add stdint.
3942
3943 2009-11-13  Jim Meyering  <meyering@redhat.com>
3944
3945         test-getgroups: avoid compilation failure
3946         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
3947
3948 2009-11-13  Eric Blake  <ebb9@byu.net>
3949
3950         mgetgroups: new module, taken from coreutils
3951         * modules/mgetgroups: New file.
3952         * lib/mgetgroups.h: Likewise.
3953         * lib/mgetgroups.c (mgetgroups): Likewise.
3954         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
3955         * MODULES.html.sh (Users and groups): Mention it.
3956
3957         getgroups: don't expose GETGROUPS_T to user
3958         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
3959         an element at a time if GETGROUPS_T is wrong size.
3960         * lib/getugroups.h (getugroups): Change signature.
3961         * lib/unistd.in.h (getgroups): Likewise.
3962         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
3963         signature needs fixing.
3964         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
3965         AC_TYPE_GETGROUPS.
3966         * modules/group-member (Depends-on): Add getgroups.
3967         * lib/group-member.c (group_info, get_group_info): Use gid_t.
3968         (group_member): Rely on getgroups replacement.
3969         * lib/getugroups.c (getugroups): Use gid_t.
3970         * tests/test-getgroups.c (main): Likewise.
3971         * NEWS: Mention the signature change.
3972         * doc/posix-functions/getgroups.texi (getgroups): Mention the
3973         problem with signature.
3974         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
3975         GETGROUPS_T is still useful for setgroups.
3976
3977         getgroups, getugroups: provide stubs for mingw
3978         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
3979         * lib/getugroups.c (getugroups): Likewise.
3980         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
3981         function.  Modernize replacement scheme.
3982         (gl_PREREQ_GETGROUPS): Delete.
3983         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
3984         * modules/getgroups (configure.ac): Declare witness.
3985         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
3986         * modules/unistd (Depends-on): Substitute witness.
3987         * lib/unistd.in.h (getgroups): Declare replacement.
3988
3989         getgroups: avoid calling exit
3990         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
3991         drop xalloc.
3992         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
3993         dependencies.
3994         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
3995         exiting, in the rare case of malloc failure.
3996
3997         getgroups: fix logic error
3998         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
3999         has more than 20 groups.
4000         * modules/getgroups-tests: New test.
4001         * tests/test-getgroups.c: New file.
4002
4003 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4004
4005         * tests/test-base64.c: Improve.
4006
4007 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4008
4009         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
4010         Blake <ebb9@byu.net>.
4011
4012 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4013
4014         * tests/test-xvasprintf.c: Add %s%s related checks.
4015
4016 2009-11-12  Eric Blake  <ebb9@byu.net>
4017
4018         version-etc: match standards.texi style
4019         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
4020         and use <> only for URLs.
4021
4022 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
4023
4024         fts: do not fail on a submount during traversal
4025         * lib/fts.c (fts_build): Read the stat info again after opening
4026         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
4027         Original report at http://bugzilla.redhat.com/501848.
4028
4029 2009-11-12  Jim Meyering  <meyering@redhat.com>
4030
4031         bootstrap: sync from coreutils
4032         * build-aux/bootstrap (bootstrap_epilogue): New function.
4033         Use git_modules_config in one more place.  This make bootstrap's
4034         --gnulib-srcdir option more useful for testing.
4035
4036         bootstrap: generalize autoheader check
4037         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
4038         AC_CONFIG_HEADERS.
4039
4040 2009-11-11  Eric Blake  <ebb9@byu.net>
4041
4042         mkfifoat: use new modules for Solaris and BSD bugs
4043         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
4044         * lib/mkfifoat.c (mknodat): Split...
4045         * lib/mknodat.c (mknodat): ...into new file.
4046         * modules/mkfifoat (Files): Ship new file.
4047         (Depends-on): Add mkfifo, mknod.
4048         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
4049         (Depends-on): Add symlink.
4050         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
4051         redundant with test_mkfifo.h.
4052         (do_mkfifoat, do_mknodat): New helpers.
4053
4054         mknod: new module
4055         * modules/mknod: New file.
4056         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
4057         * lib/mknod.c (mknod): Likewise.
4058         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4059         defaults.
4060         * modules/sys_stat (Makefile.am): Substitute them.
4061         * lib/sys_stat.in.h (mknod): Declare replacement.
4062         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4063         Document it.
4064         * doc/posix-functions/mknod.texi (mknod): Likewise.
4065         * modules/mknod-tests: New test.
4066         * tests/test-mknod.c: Likewise.
4067
4068         mkfifo: new module
4069         * modules/mkfifo: New file.
4070         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
4071         * lib/mkfifo.c (mkfifo): Likewise.
4072         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4073         defaults.
4074         * modules/sys_stat (Makefile.am): Substitute them.
4075         * lib/sys_stat.in.h (mkfifo): Declare replacement.
4076         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4077         Document it.
4078         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
4079         * modules/mkfifo-tests: New test.
4080         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
4081         from test-mkfifoat.c.
4082         * tests/test-mkfifo.c: New file.
4083
4084         readlink: detect FreeBSD bug
4085         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
4086         slash on symlink.
4087         * doc/posix-functions/readlink.texi (readlink): Document the bug.
4088         * tests/test-readlink.h (test_readlink): Enhance test.
4089
4090         symlink: detect FreeBSD bug
4091         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
4092         slash on symlink.
4093         * doc/posix-functions/symlink.texi (symlink): Document the bug.
4094         * tests/test-symlink.h (test_symlink): Enhance test.
4095
4096 2009-11-10  Eric Blake  <ebb9@byu.net>
4097
4098         link: detect FreeBSD bug
4099         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
4100         symlink.
4101         * doc/posix-functions/link.texi (link): Document the bug.
4102         * tests/test-link.h (test_link): Enhance test.
4103         * tests/test-linkat.c (main): Update caller.
4104
4105         unlink, remove: detect FreeBSD bug
4106         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
4107         slash on symlink.
4108         * doc/posix-functions/unlink.texi (unlink): Document the bug.
4109         * doc/posix-functions/remove.texi (remove): Likewise.
4110         * tests/test-unlink.h (test_unlink): Enhance test.
4111         * tests/test-remove.c (main): Likewise.
4112
4113 2009-11-09  Eric Blake  <ebb9@byu.net>
4114
4115         rename: detect FreeBSD bug
4116         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
4117         slash on symlink.
4118         * modules/renameat-tests (Depends-on): Add filenamecat.
4119         * tests/test-rename.h (test_rename): Allow one more errno.
4120         * tests/test-renameat.c (main): Likewise.
4121         * doc/posix-functions/rename.texi (rename): Document the bug.
4122
4123         open: detect FreeBSD bug
4124         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
4125         symlink.
4126         * doc/posix-functions/open.texi (open): Document the bug.
4127         * doc/posix-functions/utimes.texi (utimes): Likewise.
4128         * tests/test-open.h (test_open): Add parameters, and test symlink
4129         handling.
4130         * tests/test-open.c (main): Adjust caller.
4131         * tests/test-fcntl-safer.c (main): Likewise.
4132         * modules/open-tests (Depends-on): Add stdbool, symlink.
4133         * modules/fcntl-safer-tests (Depends-on): Likewise.
4134         * tests/test-openat.c (main): Add test-open tests.
4135
4136         stat: detect FreeBSD bug
4137         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
4138         symlink.
4139         * doc/posix-functions/stat.texi (stat): Document the bug.
4140         * tests/test-stat.h (test_stat_func): Add argument.
4141         * tests/test-stat.c (main): Adjust caller.
4142         * tests/test-fstatat.c (main): Likewise.
4143         * modules/stat-tests (Depends-on): Add stdbool, symlink.
4144         Reported by Jim Meyering.
4145
4146 2009-11-09  James Youngman  <jay@gnu.org>
4147
4148         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
4149         * lib/strftime.c: Correct placement of #include "ignore-value.h".
4150
4151 2009-11-08  Jim Meyering  <meyering@redhat.com>
4152
4153         utimens: remove invalid futimesat call
4154         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
4155         It used the file descriptor of the target file as the DIR_FD
4156         parameter and NULL as the file name.  That caused failure with
4157         errno == EFAULT on FreeBSD-8.0-rc2
4158
4159 2009-11-07  Eric Blake  <ebb9@byu.net>
4160
4161         fflush, freadseek: use fseeko, not fseek
4162         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
4163         (clear_ungetc_buffer): Avoid potential problems on large files.
4164         * lib/freadseek.c (freadseek): Likewise.
4165         * modules/freadseek (Depends-on): Add fseeko.
4166         * modules/fseek (configure.ac): Set a witness.
4167         * tests/test-fflush.c (main): Use fseeko.
4168         * tests/test-fpurge.c (fseek): Disable link warning.
4169         * tests/test-freadable.c (fseek): Likewise.
4170         * tests/test-freading.c (fseek): Likewise.
4171         * tests/test-fseeko.c (fseek): Likewise.
4172         * tests/test-ftell.c (fseek): Likewise.
4173         * tests/test-ftello.c (fseek): Likewise.
4174         * tests/test-fwritable.c (fseek): Likewise.
4175         * tests/test-fwriting.c (fseek): Likewise.
4176
4177 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4178
4179         * modules/memchr (Depends-on): Drop getpagesize dependency.
4180
4181 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4182
4183         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
4184         Reported by Ludovic Courtès.
4185         * build-aux/pmccabe2html: Improve example usage.
4186         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
4187
4188 2009-11-06  Jim Meyering  <meyering@redhat.com>
4189
4190         do-release-commit-and-tag: New module.
4191         Automate the release-commit and tag process.
4192         * build-aux/do-release-commit-and-tag: New script, from coreutils.
4193         * modules/do-release-commit-and-tag: New file.
4194         * MODULES.html.sh (Support for maintaining and releasing): Add it.
4195
4196 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4197
4198         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
4199         because test-select.c uses inet_pton.
4200
4201 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4202
4203         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
4204         GETADDRINFO_LIB.  Bump serial number.
4205         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
4206         Suggested by Eric Blake <ebb9@byu.net>.
4207
4208 2009-11-05  Eric Blake  <ebb9@byu.net>
4209
4210         strtod: detect darwin bug
4211         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
4212         Reported by Leo Davis.
4213
4214         freopen-safer: new module
4215         * modules/freopen-safer: New module.
4216         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
4217         * lib/freopen-safer.c (freopen_safer): New file.
4218         * lib/stdio-safer.h (freopen_safer): New declaration.
4219         * lib/stdio--.h (freopen): New override.
4220         * MODULES.html.sh (File stream based Input/Output): Mention it.
4221         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
4222         freopen-safer module.
4223         * doc/posix-functions/stderr.texi (stderr): Likewise.
4224         * doc/posix-functions/stdin.texi (stdin): Likewise.
4225         * doc/posix-functions/stdout.texi (stdout): Likewise.
4226         * modules/freopen-safer-tests: New test.
4227         * tests/test-reopen-safer.c: New file.
4228
4229 2009-11-05  Jim Meyering  <meyering@redhat.com>
4230
4231         maint.mk: Prohibit inclusion of "close-stream.h" without use.
4232         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4233
4234 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4235
4236         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
4237
4238 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4239
4240         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
4241
4242 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4243
4244         Fix link error.
4245         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4246         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4247
4248 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4249
4250         * tests/test-func.c: Also test value of __func__.
4251
4252 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4253
4254         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
4255         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
4256
4257 2009-11-05  Bruno Haible  <bruno@clisp.org>
4258
4259         Fix link error.
4260         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4261         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4262         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
4263
4264 2009-11-05  Bruno Haible  <bruno@clisp.org>
4265
4266         Tests for module 'inet_pton'.
4267         * modules/inet_pton-tests: New file.
4268         * tests/test-inet_pton.c: New file.
4269
4270 2009-11-05  Bruno Haible  <bruno@clisp.org>
4271
4272         Tests for module 'inet_ntop'.
4273         * modules/inet_ntop-tests: New file.
4274         * tests/test-inet_ntop.c: New file.
4275
4276 2009-11-04  Eric Blake  <ebb9@byu.net>
4277
4278         stdlib-safer: wrap all mkstemp variants
4279         * modules/mkostemp (configure.ac): Set witness.
4280         * modules/mkostemps (configure.ac): Likewise.
4281         * modules/mkstemps (configure.ac): Likewise.
4282         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
4283         (mkstemps_safer): Wrap more functions.
4284         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
4285         wrapping.
4286         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
4287         (mkstemps_safer): Implement the wrappers.
4288
4289         mkstemps, mkostemps: new modules
4290         * modules/mkostemps: New module.
4291         * modules/mkstemps: Likewise.
4292         * lib/mkostemps.c (mkostemps): New file.
4293         * lib/mkstemps.c (mkstemps): Likewise.
4294         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
4295         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
4296         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
4297         * modules/stdlib (Makefile.am): Substitute them.
4298         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
4299         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
4300         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
4301         * doc/gnulib.texi (Glibc stdlib.h): Include them.
4302         * MODULES.html.sh (File system functions): Mention them.
4303
4304         tempname: resync from glibc
4305         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
4306         same values for __GT_FILE as glibc.  Abort even when assertions
4307         are disabled.
4308         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
4309         match its value otherwise.  Allow idempotent inclusion.
4310         * lib/mkdtemp.c (mkdtemp): Adjust caller.
4311         * lib/mkostemp.c (mkostemp): Likewise.
4312         * lib/mkstemp.c (mkstemp): Likewise.
4313         * lib/tmpfile.c (tmpfile): Likewise.
4314         * NEWS: Document this.
4315
4316         utimens: fix use of futimens on older Linux
4317         * lib/utimens.c (fdutimens): Use updated, rather than original,
4318         timespec to avoid bug in older Linux kernel.
4319         Reported by Simon Josefsson.
4320
4321 2009-11-04  Bruno Haible  <bruno@clisp.org>
4322
4323         Make num_processors more flexible and consistent.
4324         * lib/nproc.h (enum nproc_query): New type.
4325         (num_processors): Add a 'query' argument.
4326         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
4327         (num_processors): Add a 'query' argument. Test the value of the
4328         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
4329         mingw, count the number of CPUs available for the current process.
4330         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
4331         Check for sched_getaffinity and sched_getaffinity_np.
4332         * modules/nproc (Depends-on): Add c-ctype, extensions.
4333         * NEWS: Mention the change.
4334
4335 2009-11-03  Bruno Haible  <bruno@clisp.org>
4336
4337         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
4338
4339 2009-11-03  Jim Meyering  <meyering@redhat.com>
4340
4341         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
4342         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
4343         if it is defined.
4344
4345 2009-11-02  Eric Blake  <ebb9@byu.net>
4346
4347         mktime, timegm: share common declaration
4348         * lib/mktime-internal.h: New file.
4349         * lib/mktime.c: Use it rather than open-coding a declaration.
4350         * lib/timegm.c: Likewise.
4351         * modules/mktime (Files): Ship it.
4352         * modules/timegm (Files): Likewise.
4353         Suggested by Bruno Haible.
4354
4355         test-update-copyright: update test to match script changes
4356         * tests/test-update-copyright.sh: Avoid hard-coding perl
4357         location.  Don't update *.bak created by earlier runs.
4358
4359 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
4360             Simon Josefsson  <simon@josefsson.org>
4361             Bruno Haible  <bruno@clisp.org>
4362
4363         Fix link error on Solaris 8.
4364         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
4365         also in libnsl. Define also INET_PTON_LIB.
4366         * modules/inet_pton (Link): New section.
4367
4368 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4369             Bruno Haible  <bruno@clisp.org>
4370
4371         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
4372         * modules/inet_ntop (Link): New section.
4373         Reported by Boyan Kasarov <bkasarov@gmail.com>.
4374
4375 2009-11-02  Eric Blake  <ebb9@byu.net>
4376
4377         maint: avoid compiler warnings in m4 macros
4378         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
4379         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
4380
4381 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4382
4383         * m4/pmccabe2html.m4: Remove file.
4384         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
4385         function.  Change maintainer.
4386         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
4387         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
4388         Courtès).
4389
4390 2009-10-31  Eric Blake  <ebb9@byu.net>
4391
4392         fseeko: fix m4 regression
4393         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
4394         regression from 2009-10-27.
4395         Reported by Ralf Wildenhues.
4396
4397 2009-10-31  Jim Meyering  <meyering@redhat.com>
4398
4399         inttostr: aesthetics and improved (compile-time) safety
4400         Define inttype_is_signed rather than inttype_is_unsigned,
4401         since the sole use is via "#if inttype_is_signed".
4402         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
4403         inttype_is_unsigned.
4404         * lib/offtostr.c (inttype_is_signed): Likewise.
4405         * lib/uinttostr.c (inttype_is_signed): Likewise.
4406         * lib/umaxtostr.c (inttype_is_signed): Likewise.
4407         * lib/inttostr.c (inttostr): Use verify to cross-check the
4408         inttype_is_signed value and the signedness of the actual type.
4409         * modules/inttostr (Depends-on): Add verify.
4410
4411 2009-10-30  Eric Blake  <ebb9@byu.net>
4412
4413         build: avoid compiler warnings
4414         * lib/fchmodat.c (lchmod): Mark unused variables.
4415         * lib/getopt.c (_getopt_initialize): Likewise.
4416         * lib/mktime.c (__mktime_internal): Provide prototype.
4417         * lib/inttostr.c (inttostr): Avoid compiler warning even with
4418         older gcc that do not understand #pragma GCC diagnostic.
4419         * lib/uinttostr.c (inttype_is_unsigned): Define.
4420         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
4421
4422 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
4423
4424         stat: fix compilation on AIX
4425         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
4426         only see struct stat64.
4427
4428 2009-10-30  Eric Blake  <ebb9@byu.net>
4429
4430         exclude: make more robust
4431         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
4432         rather than masking a coding bug.
4433         Suggested by Bruno Haible.
4434
4435 2009-10-30  Jim Meyering  <meyering@redhat.com>
4436
4437         perl scripts: remove #!/usr/bin/perl in favor of more portable...
4438         Rather than putting #!/usr/bin/perl on the first line,
4439         start with a variant of what's recommended by "man perlrun" that
4440         invokes the first "perl" program from your shell's search path.
4441         * build-aux/gitlog-to-changelog: Replace #!... as above.
4442         Add a "Local Variables" perl mode setting.
4443         Prompted by a patch from Ludovic Courtès.
4444         Improved by Eric Blake.
4445         * build-aux/useless-if-before-free: Likewise.
4446         * build-aux/announce-gen: Likewise.
4447         * build-aux/update-copyright: Likewise.
4448
4449 2009-10-29  Eric Blake  <ebb9@byu.net>
4450
4451         filenamecat-lgpl: adjust clients
4452         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
4453         filenamecat.
4454         * modules/renameat (Depends-on): Likewise.
4455
4456         filenamecat: split into filenamecat-lgpl
4457         * modules/filenamecat-lgpl: New module.
4458         * modules/filenamecat (Files): Move library-safe files into
4459         filenamecat-lgpl.
4460         (Depends-on): Add filenamecat-lgpl.
4461         (configure.ac): Declare witness.
4462         * lib/filenamecat.h (file_name_concat): Only declare when using
4463         GPL module.
4464         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
4465         Move...
4466         * lib/filenamecat-lgpl.c: ...into new file.
4467         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
4468         (gl_FILE_NAME_CONCAT): Use it.
4469         * MODULES.html.sh (File system functions): Mention new module.
4470
4471         argp: avoid memory leak
4472         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
4473         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
4474         base_name, since the latter malloc()s and can call exit().
4475         Leak introduced 2006-07-03.
4476
4477         dirname-lgpl: adjust clients that don't need full dirname
4478         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
4479         * modules/filenamecat (Depends-on): Likewise.
4480         * modules/linkat (Depends-on): Likewise.
4481         * modules/mkancesdirs (Depends-on): Likewise.
4482         * modules/mkdir (Depends-on): Likewise.
4483         * modules/openat (Depends-on): Likewise.
4484         * modules/savewd (Depends-on): Likewise.
4485         * modules/rename (Depends-on): Likewise.
4486         (License): Relax license.
4487         * modules/mkdir-tests (Depends-on): Drop progname.
4488         (Makefile.am): Delete unneeded LDADD.
4489         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
4490
4491         dirname: split into dirname-lgpl
4492         * modules/dirname-lgpl: New module.
4493         * modules/dirname (Files): Move library-safe files into
4494         dirname-lgpl.
4495         (Depends-on): Add dirname-lgpl.
4496         (configure.ac): Declare witness.
4497         * modules/double-slash-root (License): Relax license.
4498         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
4499         module.
4500         * lib/dirname.c (dir_len, mdir_name): Move...
4501         * lib/dirname-lgpl.c: ...into new file.
4502         * lib/basename.c (last_component, base_len): Move...
4503         * lib/basename-lgpl.c: ...into new file.
4504         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
4505         (gl_DIRNAME): Use it.
4506         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
4507         Mention new module.
4508         * modules/dirname-tests (Depends-on): Add progname.
4509         * tests/test-dirname.c (program_name): Delete.
4510
4511         mkdir: make safe for libraries
4512         * modules/mkdir (Depends-on): Drop xalloc.
4513         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
4514         exit.
4515
4516         tests: avoid some compiler warnings
4517         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
4518         literals.
4519         * tests/test-memchr.c (main): Avoid type mismatch.
4520         * tests/test-arpa_inet.c (main): Avoid unused parameters.
4521         * tests/test-base64.c (main): Likewise.
4522         * tests/test-getdelim.c (main): Likewise.
4523         * tests/test-gethostname.c (main): Likewise.
4524         * tests/test-getline.c (main): Likewise.
4525         * tests/test-netinet_in.c (main): Likewise.
4526         * tests/test-select.c (open_server_socket, main): Likewise.
4527         * tests/test-select-stdin.c (main): Likewise.
4528         * tests/test-sockets.c (main): Likewise.
4529         * tests/test-strsignal.c (main): Likewise.
4530         * tests/test-sys_select.c (main): Likewise.
4531         * tests/test-sys_socket.c (main): Likewise.
4532         * tests/test-u64.c (main): Likewise.
4533         * tests/test-xfprintf-posix.c (main): Likewise.
4534         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
4535
4536         sockets: avoid compiler warning
4537         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
4538
4539         maint: detect usage(1) and other suspicious exits
4540         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
4541
4542 2009-10-29  Jim Meyering  <meyering@redhat.com>
4543
4544         timespec: long-to-int truncation could make timespec_cmp malfunction
4545         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
4546         a multiple of 2^32 nanoseconds as no difference.
4547
4548 2009-10-28  Jim Meyering  <meyering@redhat.com>
4549
4550         fprintftime: wrap macro code argument in "do {...} while(0)"
4551         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
4552         cpy macro must be a statement that can be followed by a semicolon.
4553         Now that the else clause contains a comment and is hence longer
4554         than one line, I require curly braces.  That in turn requires
4555         that we wrap this code block in the standard do...while(0).
4556
4557         fprintftime: remove stray semicolon from previous change
4558         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
4559
4560         fprintftime: avoid a warning about ignored fwrite return value
4561         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
4562         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
4563         that is unsafe.
4564         * modules/fprintftime (Depends-on): Add ignore-value.
4565
4566         exclude: avoid an unwarranted warning
4567         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
4568
4569 2009-10-27  Eric Blake  <ebb9@byu.net>
4570
4571         fseek: avoid compilation failure when fflush is replaced
4572         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
4573         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
4574         module is in use.
4575         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
4576         module is not in use; since REPLACE_FSEEK worked otherwise.
4577         (GNULIB_FTELLO): Likewise for ftell.
4578         Reported by Ian Beckwith and others.
4579
4580 2009-10-27  Bruno Haible  <bruno@clisp.org>
4581
4582         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
4583         Reported by Jim Meyering.
4584
4585 2009-10-27  Jim Meyering  <jim@meyering.net>
4586             Bruno Haible  <bruno@clisp.org>
4587
4588         Avoid warning despite dropping the return value of fwrite.
4589         * lib/unicodeio.c: Include ignore-value.h.
4590         (fwrite_success_callback): Explicitly ignore fwrite's return value.
4591         * modules/unicodeio (Depends-on): Add ignore-value.
4592
4593 2009-10-26  Eric Blake  <ebb9@byu.net>
4594
4595         areadlinkat: fix fallback path
4596         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
4597         pointer and zero.
4598
4599 2009-10-22  Pádraig Brady  <P@draigBrady.com>
4600
4601         Use a better IO block size for modern systems
4602         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
4603         * lib/md2.c: Likewise.
4604         * lib/md4.c: Likewise.
4605         * lib/md5.c: Likewise.
4606         * lib/sha1.c: Likewise.
4607         * lib/sha256.c: Likewise.
4608         * lib/sha512.c: Likewise.
4609
4610 2009-10-22  Eric Blake  <ebb9@byu.net>
4611
4612         tests: avoid several compiler warnings
4613         * tests/test-getcwd.c (main): Avoid buffer underflow.
4614         * tests/test-getdate.c (main): String literals are not safe with
4615         putenv, so use setenv.  Declare unused argument.
4616         * modules/getdate-tests (Depends-on): Add setenv.
4617         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
4618         problems with string literals in char *.
4619         * tests/test-hash.c (main): Avoid shadowing declaration.
4620         (insert_new): Treat string literals as char const *.
4621         * tests/test-getopt.h (test_getopt): Likewise.
4622         (getopt_loop): Alter types to minimize casting elsewhere.
4623         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
4624         (test_getopt_long_posix): Likewise.
4625         (do_getopt_long): Add wrapper to minimize casting.
4626         * tests/test-atexit.c (clear_temp_file): Use void.
4627         * tests/test-areadlink-with-size.c (main): Declare unused
4628         arguments.
4629         * tests/test-areadlink.c (main): Likewise.
4630         * tests/test-areadlinkat-with-size.c (main): Likewise.
4631         * tests/test-areadlinkat.c (main): Likewise.
4632         * tests/test-canonicalize-lgpl.c (main): Likewise.
4633         * tests/test-canonicalize.c (main): Likewise.
4634         * tests/test-dirent-safer.c (main): Likewise.
4635         * tests/test-dirname.c (main): Likewise.
4636         * tests/test-dup2.c (main): Likewise.
4637         * tests/test-fchdir.c (main): Likewise.
4638         * tests/test-fcntl-h.c (main): Likewise.
4639         * tests/test-fcntl-safer.c (main): Likewise.
4640         * tests/test-fdopendir.c (main): Likewise.
4641         * tests/test-fdutimensat.c (main): Likewise.
4642         * tests/test-fflush.c (main): Likewise.
4643         * tests/test-filenamecat.c (main): Likewise.
4644         * tests/test-filevercmp.c (main): Likewise.
4645         * tests/test-fopen-safer.c (main): Likewise.
4646         * tests/test-fopen.c (main): Likewise.
4647         * tests/test-fpending.c (main): Likewise.
4648         * tests/test-fpurge.c (main): Likewise.
4649         * tests/test-freading.c (main): Likewise.
4650         * tests/test-fstatat.c (main): Likewise.
4651         * tests/test-fsync.c (main): Likewise.
4652         * tests/test-futimens.c (main): Likewise.
4653         * tests/test-getndelim2.c (main): Likewise.
4654         * tests/test-gettimeofday.c (main): Likewise.
4655         * tests/test-getopt.c (main): Likewise.
4656         * tests/test-i-ring.c (main): Likewise.
4657         * tests/test-inttypes.c (main): Likewise.
4658         * tests/test-link.c (main): Likewise.
4659         * tests/test-lstat.c (main): Likewise.
4660         * tests/test-math.c (main): Likewise.
4661         * tests/test-md5.c (main): Likewise.
4662         * tests/test-memchr2.c (main): Likewise.
4663         * tests/test-memrchr.c (main): Likewise.
4664         * tests/test-mkdir.c (main): Likewise.
4665         * tests/test-mkdirat.c (main): Likewise.
4666         * tests/test-mkfifoat.c (main): Likewise.
4667         * tests/test-open.c (main): Likewise.
4668         * tests/test-openat-safer.c (main): Likewise.
4669         * tests/test-openat.c (main): Likewise.
4670         * tests/test-quotearg.c (main): Likewise.
4671         * tests/test-rawmemchr.c (main): Likewise.
4672         * tests/test-readlink.c (main): Likewise.
4673         * tests/test-remove.c (main): Likewise.
4674         * tests/test-rename.c (main): Likewise.
4675         * tests/test-renameat.c (main): Likewise.
4676         * tests/test-rmdir.c (main): Likewise.
4677         * tests/test-sha1.c (main): Likewise.
4678         * tests/test-signal.c (main): Likewise.
4679         * tests/test-sigaction.c (main): Likewise.
4680         * tests/test-stat.c (main): Likewise.
4681         * tests/test-stat-time.c (main): Likewise.
4682         * tests/test-stddef.c (main): Likewise.
4683         * tests/test-stdint.c (main): Likewise.
4684         * tests/test-stdio.c (main): Likewise.
4685         * tests/test-stdlib.c (main): Likewise.
4686         * tests/test-strchrnul.c (main): Likewise.
4687         * tests/test-strerror.c (main): Likewise.
4688         * tests/test-string.c (main): Likewise.
4689         * tests/test-strtod.c (main): Likewise.
4690         * tests/test-strverscmp.c (main): Likewise.
4691         * tests/test-symlink.c (main): Likewise.
4692         * tests/test-symlinkat.c (main): Likewise.
4693         * tests/test-sys_stat.c (main): Likewise.
4694         * tests/test-sys_time.c (main): Likewise.
4695         * tests/test-time.c (main): Likewise.
4696         * tests/test-unistd.c (main): Likewise.
4697         * tests/test-unlink.c (main): Likewise.
4698         * tests/test-unlinkat.c (main): Likewise.
4699         * tests/test-utimens.c (main): Likewise.
4700         * tests/test-utimensat.c (main): Likewise.
4701         * tests/test-version-etc.c (main): Likewise.
4702         * tests/test-wchar.c (main): Likewise.
4703         * tests/test-wctype.c (main): Likewise.
4704         * tests/test-xprintf-posix.c (main): Likewise.
4705         * tests/test-posixtm.c (main): Likewise.
4706         (STREQ): Delete unused macro.
4707         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
4708         shadowed variables.
4709         * tests/test-memchr.c (main): Likewise.
4710
4711 2009-10-21  Eric Blake  <ebb9@byu.net>
4712
4713         areadlinkat: avoid failure on older glibc
4714         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
4715         rather than mis-comparing 0 against FUNC_RESULT of char*.
4716
4717 2009-10-21  Bruno Haible  <bruno@clisp.org>
4718
4719         * modules/stpncpy (License): Relicense under LGPLv2+.
4720         Reported by David Lutterkort <lutter@redhat.com>.
4721
4722 2009-10-20  Eric Blake  <ebb9@byu.net>
4723
4724         utimensat: work around Solaris 9 bug
4725         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
4726         has trailing slash bugs.
4727         * tests/test-lutimens.h (test_lutimens): Enhance test.
4728         * tests/test-utimens.h (test_utimens): Likewise.
4729         * doc/posix-functions/utime.texi (utime): Enhance documentation.
4730         * doc/posix-functions/utimes.texi (utimes): Likewise.
4731         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4732         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
4733         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
4734         * doc/posix-functions/futimens.texi (futimens): Likewise.
4735
4736         fdutimensat: new module
4737         * modules/fdutimensat: New file.
4738         * lib/fdutimensat.c (fdutimensat): Likewise.
4739         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
4740         * MODULES.html.sh (File system functions): Mention module.
4741         * modules/fdutimensat-tests: New test.
4742         * tests/test-fdutimensat.c: Likewise.
4743
4744         doc: regenerate INSTALL
4745         * doc/INSTALL: Reflect recent autoconf update.
4746         * doc/INSTALL.ISO: Likewise.
4747         * doc/INSTALL.UTF-8: Likewise.
4748
4749 2009-10-20  Pádraig Brady  <P@draigBrady.com>
4750
4751         acl: warn if ACL support is not detected
4752         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
4753
4754 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
4755
4756         * lib/nproc.h: Add extern "C" block for C++.
4757
4758 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
4759             Bruno Haible  <bruno@clisp.org>
4760
4761         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
4762         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
4763         * doc/posix-functions/isalpha.texi: Likewise.
4764         * doc/posix-functions/isblank.texi: Likewise.
4765         * doc/posix-functions/iscntrl.texi: Likewise.
4766         * doc/posix-functions/isdigit.texi: Likewise.
4767         * doc/posix-functions/isgraph.texi: Likewise.
4768         * doc/posix-functions/islower.texi: Likewise.
4769         * doc/posix-functions/isprint.texi: Likewise.
4770         * doc/posix-functions/ispunct.texi: Likewise.
4771         * doc/posix-functions/isspace.texi: Likewise.
4772         * doc/posix-functions/isupper.texi: Likewise.
4773         * doc/posix-functions/isxdigit.texi: Likewise.
4774
4775 2009-10-18  Bruno Haible  <bruno@clisp.org>
4776
4777         Tests for module 'isblank'.
4778         * modules/isblank-tests: New file.
4779         * tests/test-isblank.c: New file.
4780
4781         New module 'isblank'.
4782         * lib/isblank.c: New file.
4783         * m4/isblank.m4: New file.
4784         * modules/isblank: New file.
4785         * doc/posix-functions/isblank.texi: Mention the new module.
4786
4787 2009-10-18  Bruno Haible  <bruno@clisp.org>
4788
4789         New module 'ctype'.
4790         * lib/ctype.in.h: New file.
4791         * m4/ctype.m4: New file.
4792         * modules/ctype: New file.
4793         * doc/posix-headers/ctype.texi: Mention the new module.
4794
4795 2009-10-18  Jim Meyering  <meyering@redhat.com>
4796
4797         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
4798         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
4799         right after its initialization, rather than farther down.
4800         Keeping these in close proximity makes it easier to ensure
4801         that each such variable is initialized.  E.g.,
4802
4803             LIB_CLOCK_GETTIME=
4804             AC_SUBST([LIB_CLOCK_GETTIME])
4805
4806         This change also increments these serial numbers.
4807         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
4808         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4809         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4810
4811 2009-10-18  Bruno Haible  <bruno@clisp.org>
4812
4813         Don't let environment variables perturb build.
4814         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
4815         (gl_PREREQ_GETHRXTIME): ... not here.
4816
4817 2009-10-18  Bruno Haible  <bruno@clisp.org>
4818
4819         Avoid symlink attack in localcharset module.
4820         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
4821         (O_NOFOLLOW): Define fallback.
4822         (get_charset_aliases): Don't open the file if it is a symbolic link.
4823         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
4824         gl_FCNTL_H.
4825         (gl_FCNTL_H): Require it.
4826         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
4827         * modules/localcharset (Files): Add m4/fcntl_h.m4.
4828         Reported by Fergal Glynn <fglynn@veracode.com>.
4829
4830 2009-10-18  Bruno Haible  <bruno@clisp.org>
4831
4832         Implement nproc for mingw.
4833         * lib/nproc.c: Include <windows.h>
4834         (num_processors): On native Windows platforms, try GetSystemInfo.
4835
4836 2009-10-18  Bruno Haible  <bruno@clisp.org>
4837
4838         Implement nproc for IRIX.
4839         * lib/nproc.c: Include <sys/sysmp.h>.
4840         (num_processors): On IRIX systems, try sysmp.
4841         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
4842
4843 2009-10-18  Bruno Haible  <bruno@clisp.org>
4844
4845         Implement nproc for HP-UX.
4846         * lib/nproc.c: Include <sys/pstat.h>
4847         (num_processors): On HP-UX systems, try pstat_getdynamic.
4848         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
4849         pstat_getdynamic.
4850
4851 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
4852             Bruno Haible  <bruno@clisp.org>
4853
4854         Implement nproc for NetBSD, OpenBSD.
4855         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
4856         (ARRAY_SIZE): New macro.
4857         (num_processors): On BSD systems, try sysctl of HW_NCPU.
4858         * m4/nproc.m4: New file.
4859         * modules/nproc (Files): Add m4/nproc.m4.
4860         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
4861         (Makefile.am): Instead, augment lib_SOURCES.
4862
4863 2009-10-18  Bruno Haible  <bruno@clisp.org>
4864
4865         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
4866         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
4867         sys/param.h.
4868
4869 2009-10-16  Eric Blake  <ebb9@byu.net>
4870
4871         utimensat: new module
4872         * modules/utimensat: New file.
4873         * lib/utimensat.c (utimensat): Likewise.
4874         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4875         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
4876         so we can work around Linux bugs.
4877         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4878         * modules/sys_stat (Makefile.am): Substitute them.
4879         * lib/sys_stat.in.h (utimensat): Declare it.
4880         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4881         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4882         * modules/utimensat-tests: New test.
4883         * tests/test-utimensat.c: Likewise.
4884
4885         utimens: let lutimens work on non-symlinks
4886         * lib/utimens.c (lutimens): Fall back to utimens rather than
4887         failing with ENOSYS, when file is not a symlink.
4888         (utimens): Reduce redirection.
4889         * tests/test-lutimens.h (test_lutimens): Update test to cover
4890         non-symlinks.
4891         * tests/test-utimens.h (test_utimens): Update test to cover
4892         symlinks.
4893         * tests/test-utimens.c (main): Update caller.
4894
4895         utimens: cache whether utimensat syscall works
4896         * lib/utimens.c (utimensat_works_really): New cache variable.
4897         (fdutimens, lutimens): Use it to avoid failing syscall.
4898
4899         test-stat-time, test-utimens: improve portability
4900         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
4901         ext4 on alpha, and for cygwin.
4902         * tests/test-utimens-common.h: New file.
4903         (nap): Factor delays into single function.
4904         * tests/test-lutimens.h (test_lutimens): Use new header.
4905         * tests/test-futimens.h (test_futimens): Likewise.
4906         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
4907         timestamps to occur from same machine, as was done previously for
4908         test_utimens.
4909         * modules/utimens-tests (Files): Ship new file.
4910         * modules/futimens-tests (Files): Likewise.
4911         Reported in part by Jim Meyering.
4912
4913         sys_stat: sort replacement declarations
4914         * lib/sys_stat.in.h: Sort declarations.
4915         * lib/futimens.c (futimens): Fix typo.
4916
4917 2009-10-15  Jim Meyering  <meyering@redhat.com>
4918
4919         don't let environment settings perturb build
4920         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
4921         could cause a configure-time and/or build-time malfunction.
4922         Typically, a configure-time function-in-library test is performed
4923         via code like this:
4924
4925           LIB_VAR=
4926           AC_SUBST([LIB_VAR])
4927           prefix_saved_LIBS=$LIBS
4928             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
4929                        [test "$ac_cv_search_FUNC" = "none required" ||
4930                         LIB_VAR=$ac_cv_search_FUNC])
4931           LIBS=$prefix_saved_LIBS
4932
4933         However, in each of the files affected by this change, the LIB_VAR=
4934         initialization was omitted.  Thus, when set in the environment, its
4935         value would propagate into generated Makefiles when FUNC is not found
4936         in LIB_NAME.
4937         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
4938         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4939         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4940
4941 2009-10-14  Eric Blake  <ebb9@byu.net>
4942
4943         fchdir: avoid infinite recursion in mingw
4944         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
4945         recursing.
4946
4947         test-stat-time: port to mingw
4948         * tests/test-stat-time.c (force_unlink): Return a value.
4949         (test_ctime) [W32]: Fix compilation error.
4950         (nap): Don't call usleep with too large an argument.  Use
4951         force_unlink.
4952         * doc/pastposix-functions/usleep.texi (usleep): Document the
4953         portability issue.
4954
4955 2009-10-13  Jim Meyering  <meyering@redhat.com>
4956
4957         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
4958         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
4959         * modules/pipe-filter-ii: Likewise.
4960         * modules/sys_socket-tests: Likewise.
4961         * modules/tsearch-tests: Likewise.
4962         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
4963         (check): Depend on it.
4964
4965 2009-10-12  Eric Blake  <ebb9@byu.net>
4966
4967         utimens-tests: port to NFS file systems
4968         * tests/test-utimens.h (test_utimens): Refactor utimecmp
4969         comparisons to avoid spurious failures from timestamp drift
4970         between NFS machines.
4971
4972 2009-10-12  Eric Blake  <ebb9@byu.net>
4973
4974         stat-time-tests: minor cleanups
4975         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
4976         * tests/test-stat-time.c (nap): Separate assignment from call.
4977         Suggested by Paolo Bonzini and Bruno Haible.
4978
4979         sys_stat: guarantee struct timespec
4980         * lib/sys_stat.in.h (includes): Always include <time.h>
4981         * modules/sys_stat (Depends-on): Add time.
4982         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
4983         mode_t permission values.
4984         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
4985         get at subsecond timestamps.
4986
4987 2009-10-10  Eric Blake  <ebb9@byu.net>
4988
4989         futimens: new module
4990         * modules/futimens: New file.
4991         * lib/futimens.c (futimens): Likewise.
4992         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
4993         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
4994         we can work around Linux bugs.
4995         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
4996         * modules/sys_stat (Makefile.am): Substitute them.
4997         * lib/sys_stat.in.h (futimens): Declare it.
4998         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
4999         * doc/posix-functions/futimens.texi (futimens): Likewise.
5000         * modules/futimens-tests: New test.
5001         * tests/test-futimens.c: Likewise.
5002
5003         utimens: introduce fdutimens
5004         * lib/utimens.h (fdutimens): New prototype.
5005         * lib/utimens.c (gl_futimens): Move guts...
5006         (fdutimens): ...to new interface.
5007         * tests/test-utimens.c (do_fdutimens): Use it.
5008
5009         utimens: add UTIME_NOW and UTIME_OMIT support
5010         * lib/utimens.c (validate_timespec, update_timespec): New helper
5011         functions.
5012         (gl_futimens, lutimens): Use them.
5013         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
5014         stdbool, sys_stat.
5015         (Link): Mention resulting library dependency.
5016         * modules/utimecmp (Link): Likewise.
5017         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
5018         (Makefile.am): Pick up library dependency.
5019         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
5020         definition.
5021         * tests/test-sys_stat.c: Test the definitions.
5022         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
5023         * NEWS: Document library dependency.
5024
5025         utimecmp: support symlink timestamps
5026         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
5027         hashing when possible.  Use pathconf when available.
5028         (SYSCALL_RESOLUTION): Recognize tighter resolution.
5029         * modules/utimecmp (Depends-on): Add lstat.
5030
5031         utimens: add lutimens interface
5032         * lib/utimens.c (lutimens): New function.
5033         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
5034         * lib/utimens.h (lutimens): Declare new interface.
5035         * tests/test-utimens.c (main): Enhance test.
5036         * tests/test-lutimens.h (test_lutimens): New file.
5037         * modules/utimens-tests (Files): Distribute it.
5038         (Depends-on): Add symlink.
5039         (configure.ac): Check for usleep.
5040
5041         utimens: validate futimens usage
5042         * lib/utimens.c (gl_futimens): Require valid fd up front, using
5043         fewer syscalls on failure later on.  Avoid compiler warning on
5044         mingw.
5045         * modules/utimens (Depends-on): Add dup2.
5046
5047         utimens: add test
5048         * modules/utimens-tests: New test.
5049         * tests/test-utimens.h: New file.
5050         * tests/test-futimens.h: Likewise.
5051         * tests/test-utimens.c: Likewise.
5052
5053         doc: mention timestamp portability issues
5054         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
5055         instead.
5056         * doc/posix-functions/utime.texi (utime): Likewise.
5057         * doc/posix-functions/utimes.texi (utimes): Likewise.
5058         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
5059         instead.
5060         * doc/posix-functions/futimens.texi (futimens): Mention utimens
5061         module.
5062         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5063         Mention weakness with symlink timestamps.
5064         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
5065         to utimensat/futimens instead.
5066         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
5067
5068         test-dup2: enhance test
5069         * tests/test-dup2.c (main): Also check AT_FDCWD.
5070
5071         test-stat-time: avoid more spurious failures
5072         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
5073         xfs; and avoid race if the two timestamps cross quantization edge.
5074
5075         relocatable: prefer 'file system' over 'filesystem'
5076         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
5077         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
5078         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
5079         * doc/relocatable.texi (Enabling Relocatability): Likewise.
5080         * lib/relocatable.c (compute_curr_prefix): Likewise.
5081
5082 2009-10-10  Jim Meyering  <meyering@redhat.com>
5083
5084         stat-time-tests: check for the usleep function
5085         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
5086
5087 2009-10-10  Bruno Haible  <bruno@clisp.org>
5088
5089         * modules/xnanosleep: Put the Link section after the Include section.
5090
5091 2009-10-09  Eric Blake  <ebb9@byu.net>
5092
5093         dup2: work around FreeBSD 6.1 bug
5094         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
5095         * doc/posix-functions/dup2.texi (dup2): Document it.
5096         Reported by Nelson H. F. Beebe and Jim Meyering.
5097
5098         test-stat-time: port to buggy NFS clients
5099         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
5100         (test_ctime): Also skip test if mtime and ctime are skewed.
5101
5102         maint: prefer 'file system' over 'filesystem'
5103         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
5104         * doc/posix-functions/lstat.texi (lstat): Likewise.
5105         * lib/file-has-acl.c (file_has_acl): Likewise.
5106         * lib/fwriteerror.c [TEST]: Likewise.
5107         * tests/test-areadlink.h (test_areadlink): Likewise.
5108         * tests/test-areadlinkat-with-size.c (main): Likewise.
5109         * tests/test-areadlinkat.c (main): Likewise.
5110         * tests/test-canonicalize-lgpl.c (main): Likewise.
5111         * tests/test-canonicalize.c (main): Likewise.
5112         * tests/test-fstatat.c (main): Likewise.
5113         * tests/test-linkat.c (main): Likewise.
5114         * tests/test-lstat.h (test_lstat_func): Likewise.
5115         * tests/test-mkdir.h (test_mkdir): Likewise.
5116         * tests/test-readlink.h (test_readlink): Likewise.
5117         * tests/test-remove.c (main): Likewise.
5118         * tests/test-rename.h (test_rename): Likewise.
5119         * tests/test-renameat.c (main): Likewise.
5120         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5121         * tests/test-symlink.h (test_symlink): Likewise.
5122         * tests/test-symlinkat.c (main): Likewise.
5123         * tests/test-unlink.h (test_unlink_func): Likewise.
5124         * tests/test-unlinkat.c (main): Likewise.
5125
5126         maint: make realtime library usage explicit
5127         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
5128         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
5129         * modules/settime (Link): Likewise.
5130         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
5131
5132         test-stat-time: speed up execution
5133         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
5134         warning on mingw.
5135         (nap): New helper function.
5136         (prepare_test): Use it to reduce sleep time.
5137         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
5138         execution.
5139         * modules/stat-time-tests (configure.ac): Check for usleep.
5140
5141 2009-10-09  Jim Meyering  <meyering@redhat.com>
5142
5143         selinux-h: always use getfilecon wrappers
5144         * lib/getfilecon.c: New file.
5145         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
5146         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
5147         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
5148         (fgetfilecon): Provide a stub.
5149         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
5150         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
5151         file unconditionally.
5152         When <selinux/selinux.h> is found, arrange to use wrappers.
5153         * modules/selinux-h (Files): Add getfilecon.c.
5154         (Makefile.am): Substitute include-next-related bits
5155         into the now-always-generated selinux/selinux.h file.
5156         * doc/glibc-functions/lgetfilecon.texi: New file.
5157         * doc/glibc-functions/fgetfilecon.texi: New file.
5158         * doc/glibc-functions/getfilecon.texi: New file.
5159         * doc/glibc-functions/getfilecon-desc.texi: New file.
5160         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
5161         which to pull in the new files.
5162         * MODULES.html.sh (Misc): Add selinux-h.
5163
5164 2009-10-08  Jim Meyering  <meyering@redhat.com>
5165
5166         unistd: fix comment typo
5167         * lib/unistd.in.h (euidaccess): Fix a comment typo.
5168
5169 2009-10-08  Eric Blake  <ebb9@byu.net>
5170
5171         areadlink: use SIZE_MAX consistently
5172         * modules/areadlink (Depends-on): Add stdint.
5173         * modules/areadlink-with-size (Depends-on): Likewise.
5174         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
5175         gives NULL; drop sys/types, since unistd gives size_t; and add
5176         stdint for SIZE_MAX.
5177         (SIZE_MAX): Rely on headers.
5178         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
5179         and add stdint.
5180         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
5181         (SIZE_MAX): Likewise.
5182         (INITIAL_BUF_SIZE): Turn into enum.
5183         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
5184
5185 2009-10-08  Jim Meyering  <meyering@redhat.com>
5186
5187         areadlinkat: avoid compilation failure
5188         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
5189         Fix typo in comment.
5190
5191 2009-10-07  Eric Blake  <ebb9@byu.net>
5192
5193         areadlinkat-with-size: new module
5194         * modules/areadlinkat-with-size: New module.
5195         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
5196         * lib/areadlink.h (areadlinkat): Declare it.
5197         * MODULES.html.sh (File system functions): Mention it.
5198         * modules/areadlinkat-with-size-tests: New test.
5199         * tests/test-areadlinkat-with-size.c: New file.
5200
5201         xreadlinkat: new module
5202         * modules/xreadlinkat: New module.
5203         * lib/xreadlinkat.c (xreadlinkat): New file.
5204         * lib/xreadlink.h (xreadlinkat): Declare it.
5205         * MODULES.html.sh (File system functions): Mention it.
5206
5207         areadlinkat: new module
5208         * lib/at-func.c (FUNC_FAIL): New define.
5209         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
5210         * modules/areadlinkat: New module.
5211         * lib/linkat.c (areadlinkat): Move...
5212         * lib/areadlinkat.c (areadlinkat): ...to new file.
5213         * lib/areadlink.h (areadlinkat): Declare it.
5214         * modules/linkat (Depends-on): Add areadlinkat.
5215         * MODULES.html.sh (File system functions): Mention it.
5216         * modules/areadlinkat-tests: New test.
5217         * tests/test-areadlinkat.c: New file.
5218
5219         areadlink, areadlink-with-size: add tests
5220         * modules/areadlink-tests: New test.
5221         * modules/areadlink-with-size-tests: Likewise.
5222         * tests/test-areadlink.h: New file.
5223         * tests/test-areadlink.c: Likewise.
5224         * tests/test-areadlink-with-size.c: Likewise.
5225
5226         maint: minor cleanups
5227         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
5228         _UNUSED_PARAMETER_ instead.
5229         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
5230         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
5231         * modules/linkat-tests (Files): Distribute test-link.h.
5232
5233         openat, utimens: whitespace cleanup
5234         * lib/openat.c: Prefer space throughout, rather than mix of 8
5235         spaces vs. tabs.
5236         * lib/at-func.c: Likewise.
5237         * lib/utimens.c: Likewise.
5238
5239         openat: avoid using wrong fd
5240         * lib/openat.c (openat_permissive): Reject user's fd if saving the
5241         working directory chooses same fd.
5242         * lib/at-func.c (AT_FUNC_NAME): Likewise.
5243
5244         mkdir, mkdirat: fix cygwin 1.5.x bug
5245         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
5246         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
5247         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
5248         bug.
5249         (gl_PREREQ_MKDIR): Delete unused macro.
5250         * modules/mkdir (Files): Track file rename.
5251         (configure.ac): Update macro name.
5252         * modules/openat (Depends-on): Add mkdir.
5253         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
5254
5255         mkdir, mkdirat: add tests
5256         * modules/mkdir-tests: New test.
5257         * tests/test-mkdir.h: New file.
5258         * tests/test-mkdir.c: Likewise.
5259         * tests/test-mkdirat.c: Likewise.
5260         * modules/openat-tests (Files): Add new files.
5261         (Makefile.am): Run new test.
5262
5263 2009-10-06  Eric Blake  <ebb9@byu.net>
5264
5265         doc: tweak *at function documentation
5266         * doc/posix-functions/faccessat.texi (faccessat): Mention
5267         known issue with replacement.
5268         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
5269         * doc/posix-functions/linkat.texi (linkat): Likewise.
5270         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
5271         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
5272         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5273         * doc/posix-functions/renameat.texi (renameat): Likewise.
5274         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5275
5276         openat: fix GNU/Hurd bug in unlinkat
5277         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
5278         broken.
5279         * doc/posix-functions/unlink.texi (unlink): Document this.
5280         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
5281
5282         fdopendir: fix GNU/Hurd bug
5283         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
5284         allowing non-directory fds.
5285         * lib/fdopendir.c (rpl_fdopendir): Work around it.
5286         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
5287         * modules/dirent (Makefile.am): Substitute it.
5288         * lib/dirent.in.h (fdopendir): Declare replacement.
5289         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
5290         * tests/test-fdopendir.c (main): Test something other than
5291         /dev/null, since on Hurd that behaves like a directory.
5292
5293         test-symlink: port to GNU/Hurd
5294         * tests/test-symlink.h (test_symlink): Relax expected errno.
5295
5296         doc: tweak more cygwin information
5297         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
5298         now compatible with glibc.
5299         * doc/posix-functions/getopt.texi (getopt): Likewise.
5300
5301         getopt-gnu: add another test
5302         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
5303         guarantee behavior relied on by m4.
5304         * tests/test-getopt.c (main): Use it.
5305         * modules/getopt-posix-tests (Depends-on): Add setenv.
5306         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
5307
5308         getopt: fix compilation on darwin
5309         * lib/getopt.in.h (includes): Leave breadcrumbs during system
5310         include.
5311         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
5312         Reported by Ludovic Courtès.
5313
5314 2009-10-06  Bruno Haible  <bruno@clisp.org>
5315
5316         * modules/size_max (Description): Discourage its use.
5317         Reported by Simon Josefsson.
5318
5319 2009-10-06  Jim Meyering  <meyering@redhat.com>
5320
5321         linkat: avoid compilation failure
5322         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
5323
5324 2009-10-05  Eric Blake  <ebb9@byu.net>
5325
5326         linkat: support Linux 2.6.17
5327         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
5328         linkat on Linux, but allow cache variable override.
5329         * lib/linkat.c (rpl_linkat): Define override.
5330         * modules/linkat (Depends-on): Add symlinkat.
5331         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
5332         * modules/unistd (Makefile.am): Substitute it.
5333         * lib/unistd.in.h (linkat): Declare replacement.
5334         Reported by Pádraig Brady.
5335
5336         quotearg: port test to systems with C.UTF-8 locale
5337         * tests/test-quotearg.c (struct result_strings): Add another
5338         member, differentiating between C.ASCII and C.UTF-8 handling.
5339         (compare_strings): Add parameter.
5340         (main): Adjust all callers.
5341
5342         getopt: avoid clash with FreeBSD _getopt_internal
5343         * lib/getopt.in.h (_getopt_internal): Override the name.
5344         * lib/getopt_int.h (includes): Pick up any overrides.
5345         Reported by Reuben Thomas.
5346
5347         hash: allow C89 compilation
5348         * lib/hash.c (check_tuning): Move declaration before statement.
5349         Reported by Reuben Thomas.
5350
5351 2009-10-05  Karl Berry  <karl@gnu.org>
5352
5353         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
5354
5355 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
5356             Bruno Haible  <bruno@clisp.org>
5357
5358         * lib/uname.c (uname): Use a table-driven algorithm to compute
5359         Windows NT versions.
5360
5361 2009-10-04  Bruno Haible  <bruno@clisp.org>
5362
5363         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
5364         program_invocation_short_name.
5365         * modules/progname (configure.ac): Test for presence of
5366         program_invocation_short_name.
5367         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
5368
5369 2009-10-04  Bruno Haible  <bruno@clisp.org>
5370
5371         * lib/progname.c (set_program_name): Fix comment.
5372         Reported by Jim Meyering.
5373
5374 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5375             Bruno Haible  <bruno@clisp.org>
5376
5377         * lib/uname.c: Include <string.h>.
5378         (uname): Do only one call to GetVersionEx in the common case.
5379
5380 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5381             Bruno Haible  <bruno@clisp.org>
5382
5383         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
5384         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
5385         (uname): Add support for Windows CE and various non-x86 CPU types.
5386
5387 2009-10-03  Bruno Haible  <bruno@clisp.org>
5388
5389         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
5390         invocation to tests/configure.ac.
5391         Reported by Ian Beckwith <ianb@erislabs.net>.
5392
5393 2009-10-02  Eric Blake  <ebb9@byu.net>
5394
5395         fchdir: avoid compiler warning
5396         * lib/fchdir.c (canonicalize_file_name)
5397         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
5398
5399         test-open: support mingw errno values
5400         * tests/test-open.h (test_open): Relax test.
5401         * tests/test-fopen.h (test_fopen): Likewise.
5402         * tests/test-openat-safer.c (main): Likewise.
5403
5404         open: fix opening directory on mingw
5405         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
5406
5407         test-open: on GNU/Hurd, /dev/null is a directory
5408         * tests/test-fopen.h (main): Rename...
5409         (test_fopen): ...to this.  Use a guaranteed non-directory when
5410         confirming open behavior on trailing slash.
5411         * tests/test-openat-safer.c (main): Likewise.
5412         * tests/test-open.h (main): Likewise....
5413         (test_open): ...to this.
5414         * tests/test-fopen.c (main): Adjust caller.
5415         * tests/test-fopen-safer.c (main): Likewise.
5416         * tests/test-open.c (main): Likewise.
5417         * tests/test-fcntl-safer.c (main): Likewise.
5418         Reported by Samuel Thibault.
5419
5420         rename, fchdir: don't ignore chdir failure
5421         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
5422         * lib/rename.c (rpl_rename) [W32]: Likewise.
5423         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
5424         an empty destination directory if source cannot be renamed,
5425         although there is still possibility for failure.
5426         * doc/posix-functions/rename.texi (rename): Document the race.
5427         Reported by Jim Meyering.
5428
5429         maint: cleanup whitespace in recent commits
5430         * lib/rename.c (rpl_rename): Remove tabs.
5431         * tests/test-link.h (test_link): Likewise.
5432         * lib/fchdir.c (get_name): Likewise.
5433         Reported by Jim Meyering.
5434
5435 2009-10-02  Ben Pfaff  <blp@gnu.org>
5436
5437         relocatable-prog-wrapper: Add missing dependency on
5438         double-slash-root.
5439         * modules/relocatable-prog-wrapper: Add dependency.
5440         Reported by Ian Beckwith <ianb@erislabs.net>.
5441
5442 2009-10-02  Eric Blake  <ebb9@byu.net>
5443
5444         renameat: fix Solaris bugs
5445         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
5446         needed fixing.
5447         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
5448         * modules/stdio (Makefile.am): Substitute it.
5449         * lib/stdio.in.h (renameat): Declare replacement.
5450         * lib/renameat.c (rpl_renameat): Implement fix.
5451
5452         renameat: new module
5453         * modules/renameat: New file.
5454         * lib/renameat.c (renameat): Likewise.
5455         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
5456         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
5457         * modules/stdio (Makefile.am): Substitute them.
5458         * lib/stdio.in.h (renameat): Declare it.
5459         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5460         * doc/posix-functions/renameat.texi (renameat): Likewise.
5461         * modules/renameat-tests: New test.
5462         * tests/test-renameat.c: Likewise.
5463
5464         rename: fix mingw bugs
5465         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
5466         directory overwrite bugs.
5467
5468         rename: fix another cygwin 1.5 bug
5469         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
5470         checks.
5471         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
5472         unnecessary cygwin workarounds.  Also work around bug with moving
5473         full directory onto an empty one.
5474         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
5475
5476         rename-dest-slash: merge into rename module
5477         * modules/rename-dest-slash (Status): Mark obsolete.
5478         (Depends-on): Add rename.
5479         (Files): Let rename do it all.
5480         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
5481         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
5482         * m4/rename-dest-slash.m4: ...so this file can be deleted.
5483         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
5484         * lib/rename.c (rpl_rename): Update comments.
5485
5486         rename: fix cygwin 1.5.x bugs
5487         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
5488         * lib/rename.c (rpl_rename): Work around them.
5489         * modules/rename (Depends-on): Add same-inode.
5490
5491         rename: fix Solaris 10 bug
5492         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
5493         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
5494         was the only bug.
5495
5496         rename: fix Solaris 9 bug
5497         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
5498         on non-directory.  Avoid calling exit.
5499         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
5500         strdup.
5501         * modules/rename-tests (Depends-on): Drop lstat.
5502         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
5503         (gl_PREREQ_RENAME): Delete unused macro.
5504
5505         rename-dest-slash: fix NetBSD bug
5506         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
5507         links.
5508         * modules/rename-dest-slash (Depends-on): Add same-inode.
5509
5510         rename-tests: new test, exposes several platform bugs
5511         * modules/rename-tests: New file.
5512         * tests/test-rename.h: Likewise.
5513         * tests/test-rename.c: Likewise.
5514         * doc/posix-functions/rename.texi (rename): Improve documentation,
5515         including bugs that will eventually be fixed in gnulib.
5516
5517 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
5518
5519         * lib/uname.c: Include <stdlib.h>
5520         (uname): Assume version info is available.
5521
5522 2009-10-02  Jim Meyering  <meyering@redhat.com>
5523
5524         gnu-web-doc-update: correct --help output
5525         * build-aux/gnu-web-doc-update: Make --help output relevant.
5526
5527         gnu-web-doc-update: add standard options
5528         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
5529
5530         gnu-web-doc-update: New module.
5531         Use this script to automatically update the on-line web documentation
5532         for your GNU project at http://www.gnu.org/software/$pkg/manual/
5533         * modules/gnu-web-doc-update: New file, from coreutils.
5534         * build-aux/gnu-web-doc-update: New script.
5535
5536 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
5537
5538         link: LoadLibrary is not needed.
5539         * lib/link.c: Use GetModuleHandle.
5540
5541 2009-10-01  Eric Blake  <ebb9@byu.net>
5542
5543         getopt: bump serial number
5544         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
5545         change.
5546
5547         tests: tighten link, rmdir, and remove tests
5548         * tests/test-link.h (includes): No need to use <config.h> here.
5549         Clean up if directory hard link was created, otherwise test for
5550         trailing '.'.
5551         * tests/test-linkat.c (main): Simplify.
5552         * tests/test-remove.c (main): Enhance test for trailing '.'.
5553         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5554
5555 2009-10-01  Jim Meyering  <meyering@redhat.com>
5556
5557         maint.mk: requiring "make major" was annoying, for a "minor" release.
5558         What is intended is "stable", to contrast with alpha and beta,
5559         so require "make stable", not "make major".
5560         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
5561         (get_tool_versions): Likewise.
5562         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
5563
5564 2009-09-30  Ben Pfaff  <blp@gnu.org>
5565
5566         Fix broken build of replacement for Windows tmpfile().
5567         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
5568         flags argument added along with the 'mkostemp' module.
5569
5570 2009-09-28  Bruno Haible  <bruno@clisp.org>
5571
5572         Avoid identifier clash with POSIX function 'remove' defined as a macro.
5573         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
5574         to 'remove_elt'.
5575         (gl_list_remove): Update.
5576         * lib/gl_list.c (gl_list_remove): Update.
5577         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
5578         to 'remove_elt'.
5579         (gl_oset_remove): Update.
5580         * lib/gl_list.c (gl_oset_remove): Update.
5581         Reported by Eric Blake.
5582
5583 2009-09-28  Eric Blake  <ebb9@byu.net>
5584
5585         doc: mention yet more cygwin 1.7 status
5586         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
5587         cygwin.
5588         * doc/glibc-functions/execvpe.texi (execvpe): New file.
5589         * doc/gnulib.texi (Glibc unistd.h): Mention it.
5590
5591         argp: fix test failure
5592         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
5593         that are not upper-case.  Pass correct range to tolower.
5594
5595 2009-09-27  Jim Meyering  <meyering@redhat.com>
5596
5597         test-yesno: work around sparc-dash here-document infelicity
5598         Without this change, the literal \177 byte in a here document
5599         would make dash 0.5.5.1-3 access uninitialized memory.
5600         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
5601         Instead, use a marker, "@", and filter through tr to create the desired
5602         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
5603
5604 2009-09-27  Bruno Haible  <bruno@clisp.org>
5605
5606         Disable untested support for new flavours of ACLs on AIX.
5607         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
5608         progress.
5609         * lib/set-mode-acl.c (qset_acl): Likewise.
5610
5611 2008-12-07  Bruno Haible  <bruno@clisp.org>
5612
5613         Add support for new flavours of ACLs on AIX. (Untested.)
5614         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
5615         (file_has_acl): Add support for newer AIX.
5616         * lib/set-mode-acl.c (qset_acl): Likewise.
5617         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
5618         Rainer Tammer <tammer@tammer.net>.
5619
5620 2009-09-26  Eric Blake  <ebb9@byu.net>
5621
5622         argp: fix compilation of getopt
5623         * lib/getopt.in.h (includes): Use different guard than glibc.
5624         Reported by Sergey Poznyakoff.
5625
5626         doc: mention more cygwin 1.7 status
5627         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
5628         bug.
5629         * doc/posix-functions/execl.texi (execl): Likewise.
5630         * doc/posix-functions/execle.texi (execle): Likewise.
5631         * doc/posix-functions/execlp.texi (execlp): Likewise.
5632         * doc/posix-functions/execv.texi (execv): Likewise.
5633         * doc/posix-functions/execve.texi (execve): Likewise.
5634         * doc/posix-functions/execvp.texi (execvp): Likewise.
5635         * doc/glibc-functions/canonicalize_file_name.texi
5636         (canonicalize_file_name): Cygwin 1.7 now provides this.
5637         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
5638         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
5639         on AT_SYMLINK_NOFOLLOW.
5640
5641 2009-09-24  Eric Blake  <ebb9@byu.net>
5642
5643         test-linkat: make test more robust
5644         * tests/test-linkat.c (main): Avoid collision with EEXIST.
5645
5646         getopt: fix inclusion guards for cygwin
5647         * modules/getopt-posix (Depends-on): Add include-next.
5648         (Makefile.am): Substitute more items in replacement header.
5649         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
5650         <getopt.h>.
5651         * lib/getopt.in.h (includes): Use split inclusion guard, and
5652         prefer <getopt.h> over include <unistd.h> when one is present.
5653         (option): Also override name of 'struct option'.
5654
5655         same-inode: revert prior change; it is not yet ready
5656         * NEWS: Undo mention of this change.
5657         * lib/same-inode.h (same-inode.h): Undo tri-state change.
5658         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
5659         * lib/cycle-check.c (cycle_check): Likewise.
5660         * lib/same.c (same_name): Likewise.
5661         * lib/at-func2.c (at_func2): Likewise.
5662
5663 2009-09-23  Eric Blake  <ebb9@byu.net>
5664
5665         linkat: new module
5666         * modules/linkat: New file.
5667         * lib/at-func2.c (at_func2): Likewise.
5668         * lib/linkat.c (linkat): Likewise.
5669         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
5670         * lib/openat-priv.h (at_func2): Add declaration.
5671         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
5672         * modules/unistd (Makefile.am): Substitute them.
5673         * lib/unistd.in.h (linkat): Declare it.
5674         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5675         * doc/posix-functions/linkat.texi (linkat): Likewise.
5676         * doc/posix-functions/link.texi (link): Tweak wording.
5677         * tests/test-link.c (main): Move guts...
5678         * tests/test-link.h (test_link): ...into new file.
5679         * modules/linkat-tests: New test.
5680         * tests/test-linkat.c: Likewise.
5681         * modules/link-tests (Files): Ship new file.
5682         (Depends-on): Add stdbool.
5683
5684         dirname: add library-safe mdir_name
5685         * lib/dirname.h (mdir_name): New prototype.
5686         * lib/dirname.c (dir_name): Move guts...
5687         (mdir_name): ...to new function that avoids xalloc_die.
5688
5689         fchdir: another mingw fix
5690         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
5691         * lib/fchdir.c (get_name): New helper method; skips canonicalize
5692         on mingw (where it has not yet been ported), and make it optional
5693         elsewhere.
5694         (_gl_register_fd): Use it.
5695
5696         same-inode: make SAME_INODE tri-state, to port to mingw
5697         * NEWS: Mention this change.
5698         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
5699         st_ino always being 0.
5700         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
5701         * lib/cycle-check.c (cycle_check): Likewise.
5702         * lib/same.c (same_name): Likewise.
5703
5704         lstat: avoid mingw compilation error
5705         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
5706         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
5707         lstat ourselves.
5708         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
5709         was adequate.
5710         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
5711         the checks for lstat.
5712         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
5713
5714         link: fix test failure on Solaris 9
5715         * lib/link.c (rpl_link): Don't assume link will catch bogus
5716         trailing slash on source.
5717
5718         test-symlinkat: enhance test
5719         * tests/test-readlink.c (main): Move guts...
5720         * tests/test-readlink.h (test_readlink): ...into new file.
5721         * tests/test-symlink.c (main): Move guts...
5722         * tests/test-symlink.h (test_symlink): ...into new file.
5723         * tests/test-symlinkat.c (main): Use new files for further
5724         coverage.
5725         (do_symlink, do_readlink): New helper functions.
5726         * modules/symlink-tests (Files): Ship new file.
5727         (Depends-on): Add stdbool.
5728         * modules/readlink-tests (Files): Ship new file.
5729         (Depends-on): Add stdbool.
5730         * modules/symlinkat-tests (Files): Use new files.
5731
5732 2009-09-23  Eric Blake  <ebb9@byu.net>
5733
5734         readlink: document portability issue with symlink length
5735         * doc/posix-functions/lstat.texi (lstat): Mention that some file
5736         systems have bogus st_size on symlinks, and mention the
5737         areadlink-with-size module.
5738         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
5739         * doc/posix-functions/readlink.texi (readlink): Mention the
5740         areadlink module, and ERANGE failure.
5741         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5742         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
5743
5744         readlink: fix Solaris 9 bug with trailing slash
5745         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
5746         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
5747         * doc/posix-functions/readlink.texi (readlink): Document this.
5748         * modules/readlink-tests: New test.
5749         * tests/test-readlink.c: Likewise.
5750
5751         readlink: fix cygwin 1.5.x bug with return type
5752         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
5753         * lib/unistd.in.h (readlink): Use ssize_t.
5754         * lib/readlink.c (readlink): Likewise.
5755         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5756         * modules/unistd (Makefile.am): Substitute it.
5757         * lib/unistd.in.h (readlink): Declare replacement.
5758         * doc/posix-functions/readlink.texi (readlink): Document this.
5759
5760         symlink: use throughout gnulib
5761         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
5762         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
5763         symlink is not used.
5764         * modules/symlinkat (Depends-on): Add symlink.
5765         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
5766         * modules/canonicalize-tests (Depends-on): Likewise.
5767         * modules/lstat-tests (Depends-on): Likewise.
5768         * modules/openat-tests (Depends-on): Likewise.
5769         * modules/remove-tests (Depends-on): Likewise.
5770         * modules/rmdir-tests (Depends-on): Likewise.
5771         * modules/unlink-tests (Depends-on): Likewise.
5772         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
5773         * tests/test-canonicalize.c (symlink): Likewise.
5774         * tests/test-fstatat.c (symlink): Likewise.
5775         * tests/test-lstat.c (symlink): Likewise.
5776         * tests/test-remove.c (symlink): Likewise.
5777         * tests/test-rmdir.c (symlink): Likewise.
5778         * tests/test-unlink.c (symlink): Likewise.
5779         * tests/test-unlinkat.c (symlink): Likewise.
5780
5781         symlink: new module, for Solaris 9 bug
5782         * modules/symlink: New file.
5783         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
5784         * lib/symlink.c: Likewise.
5785         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
5786         * modules/unistd (Makefile.am): Substitute them.
5787         * lib/unistd.in.h (symlink): Declare replacement.
5788         * MODULES.html.sh (File system functions): Mention it.
5789         * doc/posix-functions/symlink.texi (symlink): Likewise.
5790         * modules/symlink-tests: New test.
5791         * tests/test-symlink.c: Likewise.
5792
5793 2009-09-23  Bruno Haible  <bruno@clisp.org>
5794
5795         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
5796         when needed.
5797         Test case: gnulib-tool --import --with-tests atexit inttypes.
5798         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
5799
5800 2009-09-23  Bruno Haible  <bruno@clisp.org>
5801
5802         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
5803         subcommand, not in a subshell.
5804
5805 2009-09-22  Eric Blake  <ebb9@byu.net>
5806
5807         unistd: sort replacement declarations
5808         * lib/unistd.in.h: Sort declarations.
5809
5810         open, openat: minor optimization
5811         * lib/open.c (open): If open succeeded, len is non-zero.
5812         * lib/openat.c (rpl_openat): Likewise.
5813
5814         link-follow: ensure correct result
5815         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
5816         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
5817         distinguish between possible failures.
5818
5819 2009-09-21  Eric Blake  <ebb9@byu.net>
5820
5821         fts: avoid compiler warning
5822         * lib/fts.c (dirent_inode_sort_may_be_useful)
5823         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
5824
5825 2009-09-19  Bruno Haible  <bruno@clisp.org>
5826
5827         * lib/progreloc.c (canonicalize_file_name): New declaration.
5828
5829 2009-09-19  Eric Blake  <ebb9@byu.net>
5830
5831         link: fix quoting
5832         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
5833
5834         openat: fix openat bugs on Solaris 9
5835         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
5836         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
5837         * modules/openat (Depends-on): Add open.
5838         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
5839         * modules/fcntl-h (Makefile.am): Substitute it.
5840         * lib/fcntl.in.h (openat): Declare replacement.
5841         * doc/posix-functions/openat.texi (openat): Document this.
5842
5843         openat: move fstatat and unlinkat into correct files
5844         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
5845         compiled.
5846         * lib/openat.c (fstatat, unlinkat): Move...
5847         * lib/fstatat.c (fstatat): ...into correct files.
5848         * lib/unlinkat.c (unlinkat): Likewise.
5849
5850         openat: fix unlinkat bugs on Solaris 9
5851         * lib/unlinkat.c (unlinkat): New file.
5852         * modules/openat (Depends-on): Add unlink.
5853         (Files): Distribute it.
5854         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
5855         trailing slash behavior is broken.
5856         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5857         * modules/unistd (Makefile.am): Substitute it.
5858         * lib/unistd.in.h (unlinkat): Declare replacement.
5859         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
5860
5861         openat: fix fstatat bugs on Solaris 9
5862         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
5863         stat.
5864         * doc/posix-functions/fstatat.texi (fstatat): Document this.
5865
5866         test-unlinkat: enhance test, to expose Solaris 9 bug
5867         * tests/test-unlink.c (main): Factor guts...
5868         * tests/test-unlink.h (test_rmdir_func): ...into new file.
5869         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
5870         * tests/test-rmdir.c (main): Adjust caller.
5871         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
5872         (unlinker): New helper function.
5873         (rmdirat): Enhance check.
5874         * modules/rmdir-tests (Depends-on): Add stdbool.
5875         * modules/unlink-tests (Depends-on): Likewise.
5876         (Files): Add test-unlink.h.
5877         * modules/openat-tests (Files): Likewise.
5878         (Depends-on): Add unlinkdir.
5879
5880         test-fstatat: new test, to expose Solaris 9 bugs
5881         * tests/test-stat.c (main): Factor guts...
5882         * tests/test-stat.h (test_stat_func): ...into new file.
5883         * tests/test-lstat.c (main): Factor guts...
5884         * tests/test-lstat.h (test_lstat_func): ...into new file.
5885         * tests/test-fstatat.c: New file.
5886         * modules/stat-tests (Files): Add test-stat.h.
5887         * modules/lstat-tests (Files): Add test-lstat.h.
5888         (Depends-on): Add stdbool.
5889         * modules/openat-tests (Depends-on): Add pathmax.
5890         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
5891         (Makefile.am): Run new test.
5892
5893         remove: new module, for mingw and Solaris 9 bugs
5894         * modules/remove: New file.
5895         * lib/remove.c: Likewise.
5896         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
5897         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
5898         * modules/stdio (Makefile.am): Use them.
5899         * lib/stdio.in.h (remove): Declare replacement.
5900         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5901         * doc/posix-functions/remove.texi (remove): Likewise.
5902         * modules/remove-tests: New test.
5903         * tests/test-remove.c: Likewise.
5904
5905         unlink: new module, for Solaris 9 bug
5906         * modules/unlink: New file.
5907         * lib/unlink.c: Likewise.
5908         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
5909         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
5910         * modules/unistd (Makefile.am): Use them.
5911         * lib/unistd.in.h (stat): Declare replacement.
5912         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5913         * doc/posix-functions/unlink.texi (unlink): Likewise.
5914         * modules/unlink-tests: New test.
5915         * tests/test-unlink.c: Likewise.
5916
5917         lstat: fix Solaris 9 bug
5918         * lib/lstat.c (lstat): Also check for trailing slash on
5919         non-symlink, non-directories.  Use stat module to simplify logic.
5920         * doc/posix-functions/lstat.texi (lstat): Document it.
5921         * modules/lstat-tests (Depends-on): Add errno, same-inode.
5922         (configure.ac): Check for symlink.
5923         * tests/test-lstat.c (main): Add more tests.
5924
5925         stat: add as dependency to other modules
5926         * modules/chown (Depends-on): Add stat.
5927         * modules/euidaccess (Depends-on): Likewise.
5928         * modules/fchdir (Depends-on): Likewise.
5929         * modules/isdir (Depends-on): Likewise.
5930         * modules/link (Depends-on): Likewise.
5931         * modules/lstat (Depends-on): Likewise.
5932         * modules/mkdir-p (Depends-on): Likewise.
5933         * modules/modechange (Depends-on): Likewise.
5934         * modules/open (Depends-on): Likewise.
5935         * modules/readlink (Depends-on): Likewise.
5936         * modules/same (Depends-on): Likewise.
5937
5938         stat: fix Solaris 9 bug
5939         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
5940         slash.
5941         * lib/stat.c (rpl_stat): Work around it.
5942         * doc/posix-functions/stat.texi (stat): Update documentation.
5943
5944         stat: new module, for mingw bug
5945         * modules/stat: New file.
5946         * lib/stat.c: Likewise.
5947         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5948         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5949         * modules/sys_stat (Makefile.am): Use them.
5950         * lib/sys_stat.in.h (stat): Declare replacement.
5951         * lib/openat.c (fstatat): Deal with lstat and stat being function
5952         macros.
5953         * modules/openat (Depends-on): Add inline.
5954         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5955         * doc/posix-functions/stat.texi (stat): Likewise.
5956         * modules/stat-tests: New test.
5957         * tests/test-stat.c: Likewise.
5958
5959 2009-09-19  Jim Meyering  <meyering@redhat.com>
5960
5961         syntax-check: detect unnecessary inclusion of canonicalize.h
5962         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
5963
5964 2009-09-19  Eric Blake  <ebb9@byu.net>
5965
5966         canonicalize-lgpl: adjust clients to use correct header
5967         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
5968         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
5969         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
5970         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
5971         * lib/progreloc.c (includes): Likewise.
5972
5973 2009-09-19  Jim Meyering  <meyering@redhat.com>
5974
5975         test-posixtm.c: correct a comment
5976         * tests/test-posixtm.c: Correct first-line comment.
5977         Spotted by Eric Blake.
5978
5979 2009-09-16  Jim Meyering  <meyering@redhat.com>
5980
5981         posixtm-tests: make T const-correct; add a test case
5982         * tests/test-posixtm.c (T): Declare const.
5983         Add a test for -(2^31+1).
5984         Remove useless can-succeed-only-in-2002 test.
5985
5986         posixtm-tests: adjust the sole failing test
5987         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
5988         expected output matches what mktime now produces.  Cross-checked via
5989         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
5990
5991         posixtm: move #ifdef'd tests into a new module
5992         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
5993         * tests/test-posixtm.c: ... this new file.
5994         * modules/posixtm-tests: New module.
5995
5996 2009-09-19  Eric Blake  <ebb9@byu.net>
5997
5998         openat: simplify use of at-func.c
5999         * lib/at-func.c (includes): Include prerequisites here, to
6000         simplify requirements on client files.
6001         * lib/openat-priv.h: Add double-inclusion guard.
6002         * lib/faccessat.c (includes): Simplify.
6003         * lib/fchmodat.c (includes): Likewise.
6004         * lib/fchownat.c (includes): Likewise.
6005         * lib/mkdirat.c (includes): Likewise.
6006         * lib/mkfifoat.c (includes): Likewise.
6007         * lib/symlinkat.c (includes): Likewise.
6008
6009         openat: allow return of fd 0
6010         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
6011         * modules/save-cwd (Depends-on): Replace fcntl-safer with
6012         unistd-safer.
6013         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
6014         <fcntl.h>; this module does not leak fds.
6015         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
6016         must be allowed to return 0, leaving openat_safer to add the
6017         safety.
6018         (openat_permissive): Avoid writing to just-opened fd 2 if
6019         restoring the current directory fails.
6020         * lib/openat-die.c (openat_restore_fail): Add comment.
6021         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
6022         (save_cwd): Guarantee safe fd, but without use of open_safer.
6023         * tests/test-openat.c: New test.
6024         * modules/openat-tests (Files, Makefile.am): Distribute and build
6025         new file.
6026
6027         relocatable-prog-wrapper: fix build
6028         * modules/relocatable-prog-wrapper (Files): Update name of
6029         canonicalize m4 file, broken on 2009-09-17.
6030         Reported by emad hajjar <aleppos@hotmail.com>.
6031
6032 2009-09-19  Bruno Haible  <bruno@clisp.org>
6033
6034         * lib/safe-alloc.h: Use the standard header with GPL copyright.
6035         * lib/safe-alloc.c: Likewise.
6036         Reported by Ian Beckwith <ianb@erislabs.net>.
6037
6038 2009-09-18  Bruno Haible  <bruno@clisp.org>
6039
6040         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
6041         Reported by <erobles@sensacd.com.mx>.
6042
6043 2009-09-17  Eric Blake  <ebb9@byu.net>
6044
6045         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
6046         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
6047         slashes when checking if last component is missing.
6048         * tests/test-canonicalize.c (main): Test this.
6049
6050         canonicalize, canonicalize-lgpl: honor // if distinct from /
6051         * modules/canonicalize (Files): Add double-slash-root.m4.
6052         * modules/canonicalize-lgpl (Files): Likewise.
6053         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6054         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
6055         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
6056         fallback definition.
6057         (canonicalize_filename_mode): Use it to protect //.
6058         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
6059         (__realpath): Likewise.
6060         * tests/test-canonicalize.c (main): Test this.
6061         * tests/test-canonicalize-lgpl.c (main): Likewise.
6062         * modules/canonicalize-tests (Depends-on): Add same-inode.
6063         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6064
6065         canonicalize-lgpl: fix glibc bug with trailing slash
6066         * m4/canonicalize-lgpl.m4: Move contents...
6067         * m4/canonicalize.m4: ...here.
6068         (gl_CANONICALIZE_LGPL): Factor realpath check...
6069         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
6070         glibc 2.3.5 bug, fixed 2005-04-27.
6071         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
6072         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
6073         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
6074         * modules/canonicalize-lgpl (Files): Manage file rename.
6075         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6076         * modules/stdlib (Makefile.am): Substitute witness.
6077         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
6078         is needed.
6079         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
6080         replacement is required.
6081         * lib/canonicalize.c (canonicalize_file_name): Likewise.
6082         * doc/glibc-functions/canonicalize_file_name.texi
6083         (canonicalize_file_name): Document this.
6084         * doc/posix-functions/realpath.texi (realpath): Likewise.
6085
6086         canonicalize-lgpl: reject non-directory with trailing slash
6087         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
6088         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
6089         catches failures in glibc 2.3.5.
6090         * tests/test-canonicalize.c (main): Likewise.
6091
6092         canonicalize-lgpl: use native realpath if it works
6093         * lib/canonicalize-lgpl.c (realpath): Guard with
6094         FUNC_REALPATH_WORKS.
6095         * lib/stdlib.in.h (realpath): Make declaration optional based on
6096         HAVE_REALPATH.
6097         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
6098         native realpath works.
6099         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6100         * modules/stdlib (Makefile.am): Substitute witness.
6101
6102         canonicalize, canonicalize-lgpl: use <stdlib.h>
6103         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
6104         (Include): Mention <stdlib.h>.
6105         (configure.ac): Mention functions we provide.
6106         * modules/canonicalize (configure.ac): Likewise.
6107         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
6108         realpath if canonicalize_file_name is missing.
6109         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
6110         * modules/stdlib (Makefile.am): Substitute witnesses.
6111         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
6112         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
6113         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
6114         * NEWS: Document this.
6115         * doc/glibc-functions/canonicalize_file_name.texi
6116         (canonicalize_file_name): Likewise.
6117         * doc/posix-functions/realpath.texi (realpath): Likewise.
6118         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
6119
6120         test-canonicalize: consolidate into single C program
6121         * tests/test-canonicalize.sh: Delete; move setup into...
6122         * tests/test-canonicalize.c (main): ...the program, making it
6123         easier to run in debugger.  Add some tests.
6124         * modules/canonicalize-tests (Files): Remove unused file.
6125         (Depends-on): Add progname.
6126         (configure.ac, Makefile.am): Simplify.
6127
6128         test-canonicalize-lgpl: consolidate into single C program
6129         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
6130         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
6131         easier to run in debugger.  Add some tests.
6132         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
6133         (configure.ac, Makefile.am): Simplify.
6134
6135         canonicalize: avoid resolvepath
6136         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
6137         unnecessary checks.
6138         * lib/canonicalize.c (includes): Simplify.
6139         (canonicalize_file_name): Drop resolvepath implementation.
6140         * modules/canonicalize (Depends-on): Drop filenamecat.
6141
6142         canonicalize: don't lose errno
6143         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
6144         over calls to free.
6145
6146         canonicalize: simplify errno handling
6147         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
6148         assignment.
6149
6150         canonicalize, canonicalize-lgpl: update module dependencies
6151         * modules/canonicalize (Depends-on): Add extensions, lstat,
6152         pathmax, stdlib.
6153         (Files): Drop pathmax.h.
6154         (configure.ac): Adjust macro name.
6155         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
6156         lstat, stdlib, sys_stat.
6157         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
6158         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
6159         extensions.
6160         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
6161         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
6162         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
6163         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
6164         declaration, if available.
6165         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
6166         we can rely on the readlink module.
6167         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
6168         (includes): Use <unistd.h> unconditionally.
6169
6170 2009-09-17  Eric Blake  <ebb9@byu.net>
6171
6172         maint: make Include sections of modules consistent
6173         * modules/alloca: Use only header name; no need to list #include.
6174         * modules/alloca-opt: Likewise.
6175         * modules/arpa_inet: Likewise.
6176         * modules/canon-host: Likewise.
6177         * modules/configmake: Likewise.
6178         * modules/dirent: Likewise.
6179         * modules/eealloc: Likewise.
6180         * modules/environ: Likewise.
6181         * modules/fchdir: Likewise.
6182         * modules/fcntl: Likewise.
6183         * modules/fcntl-h: Likewise.
6184         * modules/gethrxtime: Likewise.
6185         * modules/gettime: Likewise.
6186         * modules/ignore-value: Likewise.
6187         * modules/inet_ntop: Likewise.
6188         * modules/inet_pton: Likewise.
6189         * modules/inttypes: Likewise.
6190         * modules/isnand-nolibm: Likewise.
6191         * modules/isnanf-nolibm: Likewise.
6192         * modules/mbchar: Likewise.
6193         * modules/mbfile: Likewise.
6194         * modules/mbiter: Likewise.
6195         * modules/mbuiter: Likewise.
6196         * modules/netdb: Likewise.
6197         * modules/netinet_in: Likewise.
6198         * modules/nproc: Likewise.
6199         * modules/pagealign_alloc: Likewise.
6200         * modules/poll: Likewise.
6201         * modules/printf-frexp: Likewise.
6202         * modules/pthread: Likewise.
6203         * modules/putenv: Likewise.
6204         * modules/random_r: Likewise.
6205         * modules/relocatable-prog: Likewise.
6206         * modules/search: Likewise.
6207         * modules/select: Likewise.
6208         * modules/selinux-h: Likewise.
6209         * modules/settime: Likewise.
6210         * modules/signal: Likewise.
6211         * modules/size_max: Likewise.
6212         * modules/socklen: Likewise.
6213         * modules/ssize_t: Likewise.
6214         * modules/stdarg: Likewise.
6215         * modules/stdbool: Likewise.
6216         * modules/stddef: Likewise.
6217         * modules/stdint: Likewise.
6218         * modules/stdio: Likewise.
6219         * modules/stdlib: Likewise.
6220         * modules/string: Likewise.
6221         * modules/strings: Likewise.
6222         * modules/sys_file: Likewise.
6223         * modules/sys_ioctl: Likewise.
6224         * modules/sys_select: Likewise.
6225         * modules/sys_socket: Likewise.
6226         * modules/sys_stat: Likewise.
6227         * modules/sys_time: Likewise.
6228         * modules/sys_times: Likewise.
6229         * modules/sys_utsname: Likewise.
6230         * modules/sys_wait: Likewise.
6231         * modules/sysexits: Likewise.
6232         * modules/time: Likewise.
6233         * modules/times: Likewise.
6234         * modules/tmpfile: Likewise.
6235         * modules/trim: Likewise.
6236         * modules/unistd: Likewise.
6237         * modules/wchar: Likewise.
6238         * modules/wctype: Likewise.
6239
6240 2009-09-17  Bruno Haible  <bruno@clisp.org>
6241
6242         Make getdate.y compile on QNX and NetBSD 5 / i386.
6243         * m4/getdate.m4 (gl_GETDATE): Conditionally define
6244         TIME_T_FITS_IN_LONG_INT.
6245         * lib/getdate.y (long_time_t): New type.
6246         (relative_time): Change type of 'seconds' field to long_time_t.
6247         (get_date): Update types of local variables. Check against overflow
6248         during conversion from long_time_t to time_t.
6249         Reported by Matt Kraai <kraai@ftbfs.org>
6250         and Hasso Tepper <hasso@netbsd.org>.
6251
6252 2009-09-17  Bruno Haible  <bruno@clisp.org>
6253
6254         * modules/COPYING: Update copyright years.
6255         * modules/README: Likeiwse.
6256         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
6257         Reported by Ian Beckwith <ianb@erislabs.net>.
6258
6259 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6260
6261         * users.txt: Update references for gnuit package.
6262
6263 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6264
6265         * m4/getdelim.m4: Fix typo in copyright line.
6266
6267 2009-09-17  Bruno Haible  <bruno@clisp.org>
6268
6269         * lib/atoll.c: Use the standard header with GPL copyright.
6270         * lib/argz.in.h: Likewise.
6271         * lib/glob.c: Likewise.
6272         * lib/glob-libc.h: Likewise.
6273         * lib/random_r.c: Likewise.
6274         * lib/siglist.h: Likewise.
6275         * lib/strsignal.c: Likewise.
6276         Reported by Ian Beckwith <ianb@erislabs.net>.
6277
6278 2009-09-17  Eric Blake  <ebb9@byu.net>
6279
6280         rmdir: ensure correct dependency order
6281         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
6282
6283 2009-09-17  Bruno Haible  <bruno@clisp.org>
6284
6285         Disable assertion that fails on NetBSD 5 / i386.
6286         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
6287         Reported by Sam Steingold <sds@gnu.org>
6288         and Hasso Tepper <hasso@netbsd.org>.
6289
6290 2009-09-16  Eric Blake  <ebb9@byu.net>
6291
6292         unlinkdir: port to mingw
6293         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
6294         on which no one can unlink a directory.
6295
6296         stdlib: sort witness names
6297         * modules/stdlib (Makefile.am): Sort replacements.
6298         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6299         * lib/stdlib.in.h: Likewise.
6300
6301         parse-duration-tests: avoid link failure
6302         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
6303         LIBINTL.
6304         Reported by Tom G. Christensen.
6305
6306         openat-tests: ensure unlinkat behaves like rmdir
6307         * tests/test-rmdir.c (main): Factor guts...
6308         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
6309         * modules/rmdir-tests (Files): Ship new file.
6310         * modules/openat-tests: New test.
6311         * tests/test-unlinkat.c: Likewise.
6312
6313         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
6314         * modules/rmdir-errno (Status, Notice): Now obsolete.
6315
6316         rmdir: work around cygwin 1.5.x and mingw bugs
6317         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
6318         * lib/rmdir.c (rmdir): Work around it.
6319         * modules/rmdir (Status, Notice): No longer obsolete.
6320         (Files): Add dos.m4.
6321         (Depends-on): Add unistd.
6322         (configure.ac): Set witnesses.
6323         (License): Relax to LGPLv2+.
6324         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
6325         * modules/unistd (Makefile.am): Substitute witnesses.
6326         * lib/unistd.in.h (rmdir): Declare replacement.
6327         * doc/posix-functions/rmdir.texi (rmdir): Document this.
6328         * modules/rmdir-tests: New tests.
6329         * tests/test-rmdir.c: Likewise.
6330
6331 2009-09-15  Eric Blake  <ebb9@byu.net>
6332
6333         fchdir: improve use of replacement functions
6334         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
6335         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
6336         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
6337         REPLACE_CLOSEDIR.
6338         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
6339         * modules/sys_stat (Makefile.am): Substitute correct witness.
6340         * modules/dirent (Makefile.am): Likewise.
6341         * modules/unistd (Makefile.am): Likewise.
6342         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
6343         * lib/unistd.in.h (dup): Likewise.
6344         * lib/sys_stat.in.h (fstat): Likewise.
6345
6346         maint: ignore gnulib-tool temp files
6347         * .gitignore: Ignore files created during gnulib-tool --test.
6348
6349 2009-09-13  Jim Meyering  <meyering@redhat.com>
6350
6351         posixtm: don't reject a time that specify "60" as the number of seconds
6352         * lib/posixtm.c (posixtime): The code to reject invalid dates
6353         would also reject a time specified with the .60 suffix.
6354         But POSIX allows that, in order to accommodate leap seconds.
6355         So don't reject it.
6356         (main): Adjust tests accordingly.
6357         * modules/posixtm (Depends-on): Add stpcpy.
6358
6359 2009-09-11  Jim Meyering  <meyering@redhat.com>
6360
6361         announce-gen: include [$release_type] in emitted Subject:
6362         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
6363         e.g., [stable] in the emitted Subject: line.
6364
6365 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6366
6367         Remove obsolete macros from several modules.
6368         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
6369         obsolete Autoconf macros with their modern counterparts.
6370         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
6371         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
6372         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
6373         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6374         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
6375         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6376         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6377         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
6378         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
6379         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
6380         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
6381         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
6382         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
6383         * m4/sockets.m4 (gl_SOCKETS): Likewise.
6384         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
6385         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
6386         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
6387         * m4/time_r.m4 (gl_TIME_R): Likewise.
6388         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
6389         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
6390         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6391
6392         Fix copyright header in build-aux scripts.
6393         * build-aux/git-version-gen: Fix copyright header to match GPLv3
6394         recommendation.
6395         * build-aux/ncftpput-ftp: Likewise.
6396         * build-aux/update-copyright: Likewise.
6397
6398 2009-09-09  Eric Blake  <ebb9@byu.net>
6399
6400         test-link: allow Linux choice of errno
6401         * tests/test-link.c (main): Relax test for alternate error.
6402
6403         strndup: fix improper m4 caching
6404         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
6405         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
6406         (gl_PREREQ_STRNDUP): Delete.
6407         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
6408         * modules/string (Makefile.am): Substitute it.
6409         * lib/string.in.h (strndup): Modernize prototype.
6410
6411         getcwd: port to mingw
6412         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
6413         different from the POSIX assumptions made throughout the getcwd
6414         module; fortunately, the mingw getcwd does not need replacement.
6415         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
6416         * modules/getcwd-tests: New test.
6417         * tests/test-getcwd.c: Likewise.
6418
6419         link: fix platform bugs
6420         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
6421         * lib/link.c (link): Work around them.  Fix related mingw bug.
6422         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
6423         * modules/unistd (Makefile.am): Substitute it.
6424         * lib/unistd.in.h (link): Declare replacement.
6425         * doc/posix-functions/link.texi (link): Document this.
6426         * modules/link (Depends-on): Add strdup-posix, sys_stat.
6427
6428         test-link: consolidate into single C program, test more cases
6429         * tests/test-link.sh: Delete.
6430         * tests/test-link.c: Test more error conditions.  Exposes bugs on
6431         at least Cygwin and Solaris.
6432         * modules/link-tests (Files): Remove unused file.
6433         (Depends-on): Add errno, sys_stat.
6434         (Makefile.am): Simplify.
6435
6436 2009-09-08  Bruno Haible  <bruno@clisp.org>
6437
6438         Work around towlower, towupper bug on mingw.
6439         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
6440         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
6441         * doc/posix-functions/towlower.texi: Mention the mingw bug.
6442         * doc/posix-functions/towupper.texi: Likewise.
6443         Reported by Eric Blake.
6444
6445 2009-09-08  Jim Meyering  <meyering@redhat.com>
6446
6447         build: don't try to run autoheader if we don't use it
6448         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
6449         is not used in configure.ac.
6450
6451 2009-09-08  Eric Blake  <ebb9@byu.net>
6452
6453         euidaccess: fix compilation error
6454         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
6455
6456         rawmemchr: relax license
6457         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
6458         okay.
6459         Reported by Jim Meyering.
6460
6461         mkfifoat: new module
6462         * modules/mkfifoat: New file.
6463         * lib/mkfifoat.c: Likewise.
6464         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
6465         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6466         * modules/sys_stat (Makefile.am): Use them.
6467         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
6468         * MODULES.html.sh (File system functions): Mention module.
6469         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
6470         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
6471         * modules/mkfifoat-tests: New test.
6472         * tests/test-mkfifoat.c: Likewise.
6473
6474         strchrnul: relax license
6475         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
6476         okay.
6477         Reported by Jim Meyering.
6478
6479 2009-09-08  Eric Blake  <ebb9@byu.net>
6480
6481         fstatat: fix compilation on Solaris
6482         * lib/fstatat.c (includes): Add fcntl.h.
6483         Reported by Pádraig Brady.
6484
6485 2009-09-07  Eric Blake  <ebb9@byu.net>
6486
6487         rename: modernize replacement
6488         * modules/rename (Depends-on): Add stdio.
6489         (configure.ac): Declare witness.
6490         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
6491         stdio take care of replacement.
6492         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
6493         * modules/stdio (Makefile.am): Substitute them.
6494         * lib/stdio.in.h (rename): Declare replacement.
6495         * lib/rename.c (includes): Allow cross-compilation to non-windows
6496         machines.
6497         * doc/posix-functions/rename.texi (rename): Improve
6498         documentation.
6499
6500         stdio: sort witness names
6501         * modules/stdio (Makefile.am): Sort replacements.
6502         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6503         * lib/stdio.in.h: Likewise.
6504
6505         getcwd: minor cleanups
6506         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
6507         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
6508
6509         openat: provide more convenience names
6510         * modules/faccessat (configure.ac): Add C witness.
6511         * lib/unistd.in.h (readlinkat): Fix typo.
6512         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
6513         convenience wrappers.
6514         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
6515         wrappers in syntax checks.
6516
6517 2009-09-06  Eric Blake  <ebb9@byu.net>
6518
6519         doc: fix comments in recent patches
6520         * lib/faccessat.c: Mention correct function.
6521         * lib/fchmodat.c: Likewise.
6522         * lib/fchownat.c: Likewise.
6523         * lib/symlinkat.c: Likewise.
6524         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
6525         constants.
6526
6527         faccessat, symlinkat: continue cleanup of previous patch
6528         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
6529         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
6530         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
6531         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
6532         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
6533         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
6534         set.
6535
6536 2009-09-06  Bruno Haible  <bruno@clisp.org>
6537
6538         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
6539         (fstatat): Declare if GNULIB_FSTATAT is set.
6540         (mkdirat): Declare if GNULIB_MKDIRAT is set.
6541         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
6542         (unlinkat): Declare if GNULIB_UNLINKAT is set.
6543         * modules/fcntl-h (Files): Remove m4/openat.m4.
6544         * modules/sys_stat (Files): Remove m4/openat.m4.
6545         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
6546         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
6547         * modules/unistd (Files): Remove m4/openat.m4.
6548         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
6549         GNULIB_OPENAT.
6550         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
6551         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
6552         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
6553         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
6554         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
6555         gl_OPENAT_DEFAULTS.
6556         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
6557         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
6558         Don't require gl_OPENAT_DEFAULTS.
6559         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
6560         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
6561         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
6562         (gl_OPENAT_DEFAULTS): Remove macro.
6563
6564 2009-09-06  Bruno Haible  <bruno@clisp.org>
6565
6566         * modules/openat (configure.ac): Remove unneeded witness.
6567
6568 2009-09-06  Bruno Haible  <bruno@clisp.org>
6569
6570         Set errno to ENOSYS when a function is entirely unsupported.
6571         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
6572         EOPNOTSUPP.
6573         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
6574         * modules/chown (Depends-on): Remove errno.
6575
6576 2009-09-06  Bruno Haible  <bruno@clisp.org>
6577
6578         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
6579
6580 2009-09-06  Bruno Haible  <bruno@clisp.org>
6581
6582         * lib/sys_stat.in.h: Fix preprocessor command indentation.
6583
6584 2009-09-06  Ben Pfaff  <blp@gnu.org>
6585             Bruno Haible  <bruno@clisp.org>
6586
6587         Work around a glibc bug in strtok_r.
6588         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
6589         Undefine if UNDEFINE_STRTOK_R is set.
6590         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
6591         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6592         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
6593         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
6594         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
6595         UNDEFINE_STRTOK_R.
6596         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
6597
6598 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
6599
6600         exclude: minor fix
6601         * lib/exclude.c: Include wctype.h
6602
6603 2009-09-06  Akim Demaille  <demaille@gostai.com>
6604
6605         bootstrap: improve error message
6606         * build-aux/bootstrap (find_tool): Upon failure, report the list
6607         of candidates.
6608         Honor the initial value of the envvar.
6609
6610 2009-09-05  Eric Blake  <ebb9@byu.net>
6611
6612         symlinkat: new module
6613         * modules/symlinkat: New file.
6614         * lib/symlinkat.c: Likewise.
6615         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
6616         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6617         * modules/unistd (Makefile.am): Use them.
6618         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
6619         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
6620         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
6621         * MODULES.html.sh (File system functions): Mention module.
6622         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6623         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6624         * modules/symlinkat-tests: New test.
6625         * tests/test-symlinkat.c: Likewise.
6626
6627         test-openat-safer: add more checks
6628         * tests/test-openat-safer.c (main): Check more code paths.
6629
6630 2009-09-05  Jim Meyering  <meyering@redhat.com>
6631
6632         syntax-check: detect unnecessary inclusion of openat.h
6633         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
6634
6635 2009-09-05  Bruno Haible  <bruno@clisp.org>
6636
6637         Support towlower, towupper.
6638         * doc/posix-functions/towlower.texi: Mention module wctype.
6639         * doc/posix-functions/towupper.texi: Likewise.
6640         * lib/wctype.in.h (towlower, towupper): New functions.
6641         * tests/test-wctype.c: Include stdio.h, stdlib.h.
6642         (ASSERT): New macro.
6643         (e): New variable.
6644         (main): Test also towlower, towupper. Test WEOF argument.
6645         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6646
6647 2009-09-05  Bruno Haible  <bruno@clisp.org>
6648
6649         Fix conversion behaviour when the input is invalid.
6650         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
6651         mark occurring in first pass of indirect conversion.
6652         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
6653         input.
6654         Found by clang's static analyzer.
6655
6656 2009-09-05  Bruno Haible  <bruno@clisp.org>
6657
6658         * tests/test-striconveh.c (main): Test indirect conversion on platforms
6659         where direct conversion is possible.
6660
6661 2009-09-04  Eric Blake  <ebb9@byu.net>
6662
6663         openat: fail with ENOENT on empty name
6664         * lib/openat-proc.c (openat_proc_name): Special-case the empty
6665         buffer.
6666
6667         link-follow: fix logic bug in prior patch
6668         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
6669         reversed sense of yes and no in prior patch.  Avoid confusing
6670         compilation failure with desired semantics.
6671
6672         link-follow: accomodate mingw and cross-compilation
6673         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
6674         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
6675         cross-compilation results to -1, to make linkat easier to
6676         implement when cross-compiling.  Trivially support mingw.
6677         * modules/link-follow (configure.ac): Call new name.
6678         * NEWS: Mention this.
6679
6680 2009-09-03  Eric Blake  <ebb9@byu.net>
6681
6682         faccessat: compile replacement
6683         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
6684         needed.
6685
6686         fts: fix compilation error
6687         * lib/fts.c (includes): Re-add "openat.h", for
6688         openat_needs_fchdir.
6689
6690         faccessat: new module
6691         * modules/faccessat: New file.
6692         * lib/faccessat.c: Likewise.
6693         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
6694         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6695         * modules/unistd (Makefile.am): Use it.
6696         * lib/unistd.in.h (faccessat): Declare it.
6697         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
6698         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
6699         * MODULES.html.sh (File system functions): Mention it.
6700         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
6701         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6702
6703         euidaccess: prefer POSIX over non-standard implementation
6704         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
6705         * lib/euidaccess.c (euidaccess): Use it if available.
6706
6707         openat: make template easier to use
6708         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
6709         AT_FUNC_F2 to be undefined.
6710         (VALIDATE_FLAG): New macro; use it to reject bad flags.
6711         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
6712         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
6713         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
6714         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
6715         Likewise.
6716         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
6717         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
6718         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
6719         Likewise.
6720
6721         openat: declare in POSIX headers
6722         * NEWS: Mention this.
6723         * modules/openat (configure.ac): Declare witnesses.
6724         (Depends-on): Add fcntl-h, sys_stat, unistd.
6725         (Include): Mention correct headers.
6726         * modules/fcntl-h (Depends-on): Add link-warning.
6727         (Files): Add openat.m4.
6728         (Makefile.am): Substitute witnesses.
6729         * modules/sys_stat (Files, Makefile.am): Likewise.
6730         * modules/unistd (Files, Makefile.am): Likewise.
6731         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
6732         (gl_OPENAT_DEFAULTS): New macro.
6733         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
6734         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
6735         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
6736         (SYS_STAT_H): Remove unused variable.
6737         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
6738         * lib/fcntl--.h (includes): Remove unneeded header.
6739         * lib/openat-safer.c (includes): Likewise.
6740         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
6741         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
6742         appropriate headers.
6743         (__OPENAT_PREFIX): Delete.
6744         * lib/fcntl.in.h (openat): Provide declaration.
6745         (AT_FDCWD): Fix Solaris bug.
6746         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
6747         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
6748         * lib/fchmodat.c (includes):  Adjust to find declaration.
6749         * lib/fchownat.c (includes): Likewise.
6750         * lib/mkdirat.c (includes): Likewise.
6751         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
6752         still visible.
6753
6754 2009-09-02  Eric Blake  <ebb9@byu.net>
6755
6756         errno: use consistently
6757         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
6758         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
6759         * lib/canonicalize.c (ELOOP): Likewise.
6760         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
6761         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
6762         * lib/lchown.c (EOPNOTSUPP): Likewise.
6763         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
6764         * lib/savewd.c (ESTALE): Likewise.
6765         * lib/settime.c (ENOSYS): Likewise.
6766         * lib/utimens.c (ENOSYS): Likewise.
6767         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
6768         * lib/chdir-safer.c (ELOOP): Likewise.
6769         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
6770         * modules/c-stack (Depends-on): Add errno.
6771         * modules/canonicalize (Depends-on): Likewise.
6772         * modules/chdir-safer (Depends-on): Likewise.
6773         * modules/fdopendir (Depends-on): Likewise.
6774         * modules/inet_ntop (Depends-on): Likewise.
6775         * modules/inet_pton (Depends-on): Likewise.
6776         * modules/lchown (Depends-on): Likewise.
6777         * modules/openat (Depends-on): Likewise.
6778         * modules/savewd (Depends-on): Likewise.
6779         * modules/settime (Depends-on): Likewise.
6780         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
6781
6782         fts: avoid leaking fds
6783         * modules/fts (Depends-on): Add cloexec.
6784         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
6785         flag.
6786
6787         fts: make directory fds more robust
6788         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
6789         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
6790
6791         backupfile, chdir-long, fts, savedir: make safer
6792         * lib/backupfile.c (includes): Use "dirent--.h", since
6793         numbered_backup can write to stderr during readdir.
6794         * lib/savedir.c (includes): Likewise.
6795         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
6796         emulation can write to stderr on failure.
6797         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
6798         * lib/getcwd.c: Document why opendir_safer is unused.
6799         * lib/glob.c: Likewise.
6800         * lib/scandir.c: Likewise.
6801         * lib/openat-proc.c: Likewise, for open_safer.
6802         * modules/backupfile (Depends-on): Add dirent-safer.
6803         * modules/savedir (Depends-on): Likewise.
6804         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
6805         * modules/chdir-long (Depends-on): Add openat-safer.
6806
6807         openat-safer: new module
6808         * modules/openat-safer: New file.
6809         * lib/openat-safer.c: Likewise.
6810         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
6811         * lib/fcntl-safer.h (openat_safer): Declare.
6812         * lib/fcntl--.h (openat): Override.
6813         * MODULES.html.sh (File descriptor based I/O): Mention it.
6814         * lib/openat.h: Add double-inclusion guards.
6815         * lib/openat.c (includes): Only include "fcntl-safer.h", not
6816         "fcntl--.h", so we can implement openat.
6817         * modules/openat-safer-tests: New test.
6818         * tests/test-openat-safer.c: New file.
6819
6820         dirent-safer: new module
6821         * modules/dirent-safer: New file.
6822         * lib/dirent--.h: Likewise.
6823         * lib/dirent-safer.h: Likewise.
6824         * lib/opendir-safer.c: Likewise.
6825         * m4/dirent-safer.m4: Likewise.
6826         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
6827         * modules/dirent-safer-tests: New test.
6828         * tests/test-dirent-safer.c: New file.
6829         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
6830
6831         fdopendir: optimize on mingw
6832         * lib/unistd.in.h (_gl_directory_name): New prototype.
6833         * lib/fchdir.c (_gl_directory_name): Implement it.
6834         (fchdir): Use it to simplify implementation.
6835         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
6836         fchdir, when available, to avoid calling [f]chdir().
6837
6838         fdopendir: split into its own module
6839         * lib/openat.c (fdopendir): Move...
6840         * lib/fdopendir.c: ...into new file.
6841         * modules/fdopendir: New module.
6842         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
6843         * modules/openat (Depends-on): Add fdopendir.
6844         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
6845         fdopendir here.
6846         * modules/savedir (Depends-on): Only need fdopendir, not full
6847         openat.
6848         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
6849         * lib/openat.h (fdopendir): Drop prototype.
6850         * lib/dirent.in.h (fdopendir): Provide prototype.
6851         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
6852         * modules/dirent (Makefile.am): Substitute them.
6853         * MODULES.html.sh (File system functions): Mention it.
6854         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
6855         * modules/fdopendir-tests: New file.
6856         * tests/test-fdopendir.c: Likewise.
6857
6858         fchdir: use more consistent macro convention
6859         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
6860         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
6861         REPLACE_FCHDIR, rather than relying on config.h macros.
6862         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
6863         inside a single make-time REPLACE_FCHDIR block, rather than using
6864         the config.h FCHDIR_REPLACEMENT.
6865         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
6866         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
6867         Manage fstat replacement.
6868         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
6869         REPLACE_FCHDIR.
6870         * modules/sys_stat (Files): Add m4/unistd_h.m4.
6871         (Makefile.am): Substitute REPLACE_FCHDIR.
6872         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
6873         FCHDIR_REPLACEMENT.
6874         * lib/dup-safer.c (dup_safer): Likewise.
6875         * lib/dup2.c (rpl_dup2): Likewise.
6876         * lib/dup3.c (rpl_dup3): Likewise.
6877         * lib/open.c (rpl_open): Likewise.
6878
6879         fchdir: simplify error handling, and support dup3
6880         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
6881         stdbool, malloc-posix, realloc-posix.
6882         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
6883         (ensure_dirs_slot): Return false on allocation failure.
6884         (rpl_dup2): Delete.
6885         (_gl_register_dup): New function.
6886         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
6887         (_gl_register_fd): Close fd on allocation failure.
6888         * lib/fcntl.in.h (_gl_register_fd): Update signature.
6889         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
6890         prototype.
6891         (rpl_dup2_fchdir): Delete prototype.
6892         * lib/open.c (open): Update caller.
6893         * lib/dup2.c (dup2): Track fchdir metadata.
6894         * lib/dup3.c (dup3): Likewise.
6895         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
6896         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
6897
6898 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6899
6900         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
6901         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
6902         don't pass arguments to AC_OUTPUT.
6903
6904 2009-09-02  Bruno Haible  <bruno@clisp.org>
6905
6906         * modules/mkdtemp (License): Relicense under LGPLv2+.
6907         Reported by Paolo Bonzini.
6908
6909 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6910
6911         Replace uses of obsolete autoconf macros in Jim's modules.
6912         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
6913         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
6914         can evoke a warning from autoconf when run with -Wobsolete
6915         enabled.  They were declared obsolete for good reasons (see
6916         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
6917         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
6918         should not continue using the deprecated macros.
6919         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
6920         obsolete Autoconf macros with modern counterparts.
6921         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6922         * m4/dos.m4 (gl_AC_DOS): Likewise.
6923         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
6924         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
6925         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
6926         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
6927         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
6928         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
6929         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
6930         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
6931         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6932         Likewise.
6933         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
6934         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
6935         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
6936         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
6937         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
6938         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
6939
6940 2009-09-01  Eric Blake  <ebb9@byu.net>
6941
6942         fchdir: fix off-by-one bug in previous patch
6943         * lib/fchdir.c (rpl_fstat): Use correct bounds.
6944         (_gl_unregister_fd): Delete useless if.
6945
6946 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
6947
6948         maint.mk: sort the list of syntax-check rules
6949         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
6950         easier to get a sense of progress when the rules are run sequentially
6951         and take a long time.
6952
6953 2009-09-01  Simon Josefsson  <simon@josefsson.org>
6954
6955         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
6956         * modules/netinet_in: Likewise.
6957         * modules/sys_file: Likewise.
6958         * modules/sys_ioctl: Likewise.
6959         * modules/sys_select: Likewise.
6960         * modules/sys_socket: Likewise.
6961         * modules/sys_stat: Likewise.
6962         * modules/sys_time: Likewise.
6963         * modules/sys_times: Likewise.
6964         * modules/sys_utsname: Likewise.
6965         * modules/sys_wait: Likewise.
6966
6967 2009-09-01  Jim Meyering  <meyering@redhat.com>
6968
6969         fts: help ensure that return values are not ignored
6970         * lib/fts_.h (__GNUC_PREREQ): Define.
6971         (__attribute_warn_unused_result__): Define.
6972         (fts_children, fts_close, fts_open, fts_read): Declare with
6973         __attribute_warn_unused_result__.
6974
6975         fts: fts_close now fails also when closing a dir file descriptor fails
6976         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
6977         and propagate to caller, along with errno.
6978
6979         announce-gen: correct formatting in --help output
6980         * build-aux/announce-gen (usage): Move the one-line description in
6981         --help output "up", to where it belongs, just after Usage:.
6982
6983 2009-08-31  Eric Blake  <ebb9@byu.net>
6984
6985         fchdir: port to mingw
6986         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
6987         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
6988         opened, then use a substitute.
6989         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
6990         replacement.
6991         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
6992         (_gl_register_fd): No need to check stat if open already filters
6993         all directories.
6994         (fchdir): Fix error condition to match POSIX.
6995         * modules/fchdir (Depends-on): Add sys_stat.
6996         * doc/posix-functions/open.texi (open): Document the limitation.
6997         * modules/fchdir-tests: New file.
6998         * tests/test-fchdir.c: Likewise.
6999
7000         canonicalize: allow cross-testing from cygwin to mingw
7001         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
7002         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
7003         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
7004         Likewise.
7005         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
7006         target does not support symlinks.
7007         * tests/test-canonicalize-lgpl.sh: Likewise.
7008
7009         chown: avoid compilation warning on mingw
7010         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
7011         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
7012         mingw.
7013         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7014         * modules/chown (Depends-on): Add errno.
7015
7016 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
7017
7018         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
7019         command.
7020
7021 2009-08-31  Jim Meyering  <meyering@redhat.com>
7022
7023         canonicalize: remove useless initialization
7024         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
7025         initialization of local, "end".
7026
7027 2009-08-30  Bruno Haible  <bruno@clisp.org>
7028
7029         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
7030         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
7031         ENOSYS.
7032
7033 2009-08-30  Bruno Haible  <bruno@clisp.org>
7034
7035         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
7036         /usr/xpg4/bin/tr when it exists.
7037         * tests/test-pipe-filter-gi1.sh: Likewise.
7038
7039 2009-08-30  Bruno Haible  <bruno@clisp.org>
7040
7041         Work around deficient /usr/bin/id program on Solaris.
7042         * tests/test-file-has-acl.sh (ID): New variable.
7043         * tests/test-set-mode-acl.sh (ID): Likewise.
7044         * tests/test-copy-acl.sh (ID): Likewise.
7045         * tests/test-copy-file.sh (ID): Likewise.
7046
7047 2009-08-30  Bruno Haible  <bruno@clisp.org>
7048
7049         New module 'xstriconveh'.
7050         * lib/xstriconveh.h: New file.
7051         * lib/xstriconveh.c: New file.
7052         * modules/xstriconveh: New file.
7053
7054 2009-08-30  Bruno Haible  <bruno@clisp.org>
7055
7056         Make it easier to use mem_cd_iconveh.
7057         * lib/striconveh.h (iconveh_t): New type.
7058         (iconveh_open, iconveh_close): New declarations.
7059         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7060         with a single 'const iconveh_t *' argument.
7061         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
7062         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7063         with a single 'const iconveh_t *' argument.
7064         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
7065         * tests/test-striconveh.c (main): Update.
7066         * NEWS: Mention the change.
7067
7068 2009-08-30  Bruno Haible  <bruno@clisp.org>
7069
7070         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
7071         problem.
7072
7073 2009-08-30  Bruno Haible  <bruno@clisp.org>
7074
7075         Work around iconv_open problem on Solaris.
7076         * lib/iconv_open-solaris.gperf: New file.
7077         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
7078         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
7079         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
7080         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
7081         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
7082         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
7083
7084 2009-08-29  Jim Meyering  <meyering@redhat.com>
7085
7086         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
7087         * top/maint.mk (cvs-check): Remove target; it was just an alias
7088         to the better-named vc-diff-check.
7089         (maintainer-distcheck): Remove rule.  It was used only from
7090         the (alpha/beta/major) target, and all of its commands but one
7091         were coreutils-specific.
7092         (vc-dist): Remove rule.
7093         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
7094         Run vc-diff-check, not vc-dist.
7095         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
7096
7097 2009-08-27  Bruno Haible  <bruno@clisp.org>
7098
7099         * tests/test-bitrotate.c (main): Remove test that uses a shift count
7100         of 0.
7101
7102 2009-08-27  Bruno Haible  <bruno@clisp.org>
7103
7104         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
7105         compilers.
7106         * doc/func.texi: Document the SunPRO C bug.
7107
7108 2009-08-27  Bruno Haible  <bruno@clisp.org>
7109
7110         Fix link error on Solaris.
7111         * tests/test-parse-duration.c (xstrdup): Remove function.
7112
7113 2009-08-26  Pádraig Brady  <P@draigbrady.com>
7114
7115         ignore-value: handle pointer types, too
7116         * lib/ignore-value.h (__attribute__): Remove definition.
7117         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
7118         of a more concise and more-often effective "(void) i" statement.
7119         (ignore_ptr): New function to suppress warnings from functions that
7120         return pointers, and to make it explicit that one function doesn't
7121         handle all cases.
7122
7123 2009-08-25  Bruno Haible  <bruno@clisp.org>
7124
7125         dup2: work around a Linux bug.
7126         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
7127         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
7128         * doc/posix-functions/dup2.texi: Mention the Linux bug.
7129         Reported by Simon Josefsson.
7130
7131 2009-08-25  Jim Meyering  <meyering@redhat.com>
7132
7133         libguestfs uses gnulib
7134         * users.txt: Add libguestfs.
7135
7136 2009-08-24  Eric Blake  <ebb9@byu.net>
7137
7138         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
7139         * lib/pipe2.c (includes): Add binary-io.h.
7140         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
7141
7142 2009-08-24  Bruno Haible  <bruno@clisp.org>
7143
7144         Tolerate declared but missing accept4 syscall.
7145         * lib/accept4.c (accept4): Invoke original accept4 function first, if
7146         available.
7147         * lib/sys_socket.in.h (accept4): If the function is already present,
7148         override it.
7149         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
7150         * modules/accept4 (Makefile.am): Compile accept4.c always.
7151         Reported by Paolo Bonzini and Eric Blake.
7152
7153 2009-08-23  Bruno Haible  <bruno@clisp.org>
7154
7155         New module 'accept4'.
7156         * lib/sys_socket.in.h (accept4): New declaration.
7157         * lib/accept4.c: New file.
7158         * m4/accept4.m4: New file.
7159         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
7160         GNULIB_ACCEPT4, HAVE_ACCEPT4.
7161         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
7162         HAVE_ACCEPT4.
7163         * modules/accept4: New file.
7164         * doc/glibc-functions/accept4.texi: Mention the new module.
7165
7166 2009-08-24  Jim Meyering  <meyering@redhat.com>
7167
7168         progname: also set global program_invocation_name, when possible
7169         Before this change, a libtool-enabled program that calls glibc's
7170         error function would report the program name as
7171         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
7172         * modules/progname (configure.ac): Check for a declaration of
7173         program_invocation_name.
7174         * lib/progname.c:  Include <errno.h>.
7175         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
7176         Set program_invocation_name.
7177
7178 2009-08-23  Bruno Haible  <bruno@clisp.org>
7179
7180         * lib/dup3.c: Include <string.h>.
7181
7182 2009-08-23  Bruno Haible  <bruno@clisp.org>
7183
7184         * lib/dup3.c (dup3): Test only once whether the system actually exists.
7185         * lib/pipe2.c (pipe2): Likewise.
7186         Suggested by Eric Blake.
7187
7188 2009-08-23  Bruno Haible  <bruno@clisp.org>
7189
7190         Tolerate declared but missing dup3 syscall.
7191         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
7192         * lib/unistd.in.h (dup3): If the function is already present,
7193         override it.
7194         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
7195         * modules/dup3 (Makefile.am): Compile dup3.c always.
7196         Reported by Paolo Bonzini.
7197
7198 2009-08-23  Bruno Haible  <bruno@clisp.org>
7199
7200         Tolerate declared but missing pipe2 syscall.
7201         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
7202         available.
7203         * lib/unistd.in.h (pipe2): If the function is already present,
7204         override it.
7205         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
7206         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
7207         Reported by Paolo Bonzini.
7208
7209 2009-08-23  Bruno Haible  <bruno@clisp.org>
7210
7211         * lib/pipe2.c (pipe2): Move #ifs inside function.
7212
7213 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7214
7215         quotearg: document limitations of quote_these_too
7216         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
7217         those limitations are created.
7218         * lib/quotearg.h (set_char_quoting): Document that digits and
7219         letters that are special after backslash are not permitted.
7220         (quotearg_char): Cross-reference set_char_quoting documentation.
7221
7222 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
7223
7224         quotearg: implement custom_quoting_style
7225         * lib/quotearg.c: (struct quoting_options): Add left_quote and
7226         right_quote fields.
7227         (set_custom_quoting): New public function.
7228         (quotearg_buffer_restyled): Add left_quote and right_quote
7229         arguments, handle them very much like locale quoting, and update
7230         all uses.
7231         (quotearg_n_custom): New public function.
7232         (quotearg_n_custom_mem): New public function.
7233         (quotearg_custom): New public function.
7234         (quotearg_custom_mem): New public function.
7235         * lib/quotearg.h: Prototype and document new public functions.
7236         (enum quoting_style): For escape_quoting_style and
7237         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
7238         ignored even though they're otherwise like c_quoting_style.
7239         Add custom_quoting_style member and document with comparison to
7240         clocale_quoting_style.
7241         * tests/test-quotearg.c (custom_quotes): New array.
7242         (custom_results): New array.
7243         (main): Extend to test custom quoting.
7244
7245 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7246
7247         quotearg: fix right quote escaping when it's in quote_these_too
7248         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
7249         quote, be sure to prepend only one backslash.
7250         * tests/test-quotearg.c (use_quote_double_quotes): New function.
7251         (main): Test it.
7252
7253 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7254
7255         quotearg-tests: test escaping of embedded locale quotes
7256         * tests/test-quotearg.c (struct result_strings): Add member for
7257         new input.
7258         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
7259         (inputs): Add new input.
7260         (results_g): Add expected results.
7261         (flag_results): Likewise.
7262         (locale_results): Likewise.
7263         (compare_strings): Check those.
7264
7265 2009-08-23  Bruno Haible  <bruno@clisp.org>
7266
7267         Tests for module 'dup3'.
7268         * modules/dup3-tests: New file.
7269         * tests/test-dup3.c: New file.
7270
7271         New module 'dup3'.
7272         * lib/unistd.in.h (dup3): New declaration.
7273         * lib/dup3.c: New file.
7274         * m4/dup3.m4: New file.
7275         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
7276         HAVE_DUP3.
7277         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
7278         * modules/dup3: New file.
7279         * doc/glibc-functions/dup3.texi: Mention the new module.
7280
7281 2009-08-23  Bruno Haible  <bruno@clisp.org>
7282
7283         Tweak the dup2 test.
7284         * tests/test-dup2.c (main): Create the test file empty. Verify that an
7285         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
7286         the test file is still empty. Fix argument order of lseek.
7287
7288 2009-08-23  Bruno Haible  <bruno@clisp.org>
7289
7290         Avoid test link errors when the modules getopt-gnu, gettext are used.
7291         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
7292         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7293
7294 2009-08-23  Bruno Haible  <bruno@clisp.org>
7295
7296         Fix getdtablesize() on mingw.
7297         * lib/getdtablesize.c (getdtablesize): Implement differently.
7298         * lib/unistd.in.h (getdtablesize): Improve comment.
7299
7300 2009-08-23  Bruno Haible  <bruno@clisp.org>
7301
7302         New module 'mkostemp'.
7303         Based on Ulrich Drepper's 2007-08-10 change in glibc.
7304         * lib/stdlib.in.h (mksotemp): New declaration.
7305         * lib/mkostemp.c: New file, from glibc with modifications.
7306         * lib/tempname.h (GT_FILE): Remove outdated comment.
7307         (gen_tempname): Add flags argument.
7308         * lib/tempname.c (__GT_BIGFILE): Remove macro.
7309         (__GT_FILE): Map to 1.
7310         (small_open, large_open): Remove macros.
7311         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
7312         * lib/mkstemp.c (mkstemp): Update.
7313         * lib/mkdtemp.c (mkdtemp): Likewise.
7314         * m4/mkostemp.m4: New file.
7315         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
7316         HAVE_MKOSTEMP.
7317         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
7318         HAVE_MKOSTEMP.
7319         * modules/mkostemp: New file, based on modules/mkstemp.
7320         * doc/glibc-functions/mkostemp.texi: Mention the new module.
7321         * NEWS: Mention the change.
7322
7323 2009-08-23  Bruno Haible  <bruno@clisp.org>
7324
7325         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
7326         Reported by Eric Blake.
7327
7328 2009-08-23  Bruno Haible  <bruno@clisp.org>
7329
7330         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
7331         Reported by Eric Blake.
7332
7333 2009-08-23  Bruno Haible  <bruno@clisp.org>
7334
7335         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
7336         * modules/pipe2 (Depends-on): Likewise.
7337
7338 2009-08-23  Eric Blake  <ebb9@byu.net>
7339
7340         fcntl-h: add O_TTY_INIT support
7341         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
7342         * tests/test-fcntl-h.c (o): Test it.
7343         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7344
7345         fcntl-h: rename from fcntl, in preparation for fcntl(2)
7346         * modules/fcntl: Move <fcntl.h> header replacement...
7347         * modules/fcntl-h: ...to new name, so as not to collide with
7348         like-named function.
7349         * tests/test-fcntl.c: Rename...
7350         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
7351         * modules/fcntl-tests: Rename...
7352         * modules/fcntl-h-tests: ...to this.  Update test file name.
7353         * modules/chdir-long (Depends-on): Update clients.
7354         * modules/chdir-safer (Depends-on): Likewise.
7355         * modules/fcntl-safer (Depends-on): Likewise.
7356         * modules/fts (Depends-on): Likewise.
7357         * modules/mkancesdirs (Depends-on): Likewise.
7358         * modules/mkdir-p (Depends-on): Likewise.
7359         * modules/open (Depends-on): Likewise.
7360         * modules/savewd (Depends-on): Likewise.
7361         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
7362         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7363
7364 2009-08-22  Bruno Haible  <bruno@clisp.org>
7365
7366         * modules/binary-io (License): Relicense under LGPL.
7367         * modules/pipe2 (License): Likewise.
7368
7369 2009-08-22  Bruno Haible  <bruno@clisp.org>
7370
7371         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
7372         return value.
7373         * lib/pipe-filter-gi.c (filter_init): Likewise.
7374         Reported by Eric Blake.
7375
7376 2009-08-22  Bruno Haible  <bruno@clisp.org>
7377
7378         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
7379         * modules/pipe (Depends-on): Add pipe2.
7380
7381 2009-08-22  Bruno Haible  <bruno@clisp.org>
7382
7383         Tests for module 'pipe2'.
7384         * modules/pipe2-tests: New file.
7385         * tests/test-pipe2.c: New file.
7386
7387         New module 'pipe2'.
7388         * lib/unistd.in.h (pipe2): New declaration.
7389         * lib/pipe2.c: New file.
7390         * m4/pipe2.m4: New file.
7391         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
7392         HAVE_PIPE2.
7393         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
7394         * modules/pipe2: New file.
7395         * doc/glibc-functions/pipe2.texi: Mention the new module.
7396
7397 2009-08-22  Bruno Haible  <bruno@clisp.org>
7398
7399         Reference some new glibc functions.
7400         * doc/glibc-functions/accept4.texi: New file.
7401         * doc/glibc-functions/dup3.texi: New file.
7402         * doc/glibc-functions/mkostemp.texi: New file.
7403         * doc/glibc-functions/pipe2.texi: New file.
7404         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
7405         (Glibc sys/socket.h): Refer to accept4.
7406         (Glibc unistd.h): Refer to dup3, pipe2.
7407         Reported by Eric Blake.
7408
7409 2009-08-22  Jim Meyering  <meyering@redhat.com>
7410             Bruno Haible  <bruno@clisp.org>
7411
7412         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
7413         This makes it so packages using automake-1.11's silent-rules option
7414         can print e.g., a single "GEN    configmake.h" line, rather than
7415         the 30+ statements that perform the job.  If you want to see the
7416         actual commands, you can still run "make V=1".
7417         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
7418         so that make output is abbreviated when those variables are defined
7419         appropriately.
7420         * modules/argz: Likewise.
7421         * modules/arpa_inet: Likewise.
7422         * modules/byteswap: Likewise.
7423         * modules/configmake: Likewise.
7424         * modules/dirent: Likewise.
7425         * modules/errno: Likewise.
7426         * modules/fcntl: Likewise.
7427         * modules/float: Likewise.
7428         * modules/fnmatch: Likewise.
7429         * modules/getopt-posix: Likewise.
7430         * modules/glob: Likewise.
7431         * modules/iconv_open: Likewise.
7432         * modules/inttypes: Likewise.
7433         * modules/localcharset: Likewise.
7434         * modules/locale: Likewise.
7435         * modules/math: Likewise.
7436         * modules/netdb: Likewise.
7437         * modules/netinet_in: Likewise.
7438         * modules/poll: Likewise.
7439         * modules/posix_spawnp-tests: Likewise.
7440         * modules/sched: Likewise.
7441         * modules/search: Likewise.
7442         * modules/selinux-h: Likewise.
7443         * modules/signal: Likewise.
7444         * modules/spawn: Likewise.
7445         * modules/stdarg: Likewise.
7446         * modules/stdbool: Likewise.
7447         * modules/stddef: Likewise.
7448         * modules/stdint: Likewise.
7449         * modules/stdio: Likewise.
7450         * modules/stdlib: Likewise.
7451         * modules/string: Likewise.
7452         * modules/strings: Likewise.
7453         * modules/sys_file: Likewise.
7454         * modules/sys_ioctl: Likewise.
7455         * modules/sys_select: Likewise.
7456         * modules/sys_socket: Likewise.
7457         * modules/sys_stat: Likewise.
7458         * modules/sys_time: Likewise.
7459         * modules/sys_times: Likewise.
7460         * modules/sys_utsname: Likewise.
7461         * modules/sys_wait: Likewise.
7462         * modules/sysexits: Likewise.
7463         * modules/time: Likewise.
7464         * modules/unistd: Likewise.
7465         * modules/wchar: Likewise.
7466         * modules/wctype: Likewise.
7467
7468 2009-08-22  Jim Meyering  <meyering@redhat.com>
7469
7470         announce-gen: detect write failure
7471         * build-aux/announce-gen: Add Coda at end.
7472         Remove equivalent-but-more-verbose block at top.
7473
7474 2009-08-19  Akim Demaille  <demaille@gostai.com>
7475
7476         bootstrap: --help to stdout.
7477         * bootstrap (usage): Don't send --help to stderr.
7478         Use a here doc instead of a long string.
7479
7480 2009-08-21  Eric Blake  <ebb9@byu.net>
7481
7482         test-popen-safer: split from test-popen
7483         * tests/test-popen.c (main): Move...
7484         * tests/test-popen.h: ...into new file.
7485         * tests/test-popen-safer2.c: New file.
7486         * modules/popen-tests (Files): Add test-popen.h.
7487         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
7488         Suggested by Bruno Haible.
7489
7490         test-fcntl-safer: split from test-open
7491         * tests/test-open.c (main): Move...
7492         * tests/test-open.h: ...into new file.
7493         * tests/test-fcntl-safer.c: New file.
7494         * modules/open-tests (Files): Add test-open.h.
7495         * modules/fcntl-safer-tests: New file.
7496         Suggested by Bruno Haible.
7497
7498         test-fopen-safer: split from test-fopen
7499         * tests/test-fopen.c (main): Move...
7500         * tests/test-fopen.h: ...into new file.
7501         * tests/test-fopen-safer.c: New file.
7502         * modules/fopen-tests (Files): Add test-fopen.h.
7503         * modules/fopen-safer-tests: New file.
7504         Suggested by Bruno Haible.
7505
7506 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
7507
7508         popen-safer: test O_CLOEXEC at run-time.
7509         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
7510
7511 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
7512
7513         fcntl: move more flags to the header
7514         * lib/cloexec.c: Do not define FD_CLOEXEC here.
7515         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
7516         * lib/fcntl.in.h: Do both things here.
7517
7518 2009-08-21  Jim Meyering  <meyering@redhat.com>
7519
7520         consistently remove $@-t before redirecting to it
7521         * modules/argz: Remove $@-t and $@ before redirecting to the former.
7522         * modules/alloca-opt: Likewise.
7523         * modules/byteswap: Likewise.
7524         * modules/fnmatch: Likewise.
7525         * modules/getopt-posix: Likewise.
7526         * modules/glob: Likewise.
7527         * modules/poll: Likewise.
7528         * modules/posix_spawnp-tests: Likewise.
7529         * modules/sys_socket: Likewise.
7530         * modules/sysexits: Likewise.
7531
7532 2009-08-21  Eric Blake  <ebb9@byu.net>
7533
7534         popen: simplify access to original popen
7535         * lib/popen.c (rpl_popen): No need to worry about popen being a
7536         macro.
7537         Reported by Bruno Haible.
7538
7539 2009-08-20  Eric Blake  <ebb9@byu.net>
7540
7541         build: avoid some compiler warnings
7542         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
7543         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
7544         type.
7545         (new_exclude_segment, excluded_file_pattern_p)
7546         (excluded_file_name_p): Reduce scope.
7547         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
7548         old-style declaration.
7549
7550 2009-08-20  Simon Josefsson  <simon@josefsson.org>
7551
7552         * tests/test-exclude1.sh: Handle Windows EOL.
7553         * tests/test-exclude2.sh: Likewise.
7554         * tests/test-exclude3.sh: Likewise.
7555         * tests/test-exclude4.sh: Likewise.
7556         * tests/test-exclude5.sh: Likewise.
7557         * tests/test-exclude6.sh: Likewise.
7558         * tests/test-exclude7.sh: Likewise.
7559
7560 2009-08-19  Akim Demaille  <demaille@gostai.com>
7561
7562         bootstrap: find sha1sum when named gsha1sum.
7563         * bootstrap (find_tool): New.
7564         ($SHA1SUM): New.
7565         Use it.
7566
7567 2009-08-20  Jim Meyering  <meyering@redhat.com>
7568
7569         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
7570         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
7571         expression that converts "." in a file name to "\." in the resulting
7572         regexp.  Start with a dummy statement, so that prior shell variable
7573         definitions are expanded portably.  Reported by Simon Josefsson.
7574
7575 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
7576
7577         Fix polling for writeability of a screen buffer.
7578         * lib/poll.c: Distinguish input and screen buffers for the
7579         Win32 implementation.
7580         * lib/select.c: Likewise.
7581
7582 2009-08-19  Eric Blake  <ebb9@byu.net>
7583
7584         popen-safer: prevent popen from clobbering std descriptors
7585         * modules/popen-safer: New file.
7586         * lib/popen-safer.c: Likewise.
7587         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
7588         * lib/stdio--.h (popen): Provide override.
7589         * lib/stdio-safer.h (popen_safer): Provide declaration.
7590         * tests/test-popen.c (includes): Partially test this.
7591         * modules/popen-safer-tests: New file, for more tests.
7592         * tests/test-popen-safer.c: Likewise.
7593         * MODULES.html.sh (file stream based Input/Output): Mention it.
7594
7595         tests: test some of the *-safer modules
7596         * modules/fopen-safer (Depends-on): Add fopen.
7597         * modules/fcntl-safer (Depends-on): Add fcntl.
7598         * modules/stdlib-safer (Depends-on): Add stdlib.
7599         (configure.ac): Set indicator.
7600         * modules/unistd-safer (configure.ac): Likewise.
7601         * modules/tmpfile-safer (configure.ac): Likewise.
7602         (Depends-on): Add tmpfile.
7603         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
7604         active.
7605         * tests/test-fopen.c (includes): Test safer versions when they are
7606         in use.
7607         * tests/test-open.c (includes): Likewise.
7608
7609         popen: fix cygwin 1.5 bug when stdin closed
7610         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
7611         * modules/popen: New file.
7612         * modules/popen-tests: Likewise.
7613         * tests/test-popen.c: Likewise.
7614         * m4/popen.m4: Likewise.
7615         * lib/popen.c: Likewise.
7616         * lib/stdio.in.h (popen): New declaration.
7617         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
7618         * modules/stdio (Makefile.am): Likewise.
7619         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
7620
7621 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
7622
7623         maint.mk: give full control over update-copyright exclusions
7624         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
7625         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
7626         (update-copyright): Don't force inclusion of top-level
7627         ChangeLog.  Don't force exclusion of all COPYING files, but make
7628         them the default exclusion instead.
7629
7630 2009-08-16  Bruno Haible  <bruno@clisp.org>
7631
7632         Fix test failures on Solaris 10.
7633         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
7634         tests when Solaris iconv() is used.
7635         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
7636         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
7637         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
7638         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
7639         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
7640
7641 2009-08-16  Bruno Haible  <bruno@clisp.org>
7642
7643         Fix test failures on Solaris 10.
7644         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
7645         'tr' program and pass it as first argument.
7646         * tests/test-pipe-filter-gi1.sh: Likewise.
7647         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
7648         program as first argument.
7649         * tests/test-pipe-filter-gi1.c (main): Likewise.
7650
7651 2009-08-16  Eric Blake  <ebb9@byu.net>
7652
7653         fpurge: fix previous commits
7654         * modules/fpurge (Makefile.am): Make replacement conditional,
7655         partially reverting 2007-04-29 change; missed in previous
7656         attempt.
7657         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
7658         is missing.
7659
7660 2009-08-16  Bruno Haible  <bruno@clisp.org>
7661
7662         Clarify fpurge's effect on the file position.
7663         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
7664         * tests/test-fpurge.c (main): Make a second pass for checking the file
7665         position.
7666
7667 2009-08-16  Bruno Haible  <bruno@clisp.org>
7668
7669         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
7670         declaration of fpurge is missing.
7671         * tests/test-fpurge.c (main): Check that the file has not more contents
7672         than expected. Close the file before removing it.
7673
7674 2009-08-15  Eric Blake  <ebb9@byu.net>
7675
7676         fpurge: don't wrap working cygwin implementation
7677         * lib/fpurge.c (fpurge): Fix comment typo.
7678         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
7679         1.7 to avoid replacement.
7680         * tests/test-fpurge.c (main): Enhance test.
7681
7682 2009-08-15  Eric Blake  <ebb9@byu.net>
7683         and Jim Meyering  <meyering@redhat.com>
7684
7685         test-update-copyright: skip if perl is insufficient
7686         * tests/test-update-copyright.sh: Failure to run maintainer tool
7687         should not cause testsuite failure on cygwin 1.5.
7688
7689 2009-08-14  Eric Blake  <ebb9@byu.net>
7690
7691         doc: mention more functions added in cygwin 1.7.0
7692         * doc/posix-headers/limits.texi (limits.h): Update for recent
7693         cygwin additions.
7694         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
7695         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
7696         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
7697         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
7698         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
7699
7700 2009-08-14  Eric Blake  <ebb9@byu.net>
7701
7702         maint.mk: simplify update-copyright rule
7703         * top/maint.mk (update-copyright-local): Delete, and document how
7704         to do it in cfg.mk instead.
7705         (update-copyright-exclude-regexp): Delete, and document how to do
7706         it in .x-update-copyright instead.
7707         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
7708         exclude ChangeLog.
7709
7710 2009-08-14  Bruno Haible  <bruno@clisp.org>
7711
7712         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
7713
7714 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7715
7716         maint.mk: support update-copyright-env
7717         * top/maint.mk (update-copyright-env): Define place-holder.
7718         (update-copyright): Expand $(update-copyright-env) before
7719         invoking update-copyright.
7720
7721 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7722
7723         update-copyright: implement forced reformatting
7724         * build-aux/update-copyright: Implement and document
7725         UPDATE_COPYRIGHT_FORCE.
7726         * tests/test-update-copyright.sh: Test it.
7727
7728 2009-08-14  Eric Blake  <ebb9@byu.net>
7729         and Bruno Haible  <bruno@clisp.org>
7730
7731         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
7732         * tests/test-locale.c: Revert previous patch related to NULL.
7733         * tests/test-stdio.c: Likewise.
7734         * tests/test-stdlib.c: Likewise.
7735         * tests/test-string.c: Likewise.
7736         * tests/test-unistd.c: Likewise.
7737         * modules/time-tests (Depends-on): Add verify.
7738         * modules/wchar-tests (Depends-on): Likewise.
7739         * tests/test-time.c: Test for NULL compliance.
7740         * tests/test-wchar.c: Likewise.
7741         * modules/locale (Depends-on): Add stddef.
7742         * modules/stdio (Depends-on): Likewise.
7743         * modules/stdlib (Depends-on): Likewise.
7744         * modules/string (Depends-on): Likewise.
7745         * modules/time (Depends-on): Likewise.
7746         * modules/unistd (Depends-on): Likewise.
7747         * modules/wchar (Depends-on): Likewise.
7748         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
7749         * lib/stdlib.in.h (includes): Likewise.
7750         * lib/string.in.h (includes): Likewise.
7751         * lib/time.in.h (includes): Likewise.
7752         * lib/unistd.in.h (includes): Likewise.
7753         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
7754         replaced.
7755         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7756         * m4/stddef_h.m4: New file.
7757         * modules/stddef: Likewise.
7758         * lib/stddef.in.h: Likewise.
7759         * modules/stddef-tests: Likewise.
7760         * tests/test-stddef.c: Likewise.
7761         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
7762         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
7763         * doc/posix-headers/locale.texi (locale.h): Likewise.
7764         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
7765         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
7766         * doc/posix-headers/string.texi (string.h): Likewise.
7767         * doc/posix-headers/time.texi (time.h): Likewise.
7768         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
7769         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
7770
7771 2009-08-14  Eric Blake  <ebb9@byu.net>
7772
7773         doc: improve git diff of texinfo files
7774         * .gitattributes: Add rule for *.texi files, with hint on how to
7775         use it.
7776         Copied from m4, and based on a report by Bruno Haible.
7777
7778 2009-08-14  Bruno Haible  <bruno@clisp.org>
7779
7780         Disable multithread support by default on Cygwin 1.5.x for real.
7781         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
7782
7783 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7784
7785         update-copyright: much ado about intervals
7786         * build-aux/update-copyright: Implement and document
7787         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
7788         of copyright year intervals.
7789         Also, document UPDATE_COPYRIGHT_YEAR.
7790         * tests/test-update-copyright.sh: Test it.
7791
7792         update-copyright: convert 2-digit to 4-digit years
7793         * build-aux/update-copyright: Implement and document.
7794         * tests/test-update-copyright.sh: Update.
7795
7796 2009-08-14  Jim Meyering  <meyering@redhat.com>
7797
7798         test-exclude: avoid coreutils "make check" failure
7799         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
7800         just as in test-argmatch.c.
7801
7802 2009-08-13  Eric Blake  <ebb9@byu.net>
7803
7804         test-dup2: fix bad assumption
7805         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
7806         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
7807
7808         test-version-etc: fix CRLF portability issue
7809         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
7810         recognize \r.
7811         * tests/test-argp-version-etc-1.sh: Likewise.
7812
7813         getopt: update client modules
7814         * modules/argp (Depends-on): Use getopt-gnu.
7815         * modules/git-merge-changelog (Depends-on): Likewise.
7816         * modules/long-options (Depends-on): Likewise.
7817         * modules/xstrtol (Depends-on): Likewise.
7818
7819 2009-08-13  Simon Josefsson  <simon@josefsson.org>
7820
7821         * tests/test-version-etc.sh: Don't fail on different
7822         project/version.  Don't fail on CRLF differences.  Rewrite to use
7823         multiple -e instead of multiple sed forks, suggested by Eric Blake
7824         <ebb9@byu.net>.
7825         * tests/test-argp-version-etc-1.sh: Likewise.
7826
7827 2009-08-13  Simon Josefsson  <simon@josefsson.org>
7828
7829         * tests/test-version-etc.sh: Don't fail on different
7830         project/version.
7831
7832 2009-08-12  Bruno Haible  <bruno@clisp.org>
7833
7834         Tests for modules 'getopt-posix', 'getopt-gnu'.
7835         * modules/getopt-posix-tests: New file.
7836         * tests/test-getopt.c: New file.
7837         * tests/test-getopt.h: New file.
7838         * tests/test-getopt_long.h: New file.
7839
7840         New modules 'getopt-posix', 'getopt-gnu'.
7841         * modules/getopt-gnu: New file, renamed from modules/getopt.
7842         * modules/getopt-posix: New file.
7843         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
7844         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
7845         (gl_GETOPT): Remove macro.
7846         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
7847         Disable the test against BSD systems that declare optreset. Test
7848         against mingw bug. Test against lack of support of optional arguments
7849         on many platforms.
7850         * doc/glibc-headers/getopt.texi: Update module name and list of
7851         relevant platforms.
7852         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
7853         'getopt-gnu' and more portability problems.
7854         * NEWS: Mention the changes.
7855
7856 2009-08-12  Bruno Haible  <bruno@clisp.org>
7857
7858         Ensure that optarg etc. get declared by <unistd.h>.
7859         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
7860         AC_USE_SYSTEM_EXTENSIONS.
7861         * modules/getopt (Depends-on): Add 'extensions'.
7862
7863 2009-08-12  Bruno Haible  <bruno@clisp.org>
7864
7865         Avoid test link errors.
7866         * modules/pipe-filter-ii-tests (Makefile.am): Define
7867         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
7868         * modules/pipe-filter-gi-tests (Makefile.am): Define
7869         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
7870         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7871
7872 2009-08-12  Bruno Haible  <bruno@clisp.org>
7873
7874         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
7875         gl_GETOPT_SUBSTITUTE before.
7876         (gl_GETOPT): Use it.
7877         * m4/argp.m4 (gl_ARGP): Update.
7878         Reported by Sergey Poznyakoff.
7879
7880         * m4/getopt.m4: Reorder macros.
7881         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
7882         (gl_GETOPT_SUBSTITUTE): Remove macro.
7883
7884 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7885
7886         Minor improvement in gitlog-to-changelog
7887
7888         * build-aux/gitlog-to-changelog: New option `--format' makes
7889         output format string configurable.
7890
7891 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7892
7893         Optimize exclude: use hash tables for non-wildcard patterns.
7894
7895         * lib/exclude.c: Include hash.h and mbuiter.h
7896         (struct exclude_pattern, exclude_segment): New data types.
7897         (struct exclude): Rewrite.
7898         (fnmatch_pattern_has_wildcards): New function.
7899         (new_exclude_segment, free_exclude_segment): New functions.
7900         (excluded_file_pattern_p, excluded_file_name_p): New functions.
7901         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
7902         * lib/exclude.h (is_fnmatch_pattern): New prototype.
7903         * modules/exclude: Depend on hash and mbuiter.
7904
7905         * modules/exclude-tests: New file.
7906         * tests/test-exclude.c: New file.
7907         * tests/test-exclude1.sh: New file.
7908         * tests/test-exclude2.sh: New file.
7909         * tests/test-exclude3.sh: New file.
7910         * tests/test-exclude4.sh: New file.
7911         * tests/test-exclude5.sh: New file.
7912         * tests/test-exclude6.sh: New file.
7913         * tests/test-exclude7.sh: New file.
7914
7915 2009-08-12  Bruno Haible  <bruno@clisp.org>
7916
7917         Ensure that getopt() gets declared by <unistd.h>.
7918         * lib/unistd.in.h: Conditionally include getopt.h.
7919         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
7920         Set GNULIB_UNISTD_H_GETOPT.
7921         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7922         GNULIB_UNISTD_H_GETOPT.
7923         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
7924
7925 2009-08-12  Bruno Haible  <bruno@clisp.org>
7926
7927         Clarify logic.
7928         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
7929         gl_replace_getopt instead of GETOPT_H.
7930
7931 2009-08-12  Bruno Haible  <bruno@clisp.org>
7932
7933         * m4/getopt.m4: Add comments.
7934
7935 2009-08-12  Bruno Haible  <bruno@clisp.org>
7936
7937         Disable multithread support by default on Cygwin 1.5.x.
7938         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
7939         set gl_use_threads=no if not specified otherwise.
7940
7941 2009-08-11  Bruno Haible  <bruno@clisp.org>
7942
7943         Avoid compilation error on NetBSD 5.0.
7944         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
7945         * tests/test-stdio.c: Likewise.
7946         * tests/test-stdlib.c: Likewise.
7947         * tests/test-string.c: Likewise.
7948         * tests/test-unistd.c: Likewise.
7949         Reported by Greg Troxel <gdt@ir.bbn.com>
7950         at <https://savannah.gnu.org/support/?106973>.
7951
7952 2009-08-11  Bruno Haible  <bruno@clisp.org>
7953
7954         * modules/dup2-tests (Depends-on): Remove close.
7955
7956         Undo 2009-07-19 commit.
7957         * modules/acl-tests (Depends-on): Remove close.
7958         * modules/binary-io-tests (Depends-on): Likewise.
7959         * modules/closein-tests (Depends-on): Likewise.
7960         * modules/flock-tests (Depends-on): Likewise.
7961         * modules/fsync-tests (Depends-on): Likewise.
7962         * modules/lseek-tests (Depends-on): Likewise.
7963         * modules/pipe-tests (Depends-on): Likewise.
7964         * modules/posix_spawn-tests (Depends-on): Likewise.
7965         * modules/posix_spawnp-tests (Depends-on): Likewise.
7966         * modules/stat-time-tests (Depends-on): Likewise.
7967         * modules/yesno-tests (Depends-on): Likewise.
7968
7969 2009-08-10  Bruno Haible  <bruno@clisp.org>
7970
7971         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
7972
7973 2009-08-10  Bruno Haible  <bruno@clisp.org>
7974
7975         Fix a gcc warning.
7976         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
7977
7978 2009-08-10  Bruno Haible  <bruno@clisp.org>
7979
7980         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
7981         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
7982         not only the first time.
7983         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
7984         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
7985         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
7986         is 1, not only the the first time.
7987
7988 2009-08-10  Bruno Haible  <bruno@clisp.org>
7989
7990         Make it possible to use module 'gethostname' without module 'close'.
7991         * lib/unistd.in.h (close): Evoke a link error only if
7992         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
7993         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7994         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7995         * modules/unistd (Makefile.am): Substitute
7996         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
7997         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
7998         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
7999         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
8000         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8001         * modules/sys_ioctl (Makefile.am): Substitute
8002         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8003         * modules/socket (configure.ac): On native Windows, set
8004         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
8005         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8006         Reported by Sam Steingold <sds@gnu.org>.
8007
8008 2009-08-10  Bruno Haible  <bruno@clisp.org>
8009
8010         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
8011         * modules/ioctl (configure.ac): Likewise.
8012
8013 2009-08-10  Bruno Haible  <bruno@clisp.org>
8014
8015         Avoid collision between gnulib wrapper and libintl wrapper.
8016         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
8017         already defined in intl/printf.c.
8018         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
8019         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
8020
8021 2009-08-09  Bruno Haible  <bruno@clisp.org>
8022
8023         Make <sys/select.h> really self-contained, also on Solaris 10.
8024         * lib/sys_select.in.h: Include <string.h>.
8025         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
8026         Solaris 10 problem.
8027         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
8028         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
8029         Reported by Jim Meyering.
8030
8031 2009-08-09  Bruno Haible  <bruno@clisp.org>
8032
8033         Avoid warnings from 'aclocal' that are due to a use of macro name
8034         AM_XGETTEXT_OPTION that is not defined in automake.
8035         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
8036         automake.
8037         * modules/error (configure.ac): Likewise.
8038         * modules/propername (configure.ac): Likewise.
8039         * modules/vasprintf (configure.ac): Likewise.
8040         * modules/verror (configure.ac): Likewise.
8041         * modules/xprintf (configure.ac): Likewise.
8042         * modules/xvasprintf (configure.ac): Likewise.
8043
8044 2009-08-08  Bruno Haible  <bruno@clisp.org>
8045
8046         Avoid compilation error in C++ mode.
8047         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
8048         Reported by Sam Steingold <sds@gnu.org>.
8049
8050 2009-08-08  Bruno Haible  <bruno@clisp.org>
8051
8052         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
8053         for the various Unix platforms.
8054         * doc/posix-headers/limits.texi: Update platforms list regarding
8055         HOST_NAME_MAX.
8056         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8057
8058 2009-08-07  Jim Meyering  <meyering@redhat.com>
8059
8060         selinux-at: fix typo in a comment
8061         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
8062         Spotted by Paolo Bonzini.
8063
8064         selinux-at: remove redundant m4 code, add documentation
8065         * modules/selinux-at (configure.ac): Remove redundant code.
8066         LIB_SELINUX is already set via the dependent module, selinux-h.
8067         (Include): Add quotes around selinux-at.h.
8068         * lib/selinux-at.h: Add documentation.
8069         Reported by Bruno Haible in
8070         http://marc.info/?l=gnulib-bug&m=124958988300749
8071
8072 2009-08-07  Bruno Haible  <bruno@clisp.org>
8073
8074         Avoid link error on MacOS X 10.3 and 10.4.
8075         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
8076         on non-ELF systems.
8077         * lib/argp-pv.c (argp_program_version): Likewise.
8078         Reported by Simon Josefsson.
8079
8080 2009-08-07  Simon Josefsson  <simon@josefsson.org>
8081
8082         * tests/test-version-etc.sh: Use $EXEEXT.
8083
8084 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
8085
8086         update-copyright: update documentation to point to maint.mk
8087         * build-aux/update-copyright: Here.
8088
8089 2009-08-06  Jim Meyering  <meyering@redhat.com>
8090
8091         maint.mk: support update-copyright-local
8092         * top/maint.mk (update-copyright-local): Define place-holder.
8093         (update-copyright): Depend on $(update-copyright-local).
8094
8095 2009-08-06  Jim Meyering  <meyering@redhat.com>
8096
8097         selinux-at: new module
8098         Initially written for coreutils, this module will soon be
8099         used by findutils, too.
8100         * MODULES.html.sh [Misc]: Add selinux-at.
8101         * lib/selinux-at.h: New file, from coreutils.
8102         * lib/selinux-at.c: Likewise.
8103         * modules/selinux-at: Likewise.
8104         (License): Change from LGPL to GPL, since it depends
8105         on the GPL'd openat module.
8106
8107         doc: update README
8108         * README: Remove references to cogito.
8109         Remove cvs-repo-updating instructions from 2007.
8110         Don't imply that CVS is better if you have limited disk space.
8111
8112 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8113
8114         update-copyright: support C-style comments
8115         * build-aux/update-copyright: Implement and document.
8116         * tests/test-update-copyright.sh: Test.
8117
8118 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8119
8120         update-copyright: support omitted "(C)"
8121         * build-aux/update-copyright: Implement and document.  Also,
8122         allow variable whitespace before "(C)".
8123         * tests/test-update-copyright.sh: Test.
8124
8125 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8126
8127         update-copyright: don't trip on non-FSF copyright statements
8128         * build-aux/update-copyright: Fix so that the first correctly
8129         formatted FSF copyright statement is recognized no matter what
8130         appears before it.  Update documentation.
8131         * tests/test-update-copyright.sh: Test that.
8132
8133 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8134
8135         update-copyright: clean up code a little
8136         * build-aux/update-copyright: Append "_re" to the name of any
8137         variable holding a regular expression.
8138         Replace "old" and "new" with "stmt" in variable names.
8139         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
8140         handled correctly.
8141         Format code more consistently.
8142
8143 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8144
8145         update-copyright-tests: improve portability
8146         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
8147         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
8148
8149 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8150
8151         update-copyright: support @copyright{} and &copy;
8152         * build-aux/update-copyright: Implement and document.
8153         * tests/test-update-copyright.sh: Test.
8154
8155 2009-08-04  Jim Meyering  <meyering@redhat.com>
8156
8157         update-copyright-tests: correctly test EOL=\r\n handling
8158         * tests/test-update-copyright.sh: Put \r at the end of some lines
8159         for the dos-eol tests.  Based on a patch by Joel E. Denny.
8160
8161         maint.mk: make update-copyright exclusion list more configurable
8162         * top/maint.mk (update-copyright): Default to excluding COPYING,
8163         but allow an override, in case someone does want to update that file.
8164
8165         maint.mk: don't update copyright date in COPYING
8166         * top/maint.mk (update-copyright): Exclude COPYING.
8167
8168         maint.mk: add a copyright-updating rule
8169         * top/maint.mk (update-copyright): New rule.
8170         Derived from coreutils/Makefile.am.
8171
8172         update-copyright: rename some variables
8173         * build-aux/update-copyright: Rename a few variables for clarity.
8174         Tweak syntax.  List Joel E. Denny as coauthor.
8175
8176 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8177
8178         update-copyright: fix bug for 2-digit last year and add tests
8179         * build-aux/update-copyright: Fix bug.
8180         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
8181         specified.
8182         * modules/update-copyright-tests: New
8183         * tests/test-update-copyright.sh: New.
8184
8185 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8186
8187         update-copyright: handle leading tabs in line prefix
8188         * build-aux/update-copyright: Count leading tabs as 8 spaces
8189         when computing margin.  This helps with the formatting of
8190         ChangeLogs, for example.
8191         Fix documentation a little.
8192
8193 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8194
8195         update-copyright: support EOL=\r\n
8196         * build-aux/update-copyright: Implement that.
8197
8198 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8199
8200         update-copyright: automatically format copyright statements
8201         * build-aux/update-copyright: Implement that.
8202         Also, be a little more predictable and safer by always failing
8203         when the full copyright format is not perfectly recognized as an
8204         unbroken whole.  Discussed at
8205         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
8206         Rewrite documentation.
8207
8208 2009-08-03  Bruno Haible  <bruno@clisp.org>
8209
8210         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
8211
8212 2009-08-02  Bruno Haible  <bruno@clisp.org>
8213
8214         Tests for module 'uname'.
8215         * modules/uname-tests: New file.
8216         * tests/test-uname.c: New file.
8217
8218         New module 'uname'.
8219         * lib/uname.c: New file.
8220         * m4/uname.m4: New file.
8221         * modules/uname: New file.
8222         * doc/posix-functions/uname.texi: Mention the new module.
8223
8224 2009-08-02  Bruno Haible  <bruno@clisp.org>
8225
8226         Tests for module 'sys_utsname'.
8227         * modules/sys_utsname-tests: New file.
8228         * tests/test-sys_utsname.c: New file.
8229
8230         New module 'sys_utsname'.
8231         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
8232         * m4/sys_utsname_h.m4: New file.
8233         * modules/sys_utsname: New file.
8234         * doc/posix-headers/sys_utsname.texi: Mention the new module.
8235
8236 2009-08-02  Bruno Haible  <bruno@clisp.org>
8237
8238         Implicitly initialize the sockets library.
8239         * lib/gethostname.c: Include sockets.h.
8240         (rpl_gethostname): Invoke gl_sockets_startup.
8241         * lib/socket.c: Include sockets.h.
8242         (rpl_socket): Invoke gl_sockets_startup.
8243         * modules/gethostname (Depends-on): Add sockets.
8244         * modules/socket (Depends-on): Likewise.
8245         * tests/test-poll.c: Don't include sockets.h.
8246         (main): Don't invoke gl_sockets_startup.
8247         * tests/test-select.c: Don't include sockets.h.
8248         (main): Don't invoke gl_sockets_startup.
8249
8250 2009-08-02  Bruno Haible  <bruno@clisp.org>
8251
8252         Allow multiple calls to gl_sockets_startup.
8253         * lib/sockets.c (initialized_sockets_version): New variable.
8254         (gl_sockets_startup): Do nothing if already called for this or a higher
8255         version.
8256         (gl_sockets_cleanup): Reset initialized_sockets_version.
8257
8258 2009-08-03  Simon Josefsson  <simon@josefsson.org>
8259
8260         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
8261         different project/version.
8262
8263 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
8264             Bruno Haible  <bruno@clisp.org>
8265
8266         Tests for module 'pipe-filter-gi'.
8267         * modules/pipe-filter-gi-tests: New file.
8268         * tests/test-pipe-filter-gi1.sh: New file.
8269         * tests/test-pipe-filter-gi1.c: New file.
8270         * tests/test-pipe-filter-gi2.sh: New file.
8271         * tests/test-pipe-filter-gi2-main.c: New file.
8272         * tests/test-pipe-filter-gi2-child.c: New file.
8273
8274         New module 'pipe-filter-gi'.
8275         * lib/pipe-filter-gi.c: New file.
8276         * modules/pipe-filter-gi: New file.
8277
8278 2009-08-02  Bruno Haible  <bruno@clisp.org>
8279             Paolo Bonzini  <bonzini@gnu.org>
8280
8281         Tests for module 'pipe-filter-ii'.
8282         * modules/pipe-filter-ii-tests: New file.
8283         * tests/test-pipe-filter-ii1.sh: New file.
8284         * tests/test-pipe-filter-ii1.c: New file.
8285         * tests/test-pipe-filter-ii2.sh: New file.
8286         * tests/test-pipe-filter-ii2-main.c: New file.
8287         * tests/test-pipe-filter-ii2-child.c: New file.
8288
8289         New module 'pipe-filter-ii'.
8290         * lib/pipe-filter.h: New file.
8291         * lib/pipe-filter-ii.c: New file.
8292         * lib/pipe-filter-aux.h: New file.
8293         * modules/pipe-filter-ii: New file.
8294
8295 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8296
8297         * lib/gc-libgcrypt.c: Change copyright to FSF.
8298         * lib/gc-gnulib.c: Likewise.
8299
8300 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
8301
8302         * lib/gethostname.c: Include limits.h.
8303
8304 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8305             Bruno Haible  <bruno@clisp.org>
8306
8307         Ensure HOST_NAME_MAX as part of the gethostname module.
8308         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
8309         define also HOST_NAME_MAX.
8310         * tests/test-gethostname.c: Include <limits.h>.
8311         (main): Check also HOST_NAME_MAX.
8312         * doc/posix-headers/limits.texi: Document the mingw problem.
8313
8314 2009-08-02  Bruno Haible  <bruno@clisp.org>
8315
8316         * lib/gethostname.c (gethostname): Fix handling of large len argument.
8317         Add comments.
8318
8319 2009-03-31  Simon Josefsson  <simon@josefsson.org>
8320
8321         * lib/gethostname.c: Add Windows wrapper.
8322         * m4/gethostname.m4: Look for gethostname in -lws2_32.
8323         * modules/gethostname: Depend on sys_socket & errno, for also
8324         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
8325         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
8326
8327 2009-07-31  Jim Meyering  <meyering@redhat.com>
8328
8329         getloadavg: fix symbol name in comment
8330         * lib/getloadavg.c: Correct a typo I introduced when adding
8331         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
8332         Matt Kraai spotted the problem.
8333
8334 2009-07-29  Matt Kraai  <mkraai@beckman.com>
8335
8336         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
8337         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
8338         code also if ! defined N_NAME_POINTER.
8339         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
8340         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
8341         but the n_name member is a 12-byte array.
8342
8343 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
8344
8345         update-copyright: generalize comment handling
8346         * build-aux/update-copyright: Handle copyright statements
8347         within more comment styles.
8348         Document usage.
8349         Report any file with an external copyright holder or parse failure.
8350
8351 2009-07-29  Jim Meyering  <meyering@redhat.com>
8352
8353         mktime: correct setting of REPLACE_MKTIME
8354         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
8355
8356         update-copyright: new module
8357         * modules/update-copyright: New file.
8358         * build-aux/update-copyright: New file.
8359         * MODULES.html.sh (maint+release support): Add update-copyright.
8360
8361 2009-07-27  Bruno Haible  <bruno@clisp.org>
8362
8363         Fix compilation error when <ctime> is used and mktime is replaced.
8364         * lib/time.in.h (mktime): New declaration.
8365         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
8366         REPLACE_MKTIME instead of defining mktime in config.h.
8367         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
8368         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
8369         Reported by Ross McFarland <rwmcfa1@neces.com>.
8370
8371 2009-07-27  Bruno Haible  <bruno@clisp.org>
8372
8373         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
8374         Reported by Matt Kraai <mkraai@beckman.com>.
8375
8376 2009-07-25  Jim Meyering  <meyering@redhat.com>
8377
8378         maint.mk: avoid warnings about missing files
8379         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
8380         diagnostic when .prev-version does not exist.
8381         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
8382         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
8383         nonexistent cfg.mk.
8384         Suggestions from Simon Josefsson.
8385
8386 2009-07-25  Bruno Haible  <bruno@clisp.org>
8387
8388         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
8389         defined as macros. Needed on QNX 6.4.1.
8390         Reported by Matt Kraai <mkraai@beckman.com>.
8391
8392 2009-07-23  Jim Meyering  <meyering@redhat.com>
8393
8394         maint.mk: invoke "make dist" with a working value of XZ_OPT
8395         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
8396
8397 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
8398
8399         Make fseeko.c compile on QNX.
8400         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
8401
8402 2009-07-22  Peter Simons  <simons@cryp.to>
8403
8404         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
8405         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
8406         * lib/md4.h: Likewise.
8407         * lib/md5.h: Likewise.
8408         * lib/sha1.h: Likewise.
8409         * lib/sha256.h: Likewise.
8410         * lib/sha512.h: Likewise.
8411
8412         tests-sha1: don't assign literal string to 'char *' variable
8413         * tests/test-sha1.c (main): Declare locals with "const" to match
8414         attributes of the right hand side.
8415
8416 2009-07-21  Eric Blake  <ebb9@byu.net>
8417
8418         dup2: fix more mingw problems
8419         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
8420         fd to itself.
8421         * doc/posix-functions/dup2.texi (dup2): Document the bug.
8422         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
8423         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
8424         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
8425         care of mingw bugs.
8426
8427 2009-07-21  Jim Meyering  <meyering@redhat.com>
8428
8429         vc-list-files: avoid failure when /bin/sh is dash
8430         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
8431         On some Debian based systems, /bin/sh is a symlink to dash, and running
8432         this command would omit the "/" following each 'tests' prefix:
8433           dash -x build-aux/vc-list-files -C . tests
8434         That is because bash and dash work differently:
8435           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
8436           bash ok
8437           dash odd
8438
8439 2009-07-21  Eric Blake  <ebb9@byu.net>
8440
8441         dup2-tests: test previous patch
8442         * modules/dup2-tests: New file.
8443         * tests/test-dup2.c: Likewise.
8444         * tests/test-open.c (main): Avoid unspecified behavior.
8445         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
8446         test.
8447
8448         dup2: work around mingw and cygwin 1.5 bug
8449         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
8450         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8451         * modules/unistd (Makefile.am): Substitute it.
8452         * lib/unistd.in.h (dup2): Declare the replacement.
8453         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
8454         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
8455         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
8456         * modules/execute (Depends-on): Add dup2.
8457         * modules/fseterr (Depends-on): Likewise.
8458         * modules/pipe (Depends-on): Likewise.
8459         * modules/posix_spawn-internal (Depends-on): Likewise.
8460
8461 2009-07-21  Bruno Haible  <bruno@clisp.org>
8462
8463         * modules/.gitattributes: New file.
8464
8465 2009-07-20  Bruno Haible  <bruno@clisp.org>
8466
8467         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
8468         (main): Use it.
8469
8470 2009-07-20  Eric Blake  <ebb9@byu.net>
8471
8472         test-pipe: make a bit more robust.
8473         * tests/test-pipe.c (myerr): Allow error messages regardless of
8474         what we do to stderr.
8475         (test_pipe): Rearrange to avoid deadlock.
8476         (child_main): Try a larger read, to ensure we avoided deadlock.
8477         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
8478         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
8479         if misused.
8480
8481 2009-07-19  Jim Meyering  <meyering@redhat.com>
8482
8483         fts: avoid false-positive cycle-detection
8484         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
8485         for each new command line argument.
8486
8487 2009-07-19  Bruno Haible  <bruno@clisp.org>
8488
8489         Fix build error on mingw with the modules sys_select and unistd.
8490         * modules/acl-tests (Depends-on): Add close.
8491         * modules/binary-io-tests (Depends-on): Likewise.
8492         * modules/closein-tests (Depends-on): Likewise.
8493         * modules/flock-tests (Depends-on): Likewise.
8494         * modules/fsync-tests (Depends-on): Likewise.
8495         * modules/lseek-tests (Depends-on): Likewise.
8496         * modules/pipe-tests (Depends-on): Likewise.
8497         * modules/posix_spawn-tests (Depends-on): Likewise.
8498         * modules/posix_spawnp-tests (Depends-on): Likewise.
8499         * modules/stat-time-tests (Depends-on): Likewise.
8500         * modules/yesno-tests (Depends-on): Likewise.
8501
8502 2009-07-19  Bruno Haible  <bruno@clisp.org>
8503
8504         Unify conditionals.
8505         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
8506         macros, not at the compiler macros.
8507         * lib/pipe.c: Likewise.
8508         * lib/execute.c: Likewise.
8509         * lib/spawni.c: Likewise.
8510
8511 2009-07-19  Bruno Haible  <bruno@clisp.org>
8512
8513         Fix handling of closed stdin/stdout/stderr on mingw.
8514         * lib/w32spawn.h: Include unistd.h.
8515         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
8516         file descriptor with O_NOINHERIT flag.
8517         (fd_safer_noinherit): New function, based on fd-safer.c.
8518         (dup_safer_noinherit): New function, based on dup-safer.c.
8519         (undup_safer_noinherit): New function.
8520         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
8521         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
8522         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
8523         instead of fd_safer.
8524         * tests/test-pipe.c: Include <windows.h>.
8525         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
8526
8527         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
8528         from main.
8529         (test_pipe): Pass an extra argument for disambiguation.
8530         (main): Invoke parent_main or child_main.
8531
8532         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
8533         consistently.
8534
8535 2009-07-18  Eric Blake  <ebb9@byu.net>
8536
8537         test-pipe: fix mingw build
8538         * tests/test-pipe.c (main): Avoid fcntl on mingw.
8539
8540 2009-07-18  Bruno Haible  <bruno@clisp.org>
8541
8542         * modules/pipe-tests (Makefile.am): Fix typo.
8543
8544 2009-07-18  Eric Blake  <ebb9@byu.net>
8545
8546         error: fix mingw build
8547         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
8548         Reported by Bruno Haible.
8549
8550         error: avoid undefined use of stdout
8551         * lib/error.c (error, error_at_line): Check that fd 1 is open
8552         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
8553         is handling faults and the close_stdout module wants to report the
8554         detection of closed stdout as an error.
8555
8556 2009-07-17  Eric Blake  <ebb9@byu.net>
8557
8558         pipe: be robust in face of closed fds
8559         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
8560         should cause child to misbehave.
8561         * modules/pipe-tests: New module.
8562         * tests/test-pipe.c: New file.
8563         * tests/test-pipe.sh: New file.
8564         Reported by Akim Demaille.
8565
8566 2009-07-14  Bruno Haible  <bruno@clisp.org>
8567
8568         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
8569         Reported by anonymous kc.
8570
8571 2009-07-07  Jim Meyering  <meyering@redhat.com>
8572
8573         maint.mk: don't look for translatable strings in *.m4 or *.mk
8574         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
8575         when searching for translatable strings.
8576
8577 2009-07-05  Jim Meyering  <meyering@redhat.com>
8578
8579         remove superfluous parentheses in STREQ definition
8580         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
8581         * lib/getugroups.c (STREQ): Likewise.
8582         * lib/fnmatch.c (STREQ): Likewise.
8583         Spotted by Bruno Haible.
8584
8585 2009-07-04  Jim Meyering  <meyering@redhat.com>
8586
8587         argv-iter: new module
8588         * MODULES.html.sh: Add argv-iter.
8589         * lib/argv-iter.c, lib/argv-iter.h: New files.
8590         * modules/argv-iter: New file.
8591         * modules/argv-iter-tests: New file.
8592         * tests/test-argv-iter.c: Test it.
8593
8594 2009-07-04  Bruno Haible  <bruno@clisp.org>
8595
8596         Fix assertion.
8597         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
8598         contains more exact copies of a given entry than file2, leave the extra
8599         copies unpaired rather than aborting.
8600         Reported by Eric Blake.
8601
8602 2009-07-02  Bruno Haible  <bruno@clisp.org>
8603
8604         Speedup git-merge-changelog for git cherry-pick.
8605         * lib/git-merge-changelog.c (struct entries_mapping): New type.
8606         (entries_mapping_get): New function, extracted from compute_mapping.
8607         (entries_mapping_reverse_get): New function.
8608         (compute_mapping): Add a 'full' argument. Return the result in a
8609         'struct entries_mapping'.
8610         (main): Update. Access the mappings through entries_mapping_get.
8611         Reported by Eric Blake.
8612
8613 2009-07-02  Bruno Haible  <bruno@clisp.org>
8614
8615         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
8616         best_i.
8617
8618 2009-07-02  Bruno Haible  <bruno@clisp.org>
8619
8620         Speed up approximate search for matching ChangeLog entries.
8621         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
8622         argument. Call fstrcmp_bounded instead of fstrcmp.
8623         (compute_mapping, try_split_merged_entry, main): Update callers.
8624
8625 2009-07-02  Bruno Haible  <bruno@clisp.org>
8626
8627         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
8628
8629 2009-06-30  Bruno Haible  <bruno@clisp.org>
8630
8631         Reduce the number of uc_is_cased calls.
8632         * lib/unicase.h (casing_suffix_context_t): Add
8633         'first_char_except_ignorable' field.
8634         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
8635         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
8636         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
8637         Update initializer.
8638         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
8639         case-ignorable characters.
8640         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
8641         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
8642         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
8643         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
8644         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
8645
8646 2009-06-30  Bruno Haible  <bruno@clisp.org>
8647
8648         Tests for module 'unicase/ignorable'.
8649         * modules/unicase/ignorable-tests: New file.
8650         * tests/unicase/test-ignorable.c: New file, generated by
8651         gen-uni-tables.
8652
8653         Tests for module 'unicase/cased'.
8654         * modules/unicase/cased-tests: New file.
8655         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
8656         * tests/unicase/test-predicate-part1.h: New file, derived from
8657         tests/unictype/test-predicate-part1.h.
8658         * tests/unicase/test-predicate-part2.h: New file, same as
8659         tests/unictype/test-predicate-part2.h.
8660
8661         Fix evaluation of "Before C" condition of FINAL_SIGMA.
8662         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
8663         (output_casing_properties): New function.
8664         (main): Call it.
8665         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
8666         * lib/unicase/cased.c: Include unictype/bitmap.h.
8667         (uc_is_cased): Define through a bitmap lookup.
8668         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
8669         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
8670         (uc_is_case_ignorable): Define through a bitmap lookup.
8671         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
8672         lib/unictype/bitmap.h.
8673         (Depends-on): Add inline. Clean up.
8674         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
8675         lib/unictype/bitmap.h.
8676         (Depends-on): Add inline. Clean up.
8677         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
8678         recognition.
8679         * tests/unicase/test-u16-tolower.c (main): Likewise.
8680         * tests/unicase/test-u32-tolower.c (main): Likewise.
8681
8682 2009-06-30  Bruno Haible  <bruno@clisp.org>
8683
8684         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
8685         * lib/unicase/u16-casemap.c: Likewise.
8686         * lib/unicase/u32-casemap.c: Likewise.
8687
8688 2009-06-29  Bruno Haible  <bruno@clisp.org>
8689
8690         Define u32_casefold as a wrapper around u32_ct_casefold.
8691         * lib/unicase/u32-casefold.c: Update.
8692         * modules/unicase/u32-casefold (Depends-on): Add
8693         unicase/u32-ct-casefold, unicase/empty-prefix-context,
8694         unicase/empty-suffix-context. Clean up.
8695
8696         Define u16_casefold as a wrapper around u16_ct_casefold.
8697         * lib/unicase/u16-casefold.c: Update.
8698         * modules/unicase/u16-casefold (Depends-on): Add
8699         unicase/u16-ct-casefold, unicase/empty-prefix-context,
8700         unicase/empty-suffix-context. Clean up.
8701
8702         Define u8_casefold as a wrapper around u8_ct_casefold.
8703         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
8704         * lib/unicase/u8-casefold.c: Update.
8705         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
8706         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8707
8708         Define u32_totitle as a wrapper around u32_ct_totitle.
8709         * lib/unicase/u32-totitle.c: Update.
8710         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
8711         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8712
8713         Define u16_totitle as a wrapper around u16_ct_totitle.
8714         * lib/unicase/u16-totitle.c: Update.
8715         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
8716         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8717
8718         Define u8_totitle as a wrapper around u8_ct_totitle.
8719         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
8720         functions.
8721         (FUNC): Delegate to U_CT_TOTITLE.
8722         * lib/unicase/u8-totitle.c: Update.
8723         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
8724         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8725
8726         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
8727         invocation.
8728         * modules/unicase/u32-tolower (Depends-on): Add
8729         unicase/empty-prefix-context, unicase/empty-suffix-context.
8730
8731         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
8732         invocation.
8733         * modules/unicase/u16-tolower (Depends-on): Add
8734         unicase/empty-prefix-context, unicase/empty-suffix-context.
8735
8736         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
8737         * modules/unicase/u8-tolower (Depends-on): Add
8738         unicase/empty-prefix-context, unicase/empty-suffix-context.
8739
8740         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
8741         invocation.
8742         * modules/unicase/u32-toupper (Depends-on): Add
8743         unicase/empty-prefix-context, unicase/empty-suffix-context.
8744
8745         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
8746         invocation.
8747         * modules/unicase/u16-toupper (Depends-on): Add
8748         unicase/empty-prefix-context, unicase/empty-suffix-context.
8749
8750         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
8751         * modules/unicase/u8-toupper (Depends-on): Add
8752         unicase/empty-prefix-context, unicase/empty-suffix-context.
8753
8754         New module 'unicase/u32-ct-casefold'.
8755         * lib/unicase/u32-ct-casefold.c: New file.
8756         * modules/unicase/u32-ct-casefold: New file.
8757
8758         New module 'unicase/u16-ct-casefold'.
8759         * lib/unicase/u16-ct-casefold.c: New file.
8760         * modules/unicase/u16-ct-casefold: New file.
8761
8762         New module 'unicase/u8-ct-casefold'.
8763         * lib/unicase/u8-ct-casefold.c: New file.
8764         * lib/unicase/u-ct-casefold.h: New file, derived from
8765         lib/unicase/u-casefold.h.
8766         * modules/unicase/u8-ct-casefold: New file.
8767
8768         New module 'unicase/u32-ct-totitle'.
8769         * lib/unicase/u32-ct-totitle.c: New file.
8770         * modules/unicase/u32-ct-totitle: New file.
8771
8772         New module 'unicase/u16-ct-totitle'.
8773         * lib/unicase/u16-ct-totitle.c: New file.
8774         * modules/unicase/u16-ct-totitle: New file.
8775
8776         New module 'unicase/u8-ct-totitle'.
8777         * lib/unicase/u8-ct-totitle.c: New file.
8778         * lib/unicase/u-ct-totitle.h: New file, derived from
8779         lib/unicase/u-totitle.h.
8780         * modules/unicase/u8-ct-totitle: New file.
8781
8782         New module 'unicase/u32-ct-tolower'.
8783         * lib/unicase/u32-ct-tolower.c: New file.
8784         * modules/unicase/u32-ct-tolower: New file.
8785
8786         New module 'unicase/u16-ct-tolower'.
8787         * lib/unicase/u16-ct-tolower.c: New file.
8788         * modules/unicase/u16-ct-tolower: New file.
8789
8790         New module 'unicase/u8-ct-tolower'.
8791         * lib/unicase/u8-ct-tolower.c: New file.
8792         * modules/unicase/u8-ct-tolower: New file.
8793
8794         New module 'unicase/u32-ct-toupper'.
8795         * lib/unicase/u32-ct-toupper.c: New file.
8796         * modules/unicase/u32-ct-toupper: New file.
8797
8798         New module 'unicase/u16-ct-toupper'.
8799         * lib/unicase/u16-ct-toupper.c: New file.
8800         * modules/unicase/u16-ct-toupper: New file.
8801
8802         New module 'unicase/u8-ct-toupper'.
8803         * lib/unicase/u8-ct-toupper.c: New file.
8804         * modules/unicase/u8-ct-toupper: New file.
8805
8806         Add context arguments to u*_casemap functions.
8807         * lib/unicase/unicasemap.h: Include unicase.h.
8808         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
8809         suffix_context arguments.
8810         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
8811         functions.
8812         (FUNC): Add prefix_context and suffix_context arguments. Use
8813         uc_is_cased and uc_is_case_ignorable.
8814         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
8815         * lib/unicase/u16-casemap.c: Likewise.
8816         * lib/unicase/u32-casemap.c: Likewise.
8817         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
8818         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8819         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
8820         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8821         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
8822         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8823
8824         New module 'unicase/u32-suffix-context'.
8825         * lib/unicase/u32-suffix-context.c: New file.
8826         * modules/unicase/u32-suffix-context: New file.
8827
8828         New module 'unicase/u16-suffix-context'.
8829         * lib/unicase/u16-suffix-context.c: New file.
8830         * modules/unicase/u16-suffix-context: New file.
8831
8832         New module 'unicase/u8-suffix-context'.
8833         * lib/unicase/u8-suffix-context.c: New file.
8834         * lib/unicase/u-suffix-context.h: New file.
8835         * modules/unicase/u8-suffix-context: New file.
8836
8837         New module 'unicase/empty-suffix-context'.
8838         * lib/unicase/empty-suffix-context.c: New file.
8839         * modules/unicase/empty-suffix-context: New file.
8840
8841         New module 'unicase/u32-prefix-context'.
8842         * lib/unicase/u32-prefix-context.c: New file.
8843         * modules/unicase/u32-prefix-context: New file.
8844
8845         New module 'unicase/u16-prefix-context'.
8846         * lib/unicase/u16-prefix-context.c: New file.
8847         * modules/unicase/u16-prefix-context: New file.
8848
8849         New module 'unicase/u8-prefix-context'.
8850         * lib/unicase/u8-prefix-context.c: New file.
8851         * lib/unicase/u-prefix-context.h: New file.
8852         * lib/unicase/context.h: New file.
8853         * modules/unicase/u8-prefix-context: New file.
8854
8855         New module 'unicase/empty-prefix-context'.
8856         * lib/unicase/empty-prefix-context.c: New file.
8857         * modules/unicase/empty-prefix-context: New file.
8858
8859         New module 'unicase/ignorable'.
8860         * lib/unicase/ignorable.c: New file.
8861         * modules/unicase/ignorable: New file.
8862
8863         New module 'unicase/cased'.
8864         * lib/unicase/caseprop.h: New file.
8865         * lib/unicase/cased.c: New file.
8866         * modules/unicase/cased: New file.
8867
8868         New functions for case mapping of substrings.
8869         * lib/unicase.h (casing_prefix_context_t): New type.
8870         (unicase_empty_prefix_context): New variable.
8871         (u8_casing_prefix_context, u16_casing_prefix_context,
8872         u32_casing_prefix_context, u8_casing_prefixes_context,
8873         u16_casing_prefixes_context, u32_casing_prefixes_context): New
8874         declarations.
8875         (casing_suffix_context_t): New type.
8876         (unicase_empty_suffix_context): New variable.
8877         (u8_casing_suffix_context, u16_casing_suffix_context,
8878         u32_casing_suffix_context, u8_casing_suffixes_context,
8879         u16_casing_suffixes_context, u32_casing_suffixes_context,
8880         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
8881         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
8882         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
8883         declarations.
8884
8885 2009-06-28  Jim Meyering  <meyering@redhat.com>
8886
8887         boostrap: indent only with spaces
8888         * build-aux/bootstrap: Indent only with spaces, never TABs.
8889
8890         bootstrap: split long lines
8891         * build-aux/bootstrap: Keep line length < 80.
8892
8893         bootstrap: sync from coreutils
8894         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
8895         just as autoreconf does.  Verify a list of prerequisite
8896         package-name,version-number pairs if defined in bootstrap.conf.
8897         Refer to README-prereq, if prerequisites are not satisfied.
8898
8899 2009-06-27  Eric Blake  <ebb9@byu.net>
8900
8901         tests: add test for bogus NULL definition
8902         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
8903         * tests/test-stdlib.c: Likewise.
8904         * tests/test-string.c: Likewise.
8905         * tests/test-locale.c: Likewise.
8906         * tests/test-unistd.c: Likewise.
8907         * modules/stdio-tests (Depends-on): Add verify.
8908         * modules/stdlib-tests (Depends-on): Likewise.
8909         * modules/string-tests (Depends-on): Likewise.
8910         * modules/locale-tests (Depends-on): Likewise.
8911         * modules/unistd-tests (Depends-on): Likewise.
8912
8913 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
8914
8915         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
8916         self-explaining comment.
8917         * m4/selinux-selinux-h: Update serial.
8918         (gl_LIBSELINUX): New macro, adding a warning for missing development
8919         packages to code extracted from...
8920         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
8921         Add warning for missing development packages here, too.
8922
8923 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
8924
8925         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
8926
8927 2009-06-25  Eric Blake  <ebb9@byu.net>
8928
8929         version-etc: fix regression
8930         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
8931         gcc.
8932         (version_etc): Use it, to catch bugs with trailing NULL.
8933         * lib/version-etc.c (version_etc_arn): Delete unused argument.
8934         (version_etc_va): Fix logic bug.
8935         * modules/version-etc-tests: Add test.
8936         * tests/test-version-etc.c: New file.
8937         * tests/test-version-etc.sh: Likewise.
8938
8939 2009-06-25  Sam Steingold  <sds@gnu.org>
8940
8941         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
8942         mbtowc declaration.
8943
8944 2009-06-25  Eric Blake  <ebb9@byu.net>
8945
8946         fpurge: migrate into <stdio.h>
8947         * lib/fpurge.h: Delete...
8948         * lib/stdio.in.h (fpurge): ...and declare here, instead.
8949         * lib/fpurge.c (fpurge): Change declaring header.
8950         * modules/fpurge (Files): Drop deleted file.
8951         (Depends-on): Add stdio.
8952         (configure.ac): Set witness.
8953         * modules/stdio (Makefile.am): Support fpurge macros.
8954         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8955         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
8956         * lib/fflush.c: Update client.
8957         * tests/test-fpurge.c: Likewise.
8958         * NEWS: Mention the change.
8959
8960 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8961
8962         * lib/argp-version-etc.c (program_authors): Add const
8963         qualifier.
8964         * lib/version-etc.c: Fix typos in the comments.
8965         * modules/argp-version-etc: Depends on version-etc.
8966
8967 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8968
8969         argp-version-etc: new module.
8970
8971         * lib/argp-version-etc.c: New file.
8972         * lib/argp-version-etc.h: New file.
8973         * modules/argp-version-etc: New file.
8974         * modules/argp-version-etc-tests: New file.
8975         * tests/test-argp-version-etc.c: New test.
8976         * tests/test-argp-version-etc-1.sh: New test.
8977
8978 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8979
8980         Provide additional interfaces and documentation for version-etc
8981         module.
8982
8983         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
8984         interfaces.
8985         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
8986         prototypes.
8987
8988 2009-06-24  Bruno Haible  <bruno@clisp.org>
8989
8990         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
8991         HAVE_LIB${NAME} macro.
8992         Reported by Sam Steingold <sds@gnu.org>.
8993
8994 2009-06-23  Simon Josefsson  <simon@josefsson.org>
8995
8996         * modules/hash-tests (test_hash_LDADD): Link to libintl when
8997         needed.
8998
8999 2009-06-21  Bruno Haible  <bruno@clisp.org>
9000
9001         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
9002         work.
9003         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
9004         together with LIB${NAME}, LTLIB${NAME}.
9005         Reported by Sam Steingold <sds@gnu.org>.
9006
9007 2009-06-20  Jim Meyering  <meyering@redhat.com>
9008
9009         tests: make sc_require_test_exit_idiom more generic
9010         * top/maint.mk (Exit_witness_file): New overridable variable.
9011         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
9012         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
9013
9014 2009-06-19  Jim Meyering  <meyering@redhat.com>
9015
9016         hash: reverse order of src/dst parameters in an internal interface
9017         * lib/hash.c (transfer_entries): Reverse order of parameters to
9018         put DST before SRC.  Adjust callers.
9019
9020         tests: test-hash: avoid wholesale duplication
9021         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
9022         Instead, use a loop and add a single conditional.
9023
9024         tests: test-hash: allow seed selection via a command line argument
9025         * tests/test-hash.c (get_seed): New function.
9026         (main): Use it.
9027
9028 2009-06-19  Eric Blake  <ebb9@byu.net>
9029
9030         hash: avoid memory leak on allocation failure
9031         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
9032         failure.  Factor repeated algorithm...
9033         (transfer_entries): ...into new helper routine.
9034         (hash_delete): React to hash_rehash return value.
9035
9036         hash: reduce memory pressure in hash_rehash no-op case
9037         * lib/hash.c (next_prime): Avoid overflow.
9038         (hash_initialize): Factor bucket size computation...
9039         (compute_bucket_size): ...into new helper function.
9040         (hash_rehash): Use new function and open coding to reduce memory
9041         pressure, and avoid a memory leak in USE_OBSTACK code.
9042         Reported by Jim Meyering.
9043
9044 2009-06-18  Eric Blake  <ebb9@byu.net>
9045
9046         hash: make rotation more obvious
9047         * modules/hash (Depends-on): Add bitrotate and stdint.
9048         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
9049         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
9050         (SIZE_MAX): Rely on headers for definition.
9051         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
9052         (raw_hasher): Use rotr_sz.
9053         Suggested by Jim Meyering.
9054
9055         hash: fix memory leak in last patch
9056         * lib/hash.c (hash_rehash): Avoid memory leak.
9057
9058         hash: avoid no-op rehashing
9059         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
9060
9061         hash: provide default callback functions
9062         * lib/hash.c (raw_hasher, raw_comparator): New functions.
9063         (hash_initialize): Use them as defaults.
9064         * tests/test-hash.c (main): Test this.
9065
9066         hash: minor optimization
9067         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
9068         when possible.
9069         (hash_initialize): Document this promise.
9070         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
9071         * tests/test-hash.c (hash_compare_strings): Test this.
9072
9073 2009-06-18  Bruno Haible  <bruno@clisp.org>
9074
9075         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
9076         going to be replaced anyway.
9077
9078 2009-06-18  Bruno Haible  <bruno@clisp.org>
9079
9080         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
9081         in one place.
9082         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
9083         be replaced anyway.
9084
9085 2009-06-18  Eric Blake  <ebb9@byu.net>
9086
9087         hash: check for resize before insertion
9088         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
9089         threshold before insertion, so that a pathological hash_rehash
9090         that fills every bucket can still trigger another rehash.
9091
9092 2009-06-18  Jim Meyering  <meyering@redhat.com>
9093
9094         hash-tests: add a loop around the small tests
9095         * tests/test-hash.c (main): Repeat small tests with selected
9096         small initial table sizes.
9097
9098 2009-06-17  Eric Blake  <ebb9@byu.net>
9099
9100         hash: minor cleanups
9101         * lib/hash.h (hash_entry): Make opaque, by moving...
9102         * lib/hash.c (hash_entry): ...here.
9103         (hash_insert): Clarify restrictions on what can be inserted.
9104         (hash_get_next): Clarify when it is safe to remove an element
9105         during traversal.
9106         (check_tuning): Skip verification when tuning is known safe.
9107         (hash_initialize): Clarify restrictions on tuning.
9108
9109 2009-06-17  Jim Meyering  <jim@meyering.net>
9110         and Eric Blake  <ebb9@byu.net>
9111
9112         hash-tests: new module
9113         * modules/hash-tests: New file.
9114         * tests/test-hash.c: New file.
9115
9116 2009-06-17  Eric Blake  <ebb9@byu.net>
9117
9118         strstr-simple: document new module
9119         * MODULES.html.sh: Document new module.
9120
9121         strstr, strcasestr: replace on platforms with broken memchr
9122         * modules/strstr: Split into...
9123         * modules/strstr-simple: ...new module that does not care about
9124         performance, but does care about glibc bug.
9125         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
9126         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
9127         if platform memchr is broken, per Debian bug 521737.
9128         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
9129         memchr.
9130         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
9131         * doc/posix-functions/strstr.texi (strstr): Document the fix.
9132         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9133         * modules/mountlist (Depends-on): Add strstr-simple.
9134         * modules/gen-uni-tables (Depends-on): Likewise.
9135         * modules/argz (Depends-on): Add strstr.
9136
9137 2009-06-17  Bruno Haible  <bruno@clisp.org>
9138
9139         * modules/posix_spawn-internal (Depends-on): Add errno.
9140
9141 2009-06-17  Bruno Haible  <bruno@clisp.org>
9142
9143         Define missing ESTALE on Interix 3.5.
9144         * lib/errno.in.h (ESTALE): Assign a value if missing.
9145         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
9146         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
9147         missing.
9148         * doc/posix-headers/errno.texi: Mention the Interix bug.
9149         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
9150
9151 2009-06-15  Eric Blake  <ebb9@byu.net>
9152
9153         memchr, memchr2: add valgrind exception
9154         * lib/memchr.valgrind: New file.
9155         * lib/memchr2.valgrind: New file.
9156         * modules/memchr (Files): Distribute valgrind file.
9157         * modules/memchr2 (Files): Likewise.
9158
9159         docs: memchr is no longer obsolete
9160         * MODULES.html.sh: Move memchr from obsolete to string.h section.
9161         * lib/string.in.h (memchr): Simplify logic.
9162
9163 2009-06-14  Jim Meyering  <meyering@redhat.com>
9164
9165         link-follow: fix the "checking..." message to not mention trailing slash
9166         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
9167         never considered trailing slashes.
9168
9169 2009-06-14  Bruno Haible  <bruno@clisp.org>
9170
9171         * m4/memchr.m4: Mention also the bug on IA-64.
9172         * doc/posix-functions/memchr.texi: Likewise.
9173
9174 2009-06-12  Eric Blake  <ebb9@byu.net>
9175
9176         memchr: detect broken x86_64 and alpha implementations
9177         * modules/memchr-tests (Depends-on): Move mmap detection...
9178         * modules/memchr (Depends-on): ...here.
9179         (configure.ac): Set indicator.
9180         * lib/string.in.h (memchr): Declare replacement.
9181         * modules/string (Makefile.am): Trigger replacement.
9182         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
9183         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
9184         bugs.
9185         * doc/posix-functions/memchr.texi (memchr): Document the bug.
9186         * modules/getpagesize (License): Relax license.
9187
9188 2009-06-11  Bruno Haible  <bruno@clisp.org>
9189
9190         * lib/idpriv.h: Add more references.
9191
9192 2009-06-08  Bruno Haible  <bruno@clisp.org>
9193
9194         Tests for module 'idpriv-droptemp'.
9195         * modules/idpriv-droptemp-tests: New file.
9196         * tests/test-idpriv-droptemp.sh: New file.
9197         * tests/test-idpriv-droptemp.su.sh: New file.
9198         * tests/test-idpriv-droptemp.c: New file.
9199
9200         New module 'idpriv-droptemp'.
9201         * lib/idpriv-droptemp.c: New file.
9202         * modules/idpriv-droptemp: New file.
9203
9204 2009-06-08  Bruno Haible  <bruno@clisp.org>
9205
9206         Tests for module 'idpriv-drop'.
9207         * modules/idpriv-drop-tests: New file.
9208         * tests/test-idpriv-drop.sh: New file.
9209         * tests/test-idpriv-drop.su.sh: New file.
9210         * tests/test-idpriv-drop.c: New file.
9211
9212         New module 'idpriv-drop'.
9213         * lib/idpriv.h: New file.
9214         * lib-idpriv-drop.c: New file.
9215         * m4/idpriv.m4: New file.
9216         * modules/idpriv-drop: New file.
9217
9218 2009-06-08  Bruno Haible  <bruno@clisp.org>
9219
9220         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
9221         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9222         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9223         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9224         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9225         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9226         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9227
9228 2009-06-08  Eric Blake  <ebb9@byu.net>
9229
9230         test-strstr: use memory fence, when possible
9231         * tests/test-strstr.c (main): Use memory fence, in order to be
9232         more likely to trigger Debian bug 521737.
9233         * modules/strstr-tests (Files): Pull in additional files.
9234
9235         memchr: no longer obsolete, for wider field testing
9236         * modules/memchr (Status, Notice): Delete, this module is no
9237         longer obsolete.
9238         * modules/vasnprintf (Depends-on): Add memchr.
9239
9240 2009-06-07  Jim Meyering  <meyering@redhat.com>
9241
9242         hash: declare some functions with the warn_unused_result attribute
9243         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
9244
9245 2009-06-07  Bruno Haible  <bruno@clisp.org>
9246
9247         * tests/test-alignof.c: Don't test int64_t if it does not exist.
9248         Reported by Eric Blake.
9249
9250 2009-06-06  Eric Blake  <ebb9@byu.net>
9251
9252         test-alignof: fix typo with long double
9253         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
9254         compiler error.
9255
9256 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
9257
9258         Escape non-texinfo { and }s.
9259         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
9260         markup error.
9261
9262 2009-06-04  Jim Meyering  <meyering@redhat.com>
9263
9264         gitlog-to-changelog: don't infloop on an empty commit log
9265         * build-aux/gitlog-to-changelog: Warn about an empty log message.
9266         Reported by Boris Petersen <transacid@centerim.org>.
9267
9268 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
9269
9270         version-etc: extend for packagers
9271         Add three new configure options, intended for packagers:
9272           --with-packager="packager name"
9273           --with-packager-version="packager-specific version"
9274           --with-packager-bug-reports="packager bug reporting"
9275         An example with coreutils:
9276           $ ./configure \
9277             --with-packager=Gentoo \
9278             --with-packager-bug-report=http://bugs.gentoo.org/ \
9279             --with-packager-version="patchset 1.6"
9280           $ ./src/ls --version | head -n3
9281           ls (GNU coreutils) 7.1-dirty
9282           Packaged by Gentoo (patchset 1.6)
9283           Copyright (C) 2009 Free Software Foundation, Inc.
9284         Note that the bug reporting info via --help doesn't show up because
9285         coreutils uses its own custom emit_bug_reporting_address() implementation
9286         in src/system.h.  If it didn't, it'd look like:
9287           $ ./src/ls --help | tail -n4
9288           Report bugs to <bug-coreutils@gnu.org>.
9289           Report Gentoo bugs to <http://bugs.gentoo.org/>.
9290           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
9291           General help using GNU software: <http://www.gnu.org/gethelp/>.
9292         * lib/version-etc.c: Print new information, if provided.
9293         * m4/version-etc.m4: New file.
9294         * modules/version-etc (Files): Add m4/version-etc.m4.
9295         (configure.ac): Add gl_VERSION_ETC.
9296
9297 2009-05-31  Bruno Haible  <bruno@clisp.org>
9298
9299         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
9300         and 'int64_t'.
9301         * modules/alignof-tests (Dependencies): Add stdint.
9302         Reported by Eric Blake.
9303
9304 2009-05-31  Bruno Haible  <bruno@clisp.org>
9305
9306         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
9307         restriction due to compiler bugs.
9308         Reported by Eric Blake.
9309
9310 2009-05-31  Simon Josefsson  <simon@josefsson.org>
9311             Bruno Haible  <bruno@clisp.org>
9312
9313         Fix test-alignof failure.
9314         * lib/alignof.h (alignof_slot): New macro.
9315         (alignof_type): New macro, with the same semantics as the previous
9316         'alignof'.
9317         (alignof): Alias to alignof_slot.
9318         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
9319         check that the results are usable as constant expressions.
9320
9321 2009-05-31  Bruno Haible  <bruno@clisp.org>
9322
9323         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
9324         * tests/test-memchr.c (main): Check that memchr does not read past the
9325         first occurrence of the byte.
9326         * tests/test-strstr.c (main): Update comment.
9327         Suggested by Eric Blake.
9328
9329 2009-05-30  Bruno Haible  <bruno@clisp.org>
9330
9331         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
9332         detail how to use dumpbin.
9333         Reported by David Byron <dbyron@dbyron.com>.
9334
9335 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9336
9337         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
9338
9339 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9340
9341         * m4/manywarnings.m4: Add GCC 4.4 warnings.
9342
9343 2009-05-28  Bruno Haible  <bruno@clisp.org>
9344
9345         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
9346         build-aux/ files.
9347
9348 2009-05-28  Simon Josefsson  <simon@josefsson.org>
9349
9350         * gnulib-tool (func_import): Transform license on build-aux/ files too.
9351
9352 2009-05-27  Simon Josefsson  <simon@josefsson.org>
9353
9354         * gnulib-tool (sed_transform_main_lib_file)
9355         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
9356         regexps.
9357
9358 2009-05-26  Simon Josefsson  <simon@josefsson.org>
9359
9360         * tests/test-strstr.c: Add another self-test.
9361         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
9362         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
9363
9364 2009-05-23  Bruno Haible  <bruno@clisp.org>
9365
9366         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
9367         change.
9368
9369 2009-05-21  Bruno Haible  <bruno@clisp.org>
9370
9371         Simplify use of mode_t varargs.
9372         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
9373         uses 'mode_t' or 'int'.
9374         * lib/openat.c (openat): Likewise.
9375         * lib/open-safer.c (open_safer): Likewise.
9376         * m4/mode_t.m4: New file.
9377         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
9378         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
9379         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
9380         * modules/open (Files): Add m4/mode_t.m4.
9381         * modules/openat (Files): Likewise.
9382         * modules/fcntl-safer (Files): Likewise.
9383         Suggested by Eric Blake.
9384
9385 2009-05-21  Pádraig Brady  <P@draigbrady.com>
9386
9387         * doc/glibc-functions/fallocate.texi: New file.
9388         * doc/gnulib.texi: Include it.
9389
9390 2009-05-21  Eric Blake  <ebb9@byu.net>
9391             Bruno Haible  <bruno@clisp.org>
9392
9393         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
9394         invocations.
9395         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9396
9397 2009-05-21  Eric Blake  <ebb9@byu.net>
9398             Bruno Haible  <bruno@clisp.org>
9399
9400         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
9401         include_next. Fix of 2008-11-20 commit.
9402         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
9403         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
9404         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
9405         NEXT_MATH_H.
9406         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
9407         instead of NEXT_MATH_H.
9408
9409 2009-05-21  Bruno Haible  <bruno@clisp.org>
9410
9411         Avoid redefinition warnings for SIZE_MAX.
9412         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
9413         Reported by Simon Josefsson.
9414
9415 2009-05-21  Bruno Haible  <bruno@clisp.org>
9416
9417         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
9418         AC_CACHE_VAL.
9419
9420 2009-05-20  Bruno Haible  <bruno@clisp.org>
9421
9422         Make zeroptr.h work on mingw.
9423         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
9424         mprotect.
9425         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
9426         * modules/memchr2-tests (configure.ac): Likewise.
9427         * modules/memcmp-tests (configure.ac): Likewise.
9428         * modules/memmem-tests (configure.ac): Likewise.
9429         * modules/memrchr-tests (configure.ac): Likewise.
9430         Reported by Simon Josefsson.
9431
9432 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9433
9434         * tests/test-glob.c: Include string.h for strcmp prototype.
9435
9436 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9437
9438         * modules/getdelim (Depends-on): Add explicit stdint, although it
9439         was implicitly already pulled in via realloc-posix.
9440         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
9441
9442 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9443
9444         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
9445         G. Christensen" <tgc@jupiterrise.com>.
9446         * m4/sys_socket_h.m4: Check for sa_family_t.
9447         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
9448         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
9449         * tests/test-sys_socket.c: Check that sa_family_t works.
9450
9451 2009-05-18  Eric Blake  <ebb9@byu.net>
9452
9453         maint.mk: allow gnulib_dir in VPATH build
9454         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
9455
9456 2009-05-15  Jim Meyering  <meyering@redhat.com>
9457
9458         maint.mk: Give gnulib_dir a default definition.
9459         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
9460         Thus, most packages no longer need to specify this variable in cfg.mk
9461
9462 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
9463
9464         rename.m4: fix typos that would make non-mingw cross-configure fail
9465         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
9466
9467 2009-05-13  Eric Blake  <ebb9@byu.net>
9468
9469         mmap-anon: avoid out-of-order autoconf expansion
9470         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
9471         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
9472         * modules/memchr-tests (Depends-on): Add extensions.
9473         * modules/memchr2-tests (Depends-on): Add extensions.
9474         * modules/memcmp-tests (Depends-on): Add extensions.
9475         * modules/memmem-tests (Depends-on): Add extensions.
9476         * modules/memrchr-tests (Depends-on): Add extensions.
9477
9478 2009-05-13  Bruno Haible  <bruno@clisp.org>
9479
9480         Make some tests ISO C 99 compliant.
9481         * tests/zerosize-ptr.h: New file.
9482         * tests/test-memchr.c: Include zerosize-ptr.h.
9483         (main): Use a zero-size object pointer instead of NULL.
9484         * tests/test-memchr2.c: Include zerosize-ptr.h.
9485         (main): Use a zero-size object pointer instead of NULL.
9486         * tests/test-memcmp.c: Include zerosize-ptr.h.
9487         (main): Use a zero-size object pointer instead of NULL.
9488         * tests/test-memmem.c: Include zerosize-ptr.h.
9489         (main): Use a zero-size object pointer instead of NULL.
9490         * tests/test-memrchr.c: Include zerosize-ptr.h.
9491         (main): Use a zero-size object pointer instead of NULL.
9492         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
9493         m4/mmap-anon.m4.
9494         (Depends-on): Add getpagesize.
9495         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9496         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
9497         m4/mmap-anon.m4.
9498         (Depends-on): Add getpagesize.
9499         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9500         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
9501         m4/mmap-anon.m4.
9502         (Depends-on): Add getpagesize.
9503         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9504         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
9505         m4/mmap-anon.m4.
9506         (Depends-on): Add getpagesize.
9507         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9508         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
9509         m4/mmap-anon.m4.
9510         (Depends-on): Add getpagesize.
9511         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9512
9513 2009-05-12  Bruno Haible  <bruno@clisp.org>
9514
9515         Tests for module 'alignof'.
9516         * modules/alignof-tests: New file.
9517         * tests/test-alignof.c: New file.
9518
9519 2009-05-12  Bruno Haible  <bruno@clisp.org>
9520
9521         Fix alignof macro.
9522         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
9523         vendor compilers that are always correct.
9524
9525 2009-05-12  Bruno Haible  <bruno@clisp.org>
9526
9527         Make the MAP_ANONYMOUS detection work on HP-UX 11.
9528         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
9529         not whether its fully works.
9530
9531 2009-05-12  Bruno Haible  <bruno@clisp.org>
9532
9533         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
9534
9535 2009-05-12  Jim Meyering  <meyering@redhat.com>
9536
9537         * top/maint.mk: Adjust backslash alignment.
9538
9539 2009-05-11  Simon Josefsson  <simon@josefsson.org>
9540
9541         * top/maint.mk: Make $(srcdir)/build-aux configurable.
9542
9543 2009-05-11  Eric Blake  <ebb9@byu.net>
9544
9545         argp: avoid undefined behavior
9546         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
9547         macros.
9548
9549 2009-05-08  Simon Josefsson  <simon@josefsson.org>
9550
9551         * tests/test-vc-list-files-git.sh: Do git config of user.email and
9552         user.name to prevent git commit from complaining.
9553
9554 2009-05-10  Bruno Haible  <bruno@clisp.org>
9555
9556         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
9557         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
9558         it rewrites every file name only once.
9559         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
9560
9561 2009-05-08  Bruno Haible  <bruno@clisp.org>
9562
9563         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
9564         instead of 'max'.
9565
9566 2009-05-08  Simon Josefsson  <simon@josefsson.org>
9567
9568         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
9569         sockaddr_storage test.
9570
9571 2009-05-07  Simon Josefsson  <simon@josefsson.org>
9572
9573         * modules/sys_socket (Makefile.am): Substitute
9574         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
9575         * m4/sys_socket_h.m4: Check for sockaddr_storage.
9576         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
9577         * tests/test-sys_socket.c: Check sockaddr_storage.
9578
9579 2009-05-08  Bruno Haible  <bruno@clisp.org>
9580
9581         New module 'alignof'.
9582         * lib/alignof.h: New file.
9583         * modules/alignof: New file.
9584
9585 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9586             Bruno Haible  <bruno@clisp.org>
9587
9588         Fix test-file-has-acl on FreeBSD.
9589         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
9590         mask is implicitly added.
9591         * tests/test-file-has-acl.c: Include <signal.h>.
9592         (main): Terminate the test after 5 seconds.
9593         * modules/acl-tests (configure.ac): Check for alarm function.
9594
9595 2009-05-04  Bruno Haible  <bruno@clisp.org>
9596
9597         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
9598         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
9599         * modules/errno (configure.ac): Drop AC_REQUIRE.
9600         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
9601         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
9602
9603 2009-05-04  Simon Josefsson  <simon@josefsson.org>
9604
9605         * modules/glob-tests: New module.
9606         * tests/test-glob.c: Add.
9607
9608 2009-05-04  Simon Josefsson  <simon@josefsson.org>
9609
9610         * modules/fnmatch-tests: New module.
9611         * tests/test-fnmatch.c: Add.
9612
9613 2009-05-04  Eric Blake  <ebb9@byu.net>
9614
9615         maint: make the new no-submodule-changes rule VPATH-safe
9616         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
9617
9618 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9619             Bruno Haible  <bruno@clisp.org>
9620
9621         acl: Fix infinite loop on FreeBSD.
9622         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
9623         of return value from acl_get_entry.
9624         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
9625         Likewise.
9626
9627 2009-05-03  Bruno Haible  <bruno@clisp.org>
9628
9629         * lib/acl-internal.h (acl_entries): Clarify return value.
9630         * lib/acl_entries.c (acl_entries): Likewise.
9631
9632 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9633
9634         Bug fix in acl module.
9635         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
9636
9637 2009-05-03  Bruno Haible  <bruno@clisp.org>
9638
9639         Create gperf-generated file in the source dir, not in the build dir.
9640         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
9641         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
9642         * modules/unicase/locale-language (unicase/locale-languages.h):
9643         Likewise.
9644         * modules/unicase/special-casing (unicase/special-casing-table.h):
9645         Likewise.
9646         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
9647         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
9648         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
9649         Reported by Ralf Wildenhues.
9650
9651 2009-05-03  Bruno Haible  <bruno@clisp.org>
9652
9653         * modules/fnmatch (Description, configure.ac): Taken from
9654         fnmatch-posix.
9655         * modules/fnmatch-posix: Turn into a symbolic reference to the
9656         'fnmatch' module, and deprecate.
9657         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
9658
9659 2009-05-03  Bruno Haible  <bruno@clisp.org>
9660
9661         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
9662         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
9663         Reported by Ralf Wildenhues.
9664
9665 2009-05-04  Simon Josefsson  <simon@josefsson.org>
9666
9667         * m4/fnmatch.m4: Fix fnmatch re-define.
9668
9669 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9670
9671         priv-set: new module and tests; adapt write-any-file
9672         * lib/priv-set.c: New file.
9673         * lib/priv-set.h: New file.
9674         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
9675         * lib/write-any-file.c: Simplify by using priv-set module.
9676         * m4/priv-set.m4: New file.
9677         * modules/priv-set: New file.
9678         * modules/unlinkdir: Add dependency on priv-set module.
9679         * modules/write-any-file: Likewise.
9680
9681         Tests for module 'priv-set'.
9682         * modules/priv-set-tests: New file.
9683         * tests/test-priv-set.c: New file.
9684
9685 2009-05-03  Jim Meyering  <meyering@redhat.com>
9686             Bruno Haible  <bruno@clisp.org>
9687
9688         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
9689         use the converted UTF-8 variant of the name instead.
9690
9691 2009-05-03  Jim Meyering  <meyering@redhat.com>
9692
9693         tests: tighten some getdate tests
9694         * tests/test-getdate.c (main): Tighten tests: require equality,
9695         not just greater than.  Set TZ envvar to UTC0.
9696
9697 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
9698
9699         getdate: correctly interpret "next monday" when run on a Monday
9700         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
9701         that e.g., "next tues" (when run on a tuesday) results in a date
9702         that is one week in the future, and not today's date.
9703         I.e., add a week when the wday is the same as the current one.
9704         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
9705         and earlier by Martin Bernreuther and Jan Minář.
9706         * tests/test-getdate.c (main): Check that "next DAY" is always in
9707         the future and that "last DAY" is always in the past.
9708
9709 2009-05-02  Jim Meyering  <meyering@redhat.com>
9710
9711         build: ensure that a release build fails when a submodule is unclean
9712         * top/maint.mk (no-submodule-changes): New rule.
9713         (alpha beta major): Depend on it.
9714
9715 2009-05-02  Bruno Haible  <bruno@clisp.org>
9716
9717         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
9718         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
9719         shell variable gl_fnmatch_required to detect which variant is
9720         requested.
9721         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
9722         gl_FUNC_FNMATCH_POSIX.
9723         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
9724         exclude fnmatch-posix.
9725
9726 2009-05-02  Bruno Haible  <bruno@clisp.org>
9727
9728         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
9729         * modules/mbsrtowcs (License): Change to LGPLv2+.
9730         * modules/strnlen1 (License): Likewise.
9731         Reported by Simon Josefsson.
9732
9733 2009-05-02  Bruno Haible  <bruno@clisp.org>
9734
9735         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
9736         "cross".
9737         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
9738         gnulib-tool was called with option --source-base=lib.
9739
9740 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9741
9742         Use automake *-local hooks without commands, for extensibility.
9743         * modules/localcharset (Makefile.am): Rename install-exec-local
9744         rule to install-exec-localcharset, and make it a prerequisite of
9745         install-exec-local.  Likewise, rename the uninstall-local rule to
9746         uninstall-localcharset, and make it a prerequisite of the former.
9747
9748 2009-05-01  Bruno Haible  <bruno@clisp.org>
9749
9750         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
9751         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
9752         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
9753         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
9754         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
9755         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
9756         m4/locale-zh.m4, m4/codeset.m4.
9757
9758         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
9759         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
9760         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
9761         m4/locale-zh.m4.
9762
9763         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
9764         REPLACE_WCRTOMB if mbstate_t must be replaced.
9765         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
9766         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
9767
9768 2009-05-01  Bruno Haible  <bruno@clisp.org>
9769
9770         Avoid compiler warnings when redefining macros defined by <libintl.h>.
9771         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
9772         dngettext, dcngettext, textdomain, bindtextdomain,
9773         bind_textdomain_codeset): Undefine before redefining.
9774
9775 2009-04-30  Bruno Haible  <bruno@clisp.org>
9776
9777         Fix bug introduced on 2009-04-25.
9778         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
9779         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
9780         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
9781         is defined.
9782         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
9783         is defined.
9784         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
9785         is defined.
9786         Reported by Elbert_Pol <elbert.pol@gmail.com>.
9787
9788 2009-04-28  Bruno Haible  <bruno@clisp.org>
9789
9790         Comment tweaks.
9791         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
9792         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
9793         * lib/unicase.h (u*_casexfrm): Likewise.
9794         Reported by Paolo Bonzini.
9795
9796 2009-04-28  Bruno Haible  <bruno@clisp.org>
9797
9798         Fix a compilation error.
9799         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
9800         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
9801         Reported by Jim Meyering.
9802
9803 2009-04-27  Bruno Haible  <bruno@clisp.org>
9804
9805         New module 'libunistring'.
9806         * modules/libunistring: New file.
9807         * m4/libunistring.m4: New file.
9808         * MODULES.html.sh (Unicode string functions): Add it.
9809
9810 2009-04-27  Eric Blake  <ebb9@byu.net>
9811
9812         maint.mk: allow package-specific header to provide <config.h>
9813         * top/maint.mk (sc_require_config_h): New variable.
9814         (sc_require_config_h, sc_require_config_h_first): Use it.
9815
9816 2009-04-27  Simon Josefsson  <simon@josefsson.org>
9817
9818         * top/maint.mk (sc_avoid_if_before_free): Except
9819         useless-if-before-free script.
9820
9821 2009-04-27  Eric Blake  <ebb9@byu.net>
9822
9823         maintainer-makefile: depend on all required helper scripts
9824         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
9825         useless-if-before-free.
9826         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
9827         version, rather than assuming gnulib checkout is available.
9828         Reported by Simen Josefsson.
9829
9830 2009-04-26  Bruno Haible  <bruno@clisp.org>
9831
9832         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
9833         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
9834         "../" or "..".
9835
9836 2009-04-26  Bruno Haible  <bruno@clisp.org>
9837
9838         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
9839         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
9840         AC_LIB_HAVE_LINKFLAGS.
9841
9842 2009-04-26  Bruno Haible  <bruno@clisp.org>
9843
9844         Simplify calling convention of u*_conv_from_encoding.
9845         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
9846         u32_conv_from_encoding): Expect a resultbuf argument and return the
9847         result directly as a pointer.
9848         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
9849         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
9850         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
9851         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
9852         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
9853         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
9854         Update.
9855         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
9856         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
9857         * lib/vasnprintf.c (VASNPRINTF): Update.
9858         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
9859         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
9860         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
9861         * NEWS: Mention the change.
9862
9863 2009-04-26  Bruno Haible  <bruno@clisp.org>
9864
9865         Simplify calling convention of u*_conv_to_encoding.
9866         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
9867         u32_conv_to_encoding): Expect a resultbuf argument and return the
9868         result directly as a pointer.
9869         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
9870         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
9871         freeing scaled_offsets if mem_iconveha failed.
9872         * lib/unicase/u-casexfrm.h (FUNC): Update.
9873         * lib/uninorm/u-normxfrm.h (FUNC): Update.
9874         * lib/vasnprintf.c (VASNPRINTF): Update.
9875         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
9876         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
9877         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
9878         * NEWS: Mention the change.
9879
9880 2009-04-26  Bruno Haible  <bruno@clisp.org>
9881
9882         Avoid test failures on AIX and OSF/1.
9883         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
9884         malloc(0).
9885         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
9886         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
9887         Likewise.
9888         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
9889         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
9890         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
9891         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
9892         * doc/posix-functions/malloc.texi: Document the portability problem
9893         related to malloc(0).
9894
9895 2009-04-26  Bruno Haible  <bruno@clisp.org>
9896
9897         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
9898         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
9899         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
9900
9901 2009-04-25  Bruno Haible  <bruno@clisp.org>
9902
9903         Avoid link error when creating a namespace clean library.
9904         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
9905         as macro with arguments if already defined as an alias.
9906         * lib/signbitf.c (gl_signbitf): Don't undefine.
9907         * lib/signbitd.c (gl_signbitd): Don't undefine.
9908         * lib/signbitl.c (gl_signbitl): Don't undefine.
9909
9910 2009-04-25  Jim Meyering  <meyering@redhat.com>
9911
9912         vc-list-files: fix another quoting bug
9913         * build-aux/vc-list-files: Avoid sed backslash expansion
9914         of pathological directory names.
9915
9916 2009-04-25  Eric Blake  <ebb9@byu.net>
9917
9918         vc-list-files: fix shell quoting error
9919         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
9920         timestamp.
9921
9922 2009-04-25  Jim Meyering  <meyering@redhat.com>
9923
9924         vc-list-files: restore lost functionality with subdir argument
9925         * build-aux/vc-list-files: When given a non-"." sub-directory
9926         argument, substitute the $dir/ prefix back onto each resulting name.
9927         Otherwise, coreutils' root_tests check would fail.
9928
9929 2009-04-24  Eric Blake  <ebb9@byu.net>
9930
9931         vc-list-files: ignore git symlinks
9932         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
9933         than ls-files, to ignore git symlinks.
9934
9935         maint.mk: import improvements from m4
9936         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
9937         (move_if_change): Delete unused macro.
9938         (news-date-check, vc-diff-check): Support VPATH builds.
9939         (announcement): Likewise.  Split --bootstrap-tools list...
9940         (boostrap-tools): ...into separate list, which can be overridden
9941         in cfg.mk.
9942         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
9943         requiring dependency on useless-if-before-free module.
9944         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
9945         Support VPATH builds.
9946
9947 2009-04-24  Jim Meyering  <meyering@redhat.com>
9948
9949         maint.mk: remove coreutils-specific rules and variables
9950         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
9951         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
9952         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
9953
9954         maint.mk: remove obsolete rule
9955         * top/maint.mk (rel-check): Remove rule.
9956         (WGET, WGETFLAGS): Remove now-unused variables.
9957
9958 2009-04-24  Simon Josefsson  <simon@josefsson.org>
9959
9960         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
9961         consistency.
9962
9963         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
9964         '$(PATH_SEPARATOR)' instead of ':'.
9965
9966 2009-04-24  Simon Josefsson  <simon@josefsson.org>
9967
9968         * lib/getopt1.c (main): Use 'const' for static array.
9969
9970 2009-04-24  Simon Josefsson  <simon@josefsson.org>
9971
9972         * top/maint.mk: Sync with coreutils.
9973         * NEWS: Explain incompatibilities.
9974
9975 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9976             Bruno Haible  <bruno@clisp.org>
9977
9978         Fix cross-compilation results.
9979         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
9980         statement, as third argument of AC_TRY_RUN.
9981         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
9982         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
9983         Likewise.
9984         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
9985         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
9986         Likewise.
9987         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
9988         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
9989         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
9990
9991 2009-04-20  Bruno Haible  <bruno@clisp.org>
9992
9993         Avoid test failure on mingw.
9994         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
9995
9996 2009-04-20  Bruno Haible  <bruno@clisp.org>
9997
9998         Avoid compilation error on mingw.
9999         * modules/localename-tests (Depends-on): Add locale.
10000
10001 2009-04-19  Bruno Haible  <bruno@clisp.org>
10002
10003         Support for building a shared library on Windows platforms.
10004         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
10005         (main): Test the presence of UNINORM_NFC here.
10006         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
10007         (main): Test the presence of UNINORM_NFD here.
10008         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
10009         (main): Test the presence of UNINORM_NFKC here.
10010         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
10011         (main): Test the presence of UNINORM_NFKD here.
10012
10013 2009-04-19  Bruno Haible  <bruno@clisp.org>
10014
10015         Avoid a compiler warning.
10016         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
10017         Change type of variable 'sequence'.
10018
10019 2009-04-19  Bruno Haible  <bruno@clisp.org>
10020
10021         * modules/configmake (Makefile.am): When the contents of configmake.h
10022         does not change, arrange to preserve its modification time.
10023
10024 2009-04-17  Simon Josefsson  <simon@josefsson.org>
10025
10026         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
10027         gettext domain.
10028
10029 2009-04-16  Jim Meyering  <meyering@redhat.com>
10030
10031         useless-if-before-free: improve conversion code
10032         * build-aux/useless-if-before-free: Adjust code-in-comment to match
10033         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
10034
10035 2009-04-14  Bruno Haible  <bruno@clisp.org>
10036
10037         * modules/fcntl (Depends-on): Add extensions.
10038         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
10039
10040 2009-04-12  Ben Pfaff  <blp@gnu.org>
10041
10042         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
10043         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
10044
10045 2009-03-20  Ben Pfaff  <blp@gnu.org>
10046
10047         Make rename replace existing destinations on Windows.
10048         * m4/rename.m4: Add test for Mingw.
10049         * lib/rename.c: Add rename replacement that uses MoveFileEx with
10050         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
10051         * doc/posix-functions/rename.texi: Document.
10052
10053 2009-04-10  Bruno Haible  <bruno@clisp.org>
10054
10055         New include file "iconveh.h".
10056         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
10057         * lib/striconveh.h: Include it.
10058         (enum iconv_ilseq_handler): Remove definition.
10059         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
10060         striconveh.h.
10061         * lib/striconveha.c: Include striconveh.h.
10062         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
10063         * modules/striconveh (Files): Add lib/iconveh.h.
10064         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
10065         lib/striconveh.h.
10066
10067 2009-04-10  Bruno Haible  <bruno@clisp.org>
10068
10069         * lib/uniconv.h: Update comment.
10070
10071 2009-04-10  Bruno Haible  <bruno@clisp.org>
10072
10073         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
10074         always.
10075         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10076         * lib/unistr/u16-mbtouc-aux.c: Likewise.
10077         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
10078         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
10079         "unistring-notinline.h", so that the function gets defined always.
10080         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10081         * lib/unistr/u8-uctomb.c: Likewise.
10082         * lib/unistr/u16-mbtouc.c: Likewise.
10083         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
10084         * lib/unistr/u16-uctomb.c: Likewise.
10085         * lib/unistr/u32-mbtouc.c: Likewise.
10086         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10087         * lib/unistr/u32-uctomb.c: Likewise.
10088
10089 2009-04-10  Bruno Haible  <bruno@clisp.org>
10090
10091         Mark 'utime' obsolete.
10092         * modules/utime (Status, Notice): New sections.
10093         Suggested by Jim Meyering.
10094
10095         Fix cross-compile guess for utime test.
10096         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
10097         autoconf.
10098         * doc/posix-functions/utime.texi: Give more precisions.
10099         Reported by Jan <ipif@ymail.com>.
10100
10101 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
10102
10103         filevercmp: correct today's change
10104         * lib/filevercmp.c: Also handle coreutils' test inputs.
10105         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
10106
10107         Fix regression in 'filevercmp' module. Thanks Sven Joachim
10108         for reporting it.
10109         * lib/filevercmp.c: Special handle for "", "." and "..".
10110         * tests/test-filevercmp.c: Enlarge the set suite.
10111
10112 2009-04-07  Jim Meyering  <meyering@redhat.com>
10113
10114         useless-if-before-free: show how to remove braced useless free, too
10115         * build-aux/useless-if-before-free: still only in a comment, though.
10116
10117 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
10118
10119         maint.mk: import changes to syntax-check macros from coreutils
10120         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
10121         Use them in the relevant macros.
10122
10123 2009-04-06  Bruno Haible  <bruno@clisp.org>
10124
10125         Fix unportable use of bit-fields.
10126         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
10127         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
10128         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
10129
10130 2009-04-06  Bruno Haible  <bruno@clisp.org>
10131
10132         Avoid test failures on AIX and OSF/1.
10133         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
10134         that malloc(0) = NULL.
10135         * tests/unicase/test-u8-tolower.c (check): Likewise.
10136         * tests/unicase/test-u8-totitle.c (check): Likewise.
10137         * tests/unicase/test-u8-toupper.c (check): Likewise.
10138         * tests/unicase/test-u16-casefold.c (check): Likewise.
10139         * tests/unicase/test-u16-tolower.c (check): Likewise.
10140         * tests/unicase/test-u16-totitle.c (check): Likewise.
10141         * tests/unicase/test-u16-toupper.c (check): Likewise.
10142         * tests/unicase/test-u32-casefold.c (check): Likewise.
10143         * tests/unicase/test-u32-tolower.c (check): Likewise.
10144         * tests/unicase/test-u32-totitle.c (check): Likewise.
10145         * tests/unicase/test-u32-toupper.c (check): Likewise.
10146         * tests/uninorm/test-u8-nfc.c (check): Likewise.
10147         * tests/uninorm/test-u8-nfd.c (check): Likewise.
10148         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
10149         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
10150         * tests/uninorm/test-u16-nfc.c (check): Likewise.
10151         * tests/uninorm/test-u16-nfd.c (check): Likewise.
10152         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
10153         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
10154         * tests/uninorm/test-u32-nfc.c (check): Likewise.
10155         * tests/uninorm/test-u32-nfd.c (check): Likewise.
10156         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
10157         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
10158
10159 2009-04-05  Bruno Haible  <bruno@clisp.org>
10160
10161         Work around an autoconf limitation.
10162         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
10163         comment line if it would be longer than 3 KB.
10164
10165 2009-04-05  Bruno Haible  <bruno@clisp.org>
10166
10167         Avoid test failure with libiconv-1.13.
10168         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
10169         of the expected test results.
10170
10171 2009-04-05  Bruno Haible  <bruno@clisp.org>
10172
10173         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
10174         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
10175         that it should be installed.
10176
10177 2009-04-05  Bruno Haible  <bruno@clisp.org>
10178
10179         * gnulib-tool: New option --copy-file.
10180         (func_usage): Document it.
10181         (func_dest_tmpfilename): Moved out of func_import.
10182         (func_add_file, func_update_file): New functions, extracted from
10183         func_import.
10184         (func_import): Update.
10185
10186 2009-04-05  Karl Berry  <karl@gnu.org>
10187
10188         * README: prominently mention gnulib-tool.
10189         Rearrange sections so getting the code is near the top.
10190
10191 2009-04-05  Bruno Haible  <bruno@clisp.org>
10192
10193         * lib/unicase.h: Mention u*_cmp2.
10194         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10195         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
10196         * lib/unicase/ulc-casecmp.c: Likewise.
10197         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
10198         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
10199         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
10200         unistr/u8-cmp.
10201         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
10202         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
10203         unistr/u16-cmp.
10204         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
10205         unistr/u32-cmp.
10206
10207         * lib/uninorm.h: Mention u*_cmp2.
10208         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10209         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
10210         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
10211         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
10212         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
10213         unistr/u8-cmp.
10214         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
10215         unistr/u16-cmp.
10216         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
10217         unistr/u32-cmp.
10218
10219         New module 'unistr/u32-cmp2'.
10220         * lib/unistr/u32-cmp2.c: New file.
10221         * modules/unistr/u32-cmp2: New file.
10222
10223         New module 'unistr/u16-cmp2'.
10224         * lib/unistr/u16-cmp2.c: New file.
10225         * modules/unistr/u16-cmp2: New file.
10226
10227         New module 'unistr/u8-cmp2'.
10228         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
10229         * lib/unistr/u8-cmp2.c: New file.
10230         * lib/unistr/u-cmp2.h: New file.
10231         * modules/unistr/u8-cmp2: New file.
10232
10233 2009-04-05  Bruno Haible  <bruno@clisp.org>
10234
10235         * lib/unictype.h (uc_property_is_valid): New macro.
10236         * tests/unictype/test-pr_byname.c (main): Use it.
10237
10238         * lib/unistr.h: Doc fixes.
10239         * lib/uniconv.h: Doc fixes.
10240         * lib/unictype.h: Doc fixes.
10241
10242 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
10243
10244         Port coreutils 7.2 to Solaris 8.
10245
10246         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
10247         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
10248         for Solaris 8.  This is a bit of a hack, as it means it's the
10249         caller's responsibility to add -lnsl if needed, but most likely it
10250         won't be needed since only getaddrinfo uses this and getaddrinfo
10251         isn't needed on Solaris 8.
10252
10253         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
10254         problem to Solaris 8 encountered with coreutils 7.2, which
10255         resulted in a message "fnmatch.c:292: warning: passing argument 4
10256         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
10257         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
10258
10259 2009-04-03  Simon Josefsson  <simon@josefsson.org>
10260
10261         * m4/ld-version-script.m4: Add FIXME comment.
10262
10263 2009-04-02  Simon Josefsson  <simon@josefsson.org>
10264
10265         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
10266         SOVERSION variable.
10267
10268 2009-04-02  Bruno Haible  <bruno@clisp.org>
10269
10270         * Makefile (info, html, dvi, pdf): Combine the rules.
10271         Suggested by Jim Meyering.
10272
10273 2009-04-01  Bruno Haible  <bruno@clisp.org>
10274
10275         * Makefile (info, html, dvi, pdf): New targets.
10276         Reported by Reuben Thomas <rrt@sc3d.org>.
10277
10278 2009-04-01  Bruno Haible  <bruno@clisp.org>
10279
10280         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
10281         can be put into PATH.
10282         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
10283
10284 2009-04-01  Bruno Haible  <bruno@clisp.org>
10285
10286         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
10287
10288 2009-04-01  Bruno Haible  <bruno@clisp.org>
10289
10290         Rename module 'visibility'.
10291         * modules/lib-symbol-visibility: Renamed from modules/visibility.
10292         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
10293         * doc/gnulib.texi: Update.
10294         * MODULES.html.sh (Misc): Update.
10295         * NEWS: Mention the change.
10296
10297 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10298
10299         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
10300         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
10301         Eric Blake <ebb9@byu.net> for review.
10302         * MODULES.html.sh: Add lib-msvc-compat.
10303         * doc/gnulib.texi: Link to new section.
10304         * m4/ld-output-def.m4: New file.
10305         * doc/ld-output-def.texi: New file.
10306
10307 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10308
10309         Rename ld-version-script to lib-symbol-versions.  Suggested by
10310         Bruno Haible <bruno@clisp.org>.
10311         * modules/ld-version-script: Renamed to lib-symbol-versions.
10312         * doc/ld-version-script.texi: Fix module name.
10313         * MODULES.html.sh: Add lib-symbol-versions.
10314
10315 2009-03-31  Simon Josefsson  <simon@josefsson.org>
10316
10317         * modules/u64-tests: New file.
10318         * tests/test-u64.c: New file.
10319
10320 2009-03-04  Simon Josefsson  <simon@josefsson.org>
10321
10322         * MODULES.html.sh: Mention u64.
10323         * modules/u64: New module.
10324         * modules/crypto/sha512: Depend on u64 module instead of providing
10325         u64.h.
10326
10327 2009-03-27  Eric Blake  <ebb9@byu.net>
10328
10329         test-strerror: make debugging EAI_SYSTEM easier
10330         * modules/getaddrinfo-tests (Depends-on): Add strerror.
10331         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
10332         failure was EAI_SYSTEM.
10333
10334 2009-03-25  Bruno Haible  <bruno@clisp.org>
10335
10336         Fix a problem with --enable-relocatable on Solaris 7.
10337         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
10338         since 2008-02-24.
10339
10340 2009-03-25  Eric Blake  <ebb9@byu.net>
10341
10342         test-sockets: avoid gcc warning
10343         * tests/test-sockets.c (main): Silence compiler warning.
10344
10345 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10346
10347         New modules nproc, pthread, contributed by Glen Lenker.
10348
10349         * MODULES.html.sh: Add pthread, nproc.
10350         * lib/nproc.c: New file.
10351         * lib/nproc.h: New file.
10352         * lib/pthread.in.h: New file.
10353         * m4/pthread.m4: New file.
10354         * modules/nproc: New file.
10355         * modules/pthread: New file.
10356
10357 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10358
10359         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
10360         New variable.
10361
10362 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
10363
10364         filevercmp: handle simple~ and numbered.~3~ backup suffixes
10365         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
10366         * tests/test-filevercmp.c: Add tests for backup suffixes.
10367
10368 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10369
10370         * modules/stdlib (Depends-on): Add stdint, needed when defining
10371         struct random_data on, for example, HP-UX 10.20.  Reported by
10372         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10373
10374 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10375
10376         * lib/readline.c (readline): Call fflush on stdout after printing
10377         prompt.
10378
10379 2009-03-20  Bruno Haible  <bruno@clisp.org>
10380
10381         Remove dependency from 'close' module to -lws2_32 on native Windows.
10382         * lib/close-hook.h: New file.
10383         * lib/close-hook.c: New file.
10384         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
10385         w32sock.h.
10386         (_gl_close_fd_maybe_socket): Remove function.
10387         (rpl_close): Invoke execute_all_close_hooks instead of
10388         _gl_close_fd_maybe_socket.
10389         * lib/sockets.c: Include close-hook.h, w32sock.h.
10390         (close_fd_maybe_socket): New function, essentially from lib/close.c.
10391         (close_sockets_hook): New variable.
10392         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
10393         (gl_sockets_cleanup): Unregister it.
10394         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
10395         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
10396         * modules/close-hook: New file.
10397         * modules/close (Files): Remove lib/w32sock.h.
10398         (Depends-on): Add close-hook.
10399         (Link): Remove section.
10400         * modules/sockets (Files): Add lib/w32sock.h.
10401         (Depends-on): Add close-hook.
10402         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
10403         invocation.
10404         * NEWS: Mention that LIB_CLOSE is gone.
10405
10406 2009-03-23  Eric Blake  <ebb9@byu.net>
10407
10408         signal-tests: test previous patch
10409         * tests/test-signal.c: New file.
10410         * modules/signal-tests: Likewise.
10411
10412         signal.h: always support 'volatile sig_atomic_t'
10413         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
10414         (gl_SIGNAL_H_DEFAULTS): Add a default.
10415         * modules/signal (Makefile.am): Substitute if needed.
10416         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
10417         users can blindly add volatile.
10418         * doc/posix-headers/signal.texi (signal.h): Document it.
10419         Reported by Matthew Woehlke.
10420
10421 2009-03-23  Jim Meyering  <meyering@redhat.com>
10422
10423         pathmax: PATH_MAX: use pathconf only when available
10424         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
10425         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
10426         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
10427         This avoids a link failure in a PSP cross-compilation environment
10428         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
10429
10430         * lib/vasnprintf.c (divide): Fix typo in comment.
10431
10432 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10433
10434         * gnulib-tool (func_filter_filelist): Fix comment.
10435
10436 2009-03-20  Bruno Haible  <bruno@clisp.org>
10437
10438         Make sockets.h self-contained.
10439         * lib/sockets.c: Include sockets.h first.
10440         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
10441
10442 2009-03-19  Eric Blake  <ebb9@byu.net>
10443
10444         doc: mention more functions added in cygwin 1.7.0
10445         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
10446         addition.
10447         * doc/posix-functions/log2f.texi: Likewise.
10448
10449 2009-03-19  Jim Meyering  <meyering@redhat.com>
10450
10451         fsusage: avoid syntax error due to statement-before-declaration
10452         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
10453         after all declarations.  Reported by Matthew Woehlke in
10454         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
10455
10456 2009-03-18  Eric Blake  <ebb9@byu.net>
10457
10458         build-aux/compile: sync from automake
10459         * build-aux/compile: New file, from automake.
10460         * config/srclist.txt: Mention build-aux/compile.
10461
10462 2009-03-17  Bruno Haible  <bruno@clisp.org>
10463
10464         * lib/git-merge-changelog.c: Fix typo in comment.
10465         Reported by Reuben Thomas <rrt@sc3d.org>.
10466
10467 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
10468
10469         * m4/regex.m4: update and improve help for
10470         --without-included-regex.
10471
10472 2009-03-17  Simon Josefsson  <simon@josefsson.org>
10473
10474         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
10475         failure on missing include files.
10476
10477 2009-03-17  Eric Blake  <ebb9@byu.net>
10478
10479         doc: mention more functions added in cygwin 1.7.0
10480         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
10481         addition.
10482         * doc/posix-functions/fwscanf.texi: Likewise.
10483         * doc/posix-functions/swprintf.texi: Likewise.
10484         * doc/posix-functions/swscanf.texi: Likewise.
10485         * doc/posix-functions/vfwprintf.texi: Likewise.
10486         * doc/posix-functions/vfwscanf.texi: Likewise.
10487         * doc/posix-functions/vswprintf.texi: Likewise.
10488         * doc/posix-functions/vswscanf.texi: Likewise.
10489         * doc/posix-functions/vwprintf.texi: Likewise.
10490         * doc/posix-functions/vwscanf.texi: Likewise.
10491         * doc/posix-functions/wcscasecmp.texi: Likewise.
10492         * doc/posix-functions/wcsdup.texi: Likewise.
10493         * doc/posix-functions/wcsftime.texi: Likewise.
10494         * doc/posix-functions/wcsncasecmp.texi: Likewise.
10495         * doc/posix-functions/wprintf.texi: Likewise.
10496         * doc/posix-functions/wscanf.texi: Likewise.
10497         * doc/glibc-functions/gethostbyname2.texi: Likewise.
10498
10499 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10500
10501         maint.mk: really add $(AM_MAKEFLAGS)
10502         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
10503         was inadvertently omitted in the last commit.
10504         Spotted by Bruno Haible.
10505
10506         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
10507         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
10508         $(AM_MAKEFLAGS)' rather than plain `make'.
10509
10510         gnulib-tool: execute $MAKE not make
10511         * gnulib-tool: Default $MAKE to 'make'.
10512         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
10513         than make.  Initialize $MAKE in the do-autobuild script.
10514
10515         gnulib-tool: use $MAKE not make in generated files
10516         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
10517         make, in generated files.  Initialize $MAKE in the do-autobuild
10518         script.
10519
10520         * top/GNUmakefile (_have-git-version-gen): Fix typo.
10521
10522         GNUmakefile: disable parallelism only for multiple, recursive targets
10523         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
10524         additions in the Makefile.
10525         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
10526         by Automake.
10527         (.NOTPARALLEL): Only disable parallel builds if multiple targets
10528         are listed on the command line and at least one of them is
10529         listed in $(ALL_RECURSIVE_TARGETS).
10530
10531 2009-03-14  Bruno Haible  <bruno@clisp.org>
10532
10533         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
10534         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
10535         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
10536         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
10537         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
10538         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
10539         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
10540         unistr/u8-uctomb.
10541         * modules/unistr/u8-strchr (Depends-on): Likewise.
10542         * modules/unistr/u8-strrchr (Depends-on): Likewise.
10543         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
10544         unistr/u16-uctomb.
10545         * modules/unistr/u16-strchr (Depends-on): Likewise.
10546         * modules/unistr/u16-strrchr (Depends-on): Likewise.
10547
10548 2009-03-12  Bruno Haible  <bruno@clisp.org>
10549
10550         Work around select() bug on Interix 3.5.
10551         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
10552         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
10553         * m4/select.m4: New file.
10554         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
10555         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
10556         * modules/select (Files): Add m4/select.m4.
10557         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
10558         * modules/nanosleep (Depends-on): Add select.
10559         * modules/poll (Depends-on): Likewise.
10560         * doc/posix-functions/select.texi: Mention the Interix bug.
10561         Reported by Markus Duft <mduft@gentoo.org>.
10562
10563         * lib/select.c: Renamed from lib/winsock-select.c.
10564         * modules/select (Files): Add lib/select.c, remove
10565         lib/winsock-select.c.
10566         (configure.ac): Update.
10567
10568 2009-03-12  Jim Meyering  <meyering@redhat.com>
10569
10570         avoid gcc warnings about unused macro definitions
10571         * lib/readtokens.c (STREQ): Remove unused definition.
10572         * lib/xmalloc.c (SIZE_MAX): Likewise.
10573         * lib/openat-die.c (N_): Likewise.
10574         * lib/mountlist.c (SIZE_MAX): Remove definition.
10575         Instead, include <stdint.h>.
10576         * lib/readutmp.c: Likewise.
10577         * modules/readutmp (Depends-on): Add stdint.
10578         * modules/mountlist (Depends-on): Add stdint.
10579         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
10580
10581 2009-03-10  Bruno Haible  <bruno@clisp.org>
10582
10583         Tests for module 'mbmemcasecoll'.
10584         * modules/mbmemcasecoll-tests: New file.
10585         * tests/test-mbmemcasecoll1.sh: New file.
10586         * tests/test-mbmemcasecoll2.sh: New file.
10587         * tests/test-mbmemcasecoll3.sh: New file.
10588         * tests/test-mbmemcasecoll.c: New file.
10589
10590         New module 'mbmemcasecoll'.
10591         * lib/mbmemcasecoll.h: New file.
10592         * lib/mbmemcasecoll.c: New file.
10593         * modules/mbmemcasecoll: New file.
10594
10595         * tests/test-mbmemcasecmp.h: New file, extracted from
10596         tests/test-mbmemcasecmp.c.
10597         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
10598         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
10599         (main): Update.
10600         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
10601
10602 2009-03-09  Bruno Haible  <bruno@clisp.org>
10603
10604         Tests for module 'mbmemcasecmp'.
10605         * modules/mbmemcasecmp-tests: New file.
10606         * tests/test-mbmemcasecmp1.sh: New file.
10607         * tests/test-mbmemcasecmp2.sh: New file.
10608         * tests/test-mbmemcasecmp3.sh: New file.
10609         * tests/test-mbmemcasecmp.c: New file.
10610
10611         New module 'mbmemcasecmp'.
10612         * lib/mbmemcasecmp.h: New file.
10613         * lib/mbmemcasecmp.c: New file.
10614         * modules/mbmemcasecmp: New file.
10615
10616 2009-03-09  Bruno Haible  <bruno@clisp.org>
10617
10618         Tests for module 'unicase/ulc-casecoll'.
10619         * modules/unicase/ulc-casecoll-tests: New file.
10620         * tests/unicase/test-ulc-casecoll1.sh: New file.
10621         * tests/unicase/test-ulc-casecoll2.sh: New file.
10622         * tests/unicase/test-ulc-casecoll.c: New file.
10623
10624         New module 'unicase/ulc-casecoll'.
10625         * lib/unicase.h (ulc_casecoll): New declaration.
10626         * lib/unicase/ulc-casecoll.c: New file.
10627         * modules/unicase/ulc-casecoll: New file.
10628
10629         New module 'unicase/ulc-casexfrm'.
10630         * lib/unicase.h (ulc_casexfrm): New declaration.
10631         * lib/unicase/ulc-casexfrm.c: New file.
10632         * modules/unicase/ulc-casexfrm: New file.
10633
10634 2009-03-09  Bruno Haible  <bruno@clisp.org>
10635
10636         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
10637         invocations.
10638
10639         * m4/mbscasecmp.m4: Remove file.
10640         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
10641         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
10642
10643         * m4/mbscasestr.m4: Remove file.
10644         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
10645         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
10646
10647         * m4/mbschr.m4: Remove file.
10648         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
10649         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
10650
10651         * m4/mbscspn.m4: Remove file.
10652         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
10653         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
10654
10655         * m4/mbslen.m4: Remove file.
10656         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
10657         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
10658
10659         * m4/mbsncasecmp.m4: Remove file.
10660         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
10661         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
10662
10663         * m4/mbsnlen.m4: Remove file.
10664         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
10665         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
10666
10667         * m4/mbspbrk.m4: Remove file.
10668         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
10669         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
10670
10671         * m4/mbspcasecmp.m4: Remove file.
10672         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
10673         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
10674
10675         * m4/mbsrchr.m4: Remove file.
10676         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
10677         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
10678
10679         * m4/mbssep.m4: Remove file.
10680         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
10681         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
10682
10683         * m4/mbsspn.m4: Remove file.
10684         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
10685         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
10686
10687         * m4/mbsstr.m4: Remove file.
10688         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
10689         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
10690
10691         * m4/mbstok_r.m4: Remove file.
10692         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
10693         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
10694
10695         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
10696
10697         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
10698         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
10699
10700         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
10701
10702 2009-03-08  Bruno Haible  <bruno@clisp.org>
10703
10704         Tests for module 'unicase/ulc-casecmp'.
10705         * modules/unicase/ulc-casecmp-tests: New file.
10706         * tests/unicase/test-ulc-casecmp1.sh: New file.
10707         * tests/unicase/test-ulc-casecmp2.sh: New file.
10708         * tests/unicase/test-ulc-casecmp.c: New file.
10709
10710         New module 'unicase/ulc-casecmp'.
10711         * lib/unicase.h (ulc_casecmp): New declaration.
10712         * lib/unicase/ulc-casecmp.c: New file.
10713         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
10714         'const SRC_UNIT *'.
10715         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
10716         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
10717         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
10718         * modules/unicase/ulc-casecmp: New file.
10719
10720         Tests for module 'unicase/u32-is-cased'.
10721         * modules/unicase/u32-is-cased-tests: New file.
10722         * tests/unicase/test-u32-is-cased.c: New file.
10723
10724         Tests for module 'unicase/u16-is-cased'.
10725         * modules/unicase/u16-is-cased-tests: New file.
10726         * tests/unicase/test-u16-is-cased.c: New file.
10727
10728         Tests for module 'unicase/u8-is-cased'.
10729         * modules/unicase/u8-is-cased-tests: New file.
10730         * tests/unicase/test-u8-is-cased.c: New file.
10731         * tests/unicase/test-is-cased.h: New file.
10732
10733         New module 'unicase/u32-is-cased'.
10734         * lib/unicase/u32-is-cased.c: New file.
10735         * modules/unicase/u32-is-cased: New file.
10736
10737         New module 'unicase/u16-is-cased'.
10738         * lib/unicase/u16-is-cased.c: New file.
10739         * modules/unicase/u16-is-cased: New file.
10740
10741         New module 'unicase/u8-is-cased'.
10742         * lib/unicase/u8-is-cased.c: New file.
10743         * lib/unicase/u-is-cased.h: New file.
10744         * modules/unicase/u8-is-cased: New file.
10745
10746         Tests for module 'unicase/u32-is-casefolded'.
10747         * modules/unicase/u32-is-casefolded-tests: New file.
10748         * tests/unicase/test-u32-is-casefolded.c: New file.
10749
10750         Tests for module 'unicase/u16-is-casefolded'.
10751         * modules/unicase/u16-is-casefolded-tests: New file.
10752         * tests/unicase/test-u16-is-casefolded.c: New file.
10753
10754         Tests for module 'unicase/u8-is-casefolded'.
10755         * modules/unicase/u8-is-casefolded-tests: New file.
10756         * tests/unicase/test-u8-is-casefolded.c: New file.
10757         * tests/unicase/test-is-casefolded.h: New file.
10758
10759         New module 'unicase/u32-is-casefolded'.
10760         * lib/unicase/u32-is-casefolded.c: New file.
10761         * modules/unicase/u32-is-casefolded: New file.
10762
10763         New module 'unicase/u16-is-casefolded'.
10764         * lib/unicase/u16-is-casefolded.c: New file.
10765         * modules/unicase/u16-is-casefolded: New file.
10766
10767         New module 'unicase/u8-is-casefolded'.
10768         * lib/unicase/u8-is-casefolded.c: New file.
10769         * modules/unicase/u8-is-casefolded: New file.
10770
10771         Tests for module 'unicase/u32-is-titlecase'.
10772         * modules/unicase/u32-is-titlecase-tests: New file.
10773         * tests/unicase/test-u32-is-titlecase.c: New file.
10774
10775         Tests for module 'unicase/u16-is-titlecase'.
10776         * modules/unicase/u16-is-titlecase-tests: New file.
10777         * tests/unicase/test-u16-is-titlecase.c: New file.
10778
10779         Tests for module 'unicase/u8-is-titlecase'.
10780         * modules/unicase/u8-is-titlecase-tests: New file.
10781         * tests/unicase/test-u8-is-titlecase.c: New file.
10782         * tests/unicase/test-is-titlecase.h: New file.
10783
10784         New module 'unicase/u32-is-titlecase'.
10785         * lib/unicase/u32-is-titlecase.c: New file.
10786         * modules/unicase/u32-is-titlecase: New file.
10787
10788         New module 'unicase/u16-is-titlecase'.
10789         * lib/unicase/u16-is-titlecase.c: New file.
10790         * modules/unicase/u16-is-titlecase: New file.
10791
10792         New module 'unicase/u8-is-titlecase'.
10793         * lib/unicase/u8-is-titlecase.c: New file.
10794         * modules/unicase/u8-is-titlecase: New file.
10795
10796         Tests for module 'unicase/u32-is-lowercase'.
10797         * modules/unicase/u32-is-lowercase-tests: New file.
10798         * tests/unicase/test-u32-is-lowercase.c: New file.
10799
10800         Tests for module 'unicase/u16-is-lowercase'.
10801         * modules/unicase/u16-is-lowercase-tests: New file.
10802         * tests/unicase/test-u16-is-lowercase.c: New file.
10803
10804         Tests for module 'unicase/u8-is-lowercase'.
10805         * modules/unicase/u8-is-lowercase-tests: New file.
10806         * tests/unicase/test-u8-is-lowercase.c: New file.
10807         * tests/unicase/test-is-lowercase.h: New file.
10808
10809         New module 'unicase/u32-is-lowercase'.
10810         * lib/unicase/u32-is-lowercase.c: New file.
10811         * modules/unicase/u32-is-lowercase: New file.
10812
10813         New module 'unicase/u16-is-lowercase'.
10814         * lib/unicase/u16-is-lowercase.c: New file.
10815         * modules/unicase/u16-is-lowercase: New file.
10816
10817         New module 'unicase/u8-is-lowercase'.
10818         * lib/unicase/u8-is-lowercase.c: New file.
10819         * modules/unicase/u8-is-lowercase: New file.
10820
10821         Tests for module 'unicase/u32-is-uppercase'.
10822         * modules/unicase/u32-is-uppercase-tests: New file.
10823         * tests/unicase/test-u32-is-uppercase.c: New file.
10824
10825         Tests for module 'unicase/u16-is-uppercase'.
10826         * modules/unicase/u16-is-uppercase-tests: New file.
10827         * tests/unicase/test-u16-is-uppercase.c: New file.
10828
10829         Tests for module 'unicase/u8-is-uppercase'.
10830         * modules/unicase/u8-is-uppercase-tests: New file.
10831         * tests/unicase/test-u8-is-uppercase.c: New file.
10832         * tests/unicase/test-is-uppercase.h: New file.
10833
10834         New module 'unicase/u32-is-uppercase'.
10835         * lib/unicase/u32-is-uppercase.c: New file.
10836         * modules/unicase/u32-is-uppercase: New file.
10837
10838         New module 'unicase/u16-is-uppercase'.
10839         * lib/unicase/u16-is-uppercase.c: New file.
10840         * modules/unicase/u16-is-uppercase: New file.
10841
10842         New module 'unicase/u8-is-uppercase'.
10843         * lib/unicase/u8-is-uppercase.c: New file.
10844         * modules/unicase/u8-is-uppercase: New file.
10845
10846         New module 'unicase/u32-is-invariant'.
10847         * lib/unicase/u32-is-invariant.c: New file.
10848         * modules/unicase/u32-is-invariant: New file.
10849
10850         New module 'unicase/u16-is-invariant'.
10851         * lib/unicase/u16-is-invariant.c: New file.
10852         * modules/unicase/u16-is-invariant: New file.
10853
10854         New module 'unicase/u8-is-invariant'.
10855         * lib/unicase/u8-is-invariant.c: New file.
10856         * lib/unicase/invariant.h: New file.
10857         * lib/unicase/u-is-invariant.h: New file.
10858         * modules/unicase/u8-is-invariant: New file.
10859
10860         Tests for module 'unicase/u32-casecoll'.
10861         * modules/unicase/u32-casecoll-tests: New file.
10862         * tests/unicase/test-u32-casecoll.c: New file.
10863
10864         Tests for module 'unicase/u16-casecoll'.
10865         * modules/unicase/u16-casecoll-tests: New file.
10866         * tests/unicase/test-u16-casecoll.c: New file.
10867
10868         Tests for module 'unicase/u8-casecoll'.
10869         * modules/unicase/u8-casecoll-tests: New file.
10870         * tests/unicase/test-u8-casecoll.c: New file.
10871
10872         New module 'unicase/u32-casecoll'.
10873         * lib/unicase/u32-casecoll.c: New file.
10874         * modules/unicase/u32-casecoll: New file.
10875
10876         New module 'unicase/u16-casecoll'.
10877         * lib/unicase/u16-casecoll.c: New file.
10878         * modules/unicase/u16-casecoll: New file.
10879
10880         New module 'unicase/u8-casecoll'.
10881         * lib/unicase/u8-casecoll.c: New file.
10882         * lib/unicase/u-casecoll.h: New file.
10883         * modules/unicase/u8-casecoll: New file.
10884
10885         New module 'unicase/u32-casexfrm'.
10886         * lib/unicase/u32-casexfrm.c: New file.
10887         * modules/unicase/u32-casexfrm: New file.
10888
10889         New module 'unicase/u16-casexfrm'.
10890         * lib/unicase/u16-casexfrm.c: New file.
10891         * modules/unicase/u16-casexfrm: New file.
10892
10893         New module 'unicase/u8-casexfrm'.
10894         * lib/unicase/u8-casexfrm.c: New file.
10895         * lib/unicase/u-casexfrm.h: New file.
10896         * modules/unicase/u8-casexfrm: New file.
10897
10898         Tests for module 'unicase/u32-casecmp'.
10899         * modules/unicase/u32-casecmp-tests: New file.
10900         * tests/unicase/test-u32-casecmp.c: New file.
10901
10902         Tests for module 'unicase/u16-casecmp'.
10903         * modules/unicase/u16-casecmp-tests: New file.
10904         * tests/unicase/test-u16-casecmp.c: New file.
10905
10906         Tests for module 'unicase/u8-casecmp'.
10907         * modules/unicase/u8-casecmp-tests: New file.
10908         * tests/unicase/test-u8-casecmp.c: New file.
10909         * tests/unicase/test-casecmp.h: New file.
10910
10911         New module 'unicase/u32-casecmp'.
10912         * lib/unicase/u32-casecmp.c: New file.
10913         * modules/unicase/u32-casecmp: New file.
10914
10915         New module 'unicase/u16-casecmp'.
10916         * lib/unicase/u16-casecmp.c: New file.
10917         * modules/unicase/u16-casecmp: New file.
10918
10919         New module 'unicase/u8-casecmp'.
10920         * lib/unicase/u8-casecmp.c: New file.
10921         * lib/unicase/u-casecmp.h: New file.
10922         * modules/unicase/u8-casecmp: New file.
10923
10924         Tests for module 'unicase/u32-casefold'.
10925         * modules/unicase/u32-casefold-tests: New file.
10926         * tests/unicase/test-u32-casefold.c: New file.
10927
10928         Tests for module 'unicase/u16-casefold'.
10929         * modules/unicase/u16-casefold-tests: New file.
10930         * tests/unicase/test-u16-casefold.c: New file.
10931
10932         Tests for module 'unicase/u8-casefold'.
10933         * modules/unicase/u8-casefold-tests: New file.
10934         * tests/unicase/test-u8-casefold.c: New file.
10935
10936         New module 'unicase/u32-casefold'.
10937         * lib/unicase/u32-casefold.c: New file.
10938         * modules/unicase/u32-casefold: New file.
10939
10940         New module 'unicase/u16-casefold'.
10941         * lib/unicase/u16-casefold.c: New file.
10942         * modules/unicase/u16-casefold: New file.
10943
10944         New module 'unicase/u8-casefold'.
10945         * lib/unicase/u8-casefold.c: New file.
10946         * lib/unicase/u-casefold.h: New file.
10947         * modules/unicase/u8-casefold: New file.
10948
10949         New module 'unicase/tocasefold'.
10950         * lib/unicase/casefold.h: New file.
10951         * lib/unicase/tocasefold.c: New file.
10952         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
10953         * modules/unicase/tocasefold: New file.
10954
10955         Tests for module 'unicase/u32-totitle'.
10956         * modules/unicase/u32-totitle-tests: New file.
10957         * tests/unicase/test-u32-totitle.c: New file.
10958
10959         Tests for module 'unicase/u16-totitle'.
10960         * modules/unicase/u16-totitle-tests: New file.
10961         * tests/unicase/test-u16-totitle.c: New file.
10962
10963         Tests for module 'unicase/u8-totitle'.
10964         * modules/unicase/u8-totitle-tests: New file.
10965         * tests/unicase/test-u8-totitle.c: New file.
10966
10967         New module 'unicase/u32-totitle'.
10968         * lib/unicase/u32-totitle.c: New file.
10969         * modules/unicase/u32-totitle: New file.
10970
10971         New module 'unicase/u16-totitle'.
10972         * lib/unicase/u16-totitle.c: New file.
10973         * modules/unicase/u16-totitle: New file.
10974
10975         New module 'unicase/u8-totitle'.
10976         * lib/unicase/u8-totitle.c: New file.
10977         * lib/unicase/u-totitle.h: New file.
10978         * modules/unicase/u8-totitle: New file.
10979
10980         Tests for module 'unicase/u32-tolower'.
10981         * modules/unicase/u32-tolower-tests: New file.
10982         * tests/unicase/test-u32-tolower.c: New file.
10983
10984         Tests for module 'unicase/u16-tolower'.
10985         * modules/unicase/u16-tolower-tests: New file.
10986         * tests/unicase/test-u16-tolower.c: New file.
10987
10988         Tests for module 'unicase/u8-tolower'.
10989         * modules/unicase/u8-tolower-tests: New file.
10990         * tests/unicase/test-u8-tolower.c: New file.
10991
10992         New module 'unicase/u32-tolower'.
10993         * lib/unicase/u32-tolower.c: New file.
10994         * modules/unicase/u32-tolower: New file.
10995
10996         New module 'unicase/u16-tolower'.
10997         * lib/unicase/u16-tolower.c: New file.
10998         * modules/unicase/u16-tolower: New file.
10999
11000         New module 'unicase/u8-tolower'.
11001         * lib/unicase/u8-tolower.c: New file.
11002         * modules/unicase/u8-tolower: New file.
11003
11004         Tests for module 'unicase/u32-toupper'.
11005         * modules/unicase/u32-toupper-tests: New file.
11006         * tests/unicase/test-u32-toupper.c: New file.
11007
11008         Tests for module 'unicase/u16-toupper'.
11009         * modules/unicase/u16-toupper-tests: New file.
11010         * tests/unicase/test-u16-toupper.c: New file.
11011
11012         Tests for module 'unicase/u8-toupper'.
11013         * modules/unicase/u8-toupper-tests: New file.
11014         * tests/unicase/test-u8-toupper.c: New file.
11015
11016         New module 'unicase/u32-toupper'.
11017         * lib/unicase/u32-toupper.c: New file.
11018         * modules/unicase/u32-toupper: New file.
11019
11020         New module 'unicase/u16-toupper'.
11021         * lib/unicase/u16-toupper.c: New file.
11022         * modules/unicase/u16-toupper: New file.
11023
11024         New module 'unicase/u8-toupper'.
11025         * lib/unicase/u8-toupper.c: New file.
11026         * modules/unicase/u8-toupper: New file.
11027
11028         New module 'unicase/u32-casemap'.
11029         * lib/unicase/u32-casemap.c: New file.
11030         * modules/unicase/u32-casemap: New file.
11031
11032         New module 'unicase/u16-casemap'.
11033         * lib/unicase/u16-casemap.c: New file.
11034         * modules/unicase/u16-casemap: New file.
11035
11036         New module 'unicase/u8-casemap'.
11037         * lib/unicase/unicasemap.h: New file.
11038         * lib/unicase/u8-casemap.c: New file.
11039         * lib/unicase/u-casemap.h: New file.
11040         * modules/unicase/u8-casemap: New file.
11041
11042         New module 'unicase/special-casing'.
11043         * lib/unicase/special-casing.h: New file.
11044         * lib/unicase/special-casing.c: New file.
11045         * lib/unicase/special-casing-table.gperf: New file, generated by
11046         gen-uni-tables.c.
11047         * modules/unicase/special-casing: New file.
11048
11049         Tests for module 'unicase/locale-language'.
11050         * modules/unicase/locale-language-tests: New file.
11051         * tests/unicase/test-locale-language.sh: New file.
11052         * tests/unicase/test-locale-language.c: New file.
11053
11054         New module 'unicase/locale-language'.
11055         * lib/unicase/locale-language.c: New file.
11056         * lib/unicase/locale-languages.gperf: New file.
11057         * modules/unicase/locale-language: New file.
11058
11059         Generate more tables for case conversion and case folding.
11060         * lib/gen-uni-tables.c (SCC_*): New enum items.
11061         (struct special_casing_rule): New type.
11062         (casing_rules, num_casing_rules, allocated_casing_rules): New
11063         variables.
11064         (add_casing_rule, fill_casing_rules): New functions.
11065         (struct casefold_rule): New type.
11066         (casefolding_rules, num_casefolding_rules,
11067         allocated_casefolding_rules): New variables.
11068         (fill_casefolding_rules): New function.
11069         (unicode_casefold): New variable.
11070         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
11071         sort_casing_rules, output_casing_rules): New functions.
11072         (main): Accept to more arguments: SpecialCasing.txt and
11073         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
11074         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
11075         Output mapping for casefolding.
11076
11077         * lib/unicase.h: Include stdbool.h, uninorm.h.
11078         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
11079         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
11080         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
11081         arguments.
11082         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
11083         resultp arguments.
11084         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
11085         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
11086         resultp arguments.
11087         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
11088         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
11089         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
11090         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
11091         declarations.
11092         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
11093
11094 2009-03-08  Bruno Haible  <bruno@clisp.org>
11095
11096         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11097         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
11098         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
11099         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11100
11101 2009-03-07  Bruno Haible  <bruno@clisp.org>
11102
11103         Adjust u*_normcmp, u*_normcoll API.
11104         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11105         u16_normcoll, u32_normcoll): Change failure conventions.
11106         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
11107         errno and return -1.
11108         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11109
11110 2009-03-07  Bruno Haible  <bruno@clisp.org>
11111
11112         Tests for module 'uninorm/u32-normcoll'.
11113         * modules/uninorm/u32-normcoll-tests: New file.
11114         * tests/uninorm/test-u32-normcoll.c: New file.
11115
11116         Tests for module 'uninorm/u16-normcoll'.
11117         * modules/uninorm/u16-normcoll-tests: New file.
11118         * tests/uninorm/test-u16-normcoll.c: New file.
11119
11120         Tests for module 'uninorm/u8-normcoll'.
11121         * modules/uninorm/u8-normcoll-tests: New file.
11122         * tests/uninorm/test-u8-normcoll.c: New file.
11123
11124 2009-03-07  Bruno Haible  <bruno@clisp.org>
11125
11126         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
11127         tests/uninorm/test-u32-normcmp.c.
11128         * tests/uninorm/test-u32-normcmp.c: Include it.
11129         (test_nonascii): New function, extracted from main. Add some more
11130         tests.
11131         (main): Invoke test_ascii and test_nonascii.
11132         * modules/uninorm/u32-normcmp-tests (Files): Add
11133         tests/uninorm/test-u32-normcmp.h.
11134         (Depends-on): Remove uninorm/u32-normcmp.
11135
11136         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
11137         tests/uninorm/test-u16-normcmp.c.
11138         * tests/uninorm/test-u16-normcmp.c: Include it.
11139         (test_nonascii): New function, extracted from main. Add some more
11140         tests.
11141         (main): Invoke test_ascii and test_nonascii.
11142         * modules/uninorm/u16-normcmp-tests (Files): Add
11143         tests/uninorm/test-u16-normcmp.h.
11144         (Depends-on): Remove uninorm/u16-normcmp.
11145
11146         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
11147         tests/uninorm/test-u8-normcmp.c.
11148         * tests/uninorm/test-u8-normcmp.c: Include it.
11149         (test_nonascii): New function, extracted from main. Add some more
11150         tests.
11151         (main): Invoke test_ascii and test_nonascii.
11152         * modules/uninorm/u8-normcmp-tests (Files): Add
11153         tests/uninorm/test-u8-normcmp.h.
11154         (Depends-on): Remove uninorm/u8-normcmp.
11155
11156 2009-03-07  Bruno Haible  <bruno@clisp.org>
11157
11158         New module 'uninorm/u32-normcoll'.
11159         * lib/uninorm/u32-normcoll.c: New file.
11160         * modules/uninorm/u32-normcoll: New file.
11161
11162         New module 'uninorm/u16-normcoll'.
11163         * lib/uninorm/u16-normcoll.c: New file.
11164         * modules/uninorm/u16-normcoll: New file.
11165
11166         New module 'uninorm/u8-normcoll'.
11167         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
11168         declarations.
11169         * lib/uninorm/u8-normcoll.c: New file.
11170         * lib/uninorm/u-normcoll.h: New file.
11171         * modules/uninorm/u8-normcoll: New file.
11172
11173         New module 'uninorm/u32-normxfrm'.
11174         * lib/uninorm/u32-normxfrm.c: New file.
11175         * modules/uninorm/u32-normxfrm: New file.
11176
11177         New module 'uninorm/u16-normxfrm'.
11178         * lib/uninorm/u16-normxfrm.c: New file.
11179         * modules/uninorm/u16-normxfrm: New file.
11180
11181         New module 'uninorm/u8-normxfrm'.
11182         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
11183         declarations.
11184         * lib/uninorm/u8-normxfrm.c: New file.
11185         * lib/uninorm/u-normxfrm.h: New file.
11186         * modules/uninorm/u8-normxfrm: New file.
11187
11188 2009-03-07  Bruno Haible  <bruno@clisp.org>
11189
11190         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
11191         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
11192         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
11193
11194 2009-03-07  Bruno Haible  <bruno@clisp.org>
11195
11196         New module 'memxfrm'.
11197         * lib/memxfrm.h: New file.
11198         * lib/memxfrm.c: New file.
11199         * modules/memxfrm: New file.
11200
11201 2009-03-07  Bruno Haible  <bruno@clisp.org>
11202
11203         New module 'memcmp2'.
11204         * lib/memcmp2.h: New file.
11205         * lib/memcmp2.c: New file.
11206         * modules/memcmp2: New file.
11207
11208 2009-03-07  Bruno Haible  <bruno@clisp.org>
11209
11210         Tests for module 'uninorm/decomposing-form'.
11211         * modules/uninorm/decomposing-form-tests: New file.
11212         * tests/uninorm/test-decomposing-form.c: New file.
11213
11214         New module 'uninorm/decomposing-form'.
11215         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
11216         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
11217         Add 'decomposing_variant' field.
11218         * lib/uninorm/decomposing-form.c: New file.
11219         * lib/uninorm/nfc.c (uninorm_nfc): Update.
11220         * lib/uninorm/nfd.c (uninorm_nfd): Update.
11221         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
11222         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
11223         * modules/uninorm/decomposing-form: New file.
11224         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
11225         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
11226
11227 2009-03-07  Bruno Haible  <bruno@clisp.org>
11228
11229         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
11230         strings.
11231
11232 2009-03-06  Bruno Haible  <bruno@clisp.org>
11233
11234         Tests for module 'uninorm/u32-normcmp'.
11235         * tests/uninorm/test-u32-normcmp.c: New file.
11236         * modules/uninorm/u32-normcmp-tests: New file.
11237
11238         Tests for module 'uninorm/u16-normcmp'.
11239         * tests/uninorm/test-u16-normcmp.c: New file.
11240         * modules/uninorm/u16-normcmp-tests: New file.
11241
11242         Tests for module 'uninorm/u8-normcmp'.
11243         * tests/uninorm/test-u8-normcmp.c: New file.
11244         * modules/uninorm/u8-normcmp-tests: New file.
11245
11246         New module 'uninorm/u32-normcmp'.
11247         * lib/uninorm/u32-normcmp.c: New file.
11248         * modules/uninorm/u32-normcmp: New file.
11249
11250         New module 'uninorm/u16-normcmp'.
11251         * lib/uninorm/u16-normcmp.c: New file.
11252         * modules/uninorm/u16-normcmp: New file.
11253
11254         New module 'uninorm/u8-normcmp'.
11255         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
11256         declarations.
11257         * lib/uninorm/u8-normcmp.c: New file.
11258         * lib/uninorm/u-normcmp.h: New file.
11259         * modules/uninorm/u8-normcmp: New file.
11260
11261 2009-03-06  Bruno Haible  <bruno@clisp.org>
11262
11263         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
11264         Reported by Eric Blake.
11265
11266 2009-03-06  Eric Blake  <ebb9@byu.net>
11267             Bruno Haible  <bruno@clisp.org>
11268
11269         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
11270         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
11271         condition.
11272         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11273         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
11274         condition.
11275         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11276
11277 2009-03-06  Eric Blake  <ebb9@byu.net>
11278
11279         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
11280         to avoid compiler warnings.
11281         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
11282
11283 2009-03-05  Bruno Haible  <bruno@clisp.org>
11284
11285         * tests/test-ftell.c (main): Disable test beyond end of file on
11286         FreeMiNT.
11287         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11288
11289 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
11290
11291         * lib/filevercmp.c: Move hidden files up in ordering.
11292         * tests/test-filevercmp.c: Add tests for hidden files.
11293
11294 2009-03-04  Bruno Haible  <bruno@clisp.org>
11295
11296         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
11297         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
11298         AM_CFLAGS.
11299         Reported by Simon Josefsson.
11300
11301 2009-03-03  Bruno Haible  <bruno@clisp.org>
11302
11303         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
11304         Reported by Simon Josefsson.
11305
11306         * doc/ld-version-script.texi: Update node reference.
11307
11308 2009-03-03  Bruno Haible  <bruno@clisp.org>
11309
11310         * modules/visibility (License): Change to 'unlimited'.
11311         Suggested by Simon Josefsson.
11312
11313 2009-03-03  Jim Meyering  <meyering@redhat.com>
11314
11315         unlinkdir: cannot_unlink_dir may modify process state
11316         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
11317         it's neither thread-safe nor appropriate for use in a library.
11318
11319 2009-03-03  Eric Blake  <ebb9@byu.net>
11320
11321         test-closein: silence test under Darwin
11322         * tests/test-closein.sh: Ignore stderr from cat, since we don't
11323         care if it dies from EPIPE or EBADF.
11324
11325 2009-03-03  Bruno Haible  <bruno@clisp.org>
11326
11327         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
11328         earlier.
11329         * doc/visibility.texi: Fix @node and @section.
11330
11331 2009-03-03  Simon Josefsson  <simon@josefsson.org>
11332
11333         * doc/gnulib.texi: Link to sections for ld version script and
11334         visibility.
11335         * doc/visibility.texi: Add @node and @section.
11336         * modules/ld-version-script: New module.
11337         * m4/ld-version-script.m4: New file.
11338         * doc/ld-version-script.texi: New file.
11339
11340 2009-03-02  David Lutterkort  <lutter@redhat.com>
11341
11342         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
11343         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11344
11345 2009-03-02  Bruno Haible  <bruno@clisp.org>
11346
11347         * doc/visibility.texi: Mention libtool's -export-symbols option.
11348
11349 2009-03-02  Jim Meyering  <meyering@redhat.com>
11350
11351         announce-gen: new option: --no-print-checksums
11352         * build-aux/announce-gen (usage): Describe it.
11353         (print_checksums): Print a newline here, not in the [*] footnote.
11354         (main): Honor it.
11355
11356 2009-03-01  Bruno Haible  <bruno@clisp.org>
11357
11358         Use socklen_t in the native Windows replacements prototypes.
11359         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
11360         instead of 'int'.
11361         * lib/getsockopt.c (rpl_getsockopt): Likewise.
11362         * lib/setsockopt.c (rpl_setsockopt): Likewise.
11363         * modules/getsockopt (Depends-on): Add socklen.
11364         * modules/setsockopt (Depends-on): Add socklen.
11365
11366 2009-03-01  Bruno Haible  <bruno@clisp.org>
11367
11368         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
11369         least 4.2.
11370
11371 2009-03-01  Eric Blake  <ebb9@byu.net>
11372             Bruno Haible  <bruno@clisp.org>
11373
11374         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
11375         error messages.
11376         * lib/wait-process.c (wait_subprocess): Omit error message about
11377         deadly signal sent to the child of termsigp != NULL.
11378
11379 2009-03-01  Eric Blake  <ebb9@byu.net>
11380
11381         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
11382
11383 2009-03-01  Bruno Haible  <bruno@clisp.org>
11384
11385         Avoid a gcc warning.
11386         * tests/test-sched.c (b): Make global.
11387         Reported by Eric Blake.
11388
11389 2009-01-19  Martin Lambers  <marlam@marlam.de>
11390
11391         Provide POSIX semantics for socket timeout options on W32.
11392         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
11393         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
11394         * modules/setsockopt: Depend on sys_time module for struct timeval.
11395         * modules/getsockopt: Depend on sys_time module for struct timeval.
11396
11397 2009-03-01  Simon Josefsson  <simon@josefsson.org>
11398
11399         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
11400         __USE_GNU, for consistency with netdb.in.h.
11401         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11402
11403 2009-03-01  Bruno Haible  <bruno@clisp.org>
11404
11405         More support for FreeMiNT.
11406         * lib/fseeko.c (rpl_fseeko): Complete last commit.
11407         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11408
11409 2009-03-01  Bruno Haible  <bruno@clisp.org>
11410
11411         More support for FreeMiNT.
11412         * lib/fpurge.c (fpurge): Correct last commit.
11413         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11414
11415 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11416
11417         Fix unportable awk script in vc-list-files.
11418         * build-aux/vc-list-files: In the replacement awk script, use
11419         substr with a second argument of 1, not zero.
11420         Report by Simon Josefsson.
11421
11422 2009-02-28  Bruno Haible  <bruno@clisp.org>
11423
11424         More support for FreeMiNT.
11425         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
11426         to FreeMiNT today.
11427         * lib/fwriting.c (fwriting): Likewise.
11428         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
11429
11430 2009-02-28  Bruno Haible  <bruno@clisp.org>
11431
11432         * tests/test-freadseek.c (main): Disable test beyond end of file on
11433         FreeMiNT.
11434         * tests/test-ftello.c (main): Likewise.
11435         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11436
11437 2009-02-28  Bruno Haible  <bruno@clisp.org>
11438
11439         Add tentative support for FreeMiNT.
11440         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
11441         * lib/fpurge.c (fpurge): Likewise.
11442         * lib/freadable.c (freadable): Likewise.
11443         * lib/freading.c (freading): Likewise.
11444         * lib/freadptr.c (freadptr): Likewise.
11445         * lib/freadseek.c (freadptrinc): Likewise.
11446         * lib/fseeko.c (rpl_fseeko): Likewise.
11447         * lib/fseterr.c (fseterr): Likewise.
11448         * lib/fwritable.c (fwritable): Likewise.
11449         * lib/fwriting.c (fwriting): Likewise.
11450         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
11451         Hourihane.
11452         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11453
11454 2009-02-28  Bruno Haible  <bruno@clisp.org>
11455
11456         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
11457         SIGCHLD.
11458         Reported by Jim Meyering.
11459
11460 2009-02-28  Bruno Haible  <bruno@clisp.org>
11461
11462         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
11463         Mention the results of these tests on various platforms.
11464         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
11465         order.
11466         * doc/posix-functions/printf.texi: Likewise.
11467         * doc/posix-functions/snprintf.texi: Likewise.
11468         * doc/posix-functions/sprintf.texi: Likewise.
11469         * doc/posix-functions/vfprintf.texi: Likewise.
11470         * doc/posix-functions/vprintf.texi: Likewise.
11471         * doc/posix-functions/vsnprintf.texi: Likewise.
11472         * doc/posix-functions/vsprintf.texi: Likewise.
11473         * doc/glibc-functions/obstack_printf.texi: Likewise.
11474         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
11475
11476 2009-02-28  Bruno Haible  <bruno@clisp.org>
11477
11478         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
11479         Reported by Loïc Minier <lool@dooz.org>.
11480
11481 2009-02-27  Bruno Haible  <bruno@clisp.org>
11482
11483         * gnulib-tool (func_import): Make the sed expression used to create the
11484         sed script for updating the .gitignore file POSIX compliant.
11485         Reported by Eric Blake.
11486
11487 2009-02-27  Bruno Haible  <bruno@clisp.org>
11488
11489         * gnulib-tool (sed): Don't alias as "sed --posix".
11490         Reported by Eric Blake.
11491
11492 2009-02-27  Bruno Haible  <bruno@clisp.org>
11493
11494         Avoid test link errors.
11495         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
11496         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
11497         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
11498         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
11499         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11500
11501 2009-02-27  Bruno Haible  <bruno@clisp.org>
11502
11503         Avoid spurious "(cached)" in configure output.
11504         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
11505         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
11506         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11507         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11508         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11509         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
11510         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11511         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
11512         Reported by Eric Blake.
11513
11514 2009-02-27  Eric Blake  <ebb9@byu.net>
11515
11516         printf: fix regression in previous patch
11517         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
11518
11519 2009-02-27  Bruno Haible  <bruno@clisp.org>
11520
11521         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
11522         value.
11523         * lib/stdint.in.h: Likewise.
11524         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
11525
11526 2009-02-27  Eric Blake  <ebb9@byu.net>
11527
11528         doc: mention more functions added in cygwin 1.7.0
11529         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
11530         addition.
11531         * doc/posix-functions/open_wmemstream.texi: Likewise.
11532         * doc/posix-functions/wcsnlen.texi: Likewise.
11533         * doc/posix-functions/wcsnrtombs.texi: Likewise.
11534         * doc/posix-functions/wcstod.texi: Likewise.
11535         * doc/posix-functions/wcstof.texi: Likewise.
11536         * doc/posix-functions/wcstoimax.texi: Likewise.
11537         * doc/posix-functions/wcstok.texi: Likewise.
11538         * doc/posix-functions/wcstoumax.texi: Likewise.
11539
11540         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
11541         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
11542         * doc/posix-functions/fprintf.texi: Update.
11543         * doc/posix-functions/printf.texi: Update.
11544         * doc/posix-functions/snprintf.texi: Update.
11545         * doc/posix-functions/sprintf.texi: Update.
11546         * doc/posix-functions/vfprintf.texi: Update.
11547         * doc/posix-functions/vprintf.texi: Update.
11548         * doc/posix-functions/vsnprintf.texi: Update.
11549         * doc/posix-functions/vsprintf.texi: Update.
11550         * doc/glibc-functions/obstack_printf.texi: Update.
11551         * doc/glibc-functions/obstack_vprintf.texi: Update.
11552
11553 2009-02-26  Eric Blake  <ebb9@byu.net>
11554
11555         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
11556         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
11557         compilation bug by using runtime conversion.
11558         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
11559         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
11560         * modules/ceill-tests (Files): Use nan.h.
11561         * modules/floorl-tests (Files): Likewise.
11562         * modules/frexpl-tests (Files): Likewise.
11563         * modules/isnanl-tests (Files): Likewise.
11564         * modules/ldexpl-tests (Files): Likewise.
11565         * modules/roundl-tests (Files): Likewise.
11566         * modules/truncl-tests (Files): Likewise.
11567         * tests/test-ceill.c (main): Use a working NaN.
11568         * tests/test-floorl.c (main): Likewise.
11569         * tests/test-frexpl.c (main): Likewise.
11570         * tests/test-isnan.c (test_long_double): Likewise.
11571         * tests/test-isnanl.h (main): Likewise.
11572         * tests/test-ldexpl.h (main): Likewise.
11573         * tests/test-roundl.h (main): Likewise.
11574         * tests/test-truncl.h (main): Likewise.
11575         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
11576
11577 2009-02-26  Eric Blake  <ebb9@byu.net>
11578             Bruno Haible  <bruno@clisp.org>
11579
11580         Work around a *printf bug with %ls on Solaris.
11581         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
11582         precision is specified, sprintf stops converting the wide string
11583         argument when the number of bytes that have been produced by this
11584         conversion equals or exceeds the precision.
11585         * doc/posix-functions/fprintf.texi: Update.
11586         * doc/posix-functions/printf.texi: Update.
11587         * doc/posix-functions/snprintf.texi: Update.
11588         * doc/posix-functions/sprintf.texi: Update.
11589         * doc/posix-functions/vfprintf.texi: Update.
11590         * doc/posix-functions/vprintf.texi: Update.
11591         * doc/posix-functions/vsnprintf.texi: Update.
11592         * doc/posix-functions/vsprintf.texi: Update.
11593         * doc/glibc-functions/obstack_printf.texi: Update.
11594         * doc/glibc-functions/obstack_vprintf.texi: Update.
11595
11596 2009-02-26  Eric Blake  <ebb9@byu.net>
11597
11598         stdlib: favor compiler check of random.h
11599         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
11600         to avoid an ObjC random.h installed by Swarm.
11601
11602 2009-02-26  Bruno Haible  <bruno@clisp.org>
11603
11604         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
11605         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
11606         Reported by Gary V. Vaughan <gary@gnu.org>.
11607
11608 2009-02-26  Bruno Haible  <bruno@clisp.org>
11609
11610         Fix *printf behaviour regarding the %ls directive.
11611         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
11612         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
11613         NEED_PRINTF_DIRECTIVE_LS.
11614         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
11615         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11616         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11617         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
11618         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
11619         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
11620         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
11621         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11622         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11623         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11624         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11625         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
11626         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11627         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11628         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11629         * doc/posix-functions/fprintf.texi: Update.
11630         * doc/posix-functions/printf.texi: Update.
11631         * doc/posix-functions/snprintf.texi: Update.
11632         * doc/posix-functions/sprintf.texi: Update.
11633         * doc/posix-functions/vfprintf.texi: Update.
11634         * doc/posix-functions/vprintf.texi: Update.
11635         * doc/posix-functions/vsnprintf.texi: Update.
11636         * doc/posix-functions/vsprintf.texi: Update.
11637         * doc/glibc-functions/obstack_printf.texi: Update.
11638         * doc/glibc-functions/obstack_vprintf.texi: Update.
11639         Reported by Eric Blake.
11640
11641 2009-02-25  Bruno Haible  <bruno@clisp.org>
11642
11643         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
11644         with known value.
11645         Reported by Gary V. Vaughan <gary@gnu.org>.
11646
11647 2009-02-25  Bruno Haible  <bruno@clisp.org>
11648
11649         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
11650         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
11651         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
11652         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
11653         Reported by Gary V. Vaughan <gary@gnu.org>.
11654
11655 2009-02-25  Bruno Haible  <bruno@clisp.org>
11656
11657         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
11658         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
11659         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
11660         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
11661         Reported by Gary V. Vaughan <gary@gnu.org>.
11662
11663 2009-02-25  Eric Blake  <ebb9@byu.net>
11664
11665         tests: skip fseek/ftell tests if ungetc is broken
11666         * m4/ungetc.m4: New file.
11667         * modules/fseek-tests: Split test, so ungetc dependency is
11668         separate from rest of test.
11669         * modules/fseeko-tests: Likewise.
11670         * modules/ftell-tests: Likewise.
11671         * modules/ftello-tests: Likewise.
11672         * tests/test-fseek.c (main): Isolate ungetc dependency.
11673         * tests/test-fseeko.c (main): Likewise.
11674         * tests/test-ftell.c (main): Likewise.
11675         * tests/test-ftello.c (main): Likewise.
11676         * tests/test-fseek2.sh: New file.
11677         * tests/test-fseeko2.sh: Likewise.
11678         * tests/test-ftell2.sh: Likewise.
11679         * tests/test-ftello2.sh: Likewise.
11680
11681 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
11682
11683         test-getaddrinfo: fix usage of skip return code 77
11684         * tests/test-gettaddrinfo.c: Return skip code 77 only
11685         for first occurance of skip (4x77 is not 77)
11686
11687 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
11688
11689         strtod: avoid C99 decl-after-statement
11690         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
11691
11692 2009-02-24  Eric Blake  <ebb9@byu.net>
11693
11694         strtod: detect HP-UX 11.31 bug
11695         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
11696         Reported by Gary V. Vaughan.
11697
11698 2009-02-23  Bruno Haible  <bruno@clisp.org>
11699
11700         Fix invalid read past end of memory block.
11701         * lib/vasnprintf.c (DCHAR_SET): Define.
11702         (local_wcslen): Define only when needed.
11703         (local_strnlen, local_wcsnlen): New functions.
11704         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
11705         directives that involve a conversion ourselves.
11706         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
11707         wcsnlen, mbrtowc, wcrtomb.
11708         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
11709         * tests/test-vasprintf-posix.c (test_function): Likewise.
11710         * tests/test-snprintf-posix.h (test_function): Likewise.
11711         * tests/test-sprintf-posix.h (test_function): Likewise.
11712         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11713
11714 2009-02-22  Bruno Haible  <bruno@clisp.org>
11715
11716         Implement new clarified decomposition of Hangul syllables.
11717         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
11718         of type LTV, return only a pairwise decomposition.
11719         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
11720         Likewise.
11721         * tests/uninorm/test-decomposition.c (main): Updated expected result.
11722         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
11723         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
11724
11725 2009-02-22  Bruno Haible  <bruno@clisp.org>
11726
11727         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
11728         zero-length results and shrink excess allocated memory.
11729         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
11730         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
11731         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
11732         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
11733         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
11734         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
11735         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
11736         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
11737         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
11738         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
11739         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
11740         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
11741
11742 2009-02-21  Bruno Haible  <bruno@clisp.org>
11743
11744         * doc/gnulib.texi: Include safe-alloc.texi earlier.
11745         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
11746         spaces after a period. Put a space between a macro name and its
11747         argument list. Trivial rewordings.
11748         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
11749         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
11750         (main): Return 0 explicitly.
11751
11752 2009-02-21  Bruno Haible  <bruno@clisp.org>
11753
11754         Tests for module 'uninorm/filter'.
11755         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
11756         * modules/uninorm/filter-tests: New file.
11757
11758         New module 'uninorm/filter'.
11759         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
11760         uninorm_filter_flush, uninorm_filter_free): New declarations.
11761         * lib/uninorm/uninorm-filter.c: New file.
11762         * modules/uninorm/filter: New file.
11763
11764 2009-02-21  Bruno Haible  <bruno@clisp.org>
11765
11766         Tests for module 'uninorm/nfkc'.
11767         * tests/uninorm/test-nfkc.c: New file.
11768         * tests/uninorm/test-u8-nfkc.c: New file.
11769         * tests/uninorm/test-u16-nfkc.c: New file.
11770         * tests/uninorm/test-u32-nfkc.c: New file.
11771         * tests/uninorm/test-u32-nfkc-big.sh: New file.
11772         * tests/uninorm/test-u32-nfkc-big.c: New file.
11773         * modules/uninorm/nfkc-tests: New file.
11774
11775         New module 'uninorm/nfkc'.
11776         * lib/uninorm/nfkc.c: New file.
11777         * modules/uninorm/nfkc: New file.
11778
11779         Tests for module 'uninorm/nfkd'.
11780         * tests/uninorm/test-nfkd.c: New file.
11781         * tests/uninorm/test-u8-nfkd.c: New file.
11782         * tests/uninorm/test-u16-nfkd.c: New file.
11783         * tests/uninorm/test-u32-nfkd.c: New file.
11784         * tests/uninorm/test-u32-nfkd-big.sh: New file.
11785         * tests/uninorm/test-u32-nfkd-big.c: New file.
11786         * modules/uninorm/nfkd-tests: New file.
11787
11788         New module 'uninorm/nfkd'.
11789         * lib/uninorm/nfkd.c: New file.
11790         * modules/uninorm/nfkd: New file.
11791
11792         Tests for module 'uninorm/nfc'.
11793         * tests/uninorm/test-nfc.c: New file.
11794         * tests/uninorm/test-u8-nfc.c: New file.
11795         * tests/uninorm/test-u16-nfc.c: New file.
11796         * tests/uninorm/test-u32-nfc.c: New file.
11797         * tests/uninorm/test-u32-nfc-big.sh: New file.
11798         * tests/uninorm/test-u32-nfc-big.c: New file.
11799         * modules/uninorm/nfc-tests: New file.
11800
11801         New module 'uninorm/nfc'.
11802         * lib/uninorm/nfc.c: New file.
11803         * modules/uninorm/nfc: New file.
11804
11805         Tests for module 'uninorm/nfd'.
11806         * tests/uninorm/test-nfd.c: New file.
11807         * tests/uninorm/test-u8-nfd.c: New file.
11808         * tests/uninorm/test-u16-nfd.c: New file.
11809         * tests/uninorm/test-u32-nfd.c: New file.
11810         * tests/uninorm/test-u32-nfd-big.sh: New file.
11811         * tests/uninorm/test-u32-nfd-big.c: New file.
11812         * tests/uninorm/test-u32-normalize-big.h: New file.
11813         * tests/uninorm/test-u32-normalize-big.c: New file.
11814         * tests/uninorm/NormalizationTest.txt: New file, created from
11815         Unicode 5.1.0 NormalizationTest.txt.
11816         * modules/uninorm/nfd-tests: New file.
11817
11818         New module 'uninorm/nfd'.
11819         * lib/uninorm/nfd.c: New file.
11820         * modules/uninorm/nfd: New file.
11821
11822         New module 'uninorm/u32-normalize'.
11823         * lib/uninorm/u32-normalize.c: New file.
11824         * modules/uninorm/u32-normalize: New file.
11825
11826         New module 'uninorm/u16-normalize'.
11827         * lib/uninorm/u16-normalize.c: New file.
11828         * modules/uninorm/u16-normalize: New file.
11829
11830         New module 'uninorm/u8-normalize'.
11831         * lib/uninorm/u8-normalize.c: New file.
11832         * lib/uninorm/normalize-internal.h: New file.
11833         * lib/uninorm/u-normalize-internal.h: New file.
11834         * modules/uninorm/u8-normalize: New file.
11835
11836         New module 'uninorm/decompose-internal'.
11837         * lib/uninorm/decompose-internal.c: New file.
11838         * modules/uninorm/decompose-internal: New file.
11839
11840         Tests for module 'uninorm/composition'.
11841         * tests/uninorm/test-composition.c: New file.
11842         * modules/uninorm/composition-tests: New file.
11843
11844         New module 'uninorm/composition'.
11845         * lib/uninorm/composition.c: New file.
11846         * lib/uninorm/composition-table.gperf: New file, generated by
11847         gen-uni-tables.
11848         * modules/uninorm/composition: New file.
11849
11850         Tests for module 'uninorm/compat-decomposition'.
11851         * tests/uninorm/test-compat-decomposition.c: New file.
11852         * modules/uninorm/compat-decomposition-tests: New file.
11853
11854         New module 'uninorm/compat-decomposition'.
11855         * lib/uninorm/decompose-internal.h: New file.
11856         * lib/uninorm/compat-decomposition.c: New file.
11857         * modules/uninorm/compat-decomposition: New file.
11858
11859         Tests for module 'uninorm/canonical-decomposition'.
11860         * tests/uninorm/test-canonical-decomposition.c: New file.
11861         * modules/uninorm/canonical-decomposition-tests: New file.
11862
11863         New module 'uninorm/canonical-decomposition'.
11864         * lib/uninorm/canonical-decomposition.c: New file.
11865         * modules/uninorm/canonical-decomposition: New file.
11866
11867         Tests for module 'uninorm/decomposition'.
11868         * tests/uninorm/test-decomposition.c: New file.
11869         * modules/uninorm/decomposition-tests: New file.
11870
11871         New module 'uninorm/decomposition'.
11872         * lib/uninorm/decomposition.c: New file.
11873         * modules/uninorm/decomposition: New file.
11874
11875         New module 'uninorm/decomposition-table'.
11876         * lib/uninorm/decomposition-table.h: New file.
11877         * lib/uninorm/decomposition-table.c: New file.
11878         * lib/uninorm/decomposition-table1.h: New file, generated by
11879         gen-uni-tables.
11880         * lib/uninorm/decomposition-table2.h: New file, generated by
11881         gen-uni-tables.
11882         * modules/uninorm/decomposition-table: New file.
11883
11884         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
11885         (UC_DECOMP_*): New enumeration items.
11886         (get_decomposition): New function.
11887         (struct decomp_table): New type.
11888         (output_decomposition, output_decomposition_tables): New functions.
11889         (unicode_composition_exclusions): New variable.
11890         (fill_composition_exclusions, debug_output_composition_tables): New
11891         functions.
11892         (main): Accept one more argument. Invoke fill_composition_exclusions.
11893         Output decomposition and composition tables.
11894
11895         New module 'uninorm/base'.
11896         * lib/uninorm.h: New file.
11897         * lib/unictype.h: Update comment.
11898         * modules/uninorm/base: New file.
11899
11900 2009-02-21  David Lutterkort  <lutter@redhat.com>
11901
11902         Tests for module 'safe-alloc'.
11903         * tests/test-safe-alloc.c: New file.
11904         * modules/safe-alloc-tests: New file.
11905
11906         New module 'safe-alloc'.
11907         * lib/safe-alloc.h: New file.
11908         * lib/safe-alloc.c: New file.
11909         * m4/safe-alloc.m4: New file.
11910         * modules/safe-alloc: New file.
11911         * doc/safe-alloc.texi: New file.
11912         * doc/gnulib.texi: Include it.
11913         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
11914         safe-alloc.
11915
11916 2009-02-18  Bruno Haible  <bruno@clisp.org>
11917
11918         Fix link error on non-glibc systems.
11919         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
11920         variable.
11921         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11922
11923 2009-02-18  Jim Meyering  <meyering@redhat.com>
11924
11925         fts: avoid used-uninitialized error due to recent change
11926         * lib/fts.c (fts_read): Guard uses of the new member,
11927         parent->fts_n_dirs_remaining, since it's not relevant for
11928         the parent of a directory specified on the command-line.
11929
11930 2009-02-17  James Youngman  <jay@gnu.org>
11931             Bruno Haible  <bruno@clisp.org>
11932
11933         * m4/include_next.m4: Reformulate comment.
11934
11935 2009-02-16  Jim Meyering  <meyering@redhat.com>
11936
11937         fts: add #if guards so that the fts_lgpl module still builds
11938         * lib/fts.c: Guard just-added hash-table-using parts with
11939         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
11940         Reported by Simon Josefsson.
11941
11942 2009-02-15  Bruno Haible  <bruno@clisp.org>
11943
11944         * modules/array-mergesort-tests: New file.
11945         * tests/test-array-mergesort.c: New file.
11946
11947         New module 'array-mergesort'.
11948         * modules/array-mergesort: New file.
11949         * lib/array-mergesort.h: New file.
11950
11951 2009-02-15  Bruno Haible  <bruno@clisp.org>
11952
11953         Fix 2009-02-07 commit.
11954         * lib/gen-uni-tables.c (output_predicate, output_category,
11955         output_combclass, output_bidi_category, output_decimal_digit,
11956         output_digit, output_numeric, output_mirror, output_scripts,
11957         output_ident_category, output_simple_mapping): Fix format directives.
11958         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
11959
11960 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
11961
11962         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
11963         fixes are available from IBM.
11964
11965 2009-02-13  Jim Meyering  <meyering@redhat.com>
11966
11967         fts: arrange not to stat non-directories in more cases
11968         This makes GNU find (when it doesn't need to stat each file)
11969         *much* more efficient at traversing reiserfs file systems.
11970         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
11971         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
11972         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
11973         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
11974         (leaf_optimization_applies): New function.
11975         (LCO_hash, LCO_compare): New helper functions.
11976         (link_count_optimize_ok): New function.
11977         (fts_stat): Initialize new member (if dir).
11978         (fts_read): Decrement parent's fts_n_dirs_remaining count if
11979         we've just stat'ed a directory.  Skip the stat call when possible.
11980         ---
11981         Note this AFS-related exchange:
11982         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
11983         and note find's pioctl call in find/fstype.c.
11984         But that is necessary only if you want to enable the
11985         optimization for AFS, and for now, I don't.
11986
11987         fts: move a function definition "up" (no semantic change)
11988         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
11989         "up" to precede upcoming use of a related function.
11990
11991 2009-02-11  Jim Meyering  <meyering@redhat.com>
11992
11993         fts: correct internal computation of nlinks (optimization-related)
11994         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
11995         whether the current entry is a directory, so don't test it.
11996
11997 2009-02-10  Bruno Haible  <bruno@clisp.org>
11998
11999         Tests for module 'uniwbrk/ulc-wordbreaks'.
12000         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
12001         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
12002         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
12003
12004         Tests for module 'uniwbrk/u32-wordbreaks'.
12005         * modules/uniwbrk/u32-wordbreaks-tests: New file.
12006         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
12007
12008         Tests for module 'uniwbrk/u16-wordbreaks'.
12009         * modules/uniwbrk/u16-wordbreaks-tests: New file.
12010         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
12011
12012         Tests for module 'uniwbrk/u8-wordbreaks'.
12013         * modules/uniwbrk/u8-wordbreaks-tests: New file.
12014         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
12015
12016 2009-02-10  Bruno Haible  <bruno@clisp.org>
12017
12018         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
12019         property.
12020         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
12021         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
12022         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
12023
12024 2009-02-10  Simon Josefsson  <simon@josefsson.org>
12025
12026         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
12027         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
12028
12029 2009-02-10  Bruno Haible  <bruno@clisp.org>
12030
12031         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
12032         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
12033         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
12034         * lib/unilbrk/u8-possible-linebreaks.c: Update.
12035         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
12036         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
12037
12038 2009-02-09  Simon Josefsson  <simon@josefsson.org>
12039
12040         * lib/sockets.h (gl_fd_to_handle): New function.
12041
12042         * tests/test-sockets.c: Call gl_fd_to_handle.
12043
12044 2009-02-09  Bruno Haible  <bruno@clisp.org>
12045
12046         * doc/havelib.texi: Document the conventions on bi-arch systems.
12047
12048 2009-02-08  Bruno Haible  <bruno@clisp.org>
12049
12050         Document the AC_LIB_LINKFLAGS macro.
12051         * doc/havelib.texi: New file, mostly written on 2005-05-24.
12052         * doc/gnulib.texi: Include it.
12053
12054 2009-02-08  Bruno Haible  <bruno@clisp.org>
12055
12056         Fix wrong order of sections, compared to TOC.
12057         * doc/gnulib.texi: Include relocatable-maint.texi after the
12058         "Regular expressions" node, not before.
12059
12060 2009-02-08  Bruno Haible  <bruno@clisp.org>
12061
12062         Tests for module 'unicase/totitle'.
12063         * modules/unicase/totitle-tests: New file.
12064
12065         Tests for module 'unicase/tolower'.
12066         * modules/unicase/tolower-tests: New file.
12067
12068         Tests for module 'unicase/toupper'.
12069         * modules/unicase/toupper-tests: New file.
12070         * tests/unicase/test-mapping-part1.h: New file.
12071         * tests/unicase/test-mapping-part2.h: New file.
12072
12073         New module 'unicase/totitle'.
12074         * modules/unicase/totitle: New file.
12075         * lib/unicase/totitle.c: New file.
12076
12077         New module 'unicase/tolower'.
12078         * modules/unicase/tolower: New file.
12079         * lib/unicase/tolower.c: New file.
12080
12081         New module 'unicase/toupper'.
12082         * modules/unicase/toupper: New file.
12083         * lib/unicase/toupper.c: New file.
12084         * lib/unicase/simple-mapping.h: New file.
12085
12086         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
12087         (mapping_table): New structure.
12088         (output_simple_mapping): New function.
12089         (main): Invoke output_simple_mapping_test and output_simple_mapping.
12090         * modules/gen-uni-tables (Description): Update.
12091         * lib/unicase/toupper.h: New file, automatically generated by
12092         gen-uni-tables.
12093         * lib/unicase/tolower.h: New file, automatically generated by
12094         gen-uni-tables.
12095         * lib/unicase/totitle.h: New file, automatically generated by
12096         gen-uni-tables.
12097         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
12098         gen-uni-tables.
12099         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
12100         gen-uni-tables.
12101         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
12102         gen-uni-tables.
12103
12104         New module 'unicase/base'.
12105         * modules/unicase/base: New file.
12106         * lib/unicase.h: New file.
12107
12108 2009-02-08  Bruno Haible  <bruno@clisp.org>
12109
12110         New module 'uniwbrk/ulc-wordbreaks'.
12111         * modules/uniwbrk/ulc-wordbreaks: New file.
12112         * lib/uniwbrk/ulc-wordbreaks.c: New file.
12113
12114         New module 'uniwbrk/u32-wordbreaks'.
12115         * modules/uniwbrk/u32-wordbreaks: New file.
12116         * lib/uniwbrk/u32-wordbreaks.c: New file.
12117
12118         New module 'uniwbrk/u16-wordbreaks'.
12119         * modules/uniwbrk/u16-wordbreaks: New file.
12120         * lib/uniwbrk/u16-wordbreaks.c: New file.
12121
12122         New module 'uniwbrk/u8-wordbreaks'.
12123         * modules/uniwbrk/u8-wordbreaks: New file.
12124         * lib/uniwbrk/u8-wordbreaks.c: New file.
12125         * lib/uniwbrk/u-wordbreaks.h: New file.
12126
12127         New module 'uniwbrk/table'.
12128         * modules/uniwbrk/table: New file.
12129         * lib/uniwbrk/wbrktable.h: New file.
12130         * lib/uniwbrk/wbrktable.c: New file.
12131
12132         New module 'uniwbrk/wordbreak-property'.
12133         * modules/uniwbrk/wordbreak-property: New file.
12134         * lib/uniwbrk/wordbreak-property.c: New file.
12135
12136         * lib/gen-uni-tables.c (WBP_*): New enum items.
12137         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
12138         (unicode_org_wbp): New variable.
12139         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
12140         New functions.
12141         (wbp_table): New structure.
12142         (output_wbp, output_wbrk_tables): New functions.
12143         (main): Accept additional argument. Invoke fill_org_wbp,
12144         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
12145         output_wbrk_tables.
12146         * modules/gen-uni-tables (Description): Update.
12147         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
12148         gen-uni-tables.
12149
12150         New module 'uniwbrk/base'.
12151         * modules/uniwbrk/base: New file.
12152         * lib/uniwbrk.h: New file.
12153
12154 2009-02-08  Bruno Haible  <bruno@clisp.org>
12155
12156         Update to Unicode 5.1.0.
12157         * lib/gen-uni-tables.c (is_property_alphabetic): Include
12158         U+2185..U+2188.
12159         (is_property_default_ignorable_code_point): Don't include characters
12160         of category Cc or Cs and not-a-characters.
12161         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
12162         U+0D79, U+109E, U+109F, U+A60C.
12163         * lib/unictype/bidi_of.h: Regenerated.
12164         * lib/unictype/blocks.h: Regenerated.
12165         * lib/unictype/categ_C.h: Regenerated.
12166         * lib/unictype/categ_Cf.h: Regenerated.
12167         * lib/unictype/categ_Cn.h: Regenerated.
12168         * lib/unictype/categ_L.h: Regenerated.
12169         * lib/unictype/categ_Ll.h: Regenerated.
12170         * lib/unictype/categ_Lm.h: Regenerated.
12171         * lib/unictype/categ_Lo.h: Regenerated.
12172         * lib/unictype/categ_Lu.h: Regenerated.
12173         * lib/unictype/categ_M.h: Regenerated.
12174         * lib/unictype/categ_Mc.h: Regenerated.
12175         * lib/unictype/categ_Me.h: Regenerated.
12176         * lib/unictype/categ_Mn.h: Regenerated.
12177         * lib/unictype/categ_N.h: Regenerated.
12178         * lib/unictype/categ_Nd.h: Regenerated.
12179         * lib/unictype/categ_Nl.h: Regenerated.
12180         * lib/unictype/categ_No.h: Regenerated.
12181         * lib/unictype/categ_P.h: Regenerated.
12182         * lib/unictype/categ_Pd.h: Regenerated.
12183         * lib/unictype/categ_Pe.h: Regenerated.
12184         * lib/unictype/categ_Pf.h: Regenerated.
12185         * lib/unictype/categ_Pi.h: Regenerated.
12186         * lib/unictype/categ_Po.h: Regenerated.
12187         * lib/unictype/categ_Ps.h: Regenerated.
12188         * lib/unictype/categ_S.h: Regenerated.
12189         * lib/unictype/categ_Sk.h: Regenerated.
12190         * lib/unictype/categ_Sm.h: Regenerated.
12191         * lib/unictype/categ_So.h: Regenerated.
12192         * lib/unictype/categ_of.h: Regenerated.
12193         * lib/unictype/combining.h: Regenerated.
12194         * lib/unictype/ctype_alnum.h: Regenerated.
12195         * lib/unictype/ctype_alpha.h: Regenerated.
12196         * lib/unictype/ctype_graph.h: Regenerated.
12197         * lib/unictype/ctype_lower.h: Regenerated.
12198         * lib/unictype/ctype_print.h: Regenerated.
12199         * lib/unictype/ctype_punct.h: Regenerated.
12200         * lib/unictype/ctype_upper.h: Regenerated.
12201         * lib/unictype/decdigit.h: Regenerated.
12202         * lib/unictype/digit.h: Regenerated.
12203         * lib/unictype/mirror.h: Regenerated.
12204         * lib/unictype/numeric.h: Regenerated.
12205         * lib/unictype/pr_alphabetic.h: Regenerated.
12206         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
12207         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
12208         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
12209         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
12210         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
12211         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
12212         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
12213         * lib/unictype/pr_combining.h: Regenerated.
12214         * lib/unictype/pr_dash.h: Regenerated.
12215         * lib/unictype/pr_decimal_digit.h: Regenerated.
12216         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
12217         * lib/unictype/pr_deprecated.h: Regenerated.
12218         * lib/unictype/pr_diacritic.h: Regenerated.
12219         * lib/unictype/pr_extender.h: Regenerated.
12220         * lib/unictype/pr_format_control.h: Regenerated.
12221         * lib/unictype/pr_grapheme_base.h: Regenerated.
12222         * lib/unictype/pr_grapheme_extend.h: Regenerated.
12223         * lib/unictype/pr_grapheme_link.h: Regenerated.
12224         * lib/unictype/pr_id_continue.h: Regenerated.
12225         * lib/unictype/pr_id_start.h: Regenerated.
12226         * lib/unictype/pr_ideographic.h: Regenerated.
12227         * lib/unictype/pr_ignorable_control.h: Regenerated.
12228         * lib/unictype/pr_lowercase.h: Regenerated.
12229         * lib/unictype/pr_math.h: Regenerated.
12230         * lib/unictype/pr_numeric.h: Regenerated.
12231         * lib/unictype/pr_other_alphabetic.h: Regenerated.
12232         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
12233         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
12234         * lib/unictype/pr_other_id_continue.h: Regenerated.
12235         * lib/unictype/pr_other_lowercase.h: Regenerated.
12236         * lib/unictype/pr_other_math.h: Regenerated.
12237         * lib/unictype/pr_punctuation.h: Regenerated.
12238         * lib/unictype/pr_sentence_terminal.h: Regenerated.
12239         * lib/unictype/pr_soft_dotted.h: Regenerated.
12240         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
12241         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
12242         * lib/unictype/pr_unified_ideograph.h: Regenerated.
12243         * lib/unictype/pr_uppercase.h: Regenerated.
12244         * lib/unictype/pr_xid_continue.h: Regenerated.
12245         * lib/unictype/pr_xid_start.h: Regenerated.
12246         * lib/unictype/pr_zero_width.h: Regenerated.
12247         * lib/unictype/scripts.h: Regenerated.
12248         * lib/unictype/scripts_byname.gperf: Regenerated.
12249         * lib/unictype/sy_java_ident.h: Regenerated.
12250         * lib/unilbrk/lbrkprop1.h: Regenerated.
12251         * lib/unilbrk/lbrkprop2.h: Regenerated.
12252         * tests/unictype/test-categ_C.c: Regenerated.
12253         * tests/unictype/test-categ_Cf.c: Regenerated.
12254         * tests/unictype/test-categ_Cn.c: Regenerated.
12255         * tests/unictype/test-categ_L.c: Regenerated.
12256         * tests/unictype/test-categ_Ll.c: Regenerated.
12257         * tests/unictype/test-categ_Lm.c: Regenerated.
12258         * tests/unictype/test-categ_Lo.c: Regenerated.
12259         * tests/unictype/test-categ_Lu.c: Regenerated.
12260         * tests/unictype/test-categ_M.c: Regenerated.
12261         * tests/unictype/test-categ_Mc.c: Regenerated.
12262         * tests/unictype/test-categ_Me.c: Regenerated.
12263         * tests/unictype/test-categ_Mn.c: Regenerated.
12264         * tests/unictype/test-categ_N.c: Regenerated.
12265         * tests/unictype/test-categ_Nd.c: Regenerated.
12266         * tests/unictype/test-categ_Nl.c: Regenerated.
12267         * tests/unictype/test-categ_No.c: Regenerated.
12268         * tests/unictype/test-categ_P.c: Regenerated.
12269         * tests/unictype/test-categ_Pd.c: Regenerated.
12270         * tests/unictype/test-categ_Pe.c: Regenerated.
12271         * tests/unictype/test-categ_Pf.c: Regenerated.
12272         * tests/unictype/test-categ_Pi.c: Regenerated.
12273         * tests/unictype/test-categ_Po.c: Regenerated.
12274         * tests/unictype/test-categ_Ps.c: Regenerated.
12275         * tests/unictype/test-categ_S.c: Regenerated.
12276         * tests/unictype/test-categ_Sk.c: Regenerated.
12277         * tests/unictype/test-categ_Sm.c: Regenerated.
12278         * tests/unictype/test-categ_So.c: Regenerated.
12279         * tests/unictype/test-ctype_alnum.c: Regenerated.
12280         * tests/unictype/test-ctype_alpha.c: Regenerated.
12281         * tests/unictype/test-ctype_graph.c: Regenerated.
12282         * tests/unictype/test-ctype_lower.c: Regenerated.
12283         * tests/unictype/test-ctype_print.c: Regenerated.
12284         * tests/unictype/test-ctype_punct.c: Regenerated.
12285         * tests/unictype/test-ctype_upper.c: Regenerated.
12286         * tests/unictype/test-decdigit.h: Regenerated.
12287         * tests/unictype/test-digit.h: Regenerated.
12288         * tests/unictype/test-numeric.h: Regenerated.
12289         * tests/unictype/test-pr_alphabetic.c: Regenerated.
12290         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
12291         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
12292         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
12293         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
12294         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
12295         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
12296         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
12297         * tests/unictype/test-pr_combining.c: Regenerated.
12298         * tests/unictype/test-pr_dash.c: Regenerated.
12299         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
12300         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
12301         * tests/unictype/test-pr_deprecated.c: Regenerated.
12302         * tests/unictype/test-pr_diacritic.c: Regenerated.
12303         * tests/unictype/test-pr_extender.c: Regenerated.
12304         * tests/unictype/test-pr_format_control.c: Regenerated.
12305         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
12306         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
12307         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
12308         * tests/unictype/test-pr_id_continue.c: Regenerated.
12309         * tests/unictype/test-pr_id_start.c: Regenerated.
12310         * tests/unictype/test-pr_ideographic.c: Regenerated.
12311         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
12312         * tests/unictype/test-pr_lowercase.c: Regenerated.
12313         * tests/unictype/test-pr_math.c: Regenerated.
12314         * tests/unictype/test-pr_numeric.c: Regenerated.
12315         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
12316         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
12317         Regenerated.
12318         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
12319         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
12320         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
12321         * tests/unictype/test-pr_other_math.c: Regenerated.
12322         * tests/unictype/test-pr_punctuation.c: Regenerated.
12323         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
12324         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
12325         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
12326         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
12327         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
12328         * tests/unictype/test-pr_uppercase.c: Regenerated.
12329         * tests/unictype/test-pr_xid_continue.c: Regenerated.
12330         * tests/unictype/test-pr_xid_start.c: Regenerated.
12331         * tests/unictype/test-pr_zero_width.c: Regenerated.
12332
12333         Update to Unicode 5.1.0.
12334         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
12335         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
12336         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
12337         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
12338         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
12339         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
12340         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
12341         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
12342         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
12343         (nonspacing_table_ind): Update.
12344         * tests/uniwidth/test-uc_width2.sh: Update expected result.
12345
12346         Update to Unicode 5.1.0.
12347         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
12348         code transform.
12349         * lib/uniname/uniname.c (unicode_character_name,
12350         unicode_name_character): Add the range 0x1Fxxx to the code transform.
12351         * lib/uniname/uninames.h: Regenerated.
12352         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
12353
12354 2009-02-07  Bruno Haible  <bruno@clisp.org>
12355
12356         Merge gen-ctype and gen-lbrk into a single program.
12357         * lib/gen-uni-tables.c: New file, incorporating
12358         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
12359         Add directory prefixes to the names of the generated files.
12360         * lib/unictype/gen-ctype.c: Remove file.
12361         * lib/unilbrk/gen-lbrk.c: Remove file.
12362         * modules/gen-uni-tables: New file.
12363         * modules/unictype/gen-ctype: Remove file.
12364         * modules/unilbrk/gen-lbrk: Remove file.
12365
12366 2009-02-07  Bruno Haible  <bruno@clisp.org>
12367
12368         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
12369
12370         New module 'unistr/u32-strcoll'.
12371         * modules/unistr/u32-strcoll: New file.
12372         * lib/unistr/u32-strcoll.c: New file.
12373
12374         New module 'unistr/u16-strcoll'.
12375         * modules/unistr/u16-strcoll: New file.
12376         * lib/unistr/u16-strcoll.c: New file.
12377
12378         New module 'unistr/u8-strcoll'.
12379         * modules/unistr/u8-strcoll: New file.
12380         * lib/unistr/u8-strcoll.c: New file.
12381         * lib/unistr/u-strcoll.h: New file.
12382
12383 2009-02-07  Bruno Haible  <bruno@clisp.org>
12384
12385         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
12386         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12387         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12388         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
12389         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
12390         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
12391
12392 2009-02-07  Bruno Haible  <bruno@clisp.org>
12393
12394         Make 64-bit clean.
12395         * lib/unictype/gen-ctype.c (output_predicate, output_category,
12396         output_combclass, output_bidi_category, output_decimal_digit,
12397         output_digit, output_numeric, output_mirror, output_scripts,
12398         output_ident_category): Use proper width specifier in format strings.
12399
12400 2009-02-07  Bruno Haible  <bruno@clisp.org>
12401
12402         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
12403         failure behaviour.
12404
12405 2009-02-07  Jim Meyering  <meyering@redhat.com>
12406
12407         regex: avoid compilation failure with upcoming gcc-4.4
12408         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
12409         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
12410         "... error: integer overflow in preprocessor expression".
12411
12412 2009-02-05  Ben Pfaff  <blp@gnu.org>
12413
12414         Fix link errors on Windows when close module is used.
12415         * modules/close: Add $(LIB_CLOSE) to Link section.
12416         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
12417         $(LIB_CLOSE) on Windows.
12418
12419 2009-02-05  Jim Meyering  <meyering@redhat.com>
12420
12421         still avoid unused-parameter warnings, but do it cleanly
12422         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
12423         (get_fs_usage): Cast to void instead.
12424         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
12425         (dev_from_mount_options, read_file_system_list): Cast to void.
12426         Prompted by Bruno Haible.
12427
12428 2009-02-04  Jim Meyering  <meyering@redhat.com>
12429
12430         fsusage.c: correct copyright year
12431         * lib/fsusage.c: Reflect year in which the change is pushed into
12432
12433         avoid misc. warnings
12434         * lib/fsusage.c (UNUSED_PARAM): Define.
12435         (get_fs_usage): Mark parameter "disk" as unused.
12436         * lib/getugroups.c (getgrent): Use "void" in prototype.
12437         * lib/mountlist.c: Mark unused parameters.
12438         (read_file_system_list): Declare a local with "const".
12439         * lib/nanosleep.c (getnow): Declare static.
12440         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
12441
12442         dirfd: set errno upon failure
12443         * lib/dirfd.c: Include <errno.h>.
12444         Set errno to ENOTSUP when returning -1.
12445         * modules/dirfd (Depends-on): Add errno.
12446         Suggested by John Kodis <kodis@comcast.net>.
12447
12448 2009-02-01  Bruno Haible  <bruno@clisp.org>
12449
12450         Don't assume sizeof (long) >= sizeof (void *).
12451         * lib/memcmp.c: Include stdint.h.
12452         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
12453         srcp2 to 'const byte *'.
12454         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
12455         types to uintptr_t.
12456         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
12457         * modules/memcmp (Depends-on): Add stdint.
12458         Reported by Ozkan Sezer <sezeroz@gmail.com>.
12459
12460 2009-01-30  Eric Blake  <ebb9@byu.net>
12461
12462         fix more require-before-expand issues
12463         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
12464         expand, AC_PROG_AWK.
12465         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
12466
12467 2009-01-28  Eric Blake  <ebb9@byu.net>
12468
12469         version-etc: use consistent URL formatting
12470         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
12471         Improve formatting.  Use fputs for string without %.
12472
12473 2009-01-28  Jim Meyering  <meyering@redhat.com>
12474
12475         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
12476         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
12477         "underquoted definition of NAME" from autoconf-2.59.
12478
12479 2009-01-28  Bruno Haible  <bruno@clisp.org>
12480
12481         * doc/gnulib.texi: Add "Obsolete modules" to index.
12482
12483 2009-01-28  Jim Meyering  <meyering@redhat.com>
12484
12485         useless-if-before-free: recognize more variants
12486         * build-aux/useless-if-before-free: Also recognize e.g.,
12487         if (NULL != p) free (p);
12488
12489 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
12490
12491         test-getaddrinfo: skip (don't fail) this test when there's no network
12492         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
12493         on the presumption that it means you lack network access.
12494
12495 2009-01-26  Jim Meyering  <meyering@redhat.com>
12496
12497         fflush: avoid warnings on modern systems
12498         * lib/fflush.c (rpl_fflush): Move declarations of locals,
12499         pos and result, into scopes where they're used.
12500
12501 2009-01-26  Eric Blake  <ebb9@byu.net>
12502
12503         Silence warning reintroduced by recent extensions patch.
12504         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
12505         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
12506         autoconf.
12507
12508         Backport improved autoconf semantics of AC_DEFUN_ONCE.
12509         * m4/00gnulib.m4: New file.
12510         * gnulib-tool (func_get_filelist): Always use it.
12511         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
12512         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
12513
12514 2009-01-25  Bruno Haible  <bruno@clisp.org>
12515
12516         Make test-quotearg work on MacOS X and AIX.
12517         * tests/test-quotearg.sh: New file.
12518         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
12519         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
12520         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
12521         include <libintl.h>.
12522         (fake_locale): Remove variable.
12523         (gettext, dgettext, dcgettext): Remove functions.
12524         (main): Instead of setting a fake locale, set a real locale. Call
12525         textdomain and bindtextdomain.
12526         * modules/quotearg-tests (Files): Add the new files.
12527         (Depends-on): Add gettext, setenv, unsetenv.
12528         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
12529         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
12530         Augment TESTS_ENVIRONMENT.
12531
12532 2009-01-25  Bruno Haible  <bruno@clisp.org>
12533
12534         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
12535         fr_FR.ISO8859-1 locale on MacOS X.
12536         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
12537         ja_JP.eucJP locale on MacOS X.
12538         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
12539         zh_CN.GB18030 locale on MacOS X.
12540
12541 2009-01-25  Bruno Haible  <bruno@clisp.org>
12542
12543         Avoid link errors on MacOS X 10.3.
12544         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
12545         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
12546
12547 2009-01-25  Bruno Haible  <bruno@clisp.org>
12548
12549         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
12550         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
12551         * modules/pipe (Files): Remove m4/posix_spawn.m4.
12552         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
12553         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
12554         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
12555         posix_spawnattr_init, posix_spawnattr_setsigmask,
12556         posix_spawnattr_setflags, posix_spawnattr_destroy.
12557
12558         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
12559         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
12560         * modules/execute (Files): Remove m4/posix_spawn.m4.
12561         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
12562         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
12563         posix_spawnattr_init, posix_spawnattr_setsigmask,
12564         posix_spawnattr_setflags, posix_spawnattr_destroy.
12565
12566 2009-01-25  Bruno Haible  <bruno@clisp.org>
12567
12568         * lib/glthread/threadlib.c: Include <stdlib.h>.
12569
12570 2009-01-25  Bruno Haible  <bruno@clisp.org>
12571
12572         * lib/glthread/threadlib.c (dummy): New declaration.
12573
12574 2009-01-25  Bruno Haible  <bruno@clisp.org>
12575
12576         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
12577         multibyte characters also for the GB18030 encoding. Don't crash when
12578         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
12579
12580 2009-01-25  Bruno Haible  <bruno@clisp.org>
12581
12582         Avoid redefining 'struct random_data' on OSF/1 5.1.
12583         * lib/stdlib.in.h: Include <random.h> if it exists.
12584         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
12585         HAVE_RANDOM_H. Include <random.h> when testing whether
12586         'struct random_data' exists.
12587         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
12588
12589 2009-01-25  Bruno Haible  <bruno@clisp.org>
12590
12591         Don't install charset.alias on MacOS X >= 10.3.
12592         * lib/localcharset.c (DARWIN7): New macro.
12593         (get_charset_aliases): Hardcode the result for Darwin7.
12594         * modules/localcharset (install-exec-local): Don't install
12595         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
12596
12597 2009-01-25  Bruno Haible  <bruno@clisp.org>
12598
12599         Don't install charset.alias on mingw and Cygwin.
12600         * modules/localcharset (install-exec-local): Don't install
12601         charset.alias on mingw and Cygwin, if the file does not yet exist.
12602         The result for these platforms is hardcoded in localcharset.c.
12603
12604 2009-01-25  Bruno Haible  <bruno@clisp.org>
12605
12606         Make it possible again to use AC_GNU_SOURCE together with gnulib.
12607         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
12608         before requiring AC_USE_SYSTEM_EXTENSIONS.
12609
12610 2009-01-25  Jim Meyering  <meyering@redhat.com>
12611
12612         c-strtod: avoid warnings
12613         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
12614         "assignment discards qualifiers from pointer target type" warnings.
12615
12616 2009-01-24  Bruno Haible  <bruno@clisp.org>
12617
12618         Add support for non-UTF-8 locales on MacOS X.
12619         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
12620         canonical encodings. For Darwin 7 and newer, don't map traditional
12621         encodings to UTF-8.
12622         Reported by Vincent Lefevre <vincent@vinc17.org>
12623         at <http://savannah.gnu.org/bugs/?25235>.
12624
12625 2009-01-24  Bruno Haible  <bruno@clisp.org>
12626
12627         * doc/gnulib.texi (Obsolete modules): New section.
12628         Reported by Mike Frysinger <vapier@gentoo.org>.
12629
12630 2009-01-24  Bruno Haible  <bruno@clisp.org>
12631
12632         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
12633         (%.dvi): New rule.
12634
12635 2009-01-24  Bruno Haible  <bruno@clisp.org>
12636
12637         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
12638         Reported by Eric Blake.
12639
12640 2009-01-24  Bruno Haible  <bruno@clisp.org>
12641
12642         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
12643         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
12644         Reported by Gary V. Vaughan <gary@gnu.org>.
12645
12646 2009-01-24  Bruno Haible  <bruno@clisp.org>
12647
12648         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
12649
12650 2009-01-23  Bruno Haible  <bruno@clisp.org>
12651
12652         Make c-strtod, c-strtold usable in libraries.
12653         * lib/c-strtod.c: Include string.h instead of xalloc.h.
12654         (C_STRTOD): Call strdup instead of xstrdup.
12655         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
12656         * modules/c-strtold (Depends-on): Likewise.
12657         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
12658         * NEWS: Mention the change.
12659         Reported by Michael Gold <mgold@ncf.ca>.
12660
12661 2009-01-23  Jim Meyering  <meyering@redhat.com>
12662
12663         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
12664         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
12665         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
12666
12667 2009-01-23  Simon Josefsson  <simon@josefsson.org>
12668
12669         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
12670         GNU CoreUtils.
12671         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
12672         * modules/version-etc (Description): Update.
12673
12674 2009-01-22  Bruno Haible  <bruno@clisp.org>
12675
12676         Cache the C locale object.
12677         * lib/c-strtod.c (c_locale_cache): New variable.
12678         (c_locale): New function.
12679         (C_STRTOD): Use it, and don't call freelocale.
12680         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
12681         Suggested by Paolo Bonzini.
12682
12683 2009-01-21  Bruno Haible  <bruno@clisp.org>
12684
12685         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
12686         conditions other than overflow.
12687
12688 2009-01-21  Bruno Haible  <bruno@clisp.org>
12689
12690         * lib/c-strtod.c: Include errno.h.
12691         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
12692         value from STRTOD_L and STRTOD.
12693
12694 2009-01-21  Bruno Haible  <bruno@clisp.org>
12695         and Jim Meyering  <meyering@redhat.com>
12696
12697         nanosleep: skip configure test (fail it) for apple universal builds
12698         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
12699         universal builds, assume that nanosleep does not work.
12700         * modules/nanosleep (Depends-on): Add multiarch.
12701
12702         mktime: skip configure test (fail it) for apple universal builds
12703         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
12704         universal builds, assume that mktime does not work.
12705         * modules/mktime (Depends-on): Add multiarch.
12706
12707 2009-01-21  Eric Blake  <ebb9@byu.net>
12708
12709         multiarch: avoid expand-before-require warning
12710         * modules/multiarch (configure.ac): Require, rather than expand,
12711         gl_MULTIARCH.
12712         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
12713         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
12714         enforce that all clients require it.  Partial reversion of
12715         2008-12-29 patch.
12716
12717         error: avoid expand-before-require warning
12718         * modules/errno (configure.ac): Require, rather than expand,
12719         gl_HEADER_ERRNO_H.
12720         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
12721         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
12722         enforce that all clients require it.
12723
12724         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
12725         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
12726         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
12727         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
12728
12729 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
12730
12731         Revert:
12732         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
12733
12734         regex: do not depend on obsolete modules.
12735         * modules/regex: Remove memcmp and memmove.
12736
12737 2009-01-20  Bruno Haible  <bruno@clisp.org>
12738
12739         Make the 'link' module link on Windows NT 4.
12740         * lib/link.c (_WIN32_WINNT): Don't define.
12741         (CreateHardLinkFuncType): New type.
12742         (CreateHardLinkFunc, initialized): New variables.
12743         (initialize): New function.
12744         (link): Invoke CreateHardLink indirectly through the function pointer.
12745
12746 2009-01-20  Bruno Haible  <bruno@clisp.org>
12747
12748         Fix compilation failure on mingw.
12749         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
12750
12751 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
12752
12753         * doc/c-strtod.texi: Mention a couple of restrictions.
12754
12755 2009-01-20  Jim Meyering  <meyering@redhat.com>
12756
12757         gettimeofday: move more declarations out of functions
12758         * lib/gettimeofday.c: Move extern declarations of tzset and
12759         gmtime out of containing functions.  Prompted by Bruno Haible.
12760
12761 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
12762
12763         regex: do not depend on obsolete modules.
12764         * modules/regex: Remove memcmp and memmove.
12765
12766 2009-01-19  Bruno Haible  <bruno@clisp.org>
12767
12768         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
12769         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
12770         gl_BIGENDIAN, not AC_C_BIGENDIAN.
12771         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
12772         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
12773
12774 2009-01-19  Bruno Haible  <bruno@clisp.org>
12775
12776         * tests/test-link.c: Include <errno.h>.
12777         (main): Exit with code 77 when a hard link cannot be created due to
12778         the file system.
12779         * tests/test-link.sh: Skip test when a hard link cannot be created due
12780         to the file system.
12781         Suggested by Eric Blake.
12782
12783 2009-01-19  Martin Lambers  <marlam@marlam.de>
12784
12785         * modules/link-tests: New file.
12786         * tests/test-link.sh: New file.
12787         * tests/test-link.c: New file.
12788
12789 2009-01-19  Eric Blake  <ebb9@byu.net>
12790
12791         doc: mention another function added in cygwin 1.7.0
12792         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
12793         Another new function in cygwin 1.7.
12794
12795 2009-01-19  Bruno Haible  <bruno@clisp.org>
12796
12797         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
12798         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
12799         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
12800         gl_BIGENDIAN, not AC_C_BIGENDIAN.
12801         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
12802         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
12803         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
12804         * m4/md4.m4 (gl_MD4): Likewise.
12805         * m4/md5.m4 (gl_MD5): Likewise.
12806         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
12807         * m4/sha1.m4 (gl_SHA1): Likewise.
12808         * m4/sha256.m4 (gl_SHA256): Likewise.
12809         * m4/sha512.m4 (gl_SHA512): Likewise.
12810
12811 2009-01-19  Bruno Haible  <bruno@clisp.org>
12812
12813         * modules/uniname/uniname-tests (Depends-on): Add progname.
12814         * tests/uniname/test-uninames.c: Include progname.h.
12815         (main): Call set_program_name.
12816
12817         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
12818         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
12819         (main): Call set_program_name.
12820
12821         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
12822         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
12823         (main): Call set_program_name.
12824
12825         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
12826         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
12827         (main): Call set_program_name.
12828
12829         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
12830         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
12831         (main): Call set_program_name.
12832
12833         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
12834         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
12835         (main): Call set_program_name.
12836
12837         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
12838         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
12839         (main): Call set_program_name.
12840
12841         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
12842         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
12843         (main): Call set_program_name.
12844
12845         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
12846         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
12847         (main): Call set_program_name.
12848
12849 2009-01-19  Eric Blake  <ebb9@byu.net>
12850
12851         test-unistd: test previous patch
12852         * tests/test-unistd.c: Test *_FILENO macros.
12853
12854         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
12855         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
12856         Guarantee a definition.
12857         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
12858         * modules/unistd-safer (Depends-on): Add dependency on unistd.
12859         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
12860         * lib/dup-safer.c (STDERR_FILENO): Likewise.
12861         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
12862         Likewise.
12863         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
12864         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
12865         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
12866         Likewise.
12867         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
12868         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
12869         (STDERR_FILENO): Likewise.
12870         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
12871         (STDERR_FILENO): Likewise.
12872         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
12873         (STDERR_FILENO): Likewise.
12874         Reported by Elbert Pol.
12875
12876 2009-01-19  Eric Blake  <ebb9@byu.net>
12877
12878         doc: mention more functions added in cygwin 1.7.0
12879         * doc/posix-functions/abort.texi (abort): Update wording related
12880         to cygwin.
12881         * doc/posix-functions/daylight.texi (daylight): Likewise.
12882         * doc/posix-functions/optarg.texi (optarg): Likewise.
12883         * doc/posix-functions/optarg.texi (opterr): Likewise.
12884         * doc/posix-functions/optarg.texi (optind): Likewise.
12885         * doc/posix-functions/optarg.texi (optopt): Likewise.
12886         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
12887         worked in 1.5.x, and was withdrawn in 1.7.
12888         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
12889         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
12890         cygwin versions.
12891         * doc/posix-functions/perror.texi (perror): Likewise.
12892         * doc/posix-functions/printf.texi (printf): Likewise.
12893         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
12894         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
12895         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
12896         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
12897         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
12898         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
12899         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
12900         Likewise.
12901         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
12902         Likewise.
12903         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
12904         this function.
12905         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
12906         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
12907         Likewise.
12908         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
12909         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
12910         * doc/posix-functions/confstr.texi (confstr): Likewise.
12911         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
12912         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
12913         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
12914         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
12915         * doc/posix-functions/fputws.texi (fputws): Likewise.
12916         * doc/posix-functions/fwide.texi (fwide): Likewise.
12917         * doc/posix-functions/getwc.texi (getwc): Likewise.
12918         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
12919         * doc/posix-functions/putwc.texi (putwc): Likewise.
12920         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
12921         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
12922         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
12923         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
12924         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
12925         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
12926         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
12927         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
12928         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
12929         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
12930         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
12931
12932 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
12933
12934         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
12935         * lib/ioctl.c: Include <sys/ioctl.h>.
12936
12937 2009-01-19  Simon Josefsson  <simon@josefsson.org>
12938
12939         * modules/getdate-tests (Depends-on): Add progname.
12940         * tests/test-getdate.c: Use progname module, to avoid link errors
12941         on non-glibc systems.
12942
12943 2009-01-18  Simon Josefsson  <simon@josefsson.org>
12944
12945         * modules/filenamecat-tests (Depends-on): Add progname.
12946         * modules/fstrcmp-tests (Depends-on): Likewise.
12947
12948         * tests/test-filenamecat.c: Use progname module, to avoid link
12949         errors on non-glibc systems.
12950         * tests/test-fstrcmp.c: Likewise.
12951
12952 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
12953
12954         gettimeofday: avoid warning: nested extern declaration of 'localtime'
12955         * lib/gettimeofday.c: Move extern declaration out of function.
12956
12957 2009-01-18  Bruno Haible  <bruno@clisp.org>
12958
12959         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
12960         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
12961         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
12962
12963 2009-01-18  Bruno Haible  <bruno@clisp.org>
12964
12965         * lib/strftime.c (MEMPCPY): Remove unused macro.
12966         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
12967
12968 2009-01-18  Martin Lambers  <marlam@marlam.de>
12969
12970         New module 'link'.
12971         * lib/unistd.in.h (link): New declaration.
12972         * lib/link.c: New file.
12973         * m4/link.m4: New file.
12974         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
12975         HAVE_LINK.
12976         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
12977         * modules/link: New file.
12978         * doc/posix-functions/link.texi: Mention the new module.
12979
12980 2009-01-18  Bruno Haible  <bruno@clisp.org>
12981
12982         * tests/test-avltree_list.c (main): Call set_program_name.
12983         * tests/test-avltree_oset.c (main): Likewise.
12984         * tests/test-obstack-printf.c: Include progname.h.
12985         (main): Call set_program_name.
12986         * tests/test-quotearg.c: Include progname.h.
12987         (main): Call set_program_name.
12988         * tests/test-xmemdup0.c: Include progname.h.
12989         (main): Call set_program_name.
12990
12991 2009-01-18  Bruno Haible  <bruno@clisp.org>
12992
12993         New module 'alphasort'.
12994         * lib/dirent.in.h (alphasort): New declaration.
12995         * lib/alphasort.c: New file, from glibc with modifications.
12996         * m4/alphasort.m4: New file.
12997         * modules/alphasort: New file.
12998         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
12999         HAVE_ALPHASORT.
13000         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
13001         HAVE_ALPHASORT.
13002         * doc/posix-functions/alphasort.texi: Mention the new module and the
13003         portability problems.
13004
13005 2009-01-18  Bruno Haible  <bruno@clisp.org>
13006
13007         New module 'scandir'.
13008         * lib/dirent.in.h (scandir): New declaration.
13009         * lib/scandir.c: New file, from glibc with modifications.
13010         * m4/scandir.m4: New file.
13011         * modules/scandir: New file.
13012         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
13013         HAVE_SCANDIR.
13014         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
13015         HAVE_SCANDIR.
13016         * doc/posix-functions/scandir.texi: Mention the new module and the
13017         portability problems.
13018
13019 2009-01-17  Bruno Haible  <bruno@clisp.org>
13020
13021         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
13022         Update documentation.
13023         (func_remove_suffix): Escape all dots in the suffix. Update
13024         documentation.
13025         (func_filter_filelist): Update documentation.
13026         Reported by Ralf Wildenhues.
13027
13028 2009-01-17  Bruno Haible  <bruno@clisp.org>
13029
13030         * modules/dprintf-posix-tests: New file.
13031         * tests/test-dprintf-posix.sh: New file.
13032         * tests/test-dprintf-posix.c: New file.
13033
13034         New modules 'dprintf', 'dprintf-posix'.
13035         * lib/stdio.in.h (dprintf): New declaration.
13036         * lib/dprintf.c: New file.
13037         * m4/dprintf.m4: New file.
13038         * m4/dprintf-posix.m4: New file.
13039         * modules/dprintf: New file.
13040         * modules/dprintf-posix: New file.
13041         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
13042         HAVE_DPRINTF, REPLACE_DPRINTF.
13043         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
13044         HAVE_DPRINTF, REPLACE_DPRINTF.
13045         * doc/posix-functions/dprintf.texi: Mention the new modules.
13046
13047 2009-01-17  Bruno Haible  <bruno@clisp.org>
13048
13049         * modules/vdprintf-posix-tests: New file.
13050         * tests/test-vdprintf-posix.sh: New file.
13051         * tests/test-vdprintf-posix.c: New file.
13052
13053         New modules 'vdprintf', 'vdprintf-posix'.
13054         * lib/stdio.in.h (vdprintf): New declaration.
13055         * lib/vdprintf.c: New file.
13056         * m4/vdprintf.m4: New file.
13057         * m4/vdprintf-posix.m4: New file.
13058         * modules/vdprintf: New file.
13059         * modules/vdprintf-posix: New file.
13060         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
13061         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13062         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
13063         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13064         * doc/posix-functions/vdprintf.texi: Mention the new modules.
13065
13066 2009-01-17  Bruno Haible  <bruno@clisp.org>
13067
13068         Fix replacement of fopen on mingw.
13069         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
13070         mingw.
13071
13072 2009-01-17  Bruno Haible  <bruno@clisp.org>
13073
13074         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
13075         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
13076
13077 2009-01-17  Bruno Haible  <bruno@clisp.org>
13078
13079         Avoid test-fflush2.sh failure on mingw.
13080         * tests/test-fflush2.c: Include binary-io.h.
13081         (main): Put standard input into binary mode.
13082         * modules/fflush-tests (Depends-on): Add binary-io.
13083
13084 2009-01-17  Bruno Haible  <bruno@clisp.org>
13085
13086         * lib/wchar.in.h: In another particular situation, include only the
13087         system's <wchar.h> file.
13088         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
13089         Reported by Albert Chin-A-Young <china@thewrittenword.com>
13090         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
13091
13092 2009-01-17  Bruno Haible  <bruno@clisp.org>
13093
13094         Support for stripping executables in --enable-relocatable.
13095         * build-aux/install-reloc: Expect one more argument, or an environment
13096         variable RELOC_STRIP_PROG. If set, strip the destination program and
13097         its wrapper.
13098         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
13099         RELOC_STRIP_PROG.
13100         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
13101         to set RELOCATABLE_STRIP.
13102         * NEWS: Mention the new Makefile requirement.
13103
13104 2009-01-17  Bruno Haible  <bruno@clisp.org>
13105
13106         * build-aux/install-reloc: Remove debugging information left over by
13107         C compiler on MacOS X.
13108
13109 2009-01-17  Bruno Haible  <bruno@clisp.org>
13110
13111         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
13112         * lib/progreloc.c (find_executable): Fix type of pointer passed to
13113         _NSGetExecutablePath.
13114
13115 2009-01-16  Jim Meyering  <meyering@redhat.com>
13116
13117         strerror: avoid warnings about discarding "const"
13118         * lib/strerror.c (rpl_strerror): Instead of returning a const
13119         string from each and every "case", use a variable, and add a single
13120         cast after the switch.
13121
13122 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
13123
13124         * lib/arpa_inet.in.h: Add extern "C" block for C++.
13125
13126 2009-01-16  Bruno Haible  <bruno@clisp.org>
13127
13128         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
13129         array initializer syntax that also works in C++ mode.
13130         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13131
13132 2009-01-16  Jim Meyering  <meyering@redhat.com>
13133
13134         poll: suppress a warning
13135         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
13136         to ignore "...unsigned expression < 0 is always false" warnings.
13137
13138 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
13139
13140         poll: remove declarations of unused variables
13141         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
13142         sockbuf and optlen.
13143
13144 2009-01-15  Bruno Haible  <bruno@clisp.org>
13145
13146         Make fflush-after-ungetc POSIX compliant on BSD systems.
13147         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
13148         (clear_ungetc_buffer): Implement also for other systems.
13149         (rpl_fflush): On glibc systems, invoke
13150         clear_ungetc_buffer_preserving_position. Otherwise, invoke
13151         clear_ungetc_buffer after fetching the stream's position, not before.
13152
13153 2009-01-15  Bruno Haible  <bruno@clisp.org>
13154
13155         Make fflush-after-ungetc POSIX compliant on glibc systems.
13156         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
13157         after ungetc.
13158         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
13159         (rpl_fflush): On glibc systems, simply call the system's fflush
13160         function after clearing the ungetc buffer.
13161         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
13162         Instead, lseek only to the end of file, then use the system's fseeko
13163         for the rest. On glibc systems, reset the EOF indicator bit.
13164
13165 2009-01-15  Jim Meyering  <meyering@redhat.com>
13166
13167         openmp.m4: revert quote-adding change, for portability to older autoconf
13168         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
13169         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
13170         Simon Josefsson noticed the problem when using autoconf-2.61.
13171
13172 2009-01-15  Bruno Haible  <bruno@clisp.org>
13173
13174         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
13175         * tests/test-fflush2.c (ASSERT): Always fail.
13176         (main): Add two tests for fflush() after ungetc(), taking into account
13177         the Austin Group's clarification.
13178         Suggested by Eric Blake.
13179
13180 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
13181
13182         mktime.m4: remove K&R-style function prototypes
13183         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
13184         for the Sun C++ compiler.
13185
13186 2009-01-14  Bruno Haible  <bruno@clisp.org>
13187
13188         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
13189         while including <wchar.h>.
13190         * lib/wchar.in.h: In two particular situations on HP-UX, include only
13191         the system's <wchar.h> file.
13192         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13193
13194 2009-01-14  Bruno Haible  <bruno@clisp.org>
13195
13196         * m4/csharp.m4: Don't mention gettext on the serial number line.
13197         * m4/csharpexec.m4: Likewise.
13198         * m4/eaccess.m4: Likewise.
13199         * m4/javaexec.m4: Likewise.
13200         * m4/sig_atomic_t.m4: Likewise.
13201         * m4/tmpdir.m4: Likewise.
13202         * m4/intldir.m4: Bump gettext version.
13203         * m4/lib-ld.m4: Likewise.
13204
13205 2009-01-14  Bruno Haible  <bruno@clisp.org>
13206
13207         * lib/progname.c (set_program_name): Add more comments.
13208         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
13209
13210 2009-01-14  Simon Josefsson  <simon@josefsson.org>
13211
13212         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
13213         were sys/stat.h does not define it.
13214
13215 2009-01-14  Jim Meyering  <meyering@redhat.com>
13216
13217         many *.m4 files: improve m4 quoting
13218         99% of this change was performed by running the following commands:
13219         git ls-files | grep '\.m4$' | xargs perl -pi \
13220           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
13221           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13222           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13223           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
13224         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
13225         The remainder were to add Copyright dates, increment serial numbers,
13226         undo some changes in comments, exclude m4/intl.m4, and add quotes
13227         around the "1" in ",1" where the unusual spacing prohibited the
13228         above regexps from doing the job.  For more details, see
13229         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
13230         * m4/acl.m4: Modified.
13231         * m4/afs.m4: Likewise.
13232         * m4/alloca.m4: Likewise.
13233         * m4/argp.m4: Likewise.
13234         * m4/argz.m4: Likewise.
13235         * m4/atexit.m4: Likewise.
13236         * m4/bison-i18n.m4: Likewise.
13237         * m4/bison.m4: Likewise.
13238         * m4/byteswap.m4: Likewise.
13239         * m4/c-stack.m4: Likewise.
13240         * m4/c-strtod.m4: Likewise.
13241         * m4/calloc.m4: Likewise.
13242         * m4/canonicalize-lgpl.m4: Likewise.
13243         * m4/chown.m4: Likewise.
13244         * m4/clock_time.m4: Likewise.
13245         * m4/codeset.m4: Likewise.
13246         * m4/copy-file.m4: Likewise.
13247         * m4/csharp.m4: Likewise.
13248         * m4/csharpcomp.m4: Likewise.
13249         * m4/csharpexec.m4: Likewise.
13250         * m4/d-ino.m4: Likewise.
13251         * m4/d-type.m4: Likewise.
13252         * m4/dirfd.m4: Likewise.
13253         * m4/double-slash-root.m4: Likewise.
13254         * m4/eaccess.m4: Likewise.
13255         * m4/eealloc.m4: Likewise.
13256         * m4/environ.m4: Likewise.
13257         * m4/errno_h.m4: Likewise.
13258         * m4/euidaccess.m4: Likewise.
13259         * m4/execute.m4: Likewise.
13260         * m4/fatal-signal.m4: Likewise.
13261         * m4/fchdir.m4: Likewise.
13262         * m4/fcntl_h.m4: Likewise.
13263         * m4/fileblocks.m4: Likewise.
13264         * m4/filenamecat.m4: Likewise.
13265         * m4/findprog.m4: Likewise.
13266         * m4/flexmember.m4: Likewise.
13267         * m4/fnmatch.m4: Likewise.
13268         * m4/fopen.m4: Likewise.
13269         * m4/fpending.m4: Likewise.
13270         * m4/fprintf-posix.m4: Likewise.
13271         * m4/free.m4: Likewise.
13272         * m4/frexp.m4: Likewise.
13273         * m4/frexpl.m4: Likewise.
13274         * m4/fsusage.m4: Likewise.
13275         * m4/ftruncate.m4: Likewise.
13276         * m4/gc-camellia.m4: Likewise.
13277         * m4/gc-random.m4: Likewise.
13278         * m4/gc.m4: Likewise.
13279         * m4/getaddrinfo.m4: Likewise.
13280         * m4/getcwd-abort-bug.m4: Likewise.
13281         * m4/getcwd-path-max.m4: Likewise.
13282         * m4/getdate.m4: Likewise.
13283         * m4/getdomainname.m4: Likewise.
13284         * m4/getgroups.m4: Likewise.
13285         * m4/gethostname.m4: Likewise.
13286         * m4/gethrxtime.m4: Likewise.
13287         * m4/getline.m4: Likewise.
13288         * m4/getloadavg.m4: Likewise.
13289         * m4/getndelim2.m4: Likewise.
13290         * m4/getpass.m4: Likewise.
13291         * m4/gettext.m4: Likewise.
13292         * m4/gettime.m4: Likewise.
13293         * m4/gettimeofday.m4: Likewise.
13294         * m4/gnulib-common.m4: Likewise.
13295         * m4/group-member.m4: Likewise.
13296         * m4/host-os.m4: Likewise.
13297         * m4/iconv.m4: Likewise.
13298         * m4/iconv_open.m4: Likewise.
13299         * m4/inet_ntop.m4: Likewise.
13300         * m4/inet_pton.m4: Likewise.
13301         * m4/inline.m4: Likewise.
13302         * m4/intldir.m4: Likewise.
13303         * m4/intlmacosx.m4: Likewise.
13304         * m4/intmax.m4: Likewise.
13305         * m4/intmax_t.m4: Likewise.
13306         * m4/inttypes.m4: Likewise.
13307         * m4/inttypes_h.m4: Likewise.
13308         * m4/inttypes-pri.m4: Likewise.
13309         * m4/isapipe.m4: Likewise.
13310         * m4/isnand.m4: Likewise.
13311         * m4/isnanf.m4: Likewise.
13312         * m4/isnanl.m4: Likewise.
13313         * m4/javacomp.m4: Likewise.
13314         * m4/javaexec.m4: Likewise.
13315         * m4/jm-winsz1.m4: Likewise.
13316         * m4/jm-winsz2.m4: Likewise.
13317         * m4/lchown.m4: Likewise.
13318         * m4/lcmessage.m4: Likewise.
13319         * m4/ldexpl.m4: Likewise.
13320         * m4/lib-ld.m4: Likewise.
13321         * m4/lib-link.m4: Likewise.
13322         * m4/libsigsegv.m4: Likewise.
13323         * m4/link-follow.m4: Likewise.
13324         * m4/localcharset.m4: Likewise.
13325         * m4/locale-fr.m4: Likewise.
13326         * m4/locale-ja.m4: Likewise.
13327         * m4/locale-tr.m4: Likewise.
13328         * m4/locale-zh.m4: Likewise.
13329         * m4/lock.m4: Likewise.
13330         * m4/longlong.m4: Likewise.
13331         * m4/ls-mntd-fs.m4: Likewise.
13332         * m4/lstat.m4: Likewise.
13333         * m4/malloc.m4: Likewise.
13334         * m4/mathl.m4: Likewise.
13335         * m4/mbrtowc.m4: Likewise.
13336         * m4/mbstate_t.m4: Likewise.
13337         * m4/mbswidth.m4: Likewise.
13338         * m4/memchr.m4: Likewise.
13339         * m4/memcmp.m4: Likewise.
13340         * m4/memcpy.m4: Likewise.
13341         * m4/memmem.m4: Likewise.
13342         * m4/memmove.m4: Likewise.
13343         * m4/mempcpy.m4: Likewise.
13344         * m4/memrchr.m4: Likewise.
13345         * m4/memset.m4: Likewise.
13346         * m4/minmax.m4: Likewise.
13347         * m4/mkdir-slash.m4: Likewise.
13348         * m4/mkdtemp.m4: Likewise.
13349         * m4/mktime.m4: Likewise.
13350         * m4/mmap-anon.m4: Likewise.
13351         * m4/mountlist.m4: Likewise.
13352         * m4/nanosleep.m4: Likewise.
13353         * m4/nls.m4: Likewise.
13354         * m4/nocrash.m4: Likewise.
13355         * m4/open.m4: Likewise.
13356         * m4/openat.m4: Likewise.
13357         * m4/openmp.m4: Likewise.
13358         * m4/pathmax.m4: Likewise.
13359         * m4/perl.m4: Likewise.
13360         * m4/physmem.m4: Likewise.
13361         * m4/pipe.m4: Likewise.
13362         * m4/po.m4: Likewise.
13363         * m4/poll.m4: Likewise.
13364         * m4/posixtm.m4: Likewise.
13365         * m4/posixver.m4: Likewise.
13366         * m4/printf-frexp.m4: Likewise.
13367         * m4/printf-frexpl.m4: Likewise.
13368         * m4/printf-posix.m4: Likewise.
13369         * m4/printf-posix-rpl.m4: Likewise.
13370         * m4/printf.m4: Likewise.
13371         * m4/progtest.m4: Likewise.
13372         * m4/putenv.m4: Likewise.
13373         * m4/readline.m4: Likewise.
13374         * m4/readlink.m4: Likewise.
13375         * m4/readutmp.m4: Likewise.
13376         * m4/realloc.m4: Likewise.
13377         * m4/regex.m4: Likewise.
13378         * m4/relocatable.m4: Likewise.
13379         * m4/relocatable-lib.m4: Likewise.
13380         * m4/rename-dest-slash.m4: Likewise.
13381         * m4/rename.m4: Likewise.
13382         * m4/rmdir-errno.m4: Likewise.
13383         * m4/rmdir.m4: Likewise.
13384         * m4/roundf.m4: Likewise.
13385         * m4/roundl.m4: Likewise.
13386         * m4/rpmatch.m4: Likewise.
13387         * m4/save-cwd.m4: Likewise.
13388         * m4/selinux-selinux-h.m4: Likewise.
13389         * m4/setenv.m4: Likewise.
13390         * m4/settime.m4: Likewise.
13391         * m4/sig2str.m4: Likewise.
13392         * m4/sig_atomic_t.m4: Likewise.
13393         * m4/signalblocking.m4: Likewise.
13394         * m4/signbit.m4: Likewise.
13395         * m4/sigpipe.m4: Likewise.
13396         * m4/sockets.m4: Likewise.
13397         * m4/sockpfaf.m4: Likewise.
13398         * m4/st_dm_mode.m4: Likewise.
13399         * m4/stat-time.m4: Likewise.
13400         * m4/stdbool.m4: Likewise.
13401         * m4/stdint.m4: Likewise.
13402         * m4/stdint_h.m4: Likewise.
13403         * m4/stpcpy.m4: Likewise.
13404         * m4/stpncpy.m4: Likewise.
13405         * m4/strcase.m4: Likewise.
13406         * m4/strchrnul.m4: Likewise.
13407         * m4/strcspn.m4: Likewise.
13408         * m4/strdup.m4: Likewise.
13409         * m4/strftime.m4: Likewise.
13410         * m4/strndup.m4: Likewise.
13411         * m4/strnlen.m4: Likewise.
13412         * m4/strpbrk.m4: Likewise.
13413         * m4/strptime.m4: Likewise.
13414         * m4/strsep.m4: Likewise.
13415         * m4/strtod.m4: Likewise.
13416         * m4/strtoimax.m4: Likewise.
13417         * m4/strtok_r.m4: Likewise.
13418         * m4/strtol.m4: Likewise.
13419         * m4/strtoll.m4: Likewise.
13420         * m4/strtoul.m4: Likewise.
13421         * m4/strtoull.m4: Likewise.
13422         * m4/strtoumax.m4: Likewise.
13423         * m4/strverscmp.m4: Likewise.
13424         * m4/threadlib.m4: Likewise.
13425         * m4/timegm.m4: Likewise.
13426         * m4/tm_gmtoff.m4: Likewise.
13427         * m4/tmpdir.m4: Likewise.
13428         * m4/tmpfile.m4: Likewise.
13429         * m4/tzset.m4: Likewise.
13430         * m4/uintmax_t.m4: Likewise.
13431         * m4/unlinkdir.m4: Likewise.
13432         * m4/unlocked-io.m4: Likewise.
13433         * m4/uptime.m4: Likewise.
13434         * m4/userspec.m4: Likewise.
13435         * m4/utimbuf.m4: Likewise.
13436         * m4/utime.m4: Likewise.
13437         * m4/utimes-null.m4: Likewise.
13438         * m4/utimes.m4: Likewise.
13439         * m4/vararrays.m4: Likewise.
13440         * m4/vasnprintf.m4: Likewise.
13441         * m4/vfprintf-posix.m4: Likewise.
13442         * m4/vprintf-posix.m4: Likewise.
13443         * m4/wait-process.m4: Likewise.
13444         * m4/wchar_t.m4: Likewise.
13445         * m4/wint_t.m4: Likewise.
13446         * m4/write-any-file.m4: Likewise.
13447         * m4/yield.m4: Likewise.
13448
13449 2009-01-13  Bruno Haible  <bruno@clisp.org>
13450
13451         Avoid test-copy-file.sh failures when ACL support insufficient.
13452         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
13453         TESTS_ENVIRONMENT.
13454         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
13455         Reported by Jim Meyering.
13456
13457 2009-01-13  Bruno Haible  <bruno@clisp.org>
13458
13459         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
13460         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
13461         * modules/unistdio/u8-printf-parse (Files): Likewise.
13462         * modules/unistdio/u32-printf-parse (Files): Likewise.
13463         * modules/unistdio/ulc-printf-parse (Files): Likewise.
13464
13465 2009-01-13  Simon Josefsson  <simon@josefsson.org>
13466
13467         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
13468         and m4/inttypes_h.m4 too.
13469
13470 2009-01-12  Eric Blake  <ebb9@byu.net>
13471
13472         tests: IRIX 6.2 cc can't compile -0.0 into .data
13473         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
13474         rather than at compile-time.
13475         * tests/test-floorl.c (minus_zero): Likewise.
13476         * tests/test-frexpl.c (minus_zero): Likewise.
13477         * tests/test-isnan.c (minus_zerol): Likewise.
13478         * tests/test-isnanl.h (minus_zero): Likewise.
13479         * tests/test-ldexpl.c (minus_zero): Likewise.
13480         * tests/test-roundl.c (minus_zero): Likewise.
13481         * tests/test-signbit.c (minus_zerol): Likewise.
13482         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
13483         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
13484         * tests/test-truncl.c (minus_zero): Likewise.
13485         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
13486         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
13487         Reported by Tom G. Christensen and Nelson H. F. Beebe.
13488
13489 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13490
13491         regex: fix glibc bug 9697
13492         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
13493         handling.
13494
13495 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13496
13497         regex: fix glibc bug 697
13498         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
13499         being NULL also if there are no backreferences.
13500
13501 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13502
13503         regex: merge glibc changes
13504         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
13505         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
13506         re_string_skip_chars, re_string_reconstruct): Likewise.
13507         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
13508
13509 2009-01-07  Jim Meyering  <meyering@redhat.com>
13510
13511         poll: filter through cppi
13512         * lib/poll.c: Indent cpp directives to reflect nesting.
13513
13514 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
13515
13516         poll: don't return uninitialized
13517         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
13518
13519 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
13520
13521         avoid compile failure on AIX 6.1
13522         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
13523         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
13524
13525 2009-01-04  Jim Meyering  <meyering@redhat.com>
13526
13527         remove duplicate inclusion of <stdio.h>
13528         * tests/test-fprintf-posix.c: Likewise.
13529         * tests/test-printf-posix.c: Likewise.
13530         * tests/test-snprintf-posix.c: Likewise.
13531         * tests/test-sprintf-posix.c: Likewise.
13532         * tests/test-vasprintf-posix.c: Likewise.
13533         * tests/test-vfprintf-posix.c: Likewise.
13534         * tests/test-vprintf-posix.c: Likewise.
13535         * tests/test-vsnprintf-posix.c: Likewise.
13536         * tests/test-vsprintf-posix.c: Likewise.
13537
13538 2009-01-03  Jim Meyering  <meyering@redhat.com>
13539
13540         gnulib-tool: fix sed-based filtering
13541         * gnulib-tool (func_filter_filelist): Remove extra backslash
13542         in sed_fff_filter definition.
13543
13544 2009-01-02  Jim Meyering  <meyering@redhat.com>
13545
13546         strftime: avoid compilation failure on Solaris 2.6
13547         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
13548         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
13549         Don't #define mbrlen or mbsinit, since now they're guaranteed to
13550         be available.  Reported by Tom G. Christensen.  Details in
13551         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
13552
13553 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13554             Bruno Haible  <bruno@clisp.org>
13555
13556         Speed up gnulib-tool by doing more string processing through shell
13557         built-ins.
13558         * gnulib-tool (fast_func_append): New variable.
13559         (func_remove_prefix, func_remove_suffix): New functions.
13560         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
13561         (func_filter_filelist): New function.
13562         (func_get_dependencies): Use func_remove_suffix instead of sed.
13563         (func_get_automake_snippet): Use func_filter_filelist instead of a
13564         subshell and sed invocation.
13565
13566 2009-01-01  Bruno Haible  <bruno@clisp.org>
13567
13568         Fix a security bug.
13569         * gnulib-tool (func_import, import, update): Don't allow the characters
13570         '"', '$', '`', '\' in macro arguments that become part of commands that
13571         are evaluated.
13572
13573 2009-01-01  Bruno Haible  <bruno@clisp.org>
13574
13575         * gnulib-tool (func_reset_sigpipe): Add more comments.
13576
13577 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13578
13579         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
13580         func_emit_tests_Makefile_am, func_import): Abort loops early if we
13581         already know the answer.
13582
13583 2009-01-01  Jim Meyering  <meyering@redhat.com>
13584
13585         * lib/version-etc.c (version_etc_va): Update copyright year.
13586
13587 2008-12-30  Bruno Haible  <bruno@clisp.org>
13588
13589         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
13590         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
13591         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
13592
13593 2008-12-29  Eric Blake  <ebb9@byu.net>
13594
13595         multiarch: avoid autoconf AC_REQUIRE bug
13596         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
13597         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
13598         2.63 and older.
13599         Reported by Bruno Haible, and analyzed in
13600         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
13601
13602 2008-12-29  Bruno Haible  <bruno@clisp.org>
13603
13604         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
13605         files in subdirectories correctly.
13606         Reported by Ralf Wildenhues.
13607
13608 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13609
13610         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
13611         rather than 'join FILE -', for Solaris join.
13612
13613 2008-12-29  Bruno Haible  <bruno@clisp.org>
13614
13615         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
13616         quoting.
13617         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
13618         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
13619         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
13620         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
13621         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
13622         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
13623         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
13624         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
13625         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
13626         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
13627         * m4/nls.m4 (AM_NLS): Likewise.
13628         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
13629         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
13630         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
13631         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
13632         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
13633         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
13634         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
13635         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
13636         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
13637         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
13638         * m4/xsize.m4 (gl_XSIZE): Likewise.
13639         Suggested by Jim Meyering.
13640
13641 2008-11-17  Bruce Korb  <bkorb@gnu.org>
13642
13643         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
13644         * lib/parse-duration.c: use a switch instead of cascading if's.
13645
13646 2008-12-29  Eric Blake  <ebb9@byu.net>
13647
13648         wchar.h: supply WEOF on Irix 5.3
13649         * lib/wchar.in.h (wint_t): Also supply WEOF.
13650         * lib/wctype.in.h (wint_t): Likewise.
13651         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
13652         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
13653         Reported by Tom G. Christensen.
13654
13655 2008-12-26  Bruno Haible  <bruno@clisp.org>
13656
13657         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
13658         i486, i586, i686.
13659
13660 2008-12-26  Bruno Haible  <bruno@clisp.org>
13661
13662         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
13663
13664 2008-12-26  Bruno Haible  <bruno@clisp.org>
13665
13666         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
13667         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
13668         not __STDC_CONSTANT_MACROS.
13669         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
13670
13671 2008-12-25  Bruno Haible  <bruno@clisp.org>
13672
13673         Add support for universal builds to vasnprintf.
13674         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
13675         universal builds, guess no.
13676         * modules/vasnprintf-posix (Depends-on): Add multiarch.
13677         * modules/vasprintf-posix (Depends-on): Likewise.
13678         * modules/fprintf-posix (Depends-on): Likewise.
13679         * modules/vfprintf-posix (Depends-on): Likewise.
13680         * modules/snprintf-posix (Depends-on): Likewise.
13681         * modules/vsnprintf-posix (Depends-on): Likewise.
13682         * modules/sprintf-posix (Depends-on): Likewise.
13683         * modules/vsprintf-posix (Depends-on): Likewise.
13684         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
13685         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13686         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13687         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13688         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13689         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13690         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13691
13692         Add support for universal builds to <inttypes.h>.
13693         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
13694         _SCNu64_PREFIX): In Apple
13695         universal builds, define directly, using _LP64.
13696         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
13697         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
13698         * modules/inttypes (Depends-on): Add multiarch.
13699         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
13700
13701         Add support for universal builds to <stdint.h>.
13702         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
13703         universal builds, define directly, using _LP64.
13704         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
13705         Apple universal builds, don't test for the size and suffix of ptrdiff_t
13706         and size_t.
13707         * modules/stdint (Depends-on): Add multiarch.
13708         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
13709
13710         New module 'multiarch'.
13711         * modules/multiarch: New file.
13712         * m4/multiarch.m4: New file.
13713
13714 2008-12-25  Bruno Haible  <bruno@clisp.org>
13715
13716         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
13717
13718 2008-12-25  Bruno Haible  <bruno@clisp.org>
13719
13720         * modules/btowc (License): Relicense under LGPLv2+.
13721         * modules/mbsinit (License): Likewise.
13722         * modules/mbrtowc (License): Likewise.
13723         * modules/wcrtomb (License): Likewise.
13724         * modules/streq (License): Likewise.
13725         Reported by David Lutterkort <lutter@redhat.com>.
13726
13727 2008-12-23  Bruno Haible  <bruno@clisp.org>
13728
13729         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
13730
13731 2008-12-23  Bruno Haible  <bruno@clisp.org>
13732
13733         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
13734         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
13735         GETADDRINFO_LIB, not in LIBS.
13736         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
13737         * modules/canon-host (Link): Likewise.
13738         * NEWS: Mention the change.
13739         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
13740         GETADDRINFO_LIB.
13741
13742 2008-12-22  Bruno Haible  <bruno@clisp.org>
13743
13744         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
13745         * doc/posix-functions/iswalpha_l.texi: Likewise.
13746         * doc/posix-functions/iswblank_l.texi: Likewise.
13747         * doc/posix-functions/iswcntrl_l.texi: Likewise.
13748         * doc/posix-functions/iswctype_l.texi: Likewise.
13749         * doc/posix-functions/iswdigit_l.texi: Likewise.
13750         * doc/posix-functions/iswgraph_l.texi: Likewise.
13751         * doc/posix-functions/iswlower_l.texi: Likewise.
13752         * doc/posix-functions/iswprint_l.texi: Likewise.
13753         * doc/posix-functions/iswpunct_l.texi: Likewise.
13754         * doc/posix-functions/iswspace_l.texi: Likewise.
13755         * doc/posix-functions/iswupper_l.texi: Likewise.
13756         * doc/posix-functions/iswxdigit_l.texi: Likewise.
13757         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
13758         * doc/posix-functions/open_wmemstream.texi: Likewise.
13759         * doc/posix-functions/swscanf.texi: Likewise.
13760         * doc/posix-functions/towctrans_l.texi: Likewise.
13761         * doc/posix-functions/towlower.texi: Likewise.
13762         * doc/posix-functions/towlower_l.texi: Likewise.
13763         * doc/posix-functions/towupper.texi: Likewise.
13764         * doc/posix-functions/towupper_l.texi: Likewise.
13765         * doc/posix-functions/vfwprintf.texi: Likewise.
13766         * doc/posix-functions/vfwscanf.texi: Likewise.
13767         * doc/posix-functions/vswscanf.texi: Likewise.
13768         * doc/posix-functions/vwprintf.texi: Likewise.
13769         * doc/posix-functions/vwscanf.texi: Likewise.
13770         * doc/posix-functions/wcpcpy.texi: Likewise.
13771         * doc/posix-functions/wcpncpy.texi: Likewise.
13772         * doc/posix-functions/wcscasecmp.texi: Likewise.
13773         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
13774         * doc/posix-functions/wcscoll_l.texi: Likewise.
13775         * doc/posix-functions/wcsdup.texi: Likewise.
13776         * doc/posix-functions/wcsncasecmp.texi: Likewise.
13777         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
13778         * doc/posix-functions/wcsnlen.texi: Likewise.
13779         * doc/posix-functions/wcsnrtombs.texi: Likewise.
13780         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
13781         * doc/posix-functions/wctrans_l.texi: Likewise.
13782         * doc/posix-functions/wctype_l.texi: Likewise.
13783         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
13784         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
13785         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
13786         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
13787         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
13788         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
13789         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
13790         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
13791         * doc/glibc-functions/wcschrnul.texi: Likewise.
13792         * doc/glibc-functions/wcsftime_l.texi: Likewise.
13793         * doc/glibc-functions/wcstod_l.texi: Likewise.
13794         * doc/glibc-functions/wcstof_l.texi: Likewise.
13795         * doc/glibc-functions/wcstol_l.texi: Likewise.
13796         * doc/glibc-functions/wcstold_l.texi: Likewise.
13797         * doc/glibc-functions/wcstoll_l.texi: Likewise.
13798         * doc/glibc-functions/wcstoq.texi: Likewise.
13799         * doc/glibc-functions/wcstoul_l.texi: Likewise.
13800         * doc/glibc-functions/wcstoull_l.texi: Likewise.
13801         * doc/glibc-functions/wcstouq.texi: Likewise.
13802         * doc/glibc-functions/wmempcpy.texi: Likewise.
13803
13804 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
13805             Eric Blake  <ebb9@byu.net>
13806             Paolo Bonzini  <bonzini@gnu.org>
13807             Bruno Haible  <bruno@clisp.org>
13808
13809         Make c-stack work on Haiku.
13810         * lib/c-stack.c (SA_ONSTACK): Define fallback.
13811         (c_stack_action): Use SA_ONSTACK flag.
13812
13813 2008-12-22  Bruno Haible  <bruno@clisp.org>
13814
13815         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
13816
13817 2008-12-22  Bruno Haible  <bruno@clisp.org>
13818
13819         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
13820         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
13821         being overridden.
13822         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
13823         New macros.
13824         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
13825         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
13826         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
13827         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
13828
13829 2008-12-22  Bruno Haible  <bruno@clisp.org>
13830
13831         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
13832         from test code.
13833
13834 2008-12-22  Eric Blake  <ebb9@byu.net>
13835
13836         Avoid gcc warnings on cygwin.
13837         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
13838         Avoid unused variable.
13839         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
13840         Likewise.
13841
13842 2008-12-22  Bruno Haible  <bruno@clisp.org>
13843
13844         Remove HAVE_MBRTOWC conditionals.
13845         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
13846         (mbscasecmp): Assume mbrtowc function.
13847         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
13848         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
13849         * lib/mbschr.c: Include mbuiter.h unconditionally.
13850         (mbschr): Assume mbrtowc function.
13851         * lib/mbscspn.c: Include mbuiter.h unconditionally.
13852         (mbscspn): Assume mbrtowc function.
13853         * lib/mbslen.c: Include mbuiter.h unconditionally.
13854         (mbslen): Assume mbrtowc function.
13855         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
13856         (mbsncasecmp): Assume mbrtowc function.
13857         * lib/mbsnlen.c: Include mbiter.h unconditionally.
13858         (mbsnlen): Assume mbrtowc function.
13859         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
13860         (mbspbrk): Assume mbrtowc function.
13861         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
13862         (mbspcasecmp): Assume mbrtowc function.
13863         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
13864         (mbsrchr): Assume mbrtowc function.
13865         * lib/mbssep.c: Include mbuiter.h unconditionally.
13866         (mbssep): Assume mbrtowc function.
13867         * lib/mbsspn.c: Include mbuiter.h unconditionally.
13868         (mbsspn): Assume mbrtowc function.
13869         * lib/mbsstr.c: Include mbuiter.h unconditionally.
13870         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
13871         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
13872         (mbstok_r): Assume mbrtowc function.
13873         * lib/propername.c: Include mbuiter.h unconditionally.
13874         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
13875         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
13876         (trim2): Assume mbrtowc function.
13877         * lib/mbswidth.c (mbsinit): Remove fallback definition.
13878         (mbsnwidth): Assume mbrtowc function.
13879         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
13880         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
13881         fallback definitions.
13882         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
13883
13884 2008-12-22  Bruno Haible  <bruno@clisp.org>
13885
13886         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
13887
13888 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
13889
13890         * modules/regex: Request emulations for the mb*/wc* functions we need.
13891         * m4/regex.m4: Don't look for those functions here.
13892         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
13893
13894 2008-12-22  Bruno Haible  <bruno@clisp.org>
13895
13896         * modules/fnmatch (Depends-on): Remove duplicated dependency.
13897
13898 2008-12-21  Bruno Haible  <bruno@clisp.org>
13899
13900         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
13901         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
13902         (Include): Remove conditionalization.
13903         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
13904         (Include): Remove conditionalization.
13905         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
13906         (Include): Remove conditionalization.
13907         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
13908         * m4/mbfile.m4 (gl_MBFILE): Likewise.
13909         * NEWS: Mention the change.
13910         Reported by Alan Hourihane <alanh@fairlite.co.uk>
13911         via Sergey Poznyakoff <gray@gnu.org.ua>.
13912
13913 2008-12-21  Bruno Haible  <bruno@clisp.org>
13914
13915         * MODULES.html.sh (Extended multibyte and wide character utilities
13916         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
13917         wcrtomb, wcsrtombs.
13918         (Support for systems lacking POSIX:2008): Add accept, bind, close,
13919         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
13920         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
13921         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
13922
13923 2008-12-21  Bruno Haible  <bruno@clisp.org>
13924
13925         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
13926
13927 2008-12-21  Bruno Haible  <bruno@clisp.org>
13928
13929         * modules/wcsnrtombs-tests: New file.
13930         * tests/test-wcsnrtombs1.sh: New file.
13931         * tests/test-wcsnrtombs2.sh: New file.
13932         * tests/test-wcsnrtombs3.sh: New file.
13933         * tests/test-wcsnrtombs4.sh: New file.
13934         * tests/test-wcsnrtombs.c: New file.
13935
13936         New module 'wcsnrtombs'.
13937         * lib/wchar.in.h (wcsnrtombs): New declaration.
13938         * lib/wcsnrtombs.c: New file.
13939         * lib/wcsrtombs-state.c: New file.
13940         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
13941         (internal_state): Remove variable.
13942         * m4/wcsnrtombs.m4: New file.
13943         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
13944         compilation units.
13945         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
13946         HAVE_WCSNRTOMBS.
13947         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
13948         HAVE_WCSNRTOMBS.
13949         * modules/wcsnrtombs: New file.
13950         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
13951         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
13952
13953 2008-12-21  Bruno Haible  <bruno@clisp.org>
13954
13955         * modules/wcsrtombs-tests: New file.
13956         * tests/test-wcsrtombs1.sh: New file.
13957         * tests/test-wcsrtombs2.sh: New file.
13958         * tests/test-wcsrtombs3.sh: New file.
13959         * tests/test-wcsrtombs4.sh: New file.
13960         * tests/test-wcsrtombs.c: New file.
13961
13962         New module 'wcsrtombs'.
13963         * lib/wchar.in.h (wcsrtombs): New declaration.
13964         * lib/wcsrtombs.c: New file.
13965         * m4/wcsrtombs.m4: New file.
13966         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
13967         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
13968         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
13969         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
13970         * modules/wcsrtombs: New file.
13971         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
13972         bugs.
13973
13974 2008-12-21  Bruno Haible  <bruno@clisp.org>
13975
13976         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
13977         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
13978         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
13979         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
13980         if not correct.
13981         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
13982         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
13983         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
13984         m4/locale-zh.m4, m4/codeset.m4.
13985         * doc/posix-functions/wcrtomb.texi: Document the bug.
13986
13987 2008-12-21  Bruno Haible  <bruno@clisp.org>
13988
13989         Work around a btowc() bug on IRIX 6.5.
13990         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
13991         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
13992         REPLACE_WTOBC if not.
13993         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
13994         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
13995         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
13996
13997 2008-12-21  Bruno Haible  <bruno@clisp.org>
13998
13999         * modules/wcrtomb-tests: New file.
14000         * tests/test-wcrtomb.sh: New file.
14001         * tests/test-wcrtomb.c: New file.
14002
14003         New module 'wcrtomb'.
14004         * lib/wchar.in.h (wcrtomb): New declaration.
14005         * lib/wcrtomb.c: New file.
14006         * m4/wcrtomb.m4: New file.
14007         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
14008         HAVE_WCRTOMB.
14009         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
14010         HAVE_WCRTOMB.
14011         * modules/wcrtomb: New file.
14012         * doc/posix-functions/wcrtomb.texi: Mention the new module.
14013
14014 2008-12-21  Bruno Haible  <bruno@clisp.org>
14015
14016         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
14017         * modules/mbsrtowcs (Files): Likewise.
14018         * modules/wctob (Files): Likewise.
14019         * modules/c-strcase-tests (Files): Likewise.
14020         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
14021         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
14022         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
14023         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
14024         * modules/vasnprintf-posix-tests (Files): Likewise.
14025
14026 2008-12-21  William Pursell  <bill.pursell@gmail.com>
14027
14028         gitlog-to-changelog: pass all command-line arguments to git-log
14029         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
14030         it is sometimes convenient to filter the commits in various ways.
14031         gitlog-to-changelog only allows --since to specify a start date,
14032         but git-log itself supports many other filtering mechanisms.
14033         At the moment, I want to filter by branch name.  Rather than
14034         adding a --branch option to gitlog-to-changelog, it seems more
14035         flexible to simply pass all options directly to git-log and let
14036         git do the work.  Notice that this effectively makes --since a
14037         redundant option for gitlog-to-changelog, but removing it would
14038         require current usage to change since calls would then require
14039         an additional '--'.
14040
14041 2008-12-21  Bruno Haible  <bruno@clisp.org>
14042
14043         * modules/mbsnrtowcs-tests: New file.
14044         * tests/test-mbsnrtowcs1.sh: New file.
14045         * tests/test-mbsnrtowcs2.sh: New file.
14046         * tests/test-mbsnrtowcs3.sh: New file.
14047         * tests/test-mbsnrtowcs4.sh: New file.
14048         * tests/test-mbsnrtowcs.c: New file.
14049
14050         New module 'mbsnrtowcs'.
14051         * lib/wchar.in.h (mbsnrtowcs): New declaration.
14052         * lib/mbsnrtowcs.c: New file.
14053         * lib/mbsrtowcs-state.c: New file.
14054         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
14055         (internal_state): Remove variable.
14056         * m4/mbsnrtowcs.m4: New file.
14057         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
14058         compilation units.
14059         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
14060         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14061         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
14062         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14063         * modules/mbsnrtowcs: New file.
14064         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
14065         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
14066         portability problem.
14067
14068 2008-12-21  Bruno Haible  <bruno@clisp.org>
14069
14070         Work around mbsrtowcs bug.
14071         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
14072         (gl_FUNC_MBSRTOWCS): Invoke it.
14073         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14074         m4/locale-zh.m4.
14075         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
14076
14077 2008-12-21  Bruno Haible  <bruno@clisp.org>
14078
14079         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
14080
14081 2008-12-21  Bruno Haible  <bruno@clisp.org>
14082
14083         Update doc for AIX.
14084         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
14085         16-bit wchar_t type.
14086         * doc/posix-functions/btowc.texi: Likewise.
14087         * doc/posix-functions/fgetwc.texi: Likewise.
14088         * doc/posix-functions/fgetws.texi: Likewise.
14089         * doc/posix-functions/fputwc.texi: Likewise.
14090         * doc/posix-functions/fputws.texi: Likewise.
14091         * doc/posix-functions/fwide.texi: Likewise.
14092         * doc/posix-functions/fwprintf.texi: Likewise.
14093         * doc/posix-functions/fwscanf.texi: Likewise.
14094         * doc/posix-functions/getwchar.texi: Likewise.
14095         * doc/posix-functions/getwc.texi: Likewise.
14096         * doc/posix-functions/iswalnum.texi: Likewise.
14097         * doc/posix-functions/iswalpha.texi: Likewise.
14098         * doc/posix-functions/iswblank.texi: Likewise.
14099         * doc/posix-functions/iswcntrl.texi: Likewise.
14100         * doc/posix-functions/iswctype.texi: Likewise.
14101         * doc/posix-functions/iswdigit.texi: Likewise.
14102         * doc/posix-functions/iswgraph.texi: Likewise.
14103         * doc/posix-functions/iswlower.texi: Likewise.
14104         * doc/posix-functions/iswprint.texi: Likewise.
14105         * doc/posix-functions/iswpunct.texi: Likewise.
14106         * doc/posix-functions/iswspace.texi: Likewise.
14107         * doc/posix-functions/iswupper.texi: Likewise.
14108         * doc/posix-functions/iswxdigit.texi: Likewise.
14109         * doc/posix-functions/mbrtowc.texi: Likewise.
14110         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14111         * doc/posix-functions/mbstowcs.texi: Likewise.
14112         * doc/posix-functions/mbtowc.texi: Likewise.
14113         * doc/posix-functions/putwchar.texi: Likewise.
14114         * doc/posix-functions/putwc.texi: Likewise.
14115         * doc/posix-functions/swprintf.texi: Likewise.
14116         * doc/posix-functions/tolower.texi: Likewise.
14117         * doc/posix-functions/toupper.texi: Likewise.
14118         * doc/posix-functions/towctrans.texi: Likewise.
14119         * doc/posix-functions/ungetwc.texi: Likewise.
14120         * doc/posix-functions/vswprintf.texi: Likewise.
14121         * doc/posix-functions/wcrtomb.texi: Likewise.
14122         * doc/posix-functions/wcscat.texi: Likewise.
14123         * doc/posix-functions/wcschr.texi: Likewise.
14124         * doc/posix-functions/wcscmp.texi: Likewise.
14125         * doc/posix-functions/wcscoll.texi: Likewise.
14126         * doc/posix-functions/wcscpy.texi: Likewise.
14127         * doc/posix-functions/wcscspn.texi: Likewise.
14128         * doc/posix-functions/wcsftime.texi: Likewise.
14129         * doc/posix-functions/wcslen.texi: Likewise.
14130         * doc/posix-functions/wcsncat.texi: Likewise.
14131         * doc/posix-functions/wcsncmp.texi: Likewise.
14132         * doc/posix-functions/wcsncpy.texi: Likewise.
14133         * doc/posix-functions/wcspbrk.texi: Likewise.
14134         * doc/posix-functions/wcsrchr.texi: Likewise.
14135         * doc/posix-functions/wcsrtombs.texi: Likewise.
14136         * doc/posix-functions/wcsspn.texi: Likewise.
14137         * doc/posix-functions/wcsstr.texi: Likewise.
14138         * doc/posix-functions/wcstod.texi: Likewise.
14139         * doc/posix-functions/wcstof.texi: Likewise.
14140         * doc/posix-functions/wcstoimax.texi: Likewise.
14141         * doc/posix-functions/wcstok.texi: Likewise.
14142         * doc/posix-functions/wcstold.texi: Likewise.
14143         * doc/posix-functions/wcstoll.texi: Likewise.
14144         * doc/posix-functions/wcstol.texi: Likewise.
14145         * doc/posix-functions/wcstombs.texi: Likewise.
14146         * doc/posix-functions/wcstoull.texi: Likewise.
14147         * doc/posix-functions/wcstoul.texi: Likewise.
14148         * doc/posix-functions/wcstoumax.texi: Likewise.
14149         * doc/posix-functions/wcswidth.texi: Likewise.
14150         * doc/posix-functions/wcsxfrm.texi: Likewise.
14151         * doc/posix-functions/wctob.texi: Likewise.
14152         * doc/posix-functions/wctomb.texi: Likewise.
14153         * doc/posix-functions/wctrans.texi: Likewise.
14154         * doc/posix-functions/wctype.texi: Likewise.
14155         * doc/posix-functions/wcwidth.texi: Likewise.
14156         * doc/posix-functions/wmemchr.texi: Likewise.
14157         * doc/posix-functions/wmemcmp.texi: Likewise.
14158         * doc/posix-functions/wmemcpy.texi: Likewise.
14159         * doc/posix-functions/wmemmove.texi: Likewise.
14160         * doc/posix-functions/wmemset.texi: Likewise.
14161         * doc/posix-functions/wprintf.texi: Likewise.
14162         * doc/posix-functions/wscanf.texi: Likewise.
14163
14164 2008-12-21  Bruno Haible  <bruno@clisp.org>
14165
14166         Update doc for HP-UX 11.11.
14167         * doc/posix-functions/btowc.texi: Clarify that the function is missing
14168         in HP-UX version 11.00, not in all versions of HP-UX 11.
14169         * doc/posix-functions/fwide.texi: Likewise.
14170         * doc/posix-functions/fwprintf.texi: Likewise.
14171         * doc/posix-functions/fwscanf.texi: Likewise.
14172         * doc/posix-functions/inet_ntop.texi: Likewise.
14173         * doc/posix-functions/inet_pton.texi: Likewise.
14174         * doc/posix-functions/mbrlen.texi: Likewise.
14175         * doc/posix-functions/mbrtowc.texi: Likewise.
14176         * doc/posix-functions/mbsinit.texi: Likewise.
14177         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14178         * doc/posix-functions/swprintf.texi: Likewise.
14179         * doc/posix-functions/swscanf.texi: Likewise.
14180         * doc/posix-functions/towctrans.texi: Likewise.
14181         * doc/posix-functions/vfwprintf.texi: Likewise.
14182         * doc/posix-functions/vswprintf.texi: Likewise.
14183         * doc/posix-functions/vwprintf.texi: Likewise.
14184         * doc/posix-functions/wcrtomb.texi: Likewise.
14185         * doc/posix-functions/wcsrtombs.texi: Likewise.
14186         * doc/posix-functions/wcsstr.texi: Likewise.
14187         * doc/posix-functions/wctob.texi: Likewise.
14188         * doc/posix-functions/wctrans.texi: Likewise.
14189         * doc/posix-functions/wmemchr.texi: Likewise.
14190         * doc/posix-functions/wmemcmp.texi: Likewise.
14191         * doc/posix-functions/wmemcpy.texi: Likewise.
14192         * doc/posix-functions/wmemmove.texi: Likewise.
14193         * doc/posix-functions/wmemset.texi: Likewise.
14194         * doc/posix-functions/wprintf.texi: Likewise.
14195         * doc/posix-functions/wscanf.texi: Likewise.
14196
14197 2008-12-21  Bruno Haible  <bruno@clisp.org>
14198
14199         Work around a portability problem.
14200         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
14201         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
14202
14203 2008-12-20  Bruno Haible  <bruno@clisp.org>
14204
14205         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
14206         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
14207         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
14208         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
14209         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
14210
14211         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
14212         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
14213         set.
14214         (GNULIB_defined_mbstate_t): New macro.
14215         (mbsinit): Redefine if REPLACE_MBSINIT is set.
14216         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
14217         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
14218         reuses the system's mbrtowc function but works around the bugs.
14219         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
14220         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
14221         macros.
14222         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
14223         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
14224         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
14225         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
14226         REPLACE_MBSINIT if mbsinit needs to be overridden.
14227         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
14228         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14229         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
14230         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14231         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14232         m4/locale-zh.m4.
14233         (Depends): Add mbsinit.
14234         * modules/mbsinit (Depends): Add mbrtowc.
14235         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
14236
14237 2008-12-20  Bruno Haible  <bruno@clisp.org>
14238
14239         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
14240         so that there are no conversion errors on AIX.
14241         * tests/test-mbsrtowcs.c (main): LIkewise.
14242
14243 2008-12-20  Bruno Haible  <bruno@clisp.org>
14244
14245         Work around wctob bug on Solaris <= 9.
14246         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
14247         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
14248         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
14249         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
14250         * modules/wctob (Files): Add m4/locale-fr.m4.
14251         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
14252
14253 2008-12-20  Bruno Haible  <bruno@clisp.org>
14254
14255         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
14256         /dev/null.
14257         * tests/test-select-in.sh: Likewise.
14258         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14259
14260 2008-12-20  Bruno Haible  <bruno@clisp.org>
14261
14262         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
14263         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
14264         Cygwin 1.5.x.
14265
14266 2008-12-20  Bruno Haible  <bruno@clisp.org>
14267
14268         Ensure mbstate_t is defined on HP-UX 11.11.
14269         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
14270         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
14271         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
14272         AC_USE_SYSTEM_EXTENSIONS.
14273         * modules/fnmatch (Depends-on): Add extensions.
14274         * modules/mbrlen (Depends-on): Likewise.
14275         * modules/mbrtowc (Depends-on): Likewise.
14276         * modules/mbsinit (Depends-on): Likewise.
14277         * modules/mbsrtowcs (Depends-on): Likewise.
14278         * modules/mbswidth (Depends-on): Likewise.
14279         * modules/quotearg (Depends-on): Likewise.
14280         * modules/strftime (Depends-on): Likewise.
14281
14282 2008-12-20  Bruno Haible  <bruno@clisp.org>
14283
14284         Ensure wctob is declared on IRIX 6.5.
14285         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
14286         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
14287         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
14288         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
14289         of HAVE_WCTOB.
14290         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
14291         HAVE_WCTOB.
14292         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
14293
14294 2008-12-19  Bruno Haible  <bruno@clisp.org>
14295
14296         * modules/mbsrtowcs-tests: New file.
14297         * tests/test-mbsrtowcs1.sh: New file.
14298         * tests/test-mbsrtowcs2.sh: New file.
14299         * tests/test-mbsrtowcs3.sh: New file.
14300         * tests/test-mbsrtowcs4.sh: New file.
14301         * tests/test-mbsrtowcs.c: New file.
14302
14303         New module 'mbsrtowcs'.
14304         * lib/wchar.in.h (mbsrtowcs): New declaration.
14305         * lib/mbsrtowcs.c: New file.
14306         * m4/mbsrtowcs.m4: New file.
14307         * modules/mbsrtowcs: New file.
14308         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
14309         HAVE_MBSRTOWCS.
14310         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
14311         HAVE_MBSRTOWCS.
14312         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
14313
14314 2008-12-19  Bruno Haible  <bruno@clisp.org>
14315
14316         New module 'mbrlen'.
14317         * lib/wchar.in.h (mbrlen): New declaration.
14318         * lib/mbrlen.c: New file.
14319         * m4/mbrlen.m4: New file.
14320         * modules/mbrlen: New file.
14321         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
14322         HAVE_MBRLEN.
14323         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
14324         HAVE_MBRLEN.
14325         * doc/posix-functions/mbrlen.texi: Document the new module.
14326
14327 2008-12-19  Bruno Haible  <bruno@clisp.org>
14328
14329         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
14330         * modules/mbrtowc (Depends-on): Add verify.
14331         Suggested by Paul Eggert.
14332
14333 2008-12-18  Bruno Haible  <bruno@clisp.org>
14334
14335         * modules/mbsinit-tests: New file.
14336         * tests/test-mbsinit.sh: New file.
14337         * tests/test-mbsinit.c: New file.
14338
14339 2008-12-18  Bruno Haible  <bruno@clisp.org>
14340
14341         * modules/mbrtowc-tests: New file.
14342         * tests/test-mbrtowc1.sh: New file.
14343         * tests/test-mbrtowc2.sh: New file.
14344         * tests/test-mbrtowc3.sh: New file.
14345         * tests/test-mbrtowc4.sh: New file.
14346         * tests/test-mbrtowc.c: New file.
14347
14348         New module 'mbrtowc'.
14349         * lib/wchar.in.h (mbstate_t): Override when the system does not have
14350         mbsinit and mbrtowc.
14351         (mbrtowc): New declaration.
14352         * lib/mbrtowc.c: New file.
14353         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
14354         * modules/mbrtowc: New file.
14355         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
14356         HAVE_MBRTOWC.
14357         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
14358         HAVE_MBRTOWC.
14359         * doc/posix-functions/mbrtowc.texi: Document the new module.
14360
14361 2008-12-18  Bruno Haible  <bruno@clisp.org>
14362
14363         New module 'wctob'.
14364         * lib/wchar.in.h (wctob): New declaration.
14365         * lib/wctob.c: New file.
14366         * m4/wctob.m4: New file.
14367         * modules/wctob: New file.
14368         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
14369         HAVE_WCTOB.
14370         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
14371         * doc/posix-functions/wctob.texi: Document the new module.
14372
14373 2008-12-18  Bruno Haible  <bruno@clisp.org>
14374
14375         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
14376         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
14377
14378 2008-12-18  Simon Josefsson  <simon@josefsson.org>
14379
14380         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
14381         G. Christensen" <tgc@jupiterrise.com>.
14382
14383         * lib/flock.c: Need to include errno.h.  Reported by "Tom
14384         G. Christensen" <tgc@jupiterrise.com>.
14385
14386         * lib/flock.c: Need to include string.h.  Reported by "Tom
14387         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
14388         <ebb9@byu.net>.
14389
14390 2008-12-18  Bruno Haible  <bruno@clisp.org>
14391
14392         * m4/locale-ja.m4: New file, from GNU gettext.
14393
14394 2008-12-17  Bruno Haible  <bruno@clisp.org>
14395
14396         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
14397         Suggested by Eric Blake.
14398
14399 2008-12-17  Bruno Haible  <bruno@clisp.org>
14400
14401         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
14402
14403 2008-12-17  Bruno Haible  <bruno@clisp.org>
14404
14405         * lib/mbsinit.c: Include verify.h. Verify an assumption.
14406         * modules/mbsinit (Depends-on): Add verify.
14407         Suggested by Paul Eggert.
14408
14409 2008-12-17  Bruno Haible  <bruno@clisp.org>
14410
14411         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
14412         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
14413         gl_FUNC_MBRTOWC.
14414         * m4/mbiter.m4 (gl_MBITER): LIkewise.
14415         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
14416         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
14417         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
14418         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
14419         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
14420         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
14421         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
14422         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
14423         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
14424         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
14425         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
14426         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
14427         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
14428         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
14429         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14430         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
14431         * modules/trim (configure.ac): Likewise.
14432
14433 2008-12-17  Bruno Haible  <bruno@clisp.org>
14434
14435         * modules/btowc-tests: New file.
14436         * tests/test-btowc1.sh: New file.
14437         * tests/test-btowc2.sh: New file.
14438         * tests/test-btowc.c: New file.
14439
14440         New module 'btowc'.
14441         * lib/wchar.in.h (btowc): New declaration.
14442         * lib/btowc.c: New file.
14443         * m4/btowc.m4: New file.
14444         * modules/btowc: New file.
14445         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
14446         HAVE_BTOWC.
14447         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
14448         * doc/posix-functions/btowc.texi: Document the new module.
14449
14450 2008-12-17  Bruno Haible  <bruno@clisp.org>
14451
14452         New module 'mbsinit'.
14453         * lib/wchar.in.h (mbsinit): New declaration.
14454         * lib/mbsinit.c: New file.
14455         * m4/mbsinit.m4: New file.
14456         * modules/mbsinit: New file.
14457         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
14458         HAVE_MBSINIT.
14459         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
14460         HAVE_MBSINIT.
14461         * doc/posix-functions/mbsinit.texi: Document the new module.
14462
14463 2008-12-16  Bruno Haible  <bruno@clisp.org>
14464
14465         * lib/unistd.in.h: Add comment.
14466         * tests/test-environ.c: Don't include <stdlib.h>.
14467
14468 2008-12-16  Bruno Haible  <bruno@clisp.org>
14469
14470         * lib/parse-duration.h (parse_duration): Document return value
14471         convention.
14472         * lib/parse-duration.c: Include specification header first. Add
14473         comments.
14474         (_): Remove macro.
14475         (parse_year_month_day, parse_hour_minute_second): Move side effects
14476         outside of strchr call.
14477         (parse_non_iso8601): Move side effects outside of isspace call.
14478         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
14479         call.
14480
14481 2008-12-16  Bruno Haible  <bruno@clisp.org>
14482
14483         * tests/test-parse-duration.sh: Produce no output when the test
14484         succeeds.
14485
14486 2008-12-16  Bruno Haible  <bruno@clisp.org>
14487
14488         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
14489         expressions.
14490
14491 2008-12-15  Bruno Haible  <bruno@clisp.org>
14492
14493         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
14494         * doc/glibc-functions/flistxattr.texi: Likewise.
14495         * doc/glibc-functions/fopencookie.texi: Likewise.
14496         * doc/glibc-functions/fremovexattr.texi: Likewise.
14497         * doc/glibc-functions/fsetxattr.texi: Likewise.
14498         * doc/glibc-functions/getxattr.texi: Likewise.
14499         * doc/glibc-functions/lgetxattr.texi: Likewise.
14500         * doc/glibc-functions/listxattr.texi: Likewise.
14501         * doc/glibc-functions/llistxattr.texi: Likewise.
14502         * doc/glibc-functions/lremovexattr.texi: Likewise.
14503         * doc/glibc-functions/lsetxattr.texi: Likewise.
14504         * doc/glibc-functions/removexattr.texi: Likewise.
14505         * doc/glibc-functions/setxattr.texi: Likewise.
14506         * doc/posix-functions/open_memstream.texi: Likewise.
14507
14508 2008-12-15  Eric Blake  <ebb9@byu.net>
14509
14510         Update doc for cygwin 1.7.
14511         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
14512         functions.
14513         * doc/posix-functions/fchmodat.texi: Likewise.
14514         * doc/posix-functions/fchownat.texi: Likewise.
14515         * doc/posix-functions/fdopendir.texi: Likewise.
14516         * doc/posix-functions/fmemopen.texi: Likewise.
14517         * doc/posix-functions/freeaddrinfo.texi: Likewise.
14518         * doc/posix-functions/fstatat.texi: Likewise.
14519         * doc/posix-functions/futimens.texi: Likewise.
14520         * doc/posix-functions/gai_strerror.texi: Likewise.
14521         * doc/posix-functions/getaddrinfo.texi: Likewise.
14522         * doc/posix-functions/getnameinfo.texi: Likewise.
14523         * doc/posix-functions/if_freenameindex.texi: Likewise.
14524         * doc/posix-functions/if_indextoname.texi: Likewise.
14525         * doc/posix-functions/if_nameindex.texi: Likewise.
14526         * doc/posix-functions/if_nametoindex.texi: Likewise.
14527         * doc/posix-functions/insque.texi: Likewise.
14528         * doc/posix-functions/linkat.texi: Likewise.
14529         * doc/posix-functions/llrint.texi: Likewise.
14530         * doc/posix-functions/llrintf.texi: Likewise.
14531         * doc/posix-functions/llrintl.texi: Likewise.
14532         * doc/posix-functions/lockf.texi: Likewise.
14533         * doc/posix-functions/lrintl.texi: Likewise.
14534         * doc/posix-functions/mkdirat.texi: Likewise.
14535         * doc/posix-functions/mkfifoat.texi: Likewise.
14536         * doc/posix-functions/mknodat.texi: Likewise.
14537         * doc/posix-functions/mq_close.texi: Likewise.
14538         * doc/posix-functions/mq_getattr.texi: Likewise.
14539         * doc/posix-functions/mq_notify.texi: Likewise.
14540         * doc/posix-functions/mq_open.texi: Likewise.
14541         * doc/posix-functions/mq_receive.texi: Likewise.
14542         * doc/posix-functions/mq_send.texi: Likewise.
14543         * doc/posix-functions/mq_setattr.texi: Likewise.
14544         * doc/posix-functions/mq_timedreceive.texi: Likewise.
14545         * doc/posix-functions/mq_timedsend.texi: Likewise.
14546         * doc/posix-functions/mq_unlink.texi: Likewise.
14547         * doc/posix-functions/open_memstream.texi: Likewise.
14548         * doc/posix-functions/openat.texi: Likewise.
14549         * doc/posix-functions/posix_fadvise.texi: Likewise.
14550         * doc/posix-functions/posix_fallocate.texi: Likewise.
14551         * doc/posix-functions/posix_madvise.texi: Likewise.
14552         * doc/posix-functions/posix_memalign.texi: Likewise.
14553         * doc/posix-functions/posix_openpt.texi: Likewise.
14554         * doc/posix-functions/readlinkat.texi: Likewise.
14555         * doc/posix-functions/remque.texi: Likewise.
14556         * doc/posix-functions/renameat.texi: Likewise.
14557         * doc/posix-functions/rintl.texi: Likewise.
14558         * doc/posix-functions/sem_unlink.texi: Likewise.
14559         * doc/posix-functions/shm_open.texi: Likewise.
14560         * doc/posix-functions/shm_unlink.texi: Likewise.
14561         * doc/posix-functions/signgam.texi: Likewise.
14562         * doc/posix-functions/sigset.texi: Likewise.
14563         * doc/posix-functions/stpcpy.texi: Likewise.
14564         * doc/posix-functions/stpncpy.texi: Likewise.
14565         * doc/posix-functions/strerror.texi: Likewise.
14566         * doc/posix-functions/strtod.texi: Likewise.
14567         * doc/posix-functions/symlinkat.texi: Likewise.
14568         * doc/posix-functions/unlinkat.texi: Likewise.
14569         * doc/posix-functions/utimensat.texi: Likewise.
14570         * doc/glibc-functions/bindresvport.texi: Likewise.
14571         * doc/glibc-functions/dn_expand.texi: Likewise.
14572         * doc/glibc-functions/exp10.texi: Likewise.
14573         * doc/glibc-functions/exp10f.texi: Likewise.
14574         * doc/glibc-functions/fgetxattr.texi: Likewise.
14575         * doc/glibc-functions/flistxattr.texi: Likewise.
14576         * doc/glibc-functions/fopencookie.texi: Likewise.
14577         * doc/glibc-functions/freeifaddrs.texi: Likewise.
14578         * doc/glibc-functions/fremovexattr.texi: Likewise.
14579         * doc/glibc-functions/fsetxattr.texi: Likewise.
14580         * doc/glibc-functions/getifaddrs.texi: Likewise.
14581         * doc/glibc-functions/getxattr.texi: Likewise.
14582         * doc/glibc-functions/lgetxattr.texi: Likewise.
14583         * doc/glibc-functions/listxattr.texi: Likewise.
14584         * doc/glibc-functions/llistxattr.texi: Likewise.
14585         * doc/glibc-functions/lremovexattr.texi: Likewise.
14586         * doc/glibc-functions/lsetxattr.texi: Likewise.
14587         * doc/glibc-functions/pow10.texi: Likewise.
14588         * doc/glibc-functions/pow10f.texi: Likewise.
14589         * doc/glibc-functions/rcmd_af.texi: Likewise.
14590         * doc/glibc-functions/removexattr.texi: Likewise.
14591         * doc/glibc-functions/res_init.texi: Likewise.
14592         * doc/glibc-functions/res_mkquery.texi: Likewise.
14593         * doc/glibc-functions/res_query.texi: Likewise.
14594         * doc/glibc-functions/res_querydomain.texi: Likewise.
14595         * doc/glibc-functions/res_send.texi: Likewise.
14596         * doc/glibc-functions/rresvport_af.texi: Likewise.
14597         * doc/glibc-functions/setxattr.texi: Likewise.
14598         * doc/glibc-functions/strcasestr.texi: Likewise.
14599
14600 2008-12-15  Bruno Haible  <bruno@clisp.org>
14601
14602         Fix compilation error on OSF/1 4.0.
14603         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
14604         <sys/time.h>, simply delegate to the system header.
14605         Reported by Daniel Richard G. <oss@teragram.com>.
14606
14607 2008-12-15  Bruno Haible  <bruno@clisp.org>
14608
14609         * doc/posix-functions/openat.texi: Mention the 'openat' module.
14610         * doc/posix-functions/fchmodat.texi: Likewise.
14611         * doc/posix-functions/fchownat.texi: Likewise.
14612         * doc/posix-functions/fdopendir.texi: Likewise.
14613         * doc/posix-functions/fstatat.texi: Likewise.
14614         * doc/posix-functions/mkdirat.texi: Likewise.
14615         * doc/posix-functions/unlinkat.texi: Likewise.
14616
14617 2008-12-14  Bruno Haible  <bruno@clisp.org>
14618
14619         Update doc for POSIX:2008.
14620         * doc/posix-functions/faccessat.texi: New file.
14621         * doc/posix-functions/fchmodat.texi: New file.
14622         * doc/posix-functions/fchownat.texi: New file.
14623         * doc/posix-functions/fdopendir.texi: New file.
14624         * doc/posix-functions/fstatat.texi: New file.
14625         * doc/posix-functions/futimens.texi: New file.
14626         * doc/posix-functions/linkat.texi: New file.
14627         * doc/posix-functions/mkdirat.texi: New file.
14628         * doc/posix-functions/mkfifoat.texi: New file.
14629         * doc/posix-functions/mknodat.texi: New file.
14630         * doc/posix-functions/open_wmemstream.texi: New file.
14631         * doc/posix-functions/openat.texi: New file.
14632         * doc/posix-functions/psiginfo.texi: New file.
14633         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
14634         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
14635         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
14636         * doc/posix-functions/readlinkat.texi: New file.
14637         * doc/posix-functions/renameat.texi: New file.
14638         * doc/posix-functions/strerror_l.texi: New file.
14639         * doc/posix-functions/symlinkat.texi: New file.
14640         * doc/posix-functions/unlinkat.texi: New file.
14641         * doc/posix-functions/utimensat.texi: New file.
14642         * doc/gnulib.texi (Function Substitutes): Add these subsections.
14643
14644 2008-12-14  Bruno Haible  <bruno@clisp.org>
14645
14646         Update doc for POSIX:2008.
14647         * doc/posix-functions/alphasort.texi: Renamed from
14648         doc/glibc-functions/alphasort.texi.
14649         * doc/posix-functions/dirfd.texi: Renamed from
14650         doc/glibc-functions/dirfd.texi.
14651         * doc/posix-functions/dprintf.texi: Renamed from
14652         doc/glibc-functions/dprintf.texi.
14653         * doc/posix-functions/duplocale.texi: Renamed from
14654         doc/glibc-functions/duplocale.texi.
14655         * doc/posix-functions/fexecve.texi: Renamed from
14656         doc/glibc-functions/fexecve.texi.
14657         * doc/posix-functions/fmemopen.texi: Renamed from
14658         doc/glibc-functions/fmemopen.texi.
14659         * doc/posix-functions/freelocale.texi: Renamed from
14660         doc/glibc-functions/freelocale.texi.
14661         * doc/posix-functions/getdate_err.texi: Renamed from
14662         doc/glibc-functions/getdate_err.texi.
14663         * doc/posix-functions/isalnum_l.texi: Renamed from
14664         doc/glibc-functions/isalnum_l.texi.
14665         * doc/posix-functions/isalpha_l.texi: Renamed from
14666         doc/glibc-functions/isalpha_l.texi.
14667         * doc/posix-functions/isblank_l.texi: Renamed from
14668         doc/glibc-functions/isblank_l.texi.
14669         * doc/posix-functions/iscntrl_l.texi: Renamed from
14670         doc/glibc-functions/iscntrl_l.texi.
14671         * doc/posix-functions/isdigit_l.texi: Renamed from
14672         doc/glibc-functions/isdigit_l.texi.
14673         * doc/posix-functions/isgraph_l.texi: Renamed from
14674         doc/glibc-functions/isgraph_l.texi.
14675         * doc/posix-functions/islower_l.texi: Renamed from
14676         doc/glibc-functions/islower_l.texi.
14677         * doc/posix-functions/isprint_l.texi: Renamed from
14678         doc/glibc-functions/isprint_l.texi.
14679         * doc/posix-functions/ispunct_l.texi: Renamed from
14680         doc/glibc-functions/ispunct_l.texi.
14681         * doc/posix-functions/isspace_l.texi: Renamed from
14682         doc/glibc-functions/isspace_l.texi.
14683         * doc/posix-functions/isupper_l.texi: Renamed from
14684         doc/glibc-functions/isupper_l.texi.
14685         * doc/posix-functions/iswalnum_l.texi: Renamed from
14686         doc/glibc-functions/iswalnum_l.texi.
14687         * doc/posix-functions/iswalpha_l.texi: Renamed from
14688         doc/glibc-functions/iswalpha_l.texi.
14689         * doc/posix-functions/iswblank_l.texi: Renamed from
14690         doc/glibc-functions/iswblank_l.texi.
14691         * doc/posix-functions/iswcntrl_l.texi: Renamed from
14692         doc/glibc-functions/iswcntrl_l.texi.
14693         * doc/posix-functions/iswctype_l.texi: Renamed from
14694         doc/glibc-functions/iswctype_l.texi.
14695         * doc/posix-functions/iswdigit_l.texi: Renamed from
14696         doc/glibc-functions/iswdigit_l.texi.
14697         * doc/posix-functions/iswgraph_l.texi: Renamed from
14698         doc/glibc-functions/iswgraph_l.texi.
14699         * doc/posix-functions/iswlower_l.texi: Renamed from
14700         doc/glibc-functions/iswlower_l.texi.
14701         * doc/posix-functions/iswprint_l.texi: Renamed from
14702         doc/glibc-functions/iswprint_l.texi.
14703         * doc/posix-functions/iswpunct_l.texi: Renamed from
14704         doc/glibc-functions/iswpunct_l.texi.
14705         * doc/posix-functions/iswspace_l.texi: Renamed from
14706         doc/glibc-functions/iswspace_l.texi.
14707         * doc/posix-functions/iswupper_l.texi: Renamed from
14708         doc/glibc-functions/iswupper_l.texi.
14709         * doc/posix-functions/iswxdigit_l.texi: Renamed from
14710         doc/glibc-functions/iswxdigit_l.texi.
14711         * doc/posix-functions/isxdigit_l.texi: Renamed from
14712         doc/glibc-functions/isxdigit_l.texi.
14713         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
14714         doc/glibc-functions/mbsnrtowcs.texi.
14715         * doc/posix-functions/mkdtemp.texi: Renamed from
14716         doc/glibc-functions/mkdtemp.texi.
14717         * doc/posix-functions/newlocale.texi: Renamed from
14718         doc/glibc-functions/newlocale.texi.
14719         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
14720         doc/glibc-functions/nl_langinfo_l.texi.
14721         * doc/posix-functions/open_memstream.texi: Renamed from
14722         doc/glibc-functions/open_memstream.texi.
14723         * doc/posix-functions/opterr.texi: Renamed from
14724         doc/glibc-functions/opterr.texi.
14725         * doc/posix-functions/optind.texi: Renamed from
14726         doc/glibc-functions/optind.texi.
14727         * doc/posix-functions/optopt.texi: Renamed from
14728         doc/glibc-functions/optopt.texi.
14729         * doc/posix-functions/psignal.texi: Renamed from
14730         doc/glibc-functions/psignal.texi.
14731         * doc/posix-functions/scandir.texi: Renamed from
14732         doc/glibc-functions/scandir.texi.
14733         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
14734         doc/glibc-functions/sched_get_priority_min.texi.
14735         * doc/posix-functions/signgam.texi: Renamed from
14736         doc/glibc-functions/signgam.texi.
14737         * doc/posix-functions/stpcpy.texi: Renamed from
14738         doc/glibc-functions/stpcpy.texi.
14739         * doc/posix-functions/stpncpy.texi: Renamed from
14740         doc/glibc-functions/stpncpy.texi.
14741         * doc/posix-functions/strcasecmp_l.texi: Renamed from
14742         doc/glibc-functions/strcasecmp_l.texi.
14743         * doc/posix-functions/strcoll_l.texi: Renamed from
14744         doc/glibc-functions/strcoll_l.texi.
14745         * doc/posix-functions/strfmon_l.texi: Renamed from
14746         doc/glibc-functions/strfmon_l.texi.
14747         * doc/posix-functions/strftime_l.texi: Renamed from
14748         doc/glibc-functions/strftime_l.texi.
14749         * doc/posix-functions/strncasecmp_l.texi: Renamed from
14750         doc/glibc-functions/strncasecmp_l.texi.
14751         * doc/posix-functions/strndup.texi: Renamed from
14752         doc/glibc-functions/strndup.texi.
14753         * doc/posix-functions/strnlen.texi: Renamed from
14754         doc/glibc-functions/strnlen.texi.
14755         * doc/posix-functions/strsignal.texi: Renamed from
14756         doc/glibc-functions/strsignal.texi.
14757         * doc/posix-functions/strxfrm_l.texi: Renamed from
14758         doc/glibc-functions/strxfrm_l.texi.
14759         * doc/posix-functions/timer_gettime.texi: Renamed from
14760         doc/glibc-functions/timer_gettime.texi.
14761         * doc/posix-functions/tolower_l.texi: Renamed from
14762         doc/glibc-functions/tolower_l.texi.
14763         * doc/posix-functions/toupper_l.texi: Renamed from
14764         doc/glibc-functions/toupper_l.texi.
14765         * doc/posix-functions/towctrans_l.texi: Renamed from
14766         doc/glibc-functions/towctrans_l.texi.
14767         * doc/posix-functions/towlower_l.texi: Renamed from
14768         doc/glibc-functions/towlower_l.texi.
14769         * doc/posix-functions/towupper_l.texi: Renamed from
14770         doc/glibc-functions/towupper_l.texi.
14771         * doc/posix-functions/uselocale.texi: Renamed from
14772         doc/glibc-functions/uselocale.texi.
14773         * doc/posix-functions/vdprintf.texi: Renamed from
14774         doc/glibc-functions/vdprintf.texi.
14775         * doc/posix-functions/wcpcpy.texi:
14776         Renamed from doc/glibc-functions/wcpcpy.texi.
14777         * doc/posix-functions/wcpncpy.texi: Renamed from
14778         doc/glibc-functions/wcpncpy.texi.
14779         * doc/posix-functions/wcscasecmp.texi: Renamed from
14780         doc/glibc-functions/wcscasecmp.texi.
14781         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
14782         doc/glibc-functions/wcscasecmp_l.texi.
14783         * doc/posix-functions/wcscoll_l.texi: Renamed from
14784         doc/glibc-functions/wcscoll_l.texi.
14785         * doc/posix-functions/wcsdup.texi: Renamed from
14786         doc/glibc-functions/wcsdup.texi.
14787         * doc/posix-functions/wcsncasecmp.texi: Renamed from
14788         doc/glibc-functions/wcsncasecmp.texi.
14789         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
14790         doc/glibc-functions/wcsncasecmp_l.texi.
14791         * doc/posix-functions/wcsnlen.texi: Renamed from
14792         doc/glibc-functions/wcsnlen.texi.
14793         * doc/posix-functions/wcsnrtombs.texi: Renamed from
14794         doc/glibc-functions/wcsnrtombs.texi.
14795         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
14796         doc/glibc-functions/wcsxfrm_l.texi.
14797         * doc/posix-functions/wctrans_l.texi: Renamed from
14798         doc/glibc-functions/wctrans_l.texi.
14799         * doc/posix-functions/wctype_l.texi: Renamed from
14800         doc/glibc-functions/wctype_l.texi.
14801         * doc/gnulib.texi (Function Substitutes): Add these subsections.
14802         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
14803         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
14804         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
14805         these subsections.
14806         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
14807         Remove sections.
14808
14809 2008-12-14  Bruno Haible  <bruno@clisp.org>
14810
14811         Update doc for POSIX:2008.
14812         * doc/posix-functions/*.texi: Update URL of POSIX specification.
14813
14814 2008-12-14  Bruno Haible  <bruno@clisp.org>
14815
14816         Update doc for POSIX:2008.
14817         * doc/pastposix-functions/bcmp.texi: Renamed from
14818         doc/posix-functions/bcmp.texi.
14819         * doc/pastposix-functions/bcopy.texi: Renamed from
14820         doc/posix-functions/bcopy.texi.
14821         * doc/pastposix-functions/bsd_signal.texi: Renamed from
14822         doc/posix-functions/bsd_signal.texi.
14823         * doc/pastposix-functions/bzero.texi: Renamed from
14824         doc/posix-functions/bzero.texi.
14825         * doc/pastposix-functions/ecvt.texi: Renamed from
14826         doc/posix-functions/ecvt.texi.
14827         * doc/pastposix-functions/fcvt.texi: Renamed from
14828         doc/posix-functions/fcvt.texi.
14829         * doc/pastposix-functions/ftime.texi: Renamed from
14830         doc/posix-functions/ftime.texi.
14831         * doc/pastposix-functions/gcvt.texi: Renamed from
14832         doc/posix-functions/gcvt.texi.
14833         * doc/pastposix-functions/getcontext.texi: Renamed from
14834         doc/posix-functions/getcontext.texi.
14835         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
14836         doc/posix-functions/gethostbyaddr.texi.
14837         * doc/pastposix-functions/gethostbyname.texi: Renamed from
14838         doc/posix-functions/gethostbyname.texi.
14839         * doc/pastposix-functions/getwd.texi: Renamed from
14840         doc/posix-functions/getwd.texi.
14841         * doc/pastposix-functions/h_errno.texi: Renamed from
14842         doc/posix-functions/h_errno.texi.
14843         * doc/pastposix-functions/index.texi: Renamed from
14844         doc/posix-functions/index.texi.
14845         * doc/pastposix-functions/makecontext.texi: Renamed from
14846         doc/posix-functions/makecontext.texi.
14847         * doc/pastposix-functions/mktemp.texi: Renamed from
14848         doc/posix-functions/mktemp.texi.
14849         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
14850         doc/posix-functions/pthread_attr_getstackaddr.texi.
14851         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
14852         doc/posix-functions/pthread_attr_setstackaddr.texi.
14853         * doc/pastposix-functions/rindex.texi: Renamed from
14854         doc/posix-functions/rindex.texi.
14855         * doc/pastposix-functions/scalb.texi: Renamed from
14856         doc/posix-functions/scalb.texi.
14857         * doc/pastposix-functions/setcontext.texi: Renamed from
14858         doc/posix-functions/setcontext.texi.
14859         * doc/pastposix-functions/swapcontext.texi: Renamed from
14860         doc/posix-functions/swapcontext.texi.
14861         * doc/pastposix-functions/ualarm.texi: Renamed from
14862         doc/posix-functions/ualarm.texi.
14863         * doc/pastposix-functions/usleep.texi: Renamed from
14864         doc/posix-functions/usleep.texi.
14865         * doc/pastposix-functions/vfork.texi: Renamed from
14866         doc/posix-functions/vfork.texi.
14867         * doc/pastposix-functions/wcswcs.texi: Renamed from
14868         doc/posix-functions/wcswcs.texi.
14869         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
14870         (Function Substitutes): Update.
14871
14872 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14873
14874         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
14875         m4/strerror.m4.
14876
14877 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14878             Bruno Haible  <bruno@clisp.org>
14879
14880         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
14881
14882 2008-12-13  Bruno Haible  <bruno@clisp.org>
14883
14884         * modules/strtoull (Depends-on): Remove unistd.
14885
14886 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14887
14888         * modules/strtoull (Depends-on): Add stdlib.
14889
14890 2008-12-11  Simon Josefsson  <simon@josefsson.org>
14891
14892         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
14893
14894 2008-12-10  Jim Meyering  <meyering@redhat.com>
14895
14896         gl_ASSERT: don't say assertions are disabled when they're not
14897         * m4/assert.m4 (gl_ASSERT): Do not make configure report
14898         "checking whether to enable assertions... no", when they are in
14899         fact enabled.  This is solely a bug in the output of configure.
14900         In spite of saying "no", NDEBUG was not defined in that case.
14901         Also, as noted by Eric Blake, leave assertions enabled upon
14902         --enable-assert=INVALID.
14903
14904 2008-12-10  Bruno Haible  <bruno@clisp.org>
14905
14906         Change MODULES.html to refer to POSIX:2008 where possible.
14907         * MODULES.html.sh (POSIX2008_URL): New variable.
14908         (posix_headers): Remove sys/timeb, ucontext.
14909         (posix2001_headers): New variable.
14910         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
14911         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
14912         index, makecontext, mktemp, pthread_attr_getstackaddr,
14913         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
14914         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
14915         (posix2001_functions): New variable.
14916         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
14917         otherwise.
14918
14919 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14920
14921         add missing include to parse-duration.c
14922         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
14923         * modules/parse-duration (Depends-on): Add xalloc.
14924
14925         fix sed script reading maint.mk
14926         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
14927         (syntax-check-rules): Use it.
14928
14929 2008-12-09  Bruno Haible  <bruno@clisp.org>
14930
14931         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
14932         MacOS X 10.4/PowerPC.
14933         Reported by Simon Josefsson.
14934
14935 2008-12-08  Jim Meyering  <meyering@redhat.com>
14936
14937         work around mingw's lack of some S_IF definitions
14938         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
14939         Reported by Simon Josefsson.
14940
14941 2008-12-08  Bruno Haible  <bruno@clisp.org>
14942
14943         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
14944         applied to variables. Needed on MacOS X 10.4/PowerPC.
14945         Reported by Simon Josefsson.
14946
14947 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
14948         and Eric Blake  <ebb9@byu.net>
14949
14950         assert: honor --enable-assert
14951         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
14952         order to honor --enable-assert, rather than treating it as a
14953         synonym for --disable-assert.
14954
14955 2008-12-08  Jim Meyering  <meyering@redhat.com>
14956
14957         * lib/posixtm.c: Remove now-useless declaration of mktime.
14958
14959         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
14960
14961 2008-12-07  Bruno Haible  <bruno@clisp.org>
14962
14963         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
14964         test_once): Mark functions as static.
14965         * tests/test-tls.c (test_tls): Likewise.
14966
14967 2008-12-07  Bruno Haible  <bruno@clisp.org>
14968
14969         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
14970         iconv_register_autodetect.
14971
14972 2008-12-07  Jim Meyering  <meyering@redhat.com>
14973
14974         posixtm.c: avoid a warning
14975         * lib/posixtm.c (posixtime): Don't initialize tm0.
14976         It's no longer needed to placate gcc4's -Wuninitialized,
14977         and the attempt to placate would elicit a new warning.
14978
14979         unicodeio.c: mark unused parameters
14980         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
14981         (fallback_failure_callback): Likewise.
14982
14983 2008-12-07  Bruno Haible  <bruno@clisp.org>
14984
14985         * gnulib-tool (func_create_testdir): When building the tests
14986         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
14987         Reported by Simon Josefsson.
14988
14989 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14990
14991         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
14992
14993 2008-12-06  Bruno Haible  <bruno@clisp.org>
14994
14995         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
14996         Suggested by Eric Blake.
14997
14998 2008-12-06  Bruno Haible  <bruno@clisp.org>
14999
15000         Fix a c-stack test failure on MacOS X.
15001         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
15002         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
15003         handler for SIGBUS as well.
15004         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
15005         install a signal handler for SIGBUS as well.
15006         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
15007
15008 2008-12-06  Bruno Haible  <bruno@clisp.org>
15009
15010         Advocacy documentation.
15011         * doc/gnulib-intro.texi (Benefits): New section.
15012         * doc/gnulib.texi: Update.
15013
15014 2008-12-06  Bruno Haible  <bruno@clisp.org>
15015
15016         Document the 'manywarnings' module.
15017         * doc/manywarnings.texi: New file.
15018         * doc/gnulib.texi: Include it.
15019
15020 2008-12-05  Eric Blake  <ebb9@byu.net>
15021
15022         tests: silence some gcc warnings
15023         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
15024         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
15025         type mismatches.
15026
15027 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15028             Bruno Haible  <bruno@clisp.org>
15029
15030         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
15031
15032 2008-11-29  Jim Meyering  <meyering@redhat.com>
15033
15034         unicodeio.c: mark unused parameters
15035         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15036         (fallback_failure_callback): Likewise.
15037
15038         fts: fix a thinko
15039         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
15040         (set_stat_type): Return S_IF*-valued "type" directly.
15041         Prompted by James Youngman's spotting a related bug.
15042         Confirmed by further testing through find.
15043
15044         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
15045         * lib/fts.c (D_TYPE): Define.
15046         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
15047         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
15048         (s_ifmt_shift_bits): New function.
15049         (set_stat_type): New function.
15050         (fts_build): When not calling fts_stat, call set_stat_type
15051         to propagate dirent.d_type info to fts_read caller.
15052         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
15053         fts_statp->st_mode type information may be valid.
15054
15055 2008-11-28  Simon Josefsson  <simon@josefsson.org>
15056
15057         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
15058         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
15059         <sds@gnu.org>.
15060
15061 2008-11-20  Bruno Haible  <bruno@clisp.org>
15062
15063         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
15064         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
15065         INCLUDE_NEXT.
15066         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
15067         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
15068         * modules/math (Makefile.am): Substitute
15069         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
15070         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15071
15072 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
15073             Bruno Haible  <bruno@clisp.org>
15074
15075         * lib/stdint.in.h: Define all type macros so that their expansion is
15076         a single typedef'ed token. Fixes a compilation failure in Boost which
15077         does "using ::int8_t;".
15078
15079 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15080
15081         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
15082         gl_MANYWARN_ALL_GCC.
15083         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
15084         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
15085         * modules/manywarnings: New file.
15086         * MODULES.html.sh: Mention manywarnings module.
15087
15088 2008-11-18  Bruno Haible  <bruno@clisp.org>
15089
15090         * doc/gnulib-tool.texi (Unit tests): New section.
15091
15092 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15093
15094         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
15095         paths like 'lib/po/foo.po'.
15096
15097 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15098
15099         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
15100         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
15101
15102 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15103
15104         * m4/warnings.m4: Use CPPFLAGS to really check whether the
15105         parameter works.
15106
15107 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15108
15109         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
15110
15111 2008-11-17  Bruce Korb  <bkorb@gnu.org>
15112
15113         * modules/parse-duration-tests: New file.
15114         * tests/test-parse-duration.sh: New file.
15115         * tests/test-parse-duration.c: New file.
15116
15117         New module 'parse-duration'.
15118         * lib/parse-duration.h: New file.
15119         * lib/parse-duration.c: New file.
15120         * modules/parse-duration: New file.
15121
15122 2008-11-17  Bruno Haible  <bruno@clisp.org>
15123
15124         * tests/test-select-out.sh: Comment out the first pipe test.
15125         Reported by Simon Josefsson.
15126
15127 2008-11-17  Bruno Haible  <bruno@clisp.org>
15128
15129         * modules/getaddrinfo (Depends-on): Add servent, hostent.
15130         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
15131         gl_HOSTENT.
15132
15133 2008-11-17  Bruno Haible  <bruno@clisp.org>
15134
15135         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
15136         -lnetwork and -lnet. Needed for Haiku and BeOS.
15137
15138 2008-11-16  Bruno Haible  <bruno@clisp.org>
15139
15140         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
15141
15142 2008-11-16  Bruno Haible  <bruno@clisp.org>
15143
15144         Avoid test failure on Haiku.
15145         * tests/test-fsync.c: Include <errno.h>.
15146         (main): Don't require that fsync (0) fails.
15147
15148 2008-11-15  Bruno Haible  <bruno@clisp.org>
15149
15150         New module 'hostent'.
15151         * modules/hostent: New file.
15152         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
15153
15154 2008-11-15  Bruno Haible  <bruno@clisp.org>
15155
15156         New module 'servent'.
15157         * modules/servent: New file.
15158         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
15159
15160 2008-11-15  Bruno Haible  <bruno@clisp.org>
15161
15162         Avoid generating same test program with two different rules.
15163         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
15164         test-frexp to test-frexp-nolibm.
15165         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
15166         test-frexpl to test-frexpl-nolibm.
15167
15168 2008-11-15  Bruno Haible  <bruno@clisp.org>
15169
15170         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
15171         $(FREXPL_LIBM).
15172
15173 2008-11-15  Bruno Haible  <bruno@clisp.org>
15174
15175         * lib/netdb.in.h: Activate the definitions also when the system's
15176         <netdb.h> has 'struct addrinfo'.
15177         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
15178         EAI_OVERFLOW or AI_NUMERICSERV.
15179         * doc/posix-headers/netdb.texi: Document the problem.
15180
15181 2008-11-15  Bruno Haible  <bruno@clisp.org>
15182
15183         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
15184
15185         Make the 'sched' module work on platforms where <sched.h> exists but
15186         is incomplete (such as Haiku).
15187         * lib/sched.in.h; Include the system's <sched.h> if it exists.
15188         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
15189         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
15190         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
15191         HAVE_STRUCT_SCHED_PARAM.
15192         * modules/sched (Depends-on): Add include_next.
15193         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
15194         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
15195         * doc/posix-headers/sched.texi: Document the issue.
15196
15197 2008-11-13  Jim Meyering  <meyering@redhat.com>
15198
15199         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
15200         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
15201         test would fail due to the difference in the Report bugs to ...
15202         line.  The expected address is empty, "<>", while the actual
15203         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
15204
15205 2008-11-12  Bruno Haible  <bruno@clisp.org>
15206
15207         lstat: don't compile lstat.c on systems lacking lstat
15208         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
15209         which don't have lstat; this is handled by lib/sys_stat.in.h already.
15210         Reported by Daniel P. Berrange via Jim Meyering.
15211
15212 2008-11-12  Jim Meyering  <meyering@redhat.com>
15213
15214         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
15215
15216 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15217
15218         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
15219         instead.
15220
15221 2008-11-12  Bruno Haible  <bruno@clisp.org>
15222
15223         * lib/unicodeio.c: Include unistr.h.
15224         (utf8_wctomb): Remove function.
15225         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
15226
15227 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15228
15229         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
15230         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
15231         <bruno@clisp.org>.
15232         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
15233
15234 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15235
15236         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
15237         * doc/gnulib.texi: Add section for warnings.
15238
15239 2008-11-11  Bruno Haible  <bruno@clisp.org>
15240
15241         * lib/sockets.h: Add a comment.
15242
15243 2008-11-11  Karl Berry  <karl@gnu.org>
15244
15245         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
15246
15247 2008-11-11  Eric Blake  <ebb9@byu.net>
15248
15249         fdl.texi: avoid git symlinks
15250         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
15251
15252 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15253
15254         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
15255
15256 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15257
15258         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
15259         (gl_WARN_ADD): Substitute $2 if literal.
15260
15261 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15262
15263         * m4/warning.m4: Remove.
15264
15265 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15266
15267         * m4/warnings.m4: Almost complete rewrite. :-)
15268
15269 2008-11-10  Simon Josefsson  <simon@josefsson.org>
15270
15271         * modules/warnings: New module.
15272         * m4/warnings.m4: New file.
15273         * MODULES.html.sh: Mention warnings module.
15274         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
15275         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15276
15277 2008-11-10  Eric Blake  <ebb9@byu.net>
15278
15279         fdl.texi: make a symlink to the latest version
15280         * doc/standards.texi: Revert today's earlier change.
15281         * doc/fdl-1.2.texi: Rename from old fdl.texi...
15282         * doc/fdl.texi: ...and replace this with a symlink to the newer
15283         fdl-1.3.texi.
15284
15285 2008-11-10  Bruno Haible  <bruno@clisp.org>
15286
15287         * tests/test-select-fd.c (main): Accept the result file name as fourth
15288         argument.
15289         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
15290         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
15291
15292 2008-11-10  Bruno Haible  <bruno@clisp.org>
15293
15294         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
15295         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
15296         as autoconf-substituted macros.
15297         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
15298         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
15299         gl_NETDB_H_DEFAULTS. Set these variables.
15300         * modules/netdb (Makefile.am): Substitute these variables.
15301
15302 2008-11-10  Eric Blake  <ebb9@byu.net>
15303
15304         standards.texi: include correct file for FDL 1.3
15305         * doc/standards.texi (GNU Free Documentation License): Change
15306         include file to pull in FDL 1.3, not 1.2.
15307
15308         fdl.texi: revert accidental change to license
15309         * doc/fdl.texi: This is FDL 1.2, not 1.3.
15310
15311 2008-11-10  Bruno Haible  <bruno@clisp.org>
15312
15313         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
15314         cross-compiling guesses also when the native compile gives no result.
15315
15316 2008-11-10  Bruno Haible  <bruno@clisp.org>
15317
15318         * lib/spawni.c (__spawni): Force variable into the stack.
15319
15320 2008-11-10  Bruno Haible  <bruno@clisp.org>
15321
15322         Add support for Haiku.
15323         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
15324         glibc and BeOS, but also on Haiku.
15325         * lib/fpurge.c (fpurge): Likewise.
15326         * lib/freadable.c (freadable): Likewise.
15327         * lib/freadahead.c (freadahead): Likewise.
15328         * lib/freading.c (freading): Likewise.
15329         * lib/freadptr.c (freadptr): Likewise.
15330         * lib/freadseek.c (freadptrinc): Likewise.
15331         * lib/fseeko.c (rpl_fseeko): Likewise.
15332         * lib/fseterr.c (fseterr): Likewise.
15333         * lib/fwritable.c (fwritable): Likewise.
15334         * lib/fwriting.c (fwriting): Likewise.
15335         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
15336
15337 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15338
15339         * lib/config.charset: Treat Haiku like BeOS.
15340
15341 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15342
15343         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
15344         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
15345
15346 2008-11-08  Bruno Haible  <bruno@clisp.org>
15347
15348         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
15349         AC_CACHE_CHECK.
15350
15351 2008-11-08  Bruno Haible  <bruno@clisp.org>
15352
15353         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
15354
15355 2008-11-08  Bruno Haible  <bruno@clisp.org>
15356
15357         * tests/test-select-fd.c: New file.
15358         * tests/test-select-in.sh: New file.
15359         * tests/test-select-out.sh: New file.
15360         * tests/test-select-stdin.c: New file.
15361         * modules/select-tests (Files): Add the new files.
15362         (Depends-on): Add gettimeofday.
15363         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
15364         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
15365         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
15366
15367 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
15368             Bruno Haible  <bruno@clisp.org>
15369
15370         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
15371
15372 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
15373
15374         * build-aux/pmccabe2html: Added support for C++ source files.
15375
15376 2008-11-05  Ben Pfaff  <blp@gnu.org>
15377
15378         Fix lib/close.c build on Windows.
15379         * modules/close (Files): Add lib/w32sock.h.
15380
15381 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
15382
15383         Accept Bison's NEWS format.
15384         * build-aux/announce-gen (print_news_deltas): Tweak
15385         $re_prefix.
15386
15387 2008-11-04  Bruno Haible  <bruno@clisp.org>
15388
15389         * modules/random_r (Maintainer): Add glibc.
15390
15391 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15392
15393         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
15394         by karl@freefriends.org (Karl Berry).
15395         * doc/alloca.texi: Likewise.
15396         * doc/c-ctype.texi: Likewise.
15397         * doc/c-strcase.texi: Likewise.
15398         * doc/c-strcaseeq.texi: Likewise.
15399         * doc/c-strcasestr.texi: Likewise.
15400         * doc/c-strstr.texi: Likewise.
15401         * doc/c-strtod.texi: Likewise.
15402         * doc/c-strtold.texi: Likewise.
15403         * doc/ctime.texi: Likewise.
15404         * doc/error.texi: Likewise.
15405         * doc/fdl.texi: Likewise.
15406         * doc/gcd.texi: Likewise.
15407         * doc/getdate.texi: Likewise.
15408         * doc/gnulib-intro.texi: Likewise.
15409         * doc/gnulib-tool.texi: Likewise.
15410         * doc/gnulib.texi: Likewise.
15411         * doc/inet_ntoa.texi: Likewise.
15412         * doc/maintain.texi: Likewise.
15413         * doc/make-stds.texi: Likewise.
15414         * doc/quote.texi: Likewise.
15415         * doc/regexprops-generic.texi: Likewise.
15416         * doc/standards.texi: Likewise.
15417         * doc/verify.texi: Likewise.
15418         * doc/visibility.texi: Likewise.
15419         * doc/gnulib.texi (GNU Free Documentation License): Include
15420         fdl-1.3.texi instead of fdl.texi.
15421
15422 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15423
15424         * doc/fdl-1.3.texi: New file, from
15425         <http://www.gnu.org/licenses/fdl-1.3.texi>.
15426         * modules/fdl-1.3: Add.
15427         * MODULES.html.sh: Add fdl-1.3.
15428
15429 2008-11-03  Bruno Haible  <bruno@clisp.org>
15430
15431         Make determination of absolute name of header file work with AIX xlc.
15432         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
15433         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
15434         preprocessing.
15435         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15436         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
15437
15438 2008-11-03  Simon Josefsson  <simon@josefsson.org>
15439
15440         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
15441         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
15442         <ludo@gnu.org>.
15443
15444 2008-11-02  Bruno Haible  <bruno@clisp.org>
15445
15446         Mark 'strpbrk' obsolete.
15447         * modules/strpbrk (Status, Notice): New sections.
15448         * modules/strtok_r (Depends-on): Add strpbrk.
15449
15450 2008-11-02  Bruno Haible  <bruno@clisp.org>
15451
15452         Mark 'strdup' obsolete.
15453         * modules/strdup (Status, Notice): New sections.
15454         * modules/findprog (Depends-on): Add strdup.
15455         * modules/getaddrinfo (Depends-on): Likewise.
15456         * modules/localename (Depends-on): Likewise.
15457         * modules/relocatable-lib (Depends-on): Likewise.
15458         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
15459         * modules/relocatable-prog (Depends-on): Likewise.
15460         * modules/trim (Depends-on): Likewise.
15461         * modules/unictype/gen-ctype (Depends-on): Likewise.
15462         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
15463
15464 2008-11-02  Bruno Haible  <bruno@clisp.org>
15465
15466         Mark 'strcspn' obsolete.
15467         * modules/strcspn (Status, Notice): New sections.
15468
15469 2008-11-02  Bruno Haible  <bruno@clisp.org>
15470
15471         Mark 'rmdir' obsolete.
15472         * modules/rmdir (Status, Notice): New sections.
15473         * modules/clean-temp (Depends-on): Add rmdir.
15474         * modules/openat (Depends-on): Likewise.
15475
15476 2008-11-02  Bruno Haible  <bruno@clisp.org>
15477
15478         Mark 'raise' obsolete.
15479         * modules/raise (Status, Notice): New sections.
15480         (Include): Specify <signal.h>.
15481         * modules/stdio (Depends-on): Add raise.
15482         * modules/write (Depends-on): Likewise.
15483
15484 2008-11-02  Bruno Haible  <bruno@clisp.org>
15485
15486         Mark 'memset' obsolete.
15487         * modules/memset (Status, Notice): New sections.
15488
15489 2008-11-02  Bruno Haible  <bruno@clisp.org>
15490
15491         Mark 'memmove' obsolete.
15492         * modules/memmove (Status, Notice): New sections.
15493         * modules/argp (Depends-on): Add memmove.
15494         * modules/argz (Depends-on): Likewise.
15495         * modules/canonicalize (Depends-on): Likewise.
15496         * modules/canonicalize-lgpl (Depends-on): Likewise.
15497         * modules/fts (Depends-on): Likewise.
15498         * modules/getcwd (Depends-on): Likewise.
15499         * modules/human (Depends-on): Likewise.
15500         * modules/regex (Depends-on): Likewise.
15501         * modules/striconveh (Depends-on): Likewise.
15502         * modules/trim (Depends-on): Likewise.
15503         * modules/unistr/u8-move (Depends-on): Likewise.
15504         * modules/unistr/u16-move (Depends-on): Likewise.
15505         * modules/unistr/u32-move (Depends-on): Likewise.
15506
15507 2008-11-02  Bruno Haible  <bruno@clisp.org>
15508
15509         Mark 'memcpy' obsolete.
15510         * modules/memcpy (Status, Notice): New sections.
15511
15512 2008-11-02  Bruno Haible  <bruno@clisp.org>
15513
15514         Mark 'memcmp' obsolete.
15515         * modules/memcmp (Status, Notice): New sections.
15516         * modules/argmatch (Depends-on): Add memchr.
15517         * modules/backupfile (Depends-on): Likewise.
15518         * modules/c-strcasestr (Depends-on): Likewise.
15519         * modules/crypto/des (Depends-on): Likewise.
15520         * modules/csharpcomp (Depends-on): Likewise.
15521         * modules/fnmatch (Depends-on): Likewise.
15522         * modules/git-merge-changelog (Depends-on): Likewise.
15523         * modules/isnand (Depends-on): Likewise.
15524         * modules/isnand-nolibm (Depends-on): Likewise.
15525         * modules/isnanf (Depends-on): Likewise.
15526         * modules/isnanf-nolibm (Depends-on): Likewise.
15527         * modules/isnanl (Depends-on): Likewise.
15528         * modules/isnanl-nolibm (Depends-on): Likewise.
15529         * modules/mbchar (Depends-on): Likewise.
15530         * modules/memcoll (Depends-on): Likewise.
15531         * modules/quotearg (Depends-on): Likewise.
15532         * modules/regex (Depends-on): Likewise.
15533         * modules/relocatable-prog (Depends-on): Likewise.
15534         * modules/same (Depends-on): Likewise.
15535         * modules/signbit (Depends-on): Likewise.
15536         * modules/strcasestr-simple (Depends-on): Likewise.
15537         * modules/unictype/gen-ctype (Depends-on): Likewise.
15538         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
15539         * modules/uniname/uniname (Depends-on): Likewise.
15540         * modules/unistr/u8-cmp (Depends-on): Likewise.
15541
15542 2008-11-02  Bruno Haible  <bruno@clisp.org>
15543
15544         Mark 'memchr' obsolete.
15545         * modules/memchr (Status, Notice): New sections.
15546         * modules/argp (Depends-on): Add memchr.
15547         * modules/base64 (Depends-on): Likewise.
15548         * modules/c-strcasestr (Depends-on): Likewise.
15549         * modules/chdir-long (Depends-on): Likewise.
15550         * modules/fnmatch (Depends-on): Likewise.
15551         * modules/getsubopt (Depends-on): Likewise.
15552         * modules/git-merge-changelog (Depends-on): Likewise.
15553         * modules/glob (Depends-on): Likewise.
15554         * modules/strcasestr-simple (Depends-on): Likewise.
15555         * modules/strnlen (Depends-on): Likewise.
15556
15557 2008-11-02  Bruno Haible  <bruno@clisp.org>
15558
15559         Mark 'atexit' obsolete.
15560         * modules/atexit (Status, Notice): New sections.
15561         * modules/chdir-long (Depends-on): Add atexit.
15562         * modules/wait-process (Depends-on): Likewise.
15563
15564 2008-11-02  Bruno Haible  <bruno@clisp.org>
15565
15566         * gnulib-tool: New option --with-obsolete.
15567         (func_usage): Document it.
15568         (func_modules_transitive_closure): Drop obsolete dependencies if
15569         incobsolete is not true.
15570         (func_import): Read and save the incobsolete variable to the cache.
15571
15572 2008-11-02  Bruno Haible  <bruno@clisp.org>
15573
15574         * modules/TEMPLATE-EXTENDED: New field 'Status'.
15575         * gnulib-tool: New option --extract-status.
15576         (func_usage): Document it.
15577         (sed_extract_prog): Recognize it.
15578         (func_get_status): New function.
15579
15580 2008-10-30  Simon Josefsson  <simon@josefsson.org>
15581
15582         * modules/sockets (License): Change from LGPL to LGPLv2+.
15583
15584 2008-10-28  Simon Josefsson  <simon@josefsson.org>
15585
15586         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
15587
15588 2008-10-28  Simon Josefsson  <simon@josefsson.org>
15589
15590         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15591         Mention times and sys_times.
15592         * modules/sys_times, modules/sys_times-tests: New modules.
15593         * modules/times, modules/times-tests: Likewise
15594         * m4/sys_times_h.m4: New file.
15595         * lib/sys_times.in.h: Likewise
15596         * lib/times.c: Likewise.
15597         * tests/test-sys_times.c: Likewise.
15598         * tests/test-times.c: Likewise.
15599         * doc/posix-headers/sys_times.texi: Update.
15600         * doc/posix-functions/times.texi: Update.
15601
15602 2008-10-28  Jim Meyering  <meyering@redhat.com>
15603
15604         * modules/tempname (Depends-on): Add lstat.
15605
15606         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
15607
15608 2008-10-28  Simon Josefsson  <simon@josefsson.org>
15609
15610         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
15611         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
15612         using idiom used elsewhere in gnulib.
15613
15614 2008-10-27  Jim Meyering  <meyering@redhat.com>
15615
15616         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
15617
15618 2008-10-27  Simon Josefsson  <simon@josefsson.org>
15619
15620         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
15621         TESTS_ENVIRONMENT, for shell scripts that needs to call built
15622         programs.
15623         * tests/test-argp-2.sh: Use $EXEEXT when needed.
15624
15625 2008-10-27  Simon Josefsson  <simon@josefsson.org>
15626
15627         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
15628
15629 2008-10-27  Bruno Haible  <bruno@clisp.org>
15630
15631         * tests/test-lstat.c: Include <stdio.h>.
15632
15633 2008-10-27  Simon Josefsson  <simon@josefsson.org>
15634
15635         * modules/lstat-tests: New module.
15636         * tests/test-lstat.c: New file.
15637
15638 2008-10-26  Jim Meyering  <meyering@redhat.com>
15639
15640         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
15641
15642 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15643             Bruno Haible  <bruno@clisp.org>
15644
15645         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
15646         * modules/configmake (Include): Add a note that the include must come
15647         after all system headers.
15648         * lib/javaversion.c: Include configmake.h after all other includes.
15649
15650 2008-10-26  Bruno Haible  <bruno@clisp.org>
15651
15652         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
15653         HAVE_STRUCT_RANDOM_DATA to 1.
15654         (gl_STDLIB_H): Simplify.
15655
15656 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15657
15658         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
15659         substitute HAVE_STRUCT_RANDOM_DATA.
15660         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
15661         random_data.
15662         * modules/stdlib (Makefile.am): Substitute
15663         HAVE_STRUCT_RANDOM_DATA.
15664
15665 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15666
15667         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
15668         * doc/gnulib-intro.texi (Copyright): Likewise.
15669
15670 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15671
15672         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
15673         findings.
15674
15675 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
15676             Bruno Haible  <bruno@clisp.org>
15677
15678         * lib/unistd.in.h: Include <winsock2.h>.
15679         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
15680         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
15681         Provide dummy declarations.
15682         (gethostname): Override.
15683         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
15684         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
15685         gl_PREREQ_SYS_H_WINSOCK2.
15686         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
15687         * doc/posix-functions/gethostname.texi: More details.
15688
15689 2008-10-25  Bruno Haible  <bruno@clisp.org>
15690
15691         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
15692         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
15693         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
15694
15695         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
15696         here ...
15697         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
15698         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
15699         gl_UNISTD_H_DEFAULTS.
15700
15701 2008-10-25  Eric Blake  <ebb9@byu.net>
15702
15703         signbit: avoid spurious compiler failure
15704         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
15705         declarations inside function.
15706
15707 2008-10-24  Simon Josefsson  <simon@josefsson.org>
15708             Bruno Haible  <bruno@clisp.org>
15709
15710         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
15711         * modules/random_r (Depends-on): Add stdint.
15712
15713 2008-10-24  Bruno Haible  <bruno@clisp.org>
15714
15715         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
15716         Eggert.
15717         * modules/strerror (License): Likewise.
15718
15719 2008-10-24  Jim Meyering  <meyering@redhat.com>
15720
15721         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
15722         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
15723
15724 2008-10-24  Eric Blake  <ebb9@byu.net>
15725
15726         getgroups: fix compilation when getgroups is available
15727         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
15728         but with <config.h> override of getgroups disabled.
15729
15730 2008-10-24  Simon Josefsson  <simon@josefsson.org>
15731
15732         * doc/gnulib.texi (Header files): Add note about C++ problems.
15733         Explained by Bruno Haible <bruno@clisp.org>.
15734
15735 2008-10-23  Bruno Haible  <bruno@clisp.org>
15736
15737         Define a dummy SA_NODEFER macro on Interix.
15738         * lib/signal.in.h (SA_NODEFER): Define fallback.
15739         Reported by Aleksey Cheusov <cheusov@tut.by> via
15740         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
15741
15742 2008-10-23  Bruno Haible  <bruno@clisp.org>
15743
15744         * modules/freadahead (License): Change to LGPLv2+.
15745         Suggested by Simon Josefsson.
15746
15747 2008-10-23  Jim Meyering  <meyering@redhat.com>
15748
15749         random_r: new module
15750         * modules/random_r: New file.
15751         * m4/random_r.m4: New file.
15752         * lib/random_r.c: New file, from glibc.
15753         * modules/random_r-tests: New file.
15754         * tests/test-random_r.c: New file.
15755         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
15756          Declare.
15757         (RAND_MAX): Define.
15758         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
15759         * modules/stdlib: Substitute them, too.
15760         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
15761         * doc/glibc-functions/initstate_r.texi: Mention the new module.
15762         * doc/glibc-functions/random_r.texi: Likewise.
15763         * doc/glibc-functions/setstate_r.texi: Likewise.
15764         * doc/glibc-functions/srandom_r.texi: Likewise.
15765         * config/srclist.txt: Mention it.
15766
15767 2008-10-23  David Lutterkort  <lutter@redhat.com>
15768
15769         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
15770         link requirement
15771
15772 2008-10-23  Jim Meyering  <meyering@redhat.com>
15773
15774         selinux-h: mark parameters of stub functions as intentionally unused
15775         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
15776         * lib/se-context.in.h: Likewise.
15777
15778 2008-10-22  Simon Josefsson  <simon@josefsson.org>
15779
15780         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
15781
15782 2008-10-22  Simon Josefsson  <simon@josefsson.org>
15783
15784         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
15785
15786 2008-10-22  Eric Blake  <ebb9@byu.net>
15787
15788         glthread/thread: avoid compiler warning
15789         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
15790         Add unreachable abort to silence compiler.
15791
15792 2008-10-22  Eric Blake  <ebb9@byu.net>
15793
15794         netdb: also supply struct addrinfo for cygwin 1.5.x
15795         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
15796         older cygwin.
15797         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
15798         cygwin.
15799         * doc/posix-headers/netdb.texi (netdb.h): Document this.
15800
15801 2008-10-22  Bruno Haible  <bruno@clisp.org>
15802
15803         * users.txt: Update entry about pspp.
15804
15805 2008-10-21  Bruno Haible  <bruno@clisp.org>
15806
15807         Simplification.
15808         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
15809         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
15810
15811         Simplification.
15812         * lib/ioctl.c (ioctl): Don't undefine.
15813         * lib/socket.c (socket): Don't undefine.
15814
15815         Remove unused module indicator macros.
15816         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
15817         GNULIB_$1 as a C macro.
15818
15819         * doc/posix-functions/close.texi: Undo last change.
15820         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
15821         Windows platforms.
15822
15823 2008-10-21  Bruno Haible  <bruno@clisp.org>
15824
15825         Add gethostname() declaration to <unistd.h>.
15826         * lib/unistd.in.h (gethostname): New declaration.
15827         * lib/gethostname.c: Include <unistd.h>.
15828         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
15829         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
15830         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
15831         and HAVE_GETHOSTNAME.
15832         * modules/gethostname (Depends-on): Add unistd.
15833         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15834         (Include): Specify <unistd.h>.
15835         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
15836         HAVE_GETHOSTNAME.
15837         * tests/test-gethostname.c: Include <unistd.h> first.
15838
15839 2008-10-21  Bruno Haible  <bruno@clisp.org>
15840
15841         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
15842         * modules/select-tests (Depends-on): Likewise.
15843         Reported by Simon Josefsson.
15844
15845 2008-10-21  Simon Josefsson  <simon@josefsson.org>
15846
15847         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
15848         * lib/accept.c: New file, based on winsock.c.
15849         * lib/bind.c: New file, based on winsock.c.
15850         * lib/connect.c: New file, based on winsock.c.
15851         * lib/getpeername.c: New file, based on winsock.c.
15852         * lib/getsockname.c: New file, based on winsock.c.
15853         * lib/getsockopt.c: New file, based on winsock.c.
15854         * lib/ioctl.c: New file, based on winsock.c.
15855         * lib/listen.c: New file, based on winsock.c.
15856         * lib/recv.c: New file, based on winsock.c.
15857         * lib/recvfrom.c: New file, based on winsock.c.
15858         * lib/send.c: New file, based on winsock.c.
15859         * lib/sendto.c: New file, based on winsock.c.
15860         * lib/setsockopt.c: New file, based on winsock.c.
15861         * lib/shutdown.c: New file, based on winsock.c.
15862         * lib/socket.c: New file, based on winsock.c.
15863         * lib/w32sock.h: New file, based on winsock.c.
15864         * lib/winsock.c: Remove file.
15865         * modules/accept: Likewise.
15866         * modules/bind: Likewise.
15867         * modules/connect: Likewise.
15868         * modules/getpeername: Likewise.
15869         * modules/getsockname: Likewise.
15870         * modules/getsockopt: Likewise.
15871         * modules/ioctl: Likewise.
15872         * modules/listen: Likewise.
15873         * modules/recv: Likewise.
15874         * modules/recvfrom: Likewise.
15875         * modules/send: Likewise.
15876         * modules/sendto: Likewise.
15877         * modules/setsockopt: Likewise.
15878         * modules/shutdown: Likewise.
15879         * modules/socket: Use socket.c instead of winsock.c.
15880         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
15881         * doc/posix-functions/accept.texi: Doc fix.
15882         * doc/posix-functions/bind.texi: Doc fix.
15883         * doc/posix-functions/close.texi: Doc fix.
15884         * doc/posix-functions/connect.texi: Doc fix.
15885         * doc/posix-functions/getpeername.texi: Doc fix.
15886         * doc/posix-functions/getsockname.texi: Doc fix.
15887         * doc/posix-functions/getsockopt.texi: Doc fix.
15888         * doc/posix-functions/ioctl.texi: Doc fix.
15889         * doc/posix-functions/listen.texi: Doc fix.
15890         * doc/posix-functions/recv.texi: Doc fix.
15891         * doc/posix-functions/recvfrom.texi: Doc fix.
15892         * doc/posix-functions/send.texi: Doc fix.
15893         * doc/posix-functions/sendto.texi: Doc fix.
15894         * doc/posix-functions/setsockopt.texi: Doc fix.
15895         * doc/posix-functions/shutdown.texi: Doc fix.
15896         * doc/posix-functions/socket.texi: Doc fix.
15897
15898 2008-10-20  Bruno Haible  <bruno@clisp.org>
15899
15900         Take into account the role of SIGABRT_COMPAT on Windows 2008.
15901         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
15902         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
15903         as an alias for SIGABRT.
15904         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
15905         (sigaction): Map it to SIGABRT.
15906         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
15907
15908 2008-10-20  Bruno Haible  <bruno@clisp.org>
15909
15910         * lib/fts.c: Don't include lstat.h.
15911         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
15912
15913         Move the lstat() declaration to <sys/stat.h>.
15914         * lib/lstat.h: Remove file.
15915         * lib/sys_stat.in.h: Add special invocation convention.
15916         (lstat): New declaration.
15917         * lib/lstat.c (orig_lstat): New function.
15918         (rpl_lstat): Use orig_lstat instead of lstat.
15919         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
15920         AC_C_INLINE. Set REPLACE_LSTAT.
15921         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
15922         and REPLACE_LSTAT.
15923         * modules/lstat (Files): Remove lib/lstat.h.
15924         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
15925         (Include): Specify <sys/stat.h> instead of lstat.h.
15926         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
15927         REPLACE_LSTAT.
15928         * NEWS: Mention the change.
15929
15930 2008-10-20  Bruno Haible  <bruno@clisp.org>
15931
15932         * modules/posix_spawn-tests: New file.
15933         * tests/test-posix_spawn3.c: New file.
15934
15935 2008-10-20  Bruno Haible  <bruno@clisp.org>
15936
15937         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
15938         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
15939         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
15940         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
15941         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
15942
15943 2008-10-20  Bruno Haible  <bruno@clisp.org>
15944
15945         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
15946         of posix_spawn on AIX 5.3.
15947
15948 2008-10-20  Bruno Haible  <bruno@clisp.org>
15949
15950         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
15951
15952 2008-10-20  Bruno Haible  <bruno@clisp.org>
15953
15954         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
15955         of AC_LANG_PROGRAM.
15956
15957 2008-10-20  Simon Josefsson  <simon@josefsson.org>
15958
15959         * lib/netdb.in.h: Don't define GNU specific constants until they
15960         are supported or needed.  Reported by Bruno Haible
15961         <bruno@clisp.org>.
15962
15963 2008-10-20  Simon Josefsson  <simon@josefsson.org>
15964
15965         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
15966
15967 2008-10-20  Simon Josefsson  <simon@josefsson.org>
15968
15969         * lib/getaddrinfo.h: Remove file.
15970         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
15971         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
15972         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
15973         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
15974         * modules/netdb: Substitute GNULIB_GETADDRINFO.
15975         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
15976         * tests/test-getaddrinfo.c: Likewise.
15977         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
15978         * NEWS: Mention change.
15979
15980 2008-10-19  Bruno Haible  <bruno@clisp.org>
15981
15982         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
15983
15984 2008-10-19  Bruno Haible  <bruno@clisp.org>
15985
15986         * lib/wait-process.c: Include simply <sys/wait.h>.
15987         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
15988         WIFSTOPPED): Remove fallback definitions.
15989         * modules/wait-process (Depends-on): Add sys_wait.
15990
15991         New module 'sys_wait'.
15992         * modules/sys_wait: New file.
15993         * lib/sys_wait.in.h: New file, partially copied from
15994         lib/wait-process.c.
15995         * m4/sys_wait_h.m4: New file.
15996         * doc/posix-headers/sys_wait.texi: Mention the new module.
15997
15998 2008-10-19  Bruno Haible  <bruno@clisp.org>
15999
16000         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
16001
16002 2008-10-19  Bruno Haible  <bruno@clisp.org>
16003
16004         Assume that waitpid() fills an 'int' status, not a 'union wait'.
16005         * lib/wait-process.c (WAIT_T): Remove type.
16006         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
16007         (wait_subprocess): Update.
16008
16009 2008-10-19  Bruno Haible  <bruno@clisp.org>
16010
16011         New module 'atoll'.
16012         * modules/atoll: New file.
16013         * lib/stdlib.in.h (atoll): New declaration.
16014         * lib/atoll.c: New file, from glibc with modifications.
16015         * m4/atoll.m4: New file.
16016         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
16017         HAVE_ATOLL.
16018         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
16019         * doc/posix-functions/atoll.texi: Mention the new module.
16020
16021 2008-10-19  Bruno Haible  <bruno@clisp.org>
16022
16023         Add strtoull() declaration to <stdlib.h>.
16024         * lib/stdlib.in.h (strtoull): New declaration.
16025         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16026         Set HAVE_STRTOULL.
16027         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
16028         HAVE_STRTOULL.
16029         * modules/strtoull (Depends-on): Add stdlib.
16030         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16031         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
16032         HAVE_STRTOULL.
16033
16034 2008-10-19  Bruno Haible  <bruno@clisp.org>
16035
16036         Add strtoll() declaration to <stdlib.h>.
16037         * lib/stdlib.in.h (strtoll): New declaration.
16038         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16039         Set HAVE_STRTOLL.
16040         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
16041         HAVE_STRTOLL.
16042         * modules/strtoll (Depends-on): Add stdlib.
16043         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16044         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
16045
16046 2008-10-19  Bruno Haible  <bruno@clisp.org>
16047
16048         * modules/bcopy (Depends-on): Add strings.
16049         (Include): Specify <strings.h>.
16050
16051 2008-10-19  Bruno Haible  <bruno@clisp.org>
16052
16053         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
16054
16055 2008-10-19  Bruno Haible  <bruno@clisp.org>
16056
16057         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
16058         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
16059         mingw.
16060
16061 2008-10-19  Bruno Haible  <bruno@clisp.org>
16062
16063         * lib/atanl.c: Don't include isnanl.h.
16064         * lib/cosl.c: Likewise.
16065         * lib/ldexpl.c: Likewise.
16066         * lib/logl.c: Likewise.
16067         * lib/sinl.c: Likewise.
16068         * lib/sqrtl.c: Likewise.
16069         * lib/tanl.c: Likewise.
16070
16071         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
16072         * lib/isnanf.h: Remove file.
16073         * lib/isnand.h: Remove file.
16074         * lib/isnanl.h: Remove file.
16075         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
16076         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
16077         macros.
16078         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
16079         HAVE_ISNANF, don't define it as a C macro.
16080         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
16081         HAVE_ISNAND, don't define it as a C macro.
16082         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
16083         HAVE_ISNANL, don't define it as a C macro.
16084         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
16085         HAVE_ISNAN[FDL].
16086         * modules/isnanf (Files): Remove lib/isnanf.h.
16087         (Depends-on): Add math.
16088         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16089         (Include): Specify <math.h> instead of isnanf.h.
16090         * modules/isnand (Files): Remove lib/isnand.h.
16091         (Depends-on): Add math.
16092         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16093         (Include): Specify <math.h> instead of isnand.h.
16094         * modules/isnanl (Files): Remove lib/isnanl.h.
16095         (Depends-on): Add math.
16096         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16097         (Include): Specify <math.h> instead of isnanl.h.
16098         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
16099         HAVE_ISNAN[FDL].
16100         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
16101         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
16102         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
16103         * NEWS: Mention the change.
16104
16105 2008-10-18  Bruno Haible  <bruno@clisp.org>
16106
16107         Add getusershell(), setusershell(), endusershell() declarations to
16108         <unistd.h>.
16109         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
16110         declarations.
16111         * lib/getusershell.c: Include unistd.h.
16112         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
16113         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16114         HAVE_GETUSERSHELL.
16115         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
16116         and HAVE_GETUSERSHELL.
16117         * modules/getusershell (Depends-on): Add unistd, extensions.
16118         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16119         (Include): Specify <unistd.h>.
16120         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
16121         HAVE_GETUSERSHELL.
16122
16123 2008-10-18  Bruno Haible  <bruno@clisp.org>
16124
16125         Add a getloadavg() declaration to <stdlib.h>.
16126         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
16127         getloadavg declaration.
16128         (getloadavg): New declaration.
16129         * lib/getloadavg.c: Include <stdlib.h> first.
16130         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
16131         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
16132         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
16133         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
16134         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16135         * modules/getloadavg (Depends-on): Add stdlib, extensions.
16136         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16137         (Include): Specify <stdlib.h>.
16138         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
16139         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16140
16141 2008-10-18  Bruno Haible  <bruno@clisp.org>
16142
16143         * lib/dirchownmod.c: Don't include lchmod.h.
16144
16145         Move the lchmod() declaration to <sys/stat.h>.
16146         * lib/lchmod.h: Remove file.
16147         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
16148         (lchmod): New declaration, moved here from lib/lchown.h.
16149         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
16150         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
16151         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
16152         and HAVE_LCHMOD.
16153         * modules/lchmod (Files): Remove lib/lchmod.h.
16154         (Depends-on): Add sys_stat, extensions.
16155         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16156         (Include): Specify <sys/stat.h> instead of lchmod.h.
16157         * modules/sys_stat (Depends-on): Add link-warning.
16158         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
16159         definition of GL_LINK_WARNING.
16160         * NEWS: Mention the change.
16161
16162 2008-10-18  Bruno Haible  <bruno@clisp.org>
16163
16164         * lib/fchdir.c: Don't include dirfd.h.
16165         * lib/fts.c: Likewise.
16166         * lib/getcwd.c: Likewise.
16167         * lib/glob.c: Likewise.
16168
16169         Move the dirfd() declaration to <dirent.h>.
16170         * lib/dirfd.h: Remove file.
16171         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
16172         (dirfd): New declaration.
16173         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
16174         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
16175         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
16176         HAVE_DECL_DIRFD.
16177         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
16178         HAVE_DECL_DIRFD.
16179         * modules/dirfd (Files): Remove lib/dirfd.h.
16180         (Depends-on): Add dirent, extensions.
16181         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
16182         (Include): Specify <dirent.h> instead of dirfd.h.
16183         * modules/dirent (Depends-on): Add link-warning.
16184         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
16185         definition of GL_LINK_WARNING.
16186         * NEWS: Mention the change.
16187
16188 2008-10-18  Bruno Haible  <bruno@clisp.org>
16189
16190         Move the euidaccess() declaration to <unistd.h>.
16191         * lib/euidaccess.h: Remove file.
16192         * lib/unistd.in.h (euidaccess): New declaration.
16193         * lib/euidaccess.c: Don't include euidaccess.h.
16194         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
16195         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
16196         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
16197         and HAVE_EUIDACCESS.
16198         * modules/euidaccess (Files): Remove lib/euidaccess.h.
16199         (Depends-on): Add unistd.
16200         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16201         (Include): Specify <unistd.h> instead of euidaccess.h.
16202         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
16203         HAVE_EUIDACCESS.
16204         * NEWS: Mention the change.
16205
16206 2008-10-18  Bruno Haible  <bruno@clisp.org>
16207
16208         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
16209
16210         Move the getdomainname() declaration to <unistd.h>.
16211         * lib/getdomainname.h: Remove file.
16212         * lib/unistd.in.h (getdomainname): New declaration.
16213         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
16214         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
16215         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16216         HAVE_GETDOMAINNAME.
16217         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16218         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
16219         * modules/getdomainname (Files): Remove lib/getdomainname.h.
16220         (Depends-on): Add unistd, extensions.
16221         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16222         (Includes): Specify <unistd.h> instead of getdomainname.h.
16223         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
16224         HAVE_GETDOMAINNAME.
16225         * NEWS: Mention the change.
16226
16227 2008-10-18  Bruno Haible  <bruno@clisp.org>
16228
16229         * modules/dirent: New file.
16230         * m4/dirent_h.m4: New file.
16231         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
16232         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
16233         * modules/fchdir (Files): Remove lib/dirent.in.h.
16234         (Depends-on): Add dirent.
16235         (Makefile.am): Move rules to modules/dirent.
16236         * doc/posix-headers/dirent.texi: Mention the new module.
16237
16238 2008-10-18  Bruno Haible  <bruno@clisp.org>
16239
16240         Avoid -Wunused-parameter warnings in public gnulib header files.
16241         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
16242         macro.
16243         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
16244
16245 2008-10-18  Bruno Haible  <bruno@clisp.org>
16246
16247         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
16248         * doc/glibc-functions/error.texi: Mention the module 'error'.
16249         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
16250         * doc/glibc-functions/getdomainname.texi: Mention the module
16251         'getdomainname'.
16252         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
16253         * doc/glibc-functions/getpagesize.texi: Mention the module
16254         'getpagesize'.
16255         * doc/glibc-functions/getusershell.texi: Mention the module
16256         'getusershell'.
16257         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
16258         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
16259         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
16260         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
16261         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
16262         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
16263         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
16264         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
16265         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
16266         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
16267         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
16268         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
16269         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
16270         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
16271
16272 2008-10-17  Bruno Haible  <bruno@clisp.org>
16273
16274         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
16275         HP-UX and IRIX, use -0.0L.
16276         * tests/test-ceill.c (minus_zero): Likewise.
16277         * tests/test-floorl.c (minus_zero): Likewise.
16278         * tests/test-frexpl.c (minus_zero): Likewise.
16279         * tests/test-isnan.c (minus_zerol): Likewise.
16280         * tests/test-isnanl.h (minus_zero): Likewise.
16281         * tests/test-ldexpl.c (minus_zero): Likewise.
16282         * tests/test-roundl.c (minus_zero): Likewise.
16283         * tests/test-signbit.c (minus_zerol): Likewise.
16284         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
16285         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
16286         * tests/test-truncl.c (minus_zero): Likewise.
16287         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
16288         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
16289         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
16290         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
16291
16292 2008-10-17  Bruno Haible  <bruno@clisp.org>
16293
16294         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
16295         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
16296         that it gets activated only for gcc >= 3.0.
16297         * lib/dirent.in.h: Likewise.
16298         * lib/errno.in.h: Likewise.
16299         * lib/fcntl.in.h: Likewise.
16300         * lib/float.in.h: Likewise.
16301         * lib/iconv.in.h: Likewise.
16302         * lib/inttypes.in.h: Likewise.
16303         * lib/locale.in.h: Likewise.
16304         * lib/math.in.h: Likewise.
16305         * lib/netdb.in.h: Likewise.
16306         * lib/netinet_in.in.h: Likewise.
16307         * lib/search.in.h: Likewise.
16308         * lib/signal.in.h: Likewise.
16309         * lib/spawn.in.h: Likewise.
16310         * lib/stdarg.in.h: Likewise.
16311         * lib/stdint.in.h: Likewise.
16312         * lib/stdio.in.h: Likewise.
16313         * lib/stdlib.in.h: Likewise.
16314         * lib/string.in.h: Likewise.
16315         * lib/strings.in.h: Likewise.
16316         * lib/sys_file.in.h: Likewise.
16317         * lib/sys_ioctl.in.h: Likewise.
16318         * lib/sys_select.in.h: Likewise.
16319         * lib/sys_socket.in.h: Likewise.
16320         * lib/sys_stat.in.h: Likewise.
16321         * lib/sys_time.in.h: Likewise.
16322         * lib/sysexits.in.h: Likewise.
16323         * lib/time.in.h: Likewise.
16324         * lib/unistd.in.h: Likewise.
16325         * lib/wchar.in.h: Likewise.
16326         * lib/wctype.in.h: Likewise.
16327         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16328
16329 2008-10-17  Jim Meyering  <meyering@redhat.com>
16330
16331         ignore-value: don't depend on inline module
16332         * modules/ignore-value (Depends-on): Remove 'inline'.
16333         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
16334         Suggestion from Bruno Haible.
16335
16336 2008-10-17  Bruno Haible  <bruno@clisp.org>
16337
16338         New implementation of condition variables for Win32.
16339         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
16340         (gl_linked_waitqueue_t): New type.
16341         (gl_cond_t): Use it.
16342         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
16343         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
16344         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
16345         (glthread_cond_init_func, glthread_cond_wait_func,
16346         glthread_cond_timedwait_func, glthread_cond_signal_func,
16347         glthread_cond_broadcast_func, glthread_cond_destroy_func):
16348         Reimplemented on the basis of gl_linked_waitqueue_t.
16349         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
16350         gl_waitqueue_t.
16351         (gl_rwlock_t): Update.
16352         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
16353
16354 2008-10-17  Simon Josefsson  <simon@josefsson.org>
16355
16356         * modules/recvfrom (Depends-on): Add dependency on getpeername.
16357         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16358
16359 2008-10-17  Jim Meyering  <meyering@redhat.com>
16360
16361         ignore-value: new module
16362         * modules/ignore-value: New file.
16363         * lib/ignore-value.h: New file.
16364         * MODULES.html.sh (Compiler warning management): New section,
16365         just for this module.  More to come.
16366
16367 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16368
16369         open-safer.c: avoid 'signed and unsigned in conditional...' warning
16370         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
16371         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
16372
16373 2008-10-16  Jim Meyering  <meyering@redhat.com>
16374
16375         openat-die.c: avoid 'no previous prototype' warning
16376         * lib/openat-die.c: Include "openat.h".
16377         Reported by Reuben Thomas <rrt@sc3d.org>.
16378
16379 2008-10-16  Simon Josefsson  <simon@josefsson.org>
16380
16381         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
16382         * lib/netdb.in.h: Fix typo.
16383         Reported by Bruno Haible  <bruno@clisp.org>
16384
16385         * lib/netdb.in.h: Include sys/socket.h for platforms without
16386         netdb.h, to get structures like hostent on MinGW.
16387         * modules/netdb (Depends-on): Add sys_socket.
16388
16389 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16390
16391         * modules/netdb, modules/netdb-tests: New file.
16392         * m4/netdb_h.m4: New file.
16393         * lib/netdb.in.h: Add, currently just an empty file pending
16394         definitions.
16395         * tests/test-netdb.c: New file.
16396         * doc/posix-headers/netdb.texi: Mention that we replace it if
16397         needed.
16398         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16399         netdb.
16400
16401 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16402
16403         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
16404         with code.
16405
16406 2008-10-13  Bruno Haible  <bruno@clisp.org>
16407
16408         * lib/glthread/cond.c (glthread_cond_wait_func,
16409         glthread_cond_timedwait_func): Add a comment.
16410
16411 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16412
16413         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
16414         * tests/test-select.c: Likewise,
16415
16416 2008-10-13  Bruno Haible  <bruno@clisp.org>
16417
16418         * lib/glthread/cond.c (glthread_cond_wait_func,
16419         glthread_cond_timedwait_func): Fix variable name.
16420         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16421
16422 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
16423
16424         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
16425         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
16426         struct sockaddr.sa_len.
16427         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
16428
16429 2008-10-13  Simon Josefsson  <simon@josefsson.org>
16430
16431         * build-aux/pmccabe2html: Add css and css_url parameters.
16432
16433 2008-10-12  Bruno Haible  <bruno@clisp.org>
16434
16435         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
16436         calling aclx_get.
16437         Reported by Rainer Tammer <tammer@tammer.net>.
16438
16439 2008-10-12  Bruno Haible  <bruno@clisp.org>
16440
16441         Use msvcrt aware primitives for creation/termination of Win32 threads.
16442         * lib/glthread/thread.c: Include <process.h>.
16443         (glthread_create_func): Use _beginthreadex instead of CreateThread.
16444         (wrapper_func): Update signature.
16445         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
16446
16447 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16448             Bruno Haible  <bruno@clisp.org>
16449
16450         Provide a Win32 implementation of the 'cond' module.
16451         * lib/glthread/cond.h [USE_WIN32]: New implementation.
16452         * lib/glthread/cond.c (glthread_cond_init_func,
16453         glthread_cond_wait_func, glthread_cond_timedwait_func,
16454         glthread_cond_signal_func, glthread_cond_broadcast_func,
16455         glthread_cond_destroy_func) [USE_WIN32]: New functions.
16456         * modules/cond (Dependencies): Add gettimeofday.
16457
16458 2008-10-11  Bruno Haible  <bruno@clisp.org>
16459
16460         Make sleep work on older versions of mingw.
16461         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
16462         only whether it exists.
16463         * doc/posix-functions/sleep.texi: Mention the problem with older
16464         versions of mingw.
16465
16466 2008-10-11  Bruno Haible  <bruno@clisp.org>
16467
16468         New module 'shutdown'.
16469         * modules/shutdown: New file.
16470         * lib/sys_socket.in.h (shutdown): New declaration.
16471         * lib/winsock.c (shutdown): New function.
16472         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
16473         GNULIB_SHUTDOWN.
16474         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
16475         * doc/posix-functions/shutdown.texi: Document the new module.
16476
16477 2008-10-11  Jim Meyering  <meyering@redhat.com>
16478
16479         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
16480
16481 2008-10-11  Bruno Haible  <bruno@clisp.org>
16482
16483         New module 'fclose'.
16484         * modules/fclose: New file.
16485         * lib/stdio.in.h (fclose): New declaration.
16486         * lib/fclose.c: New file.
16487         * m4/fclose.m4: New file.
16488         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
16489         REPLACE_FCLOSE.
16490         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
16491         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
16492         REPLACE_FCLOSE.
16493         * modules/close (Depends-on): fclose.
16494         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
16495
16496 2008-10-11  Bruno Haible  <bruno@clisp.org>
16497
16498         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
16499         set errno and don't call _close.
16500
16501 2008-10-10  Bruno Haible  <bruno@clisp.org>
16502
16503         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
16504         ACL, not afterwards. Fixes test failure on Cygwin.
16505
16506 2008-10-09  Ben Pfaff  <blp@gnu.org>
16507
16508         * build-aux/announce-gen: Fix gnulib version related part of usage
16509         message.  Die with a useful error message if no tarballs are
16510         found.
16511
16512 2008-10-10  Jim Meyering  <meyering@redhat.com>
16513
16514         bootstrap: use git's --depth=N option only if it's supported
16515         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
16516         recognize the --depth option.  Reported by Pádraig Brady.
16517
16518 2008-10-09  Bruno Haible  <bruno@clisp.org>
16519
16520         New module 'ioctl'.
16521         * modules/ioctl: New file.
16522         * lib/sys_socket.in.h (ioctl): Remove declaration.
16523         * lib/winsock.c: Include <sys/ioctl.h>.
16524         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
16525         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
16526         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
16527         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
16528         * doc/posix-functions/ioctl.texi: Mention the new module.
16529
16530 2008-10-09  Bruno Haible  <bruno@clisp.org>
16531
16532         New module 'sys_ioctl'.
16533         * lib/sys_ioctl.in.h: New file.
16534         * m4/sys_ioctl_h.m4: New file.
16535         * modules/sys_ioctl: New file.
16536         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
16537
16538 2008-10-09  Bruno Haible  <bruno@clisp.org>
16539
16540         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
16541         * lib/winsock.c: Include <stdarg.h>.
16542         (rpl_ioctl): Change to second argument 'int' and then varargs.
16543
16544 2008-10-09  Bruno Haible  <bruno@clisp.org>
16545
16546         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
16547         when the sys_socket module is present and the system has <winsock2.h>.
16548
16549 2008-10-09  Bruno Haible  <bruno@clisp.org>
16550
16551         * doc/posix-functions/close.texi: Mention module 'close' instead of
16552         module 'sys_socket'.
16553
16554 2008-10-09  Bruno Haible  <bruno@clisp.org>
16555
16556         * doc/glibc-headers/sys_ioctl.texi: New file.
16557         * doc/gnulib.texi: Include it.
16558
16559 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16560             Bruno Haible  <bruno@clisp.org>
16561
16562         Combine the two replacements of 'close'.
16563         * lib/sys_socket.in.h (close): Define to a reminder to include
16564         <unistd.h>.
16565         (_gl_close_fd_maybe_socket): New declaration.
16566         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
16567         * lib/winsock.c (close): Remove undefinition.
16568         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
16569         needed for the gnulib module 'close'.
16570         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
16571         define to an error symbol or to a warning, if suitable.
16572         * lib/close.c: Include <sys/socket.h>.
16573         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
16574         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
16575         UNISTD_H_HAVE_WINSOCK2_H.
16576         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
16577         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16578         UNISTD_H_HAVE_WINSOCK2_H.
16579         * modules/sys_socket (Files): Add m4/unistd_h.m4.
16580         (configure.ac): Set a module indicator.
16581         (Makefile.am): Substitute GNULIB_CLOSE.
16582         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
16583         * modules/poll-tests (Depends-on): Add close.
16584         * modules/select-tests (Depends-on): Likewise.
16585
16586 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16587             Bruno Haible  <bruno@clisp.org>
16588
16589         New module 'close'.
16590         * modules/close: New file.
16591         * lib/unistd.in.h (close): Move declaration out of the
16592         FCHDIR_REPLACEMENT scope.
16593         (_gl_unregister_fd): New declaration.
16594         * lib/close.c: New file.
16595         * lib/fchdir.c (rpl_close): Remove function.
16596         * m4/close.m4: New file.
16597         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
16598         close.
16599         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
16600         REPLACE_CLOSE.
16601         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
16602         REPLACE_CLOSE.
16603         * modules/fchdir (Depends-on): Add close.
16604
16605 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16606             Bruno Haible  <bruno@clisp.org>
16607
16608         * lib/fcntl.in.h (open): Simplify conditionals.
16609         (_gl_register_fd): New declaration.
16610         * lib/fchdir.c (rpl_open): Remove function.
16611         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
16612         also.
16613         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
16614         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
16615         open.
16616
16617 2008-10-09  Jim Meyering  <meyering@redhat.com>
16618
16619         GNUmakefile: use the more name-space-friendly "_version"
16620         * top/GNUmakefile (_dummy): Update.
16621         (_version): Rename from "version".
16622
16623 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16624             Bruno Haible  <bruno@clisp.org>
16625
16626         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
16627         rpl_close.
16628         (_gl_register_fd): New function, extracted from rpl_open.
16629         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
16630         (rpl_open, rpl_opendir): Use _gl_register_fd.
16631
16632 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16633
16634         Fix organization of 'open' replacement.
16635         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
16636         (gl_FUNC_OPEN): Use it.
16637         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
16638
16639 2008-10-08  Bruno Haible  <bruno@clisp.org>
16640
16641         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
16642
16643 2008-10-08  Simon Josefsson  <simon@josefsson.org>
16644
16645         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
16646         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
16647         listen).
16648
16649 2008-10-08  Eric Blake  <ebb9@byu.net>
16650
16651         GNUmakefile: add 'make version' target
16652         * top/GNUmakefile (_curr-ver): Split version update rules...
16653         (version): ...into a target.
16654
16655 2008-10-07  Bruno Haible  <bruno@clisp.org>
16656
16657         Use a more portable replacement expression for -0.0L.
16658         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
16659         instead of -0.0L. Fix m4 quotation.
16660
16661         * tests/test-signbit.c: Include <float.h>.
16662         (minus_zero): New variable.
16663         (test_signbitl): Use minus_zero instead of -zero.
16664         * modules/signbit-tests (Depends-on): Add float.
16665
16666         * tests/test-ceill.c: Include <float.h>.
16667         (zero): Remove variable.
16668         (minus_zero): New variable.
16669         (main): Use minus_zero instead of -zero.
16670         * modules/ceill-tests (Depends-on): Add float.
16671
16672         * tests/test-floorl.c: Include <float.h>.
16673         (zero): Remove variable.
16674         (minus_zero): New variable.
16675         (main): Use minus_zero instead of -zero.
16676         * modules/floorl-tests (Depends-on): Add float.
16677
16678         * tests/test-roundl.c: Include <float.h>.
16679         (zero): Remove variable.
16680         (minus_zero): New variable.
16681         (main): Use minus_zero instead of -zero.
16682         * modules/roundl-tests (Depends-on): Add float.
16683
16684         * tests/test-truncl.c: Include <float.h>.
16685         (zero): Remove variable.
16686         (minus_zero): New variable.
16687         (main): Use minus_zero instead of -zero.
16688         * modules/truncl-tests (Depends-on): Add float.
16689
16690         * tests/test-frexpl.c (zero): Remove variable.
16691         (minus_zero): New variable.
16692         (main): Use minus_zero instead of -zero.
16693         * modules/frexpl-tests (Depends-on): Add float.
16694
16695         * tests/test-isnan.c (zerol): Remove variable.
16696         (minus_zerol): New variable.
16697         (test_long_double): Use minus_zerol instead of -zerol.
16698         * modules/isnan-tests (Depends-on): Add float.
16699
16700         * tests/test-isnanl.h (zero): Remove variable.
16701         (minus_zero): New variable.
16702         (main): Use minus_zero instead of -zero.
16703         * modules/isnanl-nolibm-tests (Depends-on): Add float.
16704         * modules/isnanl-tests (Depends-on): Add float.
16705
16706         * tests/test-ldexpl.c (zero): Remove variable.
16707         (minus_zero): New variable.
16708         (main): Use minus_zero instead of -zero.
16709         * modules/ldexpl-tests (Depends-on): Add float.
16710
16711         * tests/test-snprintf-posix.h (zerol): Remove variable.
16712         (minus_zerol): New variable.
16713         (test_function): Use minus_zerol instead of -zerol.
16714         * modules/snprintf-posix-tests (Depends-on): Add float.
16715         * modules/vsnprintf-posix-tests (Depends-on): Add float.
16716
16717         * tests/test-sprintf-posix.h (zerol): Remove variable.
16718         (minus_zerol): New variable.
16719         (test_function): Use minus_zerol instead of -zerol.
16720         * modules/sprintf-posix-tests (Depends-on): Add float.
16721         * modules/vsprintf-posix-tests (Depends-on): Add float.
16722
16723         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
16724         (minus_zerol): New variable.
16725         (test_function): Use minus_zerol instead of -zerol.
16726         * modules/vasnprintf-posix-tests (Depends-on): Add float.
16727
16728         * tests/test-vasprintf-posix.c (zerol): Remove variable.
16729         (minus_zerol): New variable.
16730         (test_function): Use minus_zerol instead of -zerol.
16731         * modules/vasprintf-posix-tests (Depends-on): Add float.
16732
16733 2008-10-07  Simon Josefsson  <simon@josefsson.org>
16734
16735         * MODULES.html.sh (Support for building documentation): Mention
16736         pmccabe2html.  Sort entries.
16737
16738         Add pmccabe2html module, from gnupdf.
16739         * build-aux/pmccabe.css: New file.
16740         * build-aux/pmccabe2html: New file.
16741         * m4/pmccabe2html.m4: New file.
16742         * modules/pmccabe2html: New file.
16743
16744 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
16745
16746         flock: new module
16747         * MODULES.html.sh: Add to list of modules.
16748         * lib/flock.c: flock implementation for Windows and Unix systems
16749         which have fcntl.
16750         * doc/glibc-functions/flock.texi: Update documentation.
16751         * lib/sys_file.in.h: <sys/file.h> header file.
16752         * m4/flock.m4: M4 macros.
16753         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
16754         * modules/flock: flock module.
16755         * modules/flock-tests: flock tests module.
16756         * modules/sys_file: sys/file.h module.
16757         * tests/test-flock.c: test suite for flock.
16758
16759 2008-10-06  Jim Meyering  <meyering@redhat.com>
16760
16761         bootstrap: check for LT_INIT more portably still ;-)
16762         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
16763         Spotted by Bruno Haible.
16764
16765 2008-10-06  Eric Blake  <ebb9@byu.net>
16766
16767         test-signbit: avoid tripping Irix cc bug on -0.0L
16768         * tests/test-signbit.c (minus_zerol): Delete, and replace with
16769         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
16770         entire testsuite consistent and avoids an Irix 6.2 bug.
16771
16772 2008-10-05  Bruno Haible  <bruno@clisp.org>
16773             Jim Meyering  <jim@meyering.net>
16774
16775         Add an option for ignoring EPIPE during close_stdout.
16776         * lib/closeout.h: Include <stdbool.h>.
16777         (close_stdout_set_ignore_EPIPE): New declaration.
16778         * lib/closeout.c: Include <stdbool.h>.
16779         (ignore_EPIPE): New variable.
16780         (close_stdout_set_ignore_EPIPE): New function.
16781         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
16782         * lib/close-stream.c (close_stream): Mention the possible EPIPE
16783         failure.
16784         * modules/closeout (Depends-on): Add stdbool.
16785
16786 2008-10-05  Bruno Haible  <bruno@clisp.org>
16787
16788         * modules/accept: New file.
16789         * modules/bind: New file.
16790         * modules/connect: New file.
16791         * modules/getpeername: New file.
16792         * modules/getsockname: New file.
16793         * modules/getsockopt: New file.
16794         * modules/listen: New file.
16795         * modules/recv: New file.
16796         * modules/recvfrom: New file.
16797         * modules/send: New file.
16798         * modules/sendto: New file.
16799         * modules/setsockopt: New file.
16800         * modules/socket: New file.
16801         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
16802         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
16803         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
16804         the particular module is requested. Add a link warning when the
16805         particular module is not requested.
16806         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
16807         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
16808         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
16809         the particular module is requested.
16810         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
16811         gl_SYS_SOCKET_H_DEFAULTS): New macros.
16812         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
16813         * modules/sys_socket (Depends-on): Add link-warning.
16814         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
16815         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
16816         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
16817         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
16818         GL_LINK_WARNING.
16819         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
16820         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
16821         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
16822         * doc/posix-functions/getpeername.texi: Mention the new module
16823         'getpeername'.
16824         * doc/posix-functions/getsockname.texi: Mention the new module
16825         'getsockname'.
16826         * doc/posix-functions/getsockopt.texi: Mention the new module
16827         'getsockopt'.
16828         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
16829         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
16830         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
16831         * doc/posix-functions/send.texi: Mention the new module 'send'.
16832         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
16833         * doc/posix-functions/setsockopt.texi: Mention the new module
16834         'setsockopt'.
16835         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
16836         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
16837         listen, connect, accept.
16838         * modules/select-tests (Depends-on): Likewise.
16839
16840 2008-10-05  Bruno Haible  <bruno@clisp.org>
16841
16842         * lib/winsock.c (strerror): Remove unused #undef.
16843         (rpl_close): Remove unused local variable.
16844
16845         * modules/sys_socket (Depends-on); Add errno.
16846
16847 2008-10-05  Bruno Haible  <bruno@clisp.org>
16848
16849         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
16850         (select): Add a link warning when the 'select' module is not used.
16851         * modules/sys_select (Depends-on): Add link-warning.
16852         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
16853         Suggested by Paolo Bonzini.
16854
16855 2008-10-05  Jim Meyering  <meyering@redhat.com>
16856
16857         bootstrap: check for LT_INIT more portably
16858         * build-aux/bootstrap: Avoid using grep -E, since it's not
16859         portable enough.  Suggestion from Bruno Haible.
16860
16861 2008-10-05  Bruno Haible  <bruno@clisp.org>
16862
16863         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
16864         as being fixed by gnulib.
16865
16866 2008-10-05  Bruno Haible  <bruno@clisp.org>
16867
16868         * modules/select-tests: New file, mostly copied from
16869         modules/sys_select-tests.
16870         * tests/test-select.c: New file, mostly copied from
16871         tests/test-sys_select.c.
16872         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
16873         * modules/sys_select-tests (Depends-on): Remove all dependencies.
16874         (Makefile.am): Remove test_sys_select_LDADD.
16875
16876         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
16877         to an undefined symbol, for an error message.
16878         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
16879         (gl_SYS_SELECT_H_DEFAULTS): New macro.
16880         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
16881         winsock-select.c here.
16882         * modules/sys_select (Files): Remove lib/winsock-select.c.
16883         (Depends-on): Remove alloca.
16884         (Makefile.am): Substitute GNULIB_SELECT.
16885         * modules/select: New file.
16886         * doc/posix-functions/select.texi: Update.
16887
16888 2008-10-05  Bruno Haible  <bruno@clisp.org>
16889
16890         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
16891         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
16892         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
16893         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
16894         getdtablesize.
16895         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
16896         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
16897
16898 2008-10-05  Bruno Haible  <bruno@clisp.org>
16899
16900         * modules/getdtablesize-tests: New file.
16901         * tests/test-getdtablesize.c: New file.
16902
16903         New module 'getdtablesize'.
16904         * lib/unistd.in.h (getdtablesize): New declaration.
16905         * lib/getdtablesize.c: New file.
16906         * m4/getdtablesize.m4: New file.
16907         * modules/getdtablesize: New file.
16908         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16909         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
16910         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
16911         HAVE_GETDTABLESIZE.
16912         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
16913
16914 2008-10-05  Bruno Haible  <bruno@clisp.org>
16915
16916         * modules/sched (Makefile.am): Fix typo.
16917         Reported by Simon Josefsson.
16918
16919 2008-10-05  Jim Meyering  <meyering@redhat.com>
16920
16921         bootstrap: check for LT_INIT, too
16922         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
16923         are deprecated.  Suggestion from Ralf Wildenhues.
16924
16925 2008-10-05  Bruno Haible  <bruno@clisp.org>
16926
16927         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
16928         overriding them by ours.
16929         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
16930
16931 2008-10-05  Jim Meyering  <meyering@redhat.com>
16932
16933         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
16934         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
16935         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
16936
16937 2008-10-04  Bruno Haible  <bruno@clisp.org>
16938
16939         * modules/dup2 (License): Change to LGPLv2+.
16940         * modules/sleep (License): Likewise.
16941         * modules/perror (License): Likewise.
16942         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
16943         Blake.
16944         * modules/signal (License): Likewise.
16945         * modules/sigprocmask (License): Likewise.
16946         * modules/raise (License): Change to LGPLv2+, with approval by Jim
16947         Meyering.
16948
16949 2008-10-04  Bruno Haible  <bruno@clisp.org>
16950
16951         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
16952         Reported by Rainer Tammer <tammer@tammer.net>.
16953
16954 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
16955             Bruno Haible  <bruno@clisp.org>
16956
16957         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
16958         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
16959         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
16960
16961 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
16962
16963         filevercmp: new module
16964         * lib/filevercmp.h: New function filevercmp comparing version strings.
16965         * lib/filevercmp.c: Implementation of filevercmp function.
16966         * modules/filevercmp: Module metadata.
16967         * tests/test-filevercmp.c: Unit test for new module.
16968         * modules/filevercmp-tests: Unit test metadata.
16969         * MODULES.html.sh: Add filevercmp module.
16970
16971 2008-10-03  Bruno Haible  <bruno@clisp.org>
16972
16973         * lib/c-ctype.h: Add comment.
16974         Reported by Jim Meyering.
16975
16976 2008-10-02  Bruno Haible  <bruno@clisp.org>
16977
16978         * modules/posix_spawn-internal (Depends-on): Add 'open'.
16979
16980 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
16981
16982         * build-aux/bootstrap: Allow renaming bootstrap, and change the
16983         name of bootstrap.conf accordingly.
16984
16985 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
16986
16987         * build-aux/bootstrap: Install git-merge-changelog configuration
16988         items into .gitconfig if needed.
16989
16990 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
16991
16992         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
16993         git repository, and initialize/update it accordingly.
16994
16995 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
16996
16997         * modules/fsync-tests: New file.
16998         * tests/test-fsync.c: New file.
16999
17000         New module 'fsync'.
17001         * lib/fsync.c: New file.
17002         * m4/fsync.m4: New file.
17003         * modules/fsync: New file.
17004         * lib/unistd.in.h (fsync): New declaration.
17005         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
17006         GNULIB_FSYNC and HAVE_FSYNC.
17007         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
17008         * MODULES.html.sh (posix_functions): Add fsync.
17009         * doc/posix-functions/fsync.texi: Mention the new module.
17010
17011 2008-10-02  Jim Meyering  <meyering@redhat.com>
17012
17013         fts.c: sync with similar code from coreutils' remove.c
17014         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
17015         Guard also with "#if defined __linux__", since for now at least,
17016         this code is Linux-kernel-specific.
17017
17018 2008-10-02  Jim Meyering  <meyering@redhat.com>
17019
17020         fts: bug fixes
17021         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
17022         Include <sys/vfs.h>, not <sys/statfs.h>.
17023
17024         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
17025         Include <sys/vfs.h>, not <sys/statfs.h>.
17026
17027 2008-10-01  Bruno Haible  <bruno@clisp.org>
17028
17029         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
17030         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
17031         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
17032         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
17033         * doc/posix-functions/posix_spawnp.texi: Likewise.
17034         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
17035         whether posix_spawn actually works.
17036         * m4/pipe.m4 (gl_PIPE): Likewise.
17037         * modules/execute (Files): Add m4/posix_spawn.m4.
17038         * modules/pipe (Files): Add m4/posix_spawn.m4.
17039         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
17040
17041 2008-10-01  Jim Meyering  <meyering@redhat.com>
17042
17043         remove trailing spaces
17044         * NEWS: Likewise.
17045         * lib/poll.c (poll): Likewise.
17046         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
17047         * lib/winsock.c (rpl_close): Likewise.
17048         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
17049         * modules/yield: Likewise.
17050         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
17051         * tests/test-sys_select.c (connect_to_socket): Likewise.
17052
17053         fts.c: adjust a new interface to be more generally useful
17054         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
17055         (fts_build): Adjust caller.
17056
17057 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17058
17059         * modules/cond-tests: New file.
17060         * tests/test-cond.c: New file.
17061
17062 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17063             Bruno Haible  <bruno@clisp.org>
17064
17065         * modules/cond (Dependencies): Add errno, time.
17066         * lib/glthread/cond.h: Include <time.h>.
17067         (gl_cond_define, gl_cond_define_initialized): Use the same definition
17068         across platforms.
17069
17070 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17071             Bruno Haible  <bruno@clisp.org>
17072
17073         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
17074
17075 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17076             Bruno Haible  <bruno@clisp.org>
17077
17078         * modules/tls-tests (Depends-on): Add thread, yield.
17079         (configure.ac): Remove all checks.
17080         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
17081         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17082         gl_thread_self): Remove definitions. Include glthread/thread.h and
17083         glthread/yield.h instead.
17084         (test_tls): Pass an additional NULL argument to gl_thread_join.
17085
17086 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17087             Bruno Haible  <bruno@clisp.org>
17088
17089         * modules/lock-tests (Depends-on): Add thread, yield.
17090         (configure.ac): Remove all checks.
17091         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
17092         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17093         gl_thread_self): Remove definitions. Include glthread/thread.h and
17094         glthread/yield.h instead.
17095         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
17096         additional NULL argument to gl_thread_join.
17097
17098 2008-09-30  Bruno Haible  <bruno@clisp.org>
17099
17100         Fix the Win32 implementation of the 'thread' module.
17101         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
17102         pointer type.
17103         (gl_thread_self): Invoke gl_thread_self_func.
17104         (gl_thread_self_func): New declaration.
17105         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
17106         (do_init_self_key, init_self_key): New functions.
17107         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
17108         Remove some fields.
17109         (running_threads, running_lock): Remove variables.
17110         (get_current_thread_handle): New function.
17111         (gl_thread_self_func, wrapper_func, glthread_create_func,
17112         glthread_join_func, gl_thread_exit_func): Largely rewritten and
17113         simplified.
17114
17115 2008-09-30  Bruno Haible  <bruno@clisp.org>
17116
17117         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
17118         files.
17119
17120 2008-09-30  Jim Meyering  <meyering@redhat.com>
17121
17122         fts.m4: correct the test for statfs.f_type
17123         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
17124         when checking for statfs.f_type.
17125
17126 2008-09-15  Simon Josefsson  <simon@josefsson.org>
17127
17128         tests: avoid some compiler warnings
17129         * tests/test-memchr.c (main): Pass NULL indirectly.
17130         * tests/test-getdate.c (main): Remove unused variable 'ret'.
17131
17132 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
17133
17134         getdate.y: disallow countable dayshifts like "4 yesterday ago"
17135         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
17136         exactly specified dayshifts.
17137         (dayshift): New rule.
17138         (rel): Add dayshift.
17139         (relative_time_table) [tomorrow, yesterday, today, now]:
17140         Use tDAY_SHIFT in place of tDAY_UNIT.
17141         * tests/test-getdate.c: Add tests for now-disallowed countable
17142         dayshifts, e.g., "4 yesterday ago".
17143
17144 2008-09-29  Bruno Haible  <bruno@clisp.org>
17145
17146         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
17147         * tests/test-posix_spawn1.in.sh: Renamed from
17148         tests/test-posix_spawn.in.sh.
17149         * tests/test-posix_spawn2.c: New file.
17150         * tests/test-posix_spawn2.in.sh: New file.
17151         * modules/posix_spawnp-tests (Files): Update.
17152         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
17153
17154 2008-09-29  Bruno Haible  <bruno@clisp.org>
17155
17156         Propagate effects of putenv/setenv/unsetenv to child processes.
17157         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
17158         * lib/pipe.c (create_pipe): Likewise.
17159
17160 2008-09-29  Bruno Haible  <bruno@clisp.org>
17161
17162         Enable use of shell scripts as executables in mingw.
17163         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
17164         run the program as a shell script.
17165         * lib/pipe.c (create_pipe): Likewise.
17166         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
17167         resulting array.
17168
17169 2008-09-29  Eric Blake  <ebb9@byu.net>
17170
17171         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
17172
17173 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
17174
17175         * doc/posix-functions/accept.texi: Update mingw problems.
17176         * doc/posix-functions/bind.texi: Update mingw problems.
17177         * doc/posix-functions/close.texi: Update mingw problems.
17178         * doc/posix-functions/connect.texi: Update mingw problems.
17179         * doc/posix-functions/getpeername.texi: Update mingw problems.
17180         * doc/posix-functions/getsockname.texi: Update mingw problems.
17181         * doc/posix-functions/getsockopt.texi: Update mingw problems.
17182         * doc/posix-functions/ioctl.texi: Update mingw problems.
17183         * doc/posix-functions/listen.texi: Update mingw problems.
17184         * doc/posix-functions/recv.texi: Update mingw problems.
17185         * doc/posix-functions/recvfrom.texi: Update mingw problems.
17186         * doc/posix-functions/select.texi: Update mingw problems.
17187         * doc/posix-functions/send.texi: Update mingw problems.
17188         * doc/posix-functions/sendto.texi: Update mingw problems.
17189         * doc/posix-functions/setsockopt.texi: Update mingw problems.
17190         * doc/posix-functions/socket.texi: Update mingw problems.
17191
17192 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
17193             Bruno Haible  <bruno@clisp.org>
17194
17195         * lib/sys_select.in.h: Include sys/time.h.
17196         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
17197         * modules/sys_select: Depend on sys_time.
17198         * tests/test-sys_select.c: Test that sys/select.h defines struct
17199         timeval fully.
17200
17201 2008-09-29  Bruno Haible  <bruno@clisp.org>
17202
17203         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
17204         * lib/sys_select.in.h: Likewise.
17205
17206 2008-09-29  Bruno Haible  <bruno@clisp.org>
17207
17208         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
17209
17210 2008-09-29  Bruno Haible  <bruno@clisp.org>
17211
17212         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
17213         Set LIBSOCKET instead of augmenting LIBS.
17214         * modules/sockets (Link): New section.
17215         * modules/sockets-tests (test_sockets_LDADD): New variable.
17216         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
17217         * modules/poll-tests (test_poll_LDADD): New variable.
17218         * NEWS: Document the change.
17219
17220 2008-09-29  Bruno Haible  <bruno@clisp.org>
17221
17222         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
17223         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
17224         ARPA_INET_H directly.
17225         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
17226
17227 2008-09-28  Bruno Haible  <bruno@clisp.org>
17228
17229         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
17230         from gl_HEADER_SYS_SOCKET.
17231         (gl_HEADER_SYS_SOCKET): Invoke it.
17232         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17233
17234 2008-09-28  Bruno Haible  <bruno@clisp.org>
17235
17236         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
17237         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
17238         Needed on OSF/1 4.0.
17239
17240 2008-09-28  Bruno Haible  <bruno@clisp.org>
17241
17242         Override open more carefully.
17243         * lib/open.c (orig_open): New function.
17244         (rpl_open): Use orig_open instead of open.
17245         * lib/fcntl.in.h: Add special invocation convention.
17246         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
17247         (gl_FUNC_OPEN): Invoke it.
17248
17249         Override freopen more carefully.
17250         * lib/freopen.c (orig_freopen): New function.
17251         (rpl_freopen): Use orig_freopen instead of freopen.
17252         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
17253         (gl_FUNC_FREOPEN): Invoke it.
17254
17255         Override fopen more carefully.
17256         * lib/fopen.c (orig_fopen): New function.
17257         (rpl_fopen): Use orig_fopen instead of fopen.
17258         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
17259         (gl_FUNC_FOPEN): Invoke it.
17260         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
17261
17262 2008-09-28  Bruno Haible  <bruno@clisp.org>
17263
17264         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
17265         SIGPIPE.
17266
17267 2008-09-28  Bruno Haible  <bruno@clisp.org>
17268
17269         * tests/test-sigaction.c (handler, main): Disable the check whether
17270         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
17271         glibc systems with LinuxThreads.
17272
17273 2008-09-28  Bruno Haible  <bruno@clisp.org>
17274
17275         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
17276
17277         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
17278         with AIX xlc.
17279         * lib/fcntl.in.h (open): Likewise.
17280         Reported by Rainer Tammer <tammer@tammer.net>.
17281
17282 2008-09-28  Bruno Haible  <bruno@clisp.org>
17283
17284         * modules/posix_spawnp-tests: New file.
17285         * tests/test-posix_spawn.c: New file.
17286         * tests/test-posix_spawn.in.sh: New file.
17287
17288         New module 'posix_spawnp'.
17289         * modules/posix_spawnp: New file.
17290         * lib/spawnp.c: New file, from GNU libc with modifications.
17291         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
17292
17293         New module 'posix_spawn'.
17294         * modules/posix_spawn: New file.
17295         * lib/spawn.c: New file, from GNU libc with modifications.
17296         * doc/posix-functions/posix_spawn.texi: Mention the new module.
17297
17298         New module 'posix_spawnattr_destroy'.
17299         * modules/posix_spawnattr_destroy: New file.
17300         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
17301         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
17302         module.
17303
17304         New module 'posix_spawnattr_setsigmask'.
17305         * modules/posix_spawnattr_setsigmask: New file.
17306         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
17307         modifications.
17308         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
17309         new module.
17310
17311         New module 'posix_spawnattr_getsigmask'.
17312         * modules/posix_spawnattr_getsigmask: New file.
17313         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
17314         modifications.
17315         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
17316         new module.
17317
17318         New module 'posix_spawnattr_setsigdefault'.
17319         * modules/posix_spawnattr_setsigdefault: New file.
17320         * lib/spawnattr_setdefault.c: New file, from GNU libc with
17321         modifications.
17322         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
17323         new module.
17324
17325         New module 'posix_spawnattr_getsigdefault'.
17326         * modules/posix_spawnattr_getsigdefault: New file.
17327         * lib/spawnattr_getdefault.c: New file, from GNU libc with
17328         modifications.
17329         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
17330         new module.
17331
17332         New module 'posix_spawnattr_setschedpolicy'.
17333         * modules/posix_spawnattr_setschedpolicy: New file.
17334         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
17335         modifications.
17336         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
17337         new module.
17338
17339         New module 'posix_spawnattr_getschedpolicy'.
17340         * modules/posix_spawnattr_getschedpolicy: New file.
17341         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
17342         modifications.
17343         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
17344         new module.
17345
17346         New module 'posix_spawnattr_setschedparam'.
17347         * modules/posix_spawnattr_setschedparam: New file.
17348         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
17349         modifications.
17350         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
17351         new module.
17352
17353         New module 'posix_spawnattr_getschedparam'.
17354         * modules/posix_spawnattr_getschedparam: New file.
17355         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
17356         modifications.
17357         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
17358         new module.
17359
17360         New module 'posix_spawnattr_setpgroup'.
17361         * modules/posix_spawnattr_setpgroup: New file.
17362         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
17363         modifications.
17364         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
17365         module.
17366
17367         New module 'posix_spawnattr_getpgroup'.
17368         * modules/posix_spawnattr_getpgroup: New file.
17369         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
17370         modifications.
17371         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
17372         module.
17373
17374         New module 'posix_spawnattr_setflags'.
17375         * modules/posix_spawnattr_setflags: New file.
17376         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
17377         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
17378         module.
17379
17380         New module 'posix_spawnattr_getflags'.
17381         * modules/posix_spawnattr_getflags: New file.
17382         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
17383         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
17384         module.
17385
17386         New module 'posix_spawnattr_init'.
17387         * modules/posix_spawnattr_init: New file.
17388         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
17389         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
17390         module.
17391
17392         New module 'posix_spawn_file_actions_destroy'.
17393         * modules/posix_spawn_file_actions_destroy: New file.
17394         * lib/spawn_faction_destroy.c: New file, from GNU libc with
17395         modifications.
17396         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
17397         the new module.
17398
17399         New module 'posix_spawn_file_actions_addopen'.
17400         * modules/posix_spawn_file_actions_addopen: New file.
17401         * lib/spawn_faction_addopen.c: New file, from GNU libc with
17402         modifications.
17403         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
17404         the new module.
17405
17406         New module 'posix_spawn_file_actions_adddup2'.
17407         * modules/posix_spawn_file_actions_adddup2: New file.
17408         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
17409         modifications.
17410         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
17411         the new module.
17412
17413         New module 'posix_spawn_file_actions_addclose'.
17414         * modules/posix_spawn_file_actions_addclose: New file.
17415         * lib/spawn_faction_addclose.c: New file, from GNU libc with
17416         modifications.
17417         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
17418         the new module.
17419
17420         New module 'posix_spawn_file_actions_init'.
17421         * modules/posix_spawn_file_actions_init: New file.
17422         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
17423         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
17424         new module.
17425
17426         New module 'posix_spawn-internal'.
17427         * modules/posix_spawn-internal: New file.
17428         * lib/spawn_int.h: New file, from GNU libc with modifications.
17429         * lib/spawni.c: New file, from GNU libc with modifications.
17430         * m4/posix_spawn.m4: New file.
17431
17432         New module 'spawn'.
17433         * modules/spawn: New file.
17434         * lib/spawn.in.h: New file, from GNU libc with modifications.
17435         * m4/spawn_h.m4: New file.
17436         * doc/posix-headers/spawn.texi: Mention the new module.
17437
17438 2008-09-28  Bruno Haible  <bruno@clisp.org>
17439
17440         * modules/sched-tests: New file.
17441         * tests/test-sched.c: New file.
17442
17443         New module 'sched'.
17444         * modules/sched: New file.
17445         * lib/sched.in.h: New file.
17446         * m4/sched_h.m4: New file.
17447         * doc/posix-headers/sched.texi: Mention the new module.
17448
17449 2008-09-27  Eric Blake  <ebb9@byu.net>
17450
17451         Fix previous patch, and tweak references to $0.
17452         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
17453         (func_version, func_gnulib_dir): Don't call this program
17454         gnulib-tool.
17455         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
17456         with using $0 in function.
17457         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
17458         (func_fatal_error): Reuse the name the user invoked us with.
17459
17460 2008-09-27  Bruno Haible  <bruno@clisp.org>
17461
17462         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
17463         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
17464         (gl_ICONV_H): Not here.
17465         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
17466         instead of assigning ICONV_H directly.
17467
17468         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
17469         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
17470         WCHAR_H directly.
17471
17472 2008-09-27  Bruno Haible  <bruno@clisp.org>
17473
17474         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
17475         * modules/arpa_inet (Depends-on): Add link-warning.
17476         (Makefile.am): Insert the definition of GL_LINK-WARNING.
17477         * modules/unistd (Makefile.am): Likewise.
17478
17479 2008-09-26  Bruno Haible  <bruno@clisp.org>
17480
17481         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
17482         variables.
17483         (func_version): Essentially copied from gnulib-tool.
17484         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
17485         func_readlink): Copied from gnulib-tool.
17486
17487 2008-09-26  Bruno Haible  <bruno@clisp.org>
17488
17489         * gnulib-tool (func_version): Change directory to $gnulib_dir before
17490         invoking git-version-gen.
17491
17492 2008-09-26  Bruno Haible  <bruno@clisp.org>
17493
17494         * posix-modules: Update to directory names changed on 2008-01-19.
17495         Remove commas in output before splitting into words. No more need to
17496         avoid 'ftruncate' since 2007-02-19.
17497
17498 2008-09-26  Bruno Haible  <bruno@clisp.org>
17499
17500         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
17501
17502 2008-09-26  Bruno Haible  <bruno@clisp.org>
17503
17504         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
17505         * modules/fwriteerror (Depends-on): Add errno.
17506
17507 2008-09-26  Bruno Haible  <bruno@clisp.org>
17508
17509         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
17510         * tests/test-vc-list-files-cvs.sh: Likewise.
17511
17512 2008-09-26  Bruno Haible  <bruno@clisp.org>
17513
17514         * doc/posix-headers/sys_resource.texi: Reorder items.
17515
17516 2008-09-26  Jim Meyering  <meyering@redhat.com>
17517
17518         fts: tweak inode comparison function
17519         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
17520         inode numbers, as documented.
17521
17522         fts: sort dirent entries on inode number before traversing
17523         This avoids a quadratic, seek-related performance penalty when
17524         operating on a directory containing many entries (measurable at 10k;
17525         3.5 hours at 2 million entries with a cold cache) on certain types
17526         of file systems, including ext3 and ext4, but not tmpfs.
17527         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
17528         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
17529         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
17530         (fs_handles_readdir_ordered_dirents_efficiently): New function.
17531         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
17532         (fts_build): Set the stat.st_ino member from D_INO.
17533         If it is likely to be useful, sort dirent entries on inode number.
17534
17535         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
17536         and the struct statfs.f_type member.
17537         * modules/fts (Depends-on): Add d-ino.
17538
17539 2008-09-26  Bruno Haible  <bruno@clisp.org>
17540
17541         * modules/sigpipe-die (Depends-on): Add sigpipe.
17542
17543         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
17544         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
17545         and GNULIB_STDIO_H_SIGPIPE are set.
17546         * lib/stdio-write.c: New file.
17547         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
17548         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17549         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
17550         REPLACE_STDIO_WRITE_FUNCS.
17551         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
17552         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17553         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
17554         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
17555         * modules/stdio (Files): Add lib/stdio-write.c.
17556         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
17557         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17558         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
17559         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
17560         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
17561         REPLACE_FPRINTF_POSIX.
17562         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
17563         REPLACE_PRINTF_POSIX.
17564         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
17565         REPLACE_VFPRINTF_POSIX.
17566         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
17567         REPLACE_VPRINTF_POSIX.
17568         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
17569         SIGPIPE issue.
17570         * doc/posix-functions/fputc.texi: Likewise.
17571         * doc/posix-functions/fputs.texi: Likewise.
17572         * doc/posix-functions/fwrite.texi: Likewise.
17573         * doc/posix-functions/printf.texi: Likewise.
17574         * doc/posix-functions/putc.texi: Likewise.
17575         * doc/posix-functions/putchar.texi: Likewise.
17576         * doc/posix-functions/puts.texi: Likewise.
17577         * doc/posix-functions/vfprintf.texi: Likewise.
17578         * doc/posix-functions/vprintf.texi: Likewise.
17579
17580         * modules/safe-write (Depends-on): Add write.
17581
17582         * modules/sigpipe-tests: New file.
17583         * tests/test-sigpipe.c: New file.
17584         * tests/test-sigpipe.sh: New file.
17585
17586         * modules/write: New file.
17587         * lib/unistd.in.h: Include <sys/types.h>.
17588         (write): New declaration.
17589         * lib/write.c: New file.
17590         * m4/write.m4: New file.
17591         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17592         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
17593         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
17594         GNULIB_WRITE, REPLACE_WRITE.
17595         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
17596         and the SIGPIPE issue.
17597
17598         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
17599         (raise): New declaration.
17600         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
17601         (ext_signal): New function.
17602         (rpl_raise): New function.
17603         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
17604         GNULIB_SIGNAL_H_SIGPIPE.
17605         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
17606         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
17607
17608         * modules/sigpipe: New file.
17609         * m4/sigpipe.m4: New file.
17610
17611 2008-09-25  Derek Price  <derek@ximbiot.com>
17612             Bruno Haible  <bruno@clisp.org>
17613
17614         * gnulib-tool (func_import): Report all license incompatibilities, not
17615         just the first one.
17616
17617 2008-09-25  Bruno Haible  <bruno@clisp.org>
17618
17619         * gnulib-tool (func_import): When computing the edits, consider not
17620         only the Makefile.ams that exist but also those that will be generated.
17621
17622 2008-09-25  Simon Josefsson  <simon@josefsson.org>
17623
17624         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
17625         fixes gnulib-tool --test warning about duplicate dependency.
17626
17627 2008-09-25  Bruno Haible  <bruno@clisp.org>
17628
17629         * gnulib-tool: Don't ask the user to perform edits in the generated
17630         Makefile.ams.
17631         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
17632         apply to the Makefile.am being generated.
17633         (func_emit_tests_Makefile_am): Execute edits that apply to the
17634         Makefile.am being generated.
17635         (func_import): Setup list of Makefile.am edits before emitting the
17636         Makefile.ams, not at the end.
17637         (func_create_testdir): Update.
17638         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17639
17640 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17641
17642         * gnulib-tool (func_import): Store the --tests-base option in the
17643         comment in gnulib-cache.m4.
17644
17645 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
17646
17647         * NEWS: Document increased portability that sys_select now provides.
17648
17649         * lib/sys_select.in.h: Install select wrapper.
17650         * lib/sys_socket.in.h: Use more descriptive name when there is no
17651         select wrapper.
17652         * lib/winsock-select.c: New.
17653         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
17654         Require gl_HEADER_SYS_SOCKET.
17655         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
17656         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
17657         * tests/test-sys_select.c: Add functional tests.
17658
17659 2008-09-24  Eric Blake  <ebb9@byu.net>
17660
17661         open, fopen: close fd leak in last patch
17662         * lib/open.c (rpl_open): Close fd before returning error.
17663         * lib/fopen.c (rpl_fopen): Close fd before returning error.
17664         * doc/posix-functions/open.texi (open): Document that Irix also
17665         has the bug.
17666         * doc/posix-functions/fopen.texi (fopen): Likewise.
17667         Reported by Paolo Bonzini.
17668
17669 2008-09-24  Bruno Haible  <bruno@clisp.org>
17670
17671         Ensure that a filename ending in a slash cannot be used to access a
17672         non-directory.
17673         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
17674         to check whether it's really a directory.
17675         * lib/fopen.c: Include fcntl.h, unistd.h.
17676         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
17677         and fdopen().
17678         * modules/fopen (Depends-on): Add unistd.
17679         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
17680         * tests/test-fopen.c (main): Likewise.
17681         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
17682         * doc/posix-functions/fopen.texi: Likewise.
17683         Reported by Eric Blake.
17684
17685 2008-09-23  Eric Blake  <ebb9@byu.net>
17686
17687         c-stack: avoid compiler optimizations when provoking overflow
17688         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
17689         recursion harder to optimize, to ensure a stack overflow occurs.
17690         * tests/test-c-stack.c (recurse): Likewise.
17691         Borrowed from libsigsegv.
17692
17693         c-stack: work around Irix sigaltstack bug
17694         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
17695         whether sigaltstack uses wrong end of stack_t (copied in part from
17696         libsigsegv).
17697         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
17698         Irix bug, without requiring an over-allocation.
17699         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
17700         bug.
17701
17702         fopen: document mingw bug on directories
17703         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
17704         not allowing a stream visiting a directory, even though reading
17705         from such a stream is not portable.
17706
17707 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17708
17709         * lib/poll.c: Rewrite.
17710         * modules/poll: Depend on alloca.
17711
17712 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17713
17714         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
17715         instead define prototypes for a full set of wrappers.  Ensure
17716         that Cygwin does not use the compatibility code, which is only
17717         for MinGW.
17718         * lib/winsock.c: New.
17719         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
17720         * modules/sys_socket: Add lib/winsock.c.
17721
17722         * modules/poll-tests: Add errno and perror.
17723         * tests/test-poll.c: Use ioctl, not ioctlsocket.
17724
17725 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17726
17727         * tests/test-poll.c: Downgrade minimum needed Winsock version.
17728
17729 2008-09-23  Bruno Haible  <bruno@clisp.org>
17730
17731         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
17732         * doc/glibc-functions/*: Likewise.
17733
17734 2008-09-23  Simon Josefsson  <simon@josefsson.org>
17735
17736         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
17737         success.
17738
17739 2008-09-22  Eric Blake  <ebb9@byu.net>
17740             Bruno Haible  <bruno@clisp.org>
17741
17742         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
17743         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
17744         supply %A but mishandle pseudo-NaN.
17745         Reported by Simon Josefsson.
17746
17747 2008-09-21  Bruno Haible  <bruno@clisp.org>
17748
17749         * tests/test-lock.c (main): Tweak skip message.
17750         * tests/test-tls.c (main): Likewise.
17751
17752 2008-09-21  Bruno Haible  <bruno@clisp.org>
17753
17754         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
17755         whether 'struct sigaction' has sa_sigaction here...
17756         (gl_PREREQ_SIG_HANDLER_H): ... not here.
17757         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
17758
17759 2008-09-21  Bruno Haible  <bruno@clisp.org>
17760
17761         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
17762         section.
17763         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
17764         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
17765         the new section.
17766         (Support for obsolete systems lacking POSIX:2001): New section.
17767         (String handling <string.h>): Move strdup to the new section.
17768         Suggested by Simon Josefsson and Paolo Bonzini.
17769
17770 2008-09-21  Bruno Haible  <bruno@clisp.org>
17771
17772         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
17773         exponents in %e and %g results on 'long double'. Needed for mingw's
17774         improved *printf functions.
17775         * tests/test-vasprintf-posix.c (test_function): Likewise.
17776         * tests/test-snprintf-posix.h (test_function): Likewise.
17777         * tests/test-sprintf-posix.h (test_function): Likewise.
17778         Reported by Eric Blake.
17779
17780 2008-09-21  Bruno Haible  <bruno@clisp.org>
17781
17782         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
17783         * tests/test-sprintf-posix.h (test_function): Likewise.
17784
17785 2008-09-21  Bruno Haible  <bruno@clisp.org>
17786
17787         * modules/getpass (Depends-on): Add strdup-posix.
17788
17789         New module 'strdup-posix'.
17790         * modules/strdup-posix: New file.
17791         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
17792         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
17793         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17794         REPLACE_STRDUP.
17795         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
17796         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
17797         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17798         strdup-posix.
17799
17800         * modules/strdup (Depends-on): Remove malloc-posix.
17801
17802 2008-09-20  Bruno Haible  <bruno@clisp.org>
17803
17804         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
17805         Wildenhues.
17806
17807 2008-09-20  Bruno Haible  <bruno@clisp.org>
17808
17809         Ensure that wint_t gets defined on IRIX 5.3.
17810         * lib/wchar.in.h (wint_t): Define if not defined by the system.
17811         * lib/wctype.in.h (wint_t): Likewise.
17812         (__wctype_wint_t): Remove type.
17813         (isw*): Use wint_t instead of __wctype_wint_t.
17814         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
17815         * modules/wchar (Files): Add m4/wint_t.m4.
17816         (Makefile.am): Substitute HAVE_WINT_T.
17817         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
17818         * tests/test-wctype.c: Check that wint_t is defined.
17819         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
17820         * doc/posix-headers/wctype.texi: Likewise.
17821         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17822
17823 2008-09-18  Bruno Haible  <bruno@clisp.org>
17824
17825         * gnulib-tool (func_exit): Update comment.
17826
17827 2008-09-18  Simon Josefsson  <simon@josefsson.org>
17828
17829         * modules/getaddrinfo (Depends-on): Remove strdup, this module
17830         assumes strdup exists and does not depend on strdup to return
17831         ENOMEM on out of memory conditions.
17832
17833 2008-09-18  Bruno Haible  <bruno@clisp.org>
17834
17835         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
17836         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
17837         digits for the exponent.
17838
17839 2008-09-18  Jim Meyering  <meyering@redhat.com>
17840             Bruno Haible  <bruno@clisp.org>
17841
17842         * lib/vasnprintf.c (decimal_point_char): Define also if
17843         NEED_PRINTF_INFINITE_LONG_DOUBLE.
17844
17845 2008-09-16  Bruno Haible  <bruno@clisp.org>
17846         and Eric Blake  <ebb9@byu.net>
17847
17848         vasnprintf: support Irix 5.3
17849         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
17850         that mishandle long double infinity.
17851         Reported by Tom G. Christensen.
17852
17853 2008-09-16  Bruno Haible  <bruno@clisp.org>
17854
17855         * doc/glibc-functions/scandir.texi: Mention the function is missing on
17856         Solaris 9.
17857         * doc/glibc-functions/alphasort.texi: Likewise.
17858         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
17859
17860 2008-09-16  Jim Meyering  <meyering@redhat.com>
17861
17862         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
17863         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
17864         a umask modification leak out of a subshell.  Otherwise, the
17865         opensolaris /bin/sh would be accepted and thus cause unwarranted
17866         failures in the coreutils test suite.
17867
17868 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
17869
17870         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
17871         to succeed.
17872
17873 2008-09-16  Jim Meyering  <meyering@redhat.com>
17874
17875         avoid spurious test failure when library is built without ACL support
17876         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
17877         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
17878         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
17879         * tests/test-copy-acl.sh: Likewise.
17880
17881 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17882
17883         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
17884         based on character occurrence counts.
17885
17886 2008-09-15  Eric Blake  <ebb9@byu.net>
17887
17888         tests: avoid some compiler warnings
17889         * tests/test-memchr.c (main): Pass NULL indirectly.
17890         * tests/test-closein.c (main): Avoid unused variable.
17891
17892 2008-09-15  Bruno Haible  <bruno@clisp.org>
17893
17894         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
17895         are missing on OpenBSD 4.0 individually.
17896         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17897
17898 2008-09-15  Bruno Haible  <bruno@clisp.org>
17899
17900         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
17901         * doc/posix-functions/strerror.texi: Mention also Cygwin.
17902         * doc/posix-functions/perror.texi: Likewise.
17903         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
17904         is missing.
17905         Reported by Eric Blake.
17906
17907         * lib/errno.in.h: Use replacement values >= 2000.
17908         Reported by Eric Blake.
17909
17910 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17911
17912         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
17913         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
17914         limit.
17915         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
17916         compareseq was aborted.
17917
17918 2008-09-14  Bruno Haible  <bruno@clisp.org>
17919
17920         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
17921         yvec_edit_count.
17922         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
17923         (fstrcmp_bounded): Simplify result computation accordingly.
17924
17925 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17926
17927         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
17928         (fstrcmp): Define in terms of fstrcmp_bounded.
17929         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
17930         lower_bound argument.
17931         Return quickly if the result is certainly < lower_bound.
17932         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
17933
17934 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17935
17936         * lib/diffseq.h (EARLY_ABORT): New macro.
17937         (compareseq): Change return type to bool. Return true when EARLY_ABORT
17938         evaluates to true.
17939
17940 2008-09-14  Bruno Haible  <bruno@clisp.org>
17941
17942         * modules/perror-tests: New file.
17943         * tests/test-perror.sh: New file.
17944         * tests/test-perror.c: New file.
17945
17946         New module 'perror'.
17947         * lib/stdio.in.h (perror): New declaration.
17948         * lib/perror.c: New file.
17949         * m4/perror.m4: New file.
17950         * modules/perror: New file.
17951         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
17952         * doc/posix-functions/perror.texi: Mention the perror module.
17953         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
17954         REPLACE_PERROR.
17955         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
17956         REPLACE_PERROR.
17957
17958 2008-09-14  Bruno Haible  <bruno@clisp.org>
17959
17960         * modules/stdio (Makefile.am): Reorder to match the order in
17961         lib/stdio.in.h.
17962         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
17963
17964 2008-09-13  Bruno Haible  <bruno@clisp.org>
17965
17966         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
17967
17968 2008-09-13  Bruno Haible  <bruno@clisp.org>
17969
17970         Extend strerror to cover the added errno values.
17971         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
17972         (rpl_strerror): Provide error messages for the added errno values and
17973         for the WSA* values.
17974         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
17975         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
17976         strerror.
17977         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
17978         * modules/strerror (Depends-on): Add errno.
17979         * doc/posix-functions/strerror.texi: Document the change.
17980         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
17981         and EOVERFLOW.
17982
17983 2008-09-13  Bruno Haible  <bruno@clisp.org>
17984
17985         * modules/EOVERFLOW: Remove file.
17986         * m4/eoverflow.m4: Remove file.
17987         * modules/EOVERFLOW-tests: Remove file.
17988         * tests/test-EOVERFLOW.c: Remove file.
17989         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
17990         * modules/ftell (Depends-on): Likewise.
17991         * modules/getdelim (Depends-on): Likewise.
17992         * modules/getugroups (Depends-on): Likewise.
17993         * modules/poll (Depends-on): Likewise.
17994         * modules/snprintf (Depends-on): Likewise.
17995         * modules/sprintf-posix (Depends-on): Likewise.
17996         * modules/vasnprintf (Depends-on): Likewise.
17997         * modules/vasprintf (Depends-on): Likewise.
17998         * modules/vfprintf-posix (Depends-on): Likewise.
17999         * modules/vsnprintf (Depends-on): Likewise.
18000         * modules/vsprintf-posix (Depends-on): Likewise.
18001         * modules/xvasprintf (Depends-on): Likewise.
18002         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18003         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
18004         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
18005         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
18006         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18007         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
18008         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
18009         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
18010         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18011         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
18012         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
18013         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
18014         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18015         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
18016         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
18017         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
18018         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18019         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
18020         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
18021         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
18022         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18023         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
18024         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
18025         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
18026         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
18027         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18028         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
18029         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
18030         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
18031         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
18032         * MODULES.html.sh: Remove EOVERFLOW.
18033         * NEWS: Mention the change.
18034
18035 2008-09-13  Bruno Haible  <bruno@clisp.org>
18036
18037         * modules/errno-tests: New file.
18038         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
18039
18040         * lib/errno.in.h: New file.
18041         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
18042         * modules/errno: New file.
18043         * doc/posix-headers/errno.texi: Update documentation.
18044         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
18045
18046 2008-09-13  Bruno Haible  <bruno@clisp.org>
18047
18048         * tests/test-poll.c: Use #if for native Windows, rather than testing
18049         __MSVCRT__.
18050
18051 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18052             Bruno Haible  <bruno@clisp.org>
18053
18054         * lib/glob.c: Don't include <pwd.h> on native Windows.
18055         (WINDOWS32): New macro.
18056         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
18057
18058 2008-09-13  Bruno Haible  <bruno@clisp.org>
18059
18060         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
18061         (ETIMEDOUT): Remove macro.
18062         (glthread_cond_timedwait_multithreaded): New declaration.
18063         (glthread_cond_timedwait): Use it.
18064         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
18065         (glthread_cond_timedwait_multithreaded): New function.
18066
18067 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18068
18069         * modules/poll-tests: Do not check for io.h.
18070         * tests/test-poll.c: Check for __MSVCRT__ instead.
18071
18072 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18073
18074         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
18075         * modules/poll-tests: Add inet_pton, stdbool, sockets.
18076         * tests/test-poll.c: Use them.  Use _pipe on Windows.
18077
18078 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18079
18080         * modules/poll-tests: New.
18081         * tests/test-poll.c: New.
18082
18083 2008-09-12  Eric Blake  <ebb9@byu.net>
18084
18085         frexp: test for NetBSD failure on -0.0
18086         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
18087         not all, bugs from NetBSD 3.0 have been fixed.
18088         * doc/posix-functions/frexp.texi (frexp): Document bug.
18089         Reported by Thomas Klausner.
18090
18091         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
18092         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
18093         literal -0.0.
18094         Reported by Jonathan C. Patschke <jp@centtech.com>.
18095
18096 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18097
18098         * lib/glthread/cond.h: Use dummy implementation also if
18099         USE_WIN32_THREADS.
18100
18101 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18102
18103         * modules/fnmatch-posix (License): Change to LGPLv2+.
18104         * modules/fnmatch-gnu (License): Likewise.
18105
18106 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18107
18108         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
18109
18110 2008-09-11  Jim Meyering  <meyering@redhat.com>
18111
18112         * users.txt: Add gtk-vnc.
18113
18114 2008-09-08  Simon Josefsson  <simon@josefsson.org>
18115
18116         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
18117         rotate amounts.
18118
18119         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
18120         required for 16-bit and 8-bit rotates.
18121         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
18122         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
18123         UINT8_MAX instead of hard-coded constants.
18124         Suggested by Paul Eggert.
18125
18126 2008-09-07  Bruno Haible  <bruno@clisp.org>
18127
18128         * tests/test-striconveh.c (main): Check behaviour when converting from
18129         UTF-7.
18130
18131         Make striconveh work better with stateful encodings.
18132         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
18133         that iconv does not increment the inptr when returning -1/EINVAL.
18134
18135 2008-09-07  Bruno Haible  <bruno@clisp.org>
18136
18137         * build-aux/config.rpath: Update according to libtool-2.2.6.
18138         * build-aux/config.libpath: Likewise.
18139
18140 2008-09-06  Bruno Haible  <bruno@clisp.org>
18141
18142         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
18143         * lib/freadptr.c (freadptr): Likewise.
18144         * lib/freadseek.c (freadptrinc): Likewise.
18145         Reported by Simon Josefsson.
18146
18147 2008-09-06  Bruno Haible  <bruno@clisp.org>
18148
18149         * modules/freadptr (License): Change to LGPLv2+.
18150         * modules/freadseek (License): Likewise.
18151         Suggested by Eric Blake.
18152
18153         * modules/memchr2 (License): Change to LGPLv2+.
18154         Approved by Eric Blake.
18155
18156 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18157             Bruno Haible  <bruno@clisp.org>
18158
18159         Make gnulib-tool work with native 'sed' on AIX.
18160         * gnulib-tool (sed_noop): New variable.
18161         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
18162         func_add_or_update, func_create_testdir): Use it to initialize sed
18163         script variables.
18164         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18165
18166 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
18167             Bruno Haible  <bruno@clisp.org>
18168
18169         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
18170         also works after #include directives.
18171
18172 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
18173
18174         getdate.y: reject an out-of-range timezone value
18175         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
18176         the range [-24...+24].  When specified with only one or two digits,
18177         * tests/test-getdate.c: Tests for the fix.
18178         * doc/getdate.texi: Document this change.
18179
18180 2008-09-03  Bruno Haible  <bruno@clisp.org>
18181
18182         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
18183
18184 2008-09-02  Simon Josefsson  <simon@josefsson.org>
18185
18186         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
18187         <bruce.korb@gmail.com> with ideas from Ben Pfaff
18188         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
18189         Blake <ebb9@byu.net>.
18190
18191         * tests/test-bitrotate.c: Add more test vectors.
18192
18193 2008-09-02  Eric Blake  <ebb9@byu.net>
18194
18195         vasnprintf-posix: handle large precision via %.*d
18196         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
18197         when handling it ourselves.
18198         * tests/test-vasnprintf-posix.c (test_function): Add test.
18199         * tests/test-snprintf-posix.h (test_function): Likewise.
18200         * tests/test-sprintf-posix.h (test_function): Likewise.
18201         * tests/test-vasprintf-posix.c (test_function): Likewise.
18202         Reported by Alain Guibert.
18203
18204 2008-09-01  Eric Blake  <ebb9@byu.net>
18205
18206         c-stack: make configure-time check more robust
18207         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
18208         successful sigaction call.
18209         Reported by Tom G. Christensen.
18210
18211 2008-09-01  Bruno Haible  <bruno@clisp.org>
18212
18213         New module 'findprog-lgpl'.
18214         * modules/findprog-lgpl: New file.
18215         * lib/findprog-lgpl.c: New file.
18216         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
18217         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
18218         to decide whether to use strdup or xstrdup, concatenated_filename or
18219         xconcatenated_filename.
18220
18221 2008-09-01  Bruno Haible  <bruno@clisp.org>
18222
18223         Split module 'concat-filename' into 'concat-filename' (LGPL) and
18224         'xconcat-filename' (GPL).
18225         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
18226         (License): Change to LGPLv2+.
18227         * modules/xconcat-filename: New file.
18228         * lib/concat-filename.h (concatenated_filename): Change specification.
18229         (xconcatenated_filename): New declaration.
18230         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
18231         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
18232         memory situations.
18233         * lib/xconcat-filename.c: New file.
18234         * NEWS: Mention the change.
18235         * lib/findprog.c: Include concat-filename.h, not filename.h.
18236         (find_in_path): Use xconcatenated_filename instead of
18237         concatenated_filename.
18238         * lib/javacomp.c: Include concat-filename.h, not filename.h.
18239         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18240         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18241         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18242         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
18243         instead of concatenated_filename.
18244         * lib/javaexec.c: Include concat-filename.h, not filename.h.
18245         (execute_java_class): Use xconcatenated_filename instead of
18246         concatenated_filename.
18247         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
18248         * modules/javacomp (Depends-on): Likewise.
18249         * modules/javaexec (Depends-on): Likewise.
18250
18251 2008-09-01  Bruno Haible  <bruno@clisp.org>
18252
18253         Split module 'filename' into 'filename' and 'concat-filename'.
18254         * modules/filename: Keep only lib/filename.h.
18255         (License): Change to LGPLv2+.
18256         * modules/concat-filename: New file, extracted from modules/filename.
18257         * lib/filename.h (concatenated_filename): Remove declaration.
18258         * lib/concat-filename.h: New file, extracted from lib/filename.h.
18259         * lib/concat-filename.c: Include concat-filename.h.
18260         * NEWS: Mention the change.
18261
18262 2008-09-01  Simon Josefsson  <simon@josefsson.org>
18263
18264         * lib/bitrotate.h (rotl8, rotr8): Add.
18265
18266         * modules/bitrotate (configure.ac): Need
18267         AC_REQUIRE([AC_C_INLINE]).
18268         (Description): Mention stdint.h.  Reported by Bruno Haible
18269         <bruno@clisp.org>.
18270
18271         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
18272         Paolo Bonzini <bonzini@gnu.org>.
18273
18274 2008-08-31  Bruno Haible  <bruno@clisp.org>
18275
18276         Assume Solaris specific bi-arch conventions on Solaris systems.
18277         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
18278         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
18279         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
18280         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
18281         like acl_libdirstem.
18282         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
18283         acl_libdirstem.
18284         * NEWS: Mention the change.
18285         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
18286
18287 2008-08-31  Jim Meyering  <meyering@redhat.com>
18288
18289         * lib/strftime.h: Add comments describing the two added arguments.
18290
18291         remove duplicate #include directives
18292         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
18293         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
18294
18295 2008-08-31  Bruno Haible  <bruno@clisp.org>
18296
18297         New module 'sigpipe-die'.
18298         * modules/sigpipe-die: New file.
18299         * lib/sigpipe-die.h: New file.
18300         * lib/sigpipe-die.c: New file.
18301         * MODULES.html.sh (Signal handling): Add sigpipe-die.
18302
18303 2008-08-31  Bruno Haible  <bruno@clisp.org>
18304
18305         Don't override previously installed signal handlers.
18306         * lib/fatal-signal.c (saved_sigactions): New variable.
18307         (uninstall_handlers): Reset the signal to the saved handler, not
18308         to SIG_DFL (except when ignored).
18309         (install_handlers): Save the previous handlers.
18310
18311 2008-08-30  Bruno Haible  <bruno@clisp.org>
18312
18313         * gnulib-tool (func_reset_sigpipe): New function.
18314         (func_get_automake_snippet, func_modules_transitive_closure,
18315         func_import): Invoke it before a join command that reads from stdin,
18316         to avoid "echo: write error: Broken pipe" error messages on stderr.
18317         Reported by Sam Steingold <sds@gnu.org>.
18318
18319 2008-08-30  Bruno Haible  <bruno@clisp.org>
18320
18321         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
18322         Code copied from m4/open.m4.
18323         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
18324         access and the filename ends in a slash. Code copied from lib/open.c.
18325         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
18326         * tests/test-fopen.c (main): Check against bug with trailing slash.
18327
18328 2008-08-29  Bruno Haible  <bruno@clisp.org>
18329
18330         Avoid some "gcc -pedantic" warnings.
18331         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
18332         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
18333         * lib/dirent.in.h: Likewise.
18334         * lib/fcntl.in.h: Likewise.
18335         * lib/float.in.h: Likewise.
18336         * lib/iconv.in.h: Likewise.
18337         * lib/inttypes.in.h: Likewise.
18338         * lib/locale.in.h: Likewise.
18339         * lib/math.in.h: Likewise.
18340         * lib/netinet_in.in.h: Likewise.
18341         * lib/search.in.h: Likewise.
18342         * lib/signal.in.h: Likewise.
18343         * lib/stdarg.in.h: Likewise.
18344         * lib/stdint.in.h: Likewise.
18345         * lib/stdio.in.h: Likewise.
18346         * lib/stdlib.in.h: Likewise.
18347         * lib/string.in.h: Likewise.
18348         * lib/strings.in.h: Likewise.
18349         * lib/sys_select.in.h: Likewise.
18350         * lib/sys_socket.in.h: Likewise.
18351         * lib/sys_stat.in.h: Likewise.
18352         * lib/sys_time.in.h: Likewise.
18353         * lib/sysexits.in.h: Likewise.
18354         * lib/time.in.h: Likewise.
18355         * lib/unistd.in.h: Likewise.
18356         * lib/wchar.in.h: Likewise.
18357         * lib/wctype.in.h: Likewise.
18358         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
18359         * modules/fchdir (Makefile.am): Likewise.
18360         * modules/fcntl (Makefile.am): Likewise.
18361         * modules/float (Makefile.am): Likewise.
18362         * modules/iconv_open (Makefile.am): Likewise.
18363         * modules/inttypes (Makefile.am): Likewise.
18364         * modules/locale (Makefile.am): Likewise.
18365         * modules/math (Makefile.am): Likewise.
18366         * modules/netinet_in (Makefile.am): Likewise.
18367         * modules/search (Makefile.am): Likewise.
18368         * modules/signal (Makefile.am): Likewise.
18369         * modules/stdarg (Makefile.am): Likewise.
18370         * modules/stdint (Makefile.am): Likewise.
18371         * modules/stdio (Makefile.am): Likewise.
18372         * modules/stdlib (Makefile.am): Likewise.
18373         * modules/string (Makefile.am): Likewise.
18374         * modules/strings (Makefile.am): Likewise.
18375         * modules/sys_select (Makefile.am): Likewise.
18376         * modules/sys_socket (Makefile.am): Likewise.
18377         * modules/sys_stat (Makefile.am): Likewise.
18378         * modules/sys_time (Makefile.am): Likewise.
18379         * modules/sysexits (Makefile.am): Likewise.
18380         * modules/time (Makefile.am): Likewise.
18381         * modules/unistd (Makefile.am): Likewise.
18382         * modules/wchar (Makefile.am): Likewise.
18383         * modules/wctype (Makefile.am): Likewise.
18384         Reported by Reuben Thomas <rrt@sc3d.org>.
18385
18386 2008-08-29  Bruno Haible  <bruno@clisp.org>
18387
18388         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
18389         any more.
18390
18391 2008-08-29  Simon Josefsson  <simon@josefsson.org>
18392
18393         * MODULES.html.sh (Misc): Add bitrotate.
18394
18395         * modules/bitrotate: New file.
18396
18397         * lib/bitrotate.h: New file.
18398
18399         * modules/bitrotate-tests: New file.
18400
18401         * tests/test-bitrotate.c: New file.
18402
18403         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
18404         on the bitrotate module.
18405
18406         * lib/arctwo.c: Use new bitrotate module.
18407
18408 2008-08-29  Jim Meyering  <meyering@redhat.com>
18409
18410         bootstrap: merge changes from coreutils
18411         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
18412         of copied files.  Remove a kludge, now that this is fixed.
18413         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
18414         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
18415         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
18416
18417 2008-08-29  Bruno Haible  <bruno@clisp.org>
18418
18419         * MODULES.html.sh: Remove --cvs-urls option.
18420
18421 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
18422
18423         maint.mk: adjust to file name change
18424         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
18425
18426 2008-08-28  Jim Meyering  <meyering@redhat.com>
18427
18428         * modules/getndelim2 (License): Relicense to LGPLv2+.
18429         Approved by Richard Stallman for the version of 1995, and by
18430         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
18431
18432 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
18433
18434         * lib/getdelim.c (flockfile, funlockfile): Make all of them
18435         dummy if one is not available.  Do not touch them if
18436         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
18437         (getc_maybe_unlocked): New.
18438         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
18439
18440 2008-08-26  Eric Blake  <ebb9@byu.net>
18441
18442         doc/INSTALL: resync from autoconf
18443         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
18444         (INSTALL_PRELUDE): Delete; this is done more efficiently by
18445         moving...
18446         * install.texi [!autoconf]: ...here.  Resync from autoconf.
18447         * INSTALL: Regenerate.
18448         * INSTALL.ISO: New file.
18449         * INSTALL.UTF-8: Likewise.
18450
18451 2008-08-26  Jim Meyering  <meyering@redhat.com>
18452
18453         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
18454         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
18455         these definitions conditional, so that they may be overridden, too.
18456
18457 2008-08-26  Bruno Haible  <bruno@clisp.org>
18458
18459         Generate INSTALL file variants with prettier quotes.
18460         * doc/Makefile (INSTALL_PRELUDE): New macro.
18461         (INSTALL): Use it.
18462         (INSTALL.ISO, INSTALL.UTF-8): New rules.
18463
18464 2008-08-26  Bruno Haible  <bruno@clisp.org>
18465
18466         Run makeinfo in an English locale.
18467         * doc/Makefile (MAKEINFO): New variable.
18468
18469 2008-08-26  Bruno Haible  <bruno@clisp.org>
18470
18471         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
18472         Suggested by Eric Blake.
18473
18474 2008-08-25  Bruno Haible  <bruno@clisp.org>
18475
18476         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
18477
18478 2008-08-25  Eric Blake  <ebb9@byu.net>
18479
18480         c-stack: test that stack overflow can be caught
18481         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
18482         that platform allows handling stack overflow; at least OS/2 EMX
18483         has sigaltstack, but crashes before transferring control to
18484         handler on stack overflow.
18485         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
18486         check for HAVE_STACK_OVERFLOW_HANDLING.
18487         Reported by Elbert Pol.
18488
18489 2008-08-25  Bruno Haible  <bruno@clisp.org>
18490
18491         * doc/posix-functions/strftime.texi: Fix description of strftime
18492         module.
18493
18494 2008-08-24  Bruno Haible  <bruno@clisp.org>
18495
18496         * tests/uniwidth/test-uc_width2.c: New file.
18497         * tests/uniwidth/test-uc_width2.sh: New file.
18498         * modules/uniwidth/width-tests (Files): Add the new files.
18499         (TESTS): Add uniwidth/test-uc_width2.sh.
18500         (TESTS_ENVIRONMENT): New variable.
18501         (check_PROGRAMS): Add test-uc_width2.
18502         (test_uc_width2_SOURCES): New variable.
18503
18504         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
18505         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
18506         not 0x00AB.
18507         Reported by Alexander V. Lukyanov <lav@netis.ru>.
18508
18509 2008-08-22  Eric Blake  <ebb9@byu.net>
18510
18511         test-lock, test-tls: mention why a test is skipped
18512         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
18513         skipped.
18514         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
18515
18516         count-one-bits: relax license
18517         * modules/count-one-bits (License): Relicense to LGPLv2+.
18518         Suggested by Ludovic Courtès, approved by Ben Pfaff.
18519
18520 2008-08-22  Andreas Schwab  <schwab@suse.de>
18521
18522         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
18523         Remove spurious space in assignment.
18524
18525 2008-08-21  Simon Josefsson  <simon@josefsson.org>
18526
18527         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
18528         Paul Eggert <eggert@CS.UCLA.EDU>.
18529
18530 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
18531
18532         * modules/gettext: Add m4/threadlib.m4.
18533
18534 2008-08-19  Eric Blake  <ebb9@byu.net>
18535
18536         test-c-stack: fix compilation failure on FreeBSD 5.0
18537         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
18538         headers before <sys/resource.h>.
18539         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
18540         the bug.
18541         Reported by Nelson H. F. Beebe.
18542
18543         strverscmp: migrate from "strverscmp.h" to <string.h>
18544         * modules/string (Makefile.am): Add new hooks.
18545         * modules/strverscmp (Files): Remove strverscmp.h.
18546         (Depends-on): Add string.
18547         (configure.ac): Add indicator.
18548         (Include): Mention new header.
18549         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
18550         defaults.
18551         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
18552         results.
18553         * lib/strverscmp.h: Delete.
18554         * lib/string.in.h (strverscmp): Provide declaration, when needed.
18555         * tests/test-strverscmp.c (includes): Adjust client.
18556         * lib/check-version.c (includes): Likewise.
18557         * NEWS: Document the change.
18558
18559         strverscmp: add unit test
18560         * modules/strverscmp-tests: New file.
18561         * tests/test-strverscmp.c: Likewise.
18562
18563 2008-08-19  Simon Josefsson  <simon@josefsson.org>
18564
18565         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
18566         regarding Windows crypto stuff, from Mono.
18567
18568 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
18569
18570         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
18571         if present, for intel RND.  Return error on failures.
18572
18573 2008-08-18  Ben Pfaff  <blp@gnu.org>
18574
18575         gitlog-to-changelog: give better diagnostic for failed pipe-open
18576         * build-aux/gitlog-to-changelog: Improve error message: suggest
18577         that the version of Git may be too old.
18578
18579 2008-08-18  Simon Josefsson  <simon@josefsson.org>
18580
18581         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
18582         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
18583
18584 2008-08-18  Bruno Haible  <bruno@clisp.org>
18585
18586         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
18587         pthread_in_use().
18588
18589 2008-08-18  Bruno Haible  <bruno@clisp.org>
18590
18591         * lib/glthread/threadlib.c: Include <pthread.h>.
18592
18593 2008-08-18  Bruno Haible  <bruno@clisp.org>
18594
18595         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
18596         glthread_recursive_lock_* macros.
18597         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
18598         Fix syntax error.
18599
18600 2008-08-18  Bruno Haible  <bruno@clisp.org>
18601
18602         * lib/glthread/thread.c: Avoid forcing a context switch right after
18603         thread creation.
18604
18605 2008-08-17  Bruno Haible  <bruno@clisp.org>
18606
18607         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
18608         * lib/glthread/thread.h: Provide Win32 specific implementation.
18609         * modules/thread (Files): Add lib/glthread/thread.c.
18610         (Depends-on): Add lock.
18611         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
18612
18613 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18614
18615         New module 'yield'.
18616         * modules/yield: New file.
18617         * lib/glthread/yield.h: New file.
18618         * m4/yield.m4: New file.
18619         * MODULES.html.sh (Multithreading): Add yield.
18620
18621 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18622
18623         New module 'thread'.
18624         * modules/thread: New file.
18625         * lib/glthread/thread.h: New file.
18626         * m4/thread.m4: New file.
18627         * MODULES.html.sh (Multithreading): Add thread.
18628
18629 2008-08-17  Bruno Haible  <bruno@clisp.org>
18630
18631         * lib/glthread/lock.h: Include <stdlib.h> always.
18632         * lib/glthread/tls.h: Likewise.
18633         * lib/glthread/cond.h: Likewise.
18634
18635 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18636
18637         New module 'cond'.
18638         * modules/cond: New file.
18639         * lib/glthread/cond.h: New file.
18640         * lib/glthread/cond.c: New file.
18641         * m4/cond.m4: New file.
18642         * MODULES.html.sh (Multithreading): Add cond.
18643
18644 2008-08-16  Eric Blake  <ebb9@byu.net>
18645
18646         c-stack: fix regression on Irix 5.3 from 2008-06-21
18647         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
18648         sa_sigaction...
18649         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
18650         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
18651         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
18652         * modules/signal (Makefile.am): Use the value.
18653         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
18654         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
18655         * doc/posix-headers/signal.texi (signal.h): Document this
18656         portability issue.
18657         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
18658         Reported by Tom G. Christensen.
18659
18660 2008-08-17  Bruno Haible  <bruno@clisp.org>
18661
18662         New module 'threadlib'.
18663         * modules/threadlib: New file.
18664         * lib/glthread/threadlib.c: New file, extracted from
18665         lib/glthread/lock.c.
18666         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
18667         functions.
18668         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
18669         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
18670         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
18671         macros.
18672         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
18673         (gl_DISABLE_THREADS): Remove macro.
18674         * modules/lock (Files): Remove build-aux/config.rpath.
18675         (Depends-on): Remove havelib. Add threadlib.
18676         (configure.ac-early): Remove section.
18677         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
18678         * modules/tls (Depends-on): Remove lock. Add threadlib.
18679         (Link): New section, copied from threadlib.
18680         * MODULES.html.sh (Multithreading): Add threadlib.
18681
18682 2008-08-14  Bruno Haible  <bruno@clisp.org>
18683
18684         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
18685         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
18686         glthread_rwlock_unlock, glthread_rwlock_destroy,
18687         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
18688         glthread_recursive_lock_destroy): Define as macros always.
18689         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
18690         glthread_lock_lock.
18691         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
18692         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
18693         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
18694         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
18695         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
18696         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
18697         (glthread_recursive_lock_lock_func): Renamed from
18698         glthread_recursive_lock_lock.
18699         (glthread_recursive_lock_unlock_func): Renamed from
18700         glthread_recursive_lock_unlock.
18701         (glthread_recursive_lock_destroy_func): Renamed from
18702         glthread_recursive_lock_destroy.
18703
18704 2008-08-14  Bruno Haible  <bruno@clisp.org>
18705
18706         * lib/glthread/lock.h: Renamed from lib/lock.h.
18707         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
18708         * lib/glthread/tls.h: Renamed from lib/tls.h.
18709         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
18710         * lib/fstrcmp.c: Update includes.
18711         * lib/strsignal.c: Update includes.
18712         * modules/lock (Files, Makefile.am): Update.
18713         (Include): Change to "glthread/lock.h".
18714         * modules/tls (Files, Makefile.am): Update.
18715         (Include): Change to "glthread/tls.h".
18716         * tests/test-lock.c: Update includes.
18717         * tests/test-tls.c: Update includes.
18718         * NEWS: Mention the renamed header files.
18719
18720 2008-08-11  Jim Meyering  <meyering@redhat.com>
18721
18722         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
18723
18724 2008-08-11  Eric Blake  <ebb9@byu.net>
18725
18726         test-c-stack: avoid C99-ism
18727         * tests/test-c-stack.c (main): Fix whitespace, move declaration
18728         before statement.
18729         Reported by Alain Guibert.
18730
18731 2008-08-10  Jim Meyering  <meyering@redhat.com>
18732
18733         ensure that return value of uinttostr et al are not ignored
18734         * lib/inttostr.h (__GNUC_PREREQ): Define.
18735         (__attribute_warn_unused_result__): Define.
18736         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
18737
18738 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
18739
18740         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
18741         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
18742
18743 2008-08-07  Jim Meyering  <meyering@redhat.com>
18744
18745         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
18746
18747         * modules/mkstemp (License): Relicense under LGPLv2+.
18748         * modules/tempname (License): Likewise.
18749
18750 2008-08-06  Bruno Haible  <bruno@clisp.org>
18751
18752         * lib/poll.c (poll): Further micro-optimization.
18753
18754 2008-08-06  Jim Meyering  <meyering@redhat.com>
18755
18756         inet_pton.c: use locale-independent tolower
18757         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
18758         (inet_pton6): Use c_tolower rather than tolower.
18759         * modules/inet_pton (Depends-on): Add c-ctype.
18760
18761 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
18762
18763         * lib/poll.c (poll): Avoid division when timeout is 0, cache
18764         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
18765
18766 2008-08-06  Jim Meyering  <meyering@redhat.com>
18767
18768         * modules/inet_pton (License): Relicense under LGPLv2+.
18769
18770 2008-08-03  Bruno Haible  <bruno@clisp.org>
18771
18772         Additional non-aborting API for lock and tls.
18773         * lib/lock.h: Include <errno.h>.
18774         (glthread_lock_init): New macro/function.
18775         (gl_lock_init): Define as wrapper around glthread_lock_init.
18776         (glthread_lock_lock): New macro/function.
18777         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
18778         (glthread_lock_unlock): New macro/function.
18779         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
18780         (glthread_lock_destroy): New macro/function.
18781         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
18782         (glthread_rwlock_init): New macro/function.
18783         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
18784         (glthread_rwlock_rdlock): New macro/function.
18785         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
18786         (glthread_rwlock_wrlock): New macro/function.
18787         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
18788         (glthread_rwlock_unlock): New macro/function.
18789         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
18790         (glthread_rwlock_destroy): New macro/function.
18791         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
18792         (glthread_recursive_lock_init): New macro/function.
18793         (gl_recursive_lock_init): Define as wrapper around
18794         glthread_recursive_lock_init.
18795         (glthread_recursive_lock_lock): New macro/function.
18796         (gl_recursive_lock_lock): Define as wrapper around
18797         glthread_recursive_lock_lock.
18798         (glthread_recursive_lock_unlock): New macro/function.
18799         (gl_recursive_lock_unlock): Define as wrapper around
18800         glthread_recursive_lock_unlock.
18801         (glthread_recursive_lock_destroy): New macro/function.
18802         (gl_recursive_lock_destroy): Define as wrapper around
18803         glthread_recursive_lock_destroy.
18804         (glthread_once): New macro/function.
18805         (gl_once): Define as wrapper around glthread_once.
18806         Update function declarations.
18807         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
18808         glthread_rwlock_init. Return error code.
18809         (glthread_rwlock_rdlock_multithreaded): Renamed from
18810         glthread_rwlock_rdlock. Return error code.
18811         (glthread_rwlock_wrlock_multithreaded): Renamed from
18812         glthread_rwlock_wrlock. Return error code.
18813         (glthread_rwlock_unlock_multithreaded): Renamed from
18814         glthread_rwlock_unlock. Return error code.
18815         (glthread_rwlock_destroy_multithreaded): Renamed from
18816         glthread_rwlock_destroy. Return error code.
18817         (glthread_recursive_lock_init_multithreaded): Renamed from
18818         glthread_recursive_lock_init. Return error code.
18819         (glthread_recursive_lock_lock_multithreaded): Renamed from
18820         glthread_recursive_lock_lock. Return error code.
18821         (glthread_recursive_lock_unlock_multithreaded): Renamed from
18822         glthread_recursive_lock_unlock. Return error code.
18823         (glthread_recursive_lock_destroy_multithreaded): Renamed from
18824         glthread_recursive_lock_destroy. Return error code.
18825         (glthread_once_call): Make static.
18826         (glthread_once_multithreaded): Renamed from glthread_once.
18827         * lib/tls.h: Include <errno.h>.
18828         (glthread_tls_key_init): New macro/function.
18829         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
18830         (glthread_tls_set): New macro/function.
18831         (gl_tls_set): Define as wrapper around glthread_tls_set.
18832         (glthread_tls_key_destroy): New macro/function.
18833         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
18834         Update function declarations.
18835         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
18836         glthread_tls_get.
18837         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18838
18839 2008-08-04  Eric Blake  <ebb9@byu.net>
18840
18841         gnumakefile: use space, not TAB, outside of targets
18842         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
18843
18844 2008-08-02  Jim Meyering  <meyering@redhat.com>
18845
18846         getdate.y: avoid locale-dependent date parsing failure
18847         In Turkish locales, getdate would fail to recognize keywords
18848         containing a lowercase "i".  The solution is not to rely on
18849         locale-sensitive case-conversion.
18850         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
18851         (lookup_word): Use c_toupper in place of toupper.
18852         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
18853         Reported by Vefa Bicakci <bicave@superonline.com> in
18854         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
18855         * modules/getdate (Depends-on): Add c-ctype.
18856
18857 2008-08-02  Bruno Haible  <bruno@clisp.org>
18858
18859         * gnulib-tool (func_import): When updating or creating a .gitignore
18860         file, prepend each added line with a slash, and ignore leading slashes
18861         from the existing lines.
18862         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18863
18864 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18865
18866         Portability fix for GNU make 3.79.1.
18867         * top/GNUmakefile: Avoid 'else COND', which older GNU make
18868         versions do not understand.
18869
18870 2008-08-01  Bruno Haible  <bruno@clisp.org>
18871
18872         Work around bug of HP-UX 10.20 cc with -0.0 literal.
18873         * tests/test-isnanf.h (zero): New variable.
18874         (main): Avoid literal -0.0f.
18875         * tests/test-isnand.h (zero): New variable.
18876         (main): Avoid literal -0.0.
18877         * tests/test-isnanl.h (zero): New variable.
18878         (main): Avoid literal -0.0L.
18879         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
18880         (test_float, test_double, test_long_double): Avoid literals -0.0f,
18881         -0.0, -0.0L.
18882         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
18883         (test_signbitd): Avoid literal -0.0.
18884         (test_signbitl): Avoid literal -0.0L.
18885         * tests/test-ceilf1.c (zero): New variable.
18886         (main): Avoid literal -0.0f.
18887         * tests/test-ceill.c (zero): New variable.
18888         (main): Avoid literal -0.0L.
18889         * tests/test-floorf1.c (zero): New variable.
18890         (main): Avoid literal -0.0f.
18891         * tests/test-floorl.c (zero): New variable.
18892         (main): Avoid literal -0.0L.
18893         * tests/test-roundf1.c (zero): New variable.
18894         (main): Avoid literal -0.0f.
18895         * tests/test-round1.c (zero): New variable.
18896         (main): Avoid literal -0.0.
18897         * tests/test-roundl.c (zero): New variable.
18898         (main): Avoid literal -0.0L.
18899         * tests/test-truncf1.c (zero): New variable.
18900         (main): Avoid literal -0.0f.
18901         * tests/test-trunc1.c (zero): New variable.
18902         (main): Avoid literal -0.0.
18903         * tests/test-truncl.c (zero): New variable.
18904         (main): Avoid literal -0.0L.
18905         * tests/test-frexp.c (zero): New variable.
18906         (main): Avoid literal -0.0.
18907         * tests/test-frexpl.c (zero): New variable.
18908         (main): Avoid literal -0.0L.
18909         * tests/test-ldexpl.c (zero): New variable.
18910         (main): Avoid literal -0.0L.
18911         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
18912         (zerod, zerol): New variables.
18913         (test_function): Avoid literals -0.0, -0.0L.
18914         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
18915         (zerod, zerol): New variables.
18916         (test_function): Avoid literals -0.0, -0.0L.
18917         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
18918         (zerod, zerol): New variables.
18919         (test_function): Avoid literals -0.0, -0.0L.
18920         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
18921         (zerod, zerol): New variables.
18922         (test_function): Avoid literals -0.0, -0.0L.
18923         * tests/test-strtod.c (zero): New variable.
18924         (main): Avoid literal -0.0.
18925         Reported by Jonathan C. Patschke <jp@centtech.com>.
18926
18927 2008-07-31  Jim Meyering  <meyering@redhat.com>
18928
18929         sha256.h: correct definition of SHA224_DIGEST_SIZE
18930         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
18931         Reported by Paulie Pena IV <paulie4@gmail.com>.
18932         Define as 224 / 8, rather than as a literal.
18933         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
18934         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
18935         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
18936
18937 2008-07-31  Bruno Haible  <bruno@clisp.org>
18938
18939         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
18940         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
18941         Reported by Jonathan Patschke <jp@centtech.com>.
18942
18943 2008-07-31  Bruno Haible  <bruno@clisp.org>
18944
18945         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
18946         Reported by Paolo Bonzini <bonzini@gnu.org>.
18947
18948 2008-07-30  Eric Blake  <ebb9@byu.net>
18949
18950         test-strtod: allow compilation without -lm
18951         * tests/test-strtod.c (main): Avoid link dependence on fabs.
18952         Reported by Dennis Clarke <blastwave@gmail.com>.
18953
18954 2008-07-28  Jim Meyering  <meyering@redhat.com>
18955
18956         bootstrap: work also when there are no .po files in po/
18957         * build-aux/bootstrap (update_po_files): Complete the change
18958         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
18959
18960 2008-07-27  Jim Meyering  <meyering@redhat.com>
18961
18962         * users.txt: Add zile.
18963
18964 2008-07-26  Ben Pfaff  <blp@gnu.org>
18965
18966         Add missing dependencies on new m4/exponent[fdl].m4 files.
18967         * modules/isnanf-nolibm: Add m4/exponentf.m4.
18968         * modules/isnand-nolibm: Add m4/exponentd.m4.
18969         * modules/isnanl-nolibm: Add m4/exponentl.m4.
18970         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
18971         m4/isnan[fdl].m4, because the macros actually used moved.
18972         Reported by Jim Meyering.
18973
18974 2008-07-14  Ben Pfaff  <blp@gnu.org>
18975
18976         Add isinf module.
18977         * lib/isinf.c: New file.
18978         * lib/math.in.h: Define isinf macro if we have decided to replace
18979         it.
18980         * m4/isinf.m4: New file.
18981         * m4/math_h.m4: Initialize and substitute variables for isinf
18982         module.
18983         * modules/isinf: New file.
18984         * modules/isinf-tests: New file.
18985         * modules/math: Add substitutions for new module.
18986         * tests/test-isinf.c: New file.
18987         * doc/posix-functions/isinf.texi: Mention new module.
18988         * MODULES.html.sh: Mention new module.
18989
18990 2008-07-14  Ben Pfaff  <blp@gnu.org>
18991
18992         Factor out some macros for use by additional modules.
18993         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
18994         exponentf.m4.
18995         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
18996         exponentd.m4.
18997         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
18998         file exponentl.m4.
18999         * m4/exponentf.m4: New file.
19000         * m4/exponentd.m4: New file.
19001         * m4/exponentl.m4: New file.
19002         * modules/isnanf: Use new file m4/exponentf.m4.
19003         * modules/isnand: Use new file m4/exponentd.m4.
19004         * modules/isnanl: Use new file m4/exponentl.m4.
19005
19006 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
19007
19008         mktime.c: normalize tp->tm_isdst value to -1/0/1.
19009         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
19010         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
19011         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
19012
19013         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
19014         readlink on platforms without PATH_MAX.
19015
19016 2008-07-21  Eric Blake  <ebb9@byu.net>
19017
19018         Warn, not fail, on stale version.
19019         * top/GNUmakefile (_curr-ver): Tone down previous patch.
19020
19021         Don't allow installation with stale devel version number.
19022         * top/GNUmakefile (_is-install-target): New macro.
19023         (_curr-ver): Forbid installation with stale version number.
19024
19025 2008-07-20  Bruno Haible  <bruno@clisp.org>
19026
19027         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
19028         TESTS_ENVIRONMENT.
19029         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
19030
19031 2008-07-20  Bruno Haible  <bruno@clisp.org>
19032
19033         * lib/c-stack.h (c_stack_action): Add documentation.
19034         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
19035
19036 2008-07-20  Bruno Haible  <bruno@clisp.org>
19037
19038         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
19039         * modules/readlink (License): Likewise.
19040
19041 2008-07-17  Eric Blake  <ebb9@byu.net>
19042
19043         * modules/c-stack (Link): Fix typo.
19044
19045         Make c-stack use libsigsegv, when available.
19046         * modules/c-stack (Depends-on): Add libsigsegv.
19047         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
19048         needed.
19049         * lib/c-stack.c (SIGSTKSZ): Define fallback.
19050         (segv_handler, overflow_handler, c_stack_action)
19051         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
19052         implementation when libsigsegv is available, but only when using
19053         the library is necessary.
19054         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
19055         comment, explaining why XSI check fails on Linux.
19056         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
19057         * tests/test-c-stack2.sh: Tweak skip message.
19058         * NEWS: Document new link-time requirements.
19059
19060 2008-07-16  Eric Blake  <ebb9@byu.net>
19061
19062         c-stack: Expose false positives when not using libsigsegv.
19063         * modules/c-stack-tests (Files): Expand test.
19064         * tests/test-c-stack.c (main): Add means to conditionally trigger
19065         non-overflow SIGSEGV.
19066         * tests/test-c-stack2.sh: New file.
19067
19068 2008-07-14  Bruno Haible  <bruno@clisp.org>
19069
19070         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
19071         Reported by Eric Blake.
19072
19073 2008-07-14  Sam Steingold  <sds@gnu.org>
19074             Bruno Haible  <bruno@clisp.org>
19075
19076         New module libsigsegv.
19077         * modules/libsigsegv: New file.
19078         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
19079         modifications.
19080         * MODULES.html.sh (Signal handling): New section.
19081
19082 2008-07-14  Bruno Haible  <bruno@clisp.org>
19083
19084         * modules/unictype/ctype-* (Description): Add the word "function".
19085         Improves the resulting doc in MODULES.html.
19086
19087 2008-07-12  Ben Pfaff  <blp@gnu.org>
19088
19089         Add longlong module.
19090         * modules/longlong: New file.
19091
19092 2008-07-12  Bruno Haible  <bruno@clisp.org>
19093
19094         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
19095         to empty.
19096
19097 2008-07-10  Ben Pfaff  <blp@gnu.org>
19098
19099         Add isnan module.
19100         * doc/posix-functions/isnan.texi: Mention new module.
19101         * lib/math.in.h: Define isnan macro if we have decided to replace
19102         it.
19103         * m4/isnan.m4: New file.
19104         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
19105         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
19106         also.
19107         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
19108         redundancy.
19109         * m4/math_h.m4: Initialize and substitute variables for isnan
19110         module.
19111         * modules/isnan: New file.
19112         * modules/isnan-tests: New file.
19113         * modules/math: Add substitutions for new module.
19114         * tests/test-isnan.c: New file.
19115         * MODULES.html.sh: Mention new module.
19116
19117 2008-07-10  Ben Pfaff  <blp@gnu.org>
19118
19119         Add isnanf module.
19120         * lib/isnanf.m4: New file.
19121         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
19122         (gl_HAVE_ISNANF_IN_LIBM): New macro.
19123         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
19124         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
19125         * modules/isnanf: New file.
19126         * modules/isnanf-tests: New file.
19127         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
19128         files.
19129         * tests/test-isnanf-nolibm.c: factored most of its contents into
19130         new file tests/test-isnanf.h.
19131         * tests/test-isnanf.h: New file.
19132         * tests/test-isnanf.c: New file.
19133         * MODULES.html.sh: Mention new module.
19134         * doc/glibc-functions/isnanf.texi: Mention new module.
19135
19136 2008-07-10  Ben Pfaff  <blp@gnu.org>
19137
19138         Add isnand module.
19139         * lib/isnand.h: New file.
19140         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
19141         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
19142         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
19143         functionality also.
19144         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
19145         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
19146         (gl_HAVE_ISNAND_IN_LIBM): New macro.
19147         * modules/isnand: New file.
19148         * modules/isnand-tests: New file.
19149         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
19150         files.
19151         * tests/test-isnand-nolibm.c: factored most of its contents into
19152         new file tests/test-isnand.h.
19153         * tests/test-isnand.h: New file.
19154         * tests/test-isnand.c: New file.
19155         * MODULES.html.sh: Mention new module.
19156
19157 2008-07-10  Ben Pfaff  <blp@gnu.org>
19158
19159         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
19160         * lib/isnand.h: Rename lib/isnand-nolibm.h.
19161         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
19162         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
19163         * modules/isnanf-nolibm: Update references to renamed files.
19164         * modules/isnand-nolibm: Likewise.
19165         * modules/isnanf-nolibm-tests: Likewise.
19166         * modules/isnand-nolibm-tests: Likewise.
19167         * lib/frexp.c: Likewise.
19168         * lib/isfinite.c: Likewise.
19169         * lib/signbitd.c: Likewise.
19170         * lib/signbitf.c: Likewise.
19171         * lib/vasnprintf.c: Likewise.
19172         * tests/test-ceilf1.c: Likewise.
19173         * tests/test-ceilf2.c: Likewise.
19174         * tests/test-floorf1.c: Likewise.
19175         * tests/test-floorf2.c: Likewise.
19176         * tests/test-frexp.c: Likewise.
19177         * tests/test-round1.c: Likewise.
19178         * tests/test-round2.c: Likewise.
19179         * tests/test-roundf1.c: Likewise.
19180         * tests/test-strtod.c: Likewise.
19181         * tests/test-trunc1.c: Likewise.
19182         * tests/test-trunc2.c: Likewise.
19183         * tests/test-truncf1.c: Likewise.
19184         * tests/test-truncf2.c: Likewise.
19185         * NEWS: Mention the renamed header files.
19186
19187 2008-07-11  Jim Meyering  <meyering@redhat.com>
19188
19189         vc-list-files: make the last-resort awk code more portable
19190         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
19191         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
19192         does not support it.
19193
19194 2008-07-10  Eric Blake  <ebb9@byu.net>
19195
19196         Work with tar's bootstrap.
19197         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
19198         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
19199         an m4 comment.
19200
19201 2008-07-09  Jim Meyering  <meyering@redhat.com>
19202
19203         posix-shell.m4: fix typo that made this test malfunction
19204         * m4/posix-shell.m4: Remove capitalization in variable name.
19205
19206 2008-07-08  Bruno Haible  <bruno@clisp.org>
19207
19208         * m4/onceonly.m4: Update comments.
19209         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19210
19211 2008-07-04  Jim Meyering  <meyering@redhat.com>
19212
19213         * users.txt: Add vc-dwim.
19214         (bison, coreutils): Use the gitweb URL.
19215
19216 2008-07-03  Jim Meyering  <meyering@redhat.com>
19217
19218         * users.txt: Add libffcall.  From Sam Steingold.
19219
19220 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
19221
19222         getdate.y: do not ignore TZ with relative day, month or year offset
19223         * lib/getdate.y (get_date): Move the tz-handling block to follow the
19224         relative-date-handling, since otherwise, the latter would clobber the
19225         sole output (an updated Start value) of the tz-handling block.
19226         * tests/test-getdate.c: Tests for the fix
19227
19228 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19229
19230         Recognize 'foo_LIBRARIES += libgnu.a'.
19231         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
19232         makefile snippet has already specified an installation location,
19233         also using '+='.
19234
19235 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
19236
19237         getdate.y: factor out common actions
19238         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
19239         Use them in place of open-coded actions.
19240
19241 2008-07-01  Simon Josefsson  <simon@josefsson.org>
19242
19243         Add self-test for getdate module.
19244         * modules/getdate-tests: New file.
19245         * tests/test-getdate.c: New file.
19246
19247 2008-06-29  Bruno Haible  <bruno@clisp.org>
19248
19249         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
19250         .gitignore.
19251         Reported by Sylvain Beucler <beuc@beuc.net>.
19252
19253 2008-06-29  Bruno Haible  <bruno@clisp.org>
19254
19255         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
19256         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
19257
19258 2008-06-29  Bruno Haible  <bruno@clisp.org>
19259
19260         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
19261         EXTRA_DIST.
19262         Reported by Sylvain Beucler <beuc@beuc.net>.
19263
19264 2008-06-26  Jim Meyering  <meyering@redhat.com>
19265
19266         make several modules depend on the "open" module
19267         This provides slightly increased consistency when opening-for-write
19268         the name of a non-directory spelled with a trailing slash.
19269         * modules/chdir-safer: Likewise.
19270         * modules/chown: Likewise.
19271         * modules/clean-temp: Likewise.
19272         * modules/copy-file: Likewise.
19273         * modules/fchdir: Likewise.
19274         * modules/fcntl-safer: Likewise.
19275         * modules/pipe: Likewise.
19276         * modules/utime: Likewise.
19277         Prompted by Eric Blake and Bruno Haible.
19278
19279 2008-06-24  Andreas Schwab  <schwab@suse.de>
19280
19281         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
19282         literals can be used as initializers for global variables.
19283
19284 2008-06-23  Eric Blake  <ebb9@byu.net>
19285
19286         Make gnulib-cache.m4 easier to diff.
19287         * gnulib-tool (func_import): Allow newlines when reading cached
19288         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
19289
19290 2008-06-23  Bruno Haible  <bruno@clisp.org>
19291
19292         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
19293         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
19294         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
19295         m4/signalblocking.m4.
19296         (gl_PREREQ_SIGACTION): Don't invoke it.
19297         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
19298         gl_PREREQ_SIG_HANDLER_H.
19299         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
19300         Don't check for sigaction here.
19301
19302 2008-06-23  Bruno Haible  <bruno@clisp.org>
19303
19304         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
19305         (install_handlers): Don't set the SA_RESETHAND flag.
19306
19307 2008-06-23  Bruno Haible  <bruno@clisp.org>
19308
19309         * m4/sigaction.m4: Comment fixes.
19310         * lib/signal.in.h: Likewise.
19311
19312 2008-06-23  Eric Blake  <ebb9@byu.net>
19313
19314         Fix typo.
19315         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
19316
19317         Avoid SA_ namespace.
19318         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
19319         Reported by Ralf Wildenhues.
19320
19321         Avoid test failure due to SA_RESTORER.
19322         * tests/test-sigaction.c (SA_MASK): New macro.
19323         (main): Avoid failing due to extension flags being set.
19324         Reported by Jim Meyering.
19325
19326         Revert use of sig-handler.h in sigprocmask.c.
19327         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
19328         it requires the existence of struct sigaction.
19329         * lib/sigprocmask.c (handler_t): Restore typedef.
19330         (rpl_signal, old_handlers): Use local type.
19331
19332 2008-06-22  Bruno Haible  <bruno@clisp.org>
19333
19334         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
19335         conditionally.
19336         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19337
19338 2008-06-22  Bruno Haible  <bruno@clisp.org>
19339
19340         * doc/posix-functions/siginterrupt.texi: Move note.
19341
19342         * lib/signal.in.h (SA_RESTART): New macro.
19343         * lib/sigaction.c: Update comment.
19344
19345         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
19346
19347         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
19348         (gl_PREREQ_SIGPROCMASK): Invoke it.
19349         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
19350
19351         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
19352
19353         * lib/sigprocmask.c: Update a comment.
19354
19355 2008-06-21  Eric Blake  <ebb9@byu.net>
19356
19357         Use sigaction module rather than signal().
19358         * modules/c-stack (Depends-on): Add sigaction.
19359         * modules/fatal-signal (Depends-on): Likewise.
19360         * modules/nanosleep (Depends-on): Likewise.
19361         * modules/sigprocmask (Files): Add sig-handler.h.
19362         * modules/sigaction (Files): Likewise.
19363         * lib/sig-handler.h (get_handler): New file, suggested by Paul
19364         Eggert.
19365         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
19366         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
19367         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
19368         (init_fatal_signals): Likewise.
19369         * lib/nanosleep.c (rpl_nanosleep): Likewise.
19370         (siginterrupt): Delete fallback.
19371         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
19372         instead.
19373         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
19374         siginterrupt.
19375
19376         New module sigaction, for mingw.
19377         * modules/sigaction: New module...
19378         * modules/sigaction-tests: ...and its test.
19379         * m4/sigaction.m4: New file.
19380         * lib/sigaction.c: Likewise.
19381         * tests/test-sigaction.c: Likewise.
19382         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
19383         * modules/signal (Makefile.am): Likewise.
19384         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
19385         needed.
19386         * doc/posix-headers/signal.texi (signal.h): Mention provided
19387         types.
19388         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
19389         that sigaction is preferable.
19390         * doc/posix-functions/sigaction.texi (sigaction): Mention new
19391         module.
19392         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19393         sigaction.
19394
19395         Improve robustness of sigprocmask by overriding signal.
19396         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
19397         is in use.
19398         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
19399         (SIGKILL, SIGSTOP): Provide fallbacks.
19400         (rpl_signal): Implement.
19401         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
19402         signal can be called inside handlers.
19403
19404         Fix nanosleep module on mingw.
19405         * modules/nanosleep (Depends-on): Add sys_select.
19406         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
19407
19408         Fix licensing of sigprocmask.
19409         * modules/raise (License): Relicense as LGPL.
19410
19411 2008-06-21  Bruno Haible  <bruno@clisp.org>
19412
19413         * lib/propername.c (proper_name_utf8): Don't use the transliterated
19414         result if it contains question marks.
19415         Reported by Michael Geng <linux@michaelgeng.de>.
19416
19417 2008-06-19  Bruno Haible  <bruno@clisp.org>
19418
19419         Fix CVS-ism.
19420         * doc/gnulib.texi: Include updated-stamp.texi.
19421         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
19422         (updated-stamp.texi): New rule.
19423         (gnulib.info): Depend on it.
19424         * doc/.gitignore: Add updated-stamp.texi.
19425         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
19426
19427 2008-06-19  Bruno Haible  <bruno@clisp.org>
19428
19429         * doc/Makefile (gnulib.info): Update and simplify dependencies.
19430         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
19431
19432 2008-06-19  Eric Blake  <ebb9@byu.net>
19433
19434         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
19435         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
19436         Reported by Stepan Kasal.
19437
19438 2008-06-18  Bruno Haible  <bruno@clisp.org>
19439
19440         * lib/fatal-signal.c (init_fatal_signals): Add comment.
19441         Reported by Eric Blake.
19442
19443 2008-06-18  Eric Blake  <ebb9@byu.net>
19444
19445         Work around cygwin 1.5.25 strsignal bug.
19446         * tests/test-strsignal.c: Allow for const char *.
19447         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
19448
19449 2008-06-18  Simon Josefsson  <simon@josefsson.org>
19450
19451         * users.txt: Update URL to article and add author/date
19452         information.
19453
19454 2008-06-17  Bruno Haible  <bruno@clisp.org>
19455
19456         New macro gl_DISABLE_THREADS.
19457         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
19458         if the user did not pass --enable-threads or --disable-threads option.
19459         (gl_DISABLE_THREADS): New macro.
19460         Reported by Eric Blake <ebb9@byu.net>.
19461
19462 2008-06-17  Bruno Haible  <bruno@clisp.org>
19463
19464         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
19465         when the macro ignores it.
19466         Based on a patch by Eric Blake <ebb9@byu.net>.
19467
19468 2008-06-17  Bruno Haible  <bruno@clisp.org>
19469
19470         * modules/tls (License): Change to LGPLv2+.
19471         Reported by Eric Blake.
19472
19473 2008-06-17  Eric Blake  <ebb9@byu.net>
19474
19475         Simplify c-stack prerequisites.
19476         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
19477         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
19478         no longer requires <ucontext.h> to exist.  Optimize setrlimit
19479         check.
19480         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
19481         <sys/resource.h>.
19482
19483         Move c-stack test into testsuite.
19484         * modules/c-stack-tests: New file.
19485         * lib/c-stack.c [DEBUG]: Move test program...
19486         * tests/test-c-stack.c: ...into this new file.  Skip rather than
19487         fail test if sigaltstack is lacking.
19488         * tests/test-c-stack.sh: New driver file.
19489
19490 2008-06-16  Eric Blake  <ebb9@byu.net>
19491
19492         Use raise module consistently.
19493         * modules/fatal-signal (Depends-on): Add raise.
19494         * modules/sigprocmask (Depends-on): Likewise.
19495         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
19496         * lib/sigprocmask.c (sigprocmask): Likewise.
19497         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
19498         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
19499
19500         Fix compliance bug in sigpending.
19501         * lib/sigprocmask.c (sigpending): Return pending array via
19502         parameter, not return value.
19503
19504 2008-06-14  Eric Blake  <ebb9@byu.net>
19505
19506         Improve obstack-printf test code.
19507         * tests/test-obstack-printf.c (test_function): Fix comment, and
19508         simplify usage of obstack_* in macros.  Add a test for coverage.
19509         Reported by Bruno Haible.
19510
19511 2008-06-14  Bruno Haible  <bruno@clisp.org>
19512
19513         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
19514         array size as a constant, not as a const variable.
19515         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
19516         AC_USE_SYSTEM_EXTENSIONS.
19517         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
19518         Test whether the obstack_printf function actually exists.
19519         * modules/obstack-printf (Depends-on): Add extensions.
19520         (Include): Remove obstack.h.
19521         * modules/obstack-printf-posix (Depends-on): Add extensions.
19522         (Include): Remove obstack.h.
19523
19524 2008-06-13  Eric Blake  <ebb9@byu.net>
19525
19526         Add obstack-printf and obstack-printf-posix modules.
19527         * modules/obstack-printf: New file.
19528         * modules/obstack-printf-posix: Likewise.
19529         * MODULES.html.sh (Misc): Mention them.
19530         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
19531         Likewise.
19532         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
19533         Likewise.
19534         * modules/stdio (Makefile.am): Accomodate new modules.
19535         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
19536         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
19537         Declare.
19538         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
19539         functions.
19540         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
19541         (gl_REPLACE_OBSTACK_PRINTF): New macros
19542         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
19543         * tests/test-obstack-printf.c: New file.
19544         * modules/obstack-printf-tests: Likewise.
19545         * modules/obstack-printf-posix-tests: Likewise.
19546
19547 2008-06-11  Bruno Haible  <bruno@clisp.org>
19548
19549         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
19550         * lib/open.c: Include errno.h.
19551         (open): Fail when attempting to write to a file that has a trailing
19552         slash.
19553         * tests/test-open.c (main): Test against trailing slash bug.
19554         * doc/posix-functions/open.texi: Mention the trailing slash bug.
19555
19556 2008-06-10  Bruno Haible  <bruno@clisp.org>
19557
19558         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
19559         for $? to work inside the trap command, with various /bin/sh-s.
19560         * tests/test-vc-list-files-cvs.sh: Likewise.
19561
19562 2008-06-10  Bruno Haible  <bruno@clisp.org>
19563
19564         * lib/acl-internal.h: Don't include gettext.h here.
19565         * lib/set-mode-acl.c: Include gettext.h here.
19566         * lib/copy-acl.c: Likewise.
19567
19568 2008-06-10  Bruno Haible  <bruno@clisp.org>
19569
19570         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
19571         * lib/wait-process.c (wait_subprocess): Likewise.
19572         * lib/execute.h (execute): Add termsigp argument.
19573         * lib/execute.c (execute): Likewise.
19574         * lib/csharpcomp.c (compile_csharp_using_pnet,
19575         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
19576         * lib/csharpexec.c (execute_csharp_using_pnet,
19577         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
19578         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
19579         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
19580         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
19581         is_jikes_present): Update.
19582         * lib/javaexec.c (execute_java_class): Update.
19583         * lib/javaversion.c (execute_and_read_line): Update.
19584         * NEWS: Document the changes.
19585         Reported by Eric Blake.
19586
19587 2008-06-10  Eric Blake  <ebb9@byu.net>
19588
19589         Add missing include.
19590         * tests/test-strstr.c (includes): Add <signal.h>.
19591         * tests/test-strcasestr.c (includes): Likewise.
19592         * tests/test-memmem.c (includes): Likewise.
19593
19594 2008-06-10  Bruno Haible  <bruno@clisp.org>
19595
19596         * lib/wait-process.c (wait_subprocess): Add an assertion.
19597
19598 2008-06-10  Bruno Haible  <bruno@clisp.org>
19599
19600         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
19601
19602 2008-06-10  Bruno Haible  <bruno@clisp.org>
19603
19604         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
19605         using alarm().
19606         * tests/test-strcasestr.c (main): Likewise.
19607         * tests/test-strstr.c (main): Likewise.
19608
19609 2008-06-09  Bruno Haible  <bruno@clisp.org>
19610
19611         Work around the Solaris 10 ACE ACLs ABI change.
19612         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
19613         declare if ACL_NO_TRIVIAL is present.
19614         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
19615         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
19616         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
19617         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
19618         define if ACL_NO_TRIVIAL is present.
19619         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
19620         and use the current ABI.
19621         (file_has_acl): Use same #if condition as elsewhere.
19622         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
19623         in use, and use the current ABI.
19624         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
19625         Reported by Jim Meyering.
19626
19627 2008-06-09  Eric Blake  <ebb9@byu.net>
19628
19629         Work around environments that (stupidly) ignore SIGALRM.
19630         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
19631         before using alarm().
19632         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19633         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
19634         Reported by Ian Beckwith <ianb@erislabs.net>.
19635
19636         Produce autobuild blurb earlier in log.
19637         * modules/autobuild (configure.ac-early): Move AB_INIT here.
19638
19639 2008-06-09  Jim Meyering  <meyering@redhat.com>
19640         and OndÅ™ej Vašík  <ovasik@redhat.com>
19641
19642         utimens.c: correct kernel bug work-around
19643         OndÅ™ej Vašík found that the invalid return value of 280 indicates
19644         failure, not success, and the kernel bug we're trying to work
19645         around affects not just the utimensat call, but also the fallback
19646         futimens call.
19647         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
19648         not success.
19649         [HAVE_FUTIMENS]: Use the same work-around, here.
19650
19651 2008-06-09  Jim Meyering  <meyering@redhat.com>
19652
19653         add more guards around definition of ACE_-related code
19654         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
19655         ALLOW and ACE_OWNER are also defined.
19656
19657 2008-06-08  Bruno Haible  <bruno@clisp.org>
19658
19659         * lib/acl-internal.h: Add me as co-author.
19660         * lib/file-has-acl.c: Likewise.
19661         * lib/set-mode-acl.c: Likewise.
19662         * lib/copy-acl.c: Likewise.
19663
19664 2008-06-08  Bruno Haible  <bruno@clisp.org>
19665
19666         Add support for AIX ACLs.
19667         * lib/acl-internal.h (acl_nontrivial): New declaration.
19668         * lib/file-has-acl.c (acl_nontrivial): New function.
19669         (file_has_acl): Add implementation using AIX 4 ACL API.
19670         * lib/set-mode-acl.c (qset_acl): Likewise.
19671         * lib/copy-acl.c (qcopy_acl): Likewise.
19672
19673 2008-06-08  Bruno Haible  <bruno@clisp.org>
19674
19675         Add support for HP-UX ACLs.
19676         * lib/acl-internal.h (acl_nontrivial): New declaration.
19677         * lib/file-has-acl.c (acl_nontrivial): New function.
19678         (file_has_acl): Add implementation using HP-UX 11 ACL API.
19679         * lib/set-mode-acl.c (qset_acl): Likewise.
19680         * lib/copy-acl.c (qcopy_acl): Likewise.
19681
19682 2008-06-08  Bruno Haible  <bruno@clisp.org>
19683
19684         Add support for Cygwin ACLs.
19685         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
19686         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
19687         the chmod_or_fchmod call.
19688         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
19689
19690 2008-06-08  Bruno Haible  <bruno@clisp.org>
19691
19692         Fix bug with setuid modes in Solaris 10+ code.
19693         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
19694         succeeded, when the mode contains some special bits.
19695
19696 2008-06-08  Bruno Haible  <bruno@clisp.org>
19697
19698         Add support for Solaris 7..10 ACLs.
19699         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
19700         declarations.
19701         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
19702         functions.
19703         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
19704         * lib/set-mode-acl.c (qset_acl): Likewise.
19705         * lib/copy-acl.c (qcopy_acl): Likewise.
19706
19707 2008-06-08  Bruno Haible  <bruno@clisp.org>
19708
19709         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
19710         declaration.
19711         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
19712         (acl_access_nontrivial): Remove MacOS X case.
19713         (file_has_acl): Use acl_extended_nontrivial.
19714         * lib/copy-acl.c (qcopy_acl): Likewise.
19715
19716 2008-06-08  Bruno Haible  <bruno@clisp.org>
19717
19718         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
19719
19720 2008-06-08  Jim Meyering  <meyering@redhat.com>
19721
19722         * modules/acl (Maintainer): Add Bruno Haible.
19723
19724 2008-06-07  Bruno Haible  <bruno@clisp.org>
19725
19726         Improve support for Tru64 ACLs.
19727         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
19728         ACL on OSF/1.
19729
19730 2008-06-07  Bruno Haible  <bruno@clisp.org>
19731
19732         Add support for MacOS X ACLs.
19733         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
19734         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
19735         * lib/set-mode-acl.c (qset_acl): Likewise.
19736         * lib/copy-acl.c (qcopy_acl): Likewise.
19737
19738 2008-06-07  Bruno Haible  <bruno@clisp.org>
19739
19740         Fix memory leak introduced on 2008-05-22.
19741         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
19742         use.
19743
19744 2008-06-07  Bruno Haible  <bruno@clisp.org>
19745
19746         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
19747         to construct an empty ACL.
19748
19749 2008-06-07  Bruno Haible  <bruno@clisp.org>
19750
19751         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
19752         precisely.
19753         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
19754
19755 2008-06-07  Bruno Haible  <bruno@clisp.org>
19756
19757         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
19758         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
19759
19760 2008-06-07  Bruno Haible  <bruno@clisp.org>
19761
19762         * doc/posix-functions/_setjmp.texi: Explain the use of this function
19763         regardless of POSIX.
19764         * doc/posix-functions/_longjmp.texi: Likewise.
19765         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
19766         SystemV platform in this case.
19767
19768 2008-06-06  Eric Blake  <ebb9@byu.net>
19769
19770         Document abort() bugs.
19771         * doc/posix-functions/abort.texi (abort): Mention anomalies.
19772
19773         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
19774         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
19775         sigsetjmp.
19776         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
19777         siglongjmp, but only as a macro.
19778         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
19779         is obsolete.
19780         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
19781
19782         Tweak documentation to cover cygwin argz bugs.
19783         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
19784         argz bug fix; no code change needed since no cygwin releases
19785         occurred between the last fix and the bug being tested.
19786         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
19787         module and recently fixed cygwin bugs.
19788         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
19789         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
19790         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
19791         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
19792         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
19793         Likewise.
19794         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
19795         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
19796         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
19797         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
19798         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
19799         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
19800         Likewise.
19801
19802         Avoid gcc warning on cygwin.
19803         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
19804         !ACL_NO_TRIVIAL]: Avoid unused variable.
19805
19806 2008-06-05  Eric Blake  <ebb9@byu.net>
19807
19808         Be tolerant of UNKNOWN version in gnulib-tool test dir.
19809         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
19810         git-version-gen fails to come up with a version.
19811         Reported by Simon Josefsson.
19812
19813 2008-06-05  Jim Meyering  <meyering@redhat.com>
19814             Paul Eggert  <eggert@cs.ucla.edu>
19815
19816         utimens.c: work around a probable Linux kernel bug
19817         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
19818         appears to be a kernel bug that causes utimensat to return 280
19819         instead of 0, indicating success.
19820
19821 2008-06-04  Bruno Haible  <bruno@clisp.org>
19822
19823         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
19824         2008-06-01 commit.
19825
19826 2008-06-04  Bruno Haible  <bruno@clisp.org>
19827
19828         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
19829         * lib/file-has-acl.c (acl_access_nontrivial): New function.
19830         (file_has_acl): Use it. Save errno afterwards.
19831         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
19832
19833 2008-06-03  Bruno Haible  <bruno@clisp.org>
19834
19835         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
19836         draft code. Simplify #ifs.
19837         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
19838         Put Solaris code after POSIX-draft code. Fix comments regarding
19839         Solaris 10, HP-UX. Mention Cygwin.
19840         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
19841
19842 2008-06-03  Eric Blake  <ebb9@byu.net>
19843
19844         Provide fallback for older kernels.
19845         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
19846         Provide runtime fallback if kernel lacks support.
19847         Reported by Mike Frysinger.
19848
19849 2008-06-02  Bruno Haible  <bruno@clisp.org>
19850
19851         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
19852         it exists.
19853
19854 2008-06-02  Bruno Haible  <bruno@clisp.org>
19855
19856         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
19857         * lib/copy-acl.c (qcopy_acl): Update comment.
19858
19859 2008-06-02  Bruno Haible  <bruno@clisp.org>
19860
19861         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
19862         like ACL APIs.
19863
19864 2008-06-02  Bruno Haible  <bruno@clisp.org>
19865
19866         * tests/test-file-has-acl.sh: Use different code for Cygwin.
19867         * tests/test-set-mode-acl.sh: Likewise.
19868         * tests/test-copy-acl.sh: Likewise.
19869         * tests/test-copy-file.sh: Likewise.
19870
19871 2008-06-02  Bruno Haible  <bruno@clisp.org>
19872
19873         * tests/test-file-has-acl.sh: Remove unused code.
19874
19875 2008-06-01  Bruno Haible  <bruno@clisp.org>
19876
19877         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
19878         (copy_acl): Just a wrapper around qcopy_acl that emits the error
19879         messages.
19880         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
19881
19882 2008-06-01  Bruno Haible  <bruno@clisp.org>
19883
19884         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
19885         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
19886         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
19887         APIs.
19888         * modules/acl-tests (configure.ac): Remove tests now contained in
19889         m4/acl.m4.
19890
19891 2008-06-02  Jim Meyering  <meyering@redhat.com>
19892
19893         announce-gen: use a better key-server host name
19894         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
19895         it may be more consistently reliable.  Suggested by Werner Koch
19896         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
19897
19898 2008-06-01  Bruno Haible  <bruno@clisp.org>
19899
19900         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
19901         Reported by Voroskoi Andras <voroskoi@gmail.com>.
19902
19903 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
19904
19905         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
19906
19907 2008-06-01  Bruno Haible  <bruno@clisp.org>
19908
19909         New ACL tests.
19910         * tests/test-file-has-acl.sh: New file.
19911         * tests/test-file-has-acl.c: New file.
19912         * tests/test-set-mode-acl.sh: New file.
19913         * tests/test-set-mode-acl.c: New file.
19914         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
19915         * tests/test-copy-acl.c: New file.
19916         * modules/acl-tests: New file, based on modules/copy-file-tests.
19917         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
19918         (Depends-on): Add acl-tests.
19919         (configure.ac): Remove checks.
19920         (Makefile.am): Don't create test-sameacls program here any more.
19921
19922 2008-06-01  Bruno Haible  <bruno@clisp.org>
19923
19924         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
19925         * tests/test-sameacls.c: Include progname.h.
19926         (main): Invoke set_program_name. Portability fixes for MacOS X,
19927         Solaris, HP-UX.
19928
19929 2008-06-01  Bruno Haible  <bruno@clisp.org>
19930
19931         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
19932         function.
19933         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
19934
19935 2008-06-01  Bruno Haible  <bruno@clisp.org>
19936
19937         * modules/rpmatch (Depends-on): Add strdup.
19938
19939 2008-06-01  Bruno Haible  <bruno@clisp.org>
19940
19941         * lib/pipe.c: Include unistd-safer.h.
19942         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
19943         * modules/pipe (Depends-on): Add unistd-safer.
19944
19945 2008-05-30  Simon Josefsson  <simon@josefsson.org>
19946
19947         * modules/autobuild (configure.ac): Call AB_INIT.
19948
19949 2008-05-30  Simon Josefsson  <simon@josefsson.org>
19950
19951         * tests/test-getaddrinfo.c: Don't print debug messages by default.
19952         Suggested by Bruno Haible <bruno@clisp.org>.
19953
19954 2008-05-30  Simon Josefsson  <simon@josefsson.org>
19955
19956         * tests/test-base64.c: Cast size_t to unsigned long when invoking
19957         printf.  Use %lu instead of %d.  Reported by Bruno Haible
19958         <bruno@clisp.org>.
19959
19960 2008-05-29  Eric Blake  <ebb9@byu.net>
19961
19962         Prefer new POSIX 200x interfaces over futimesat.
19963         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
19964         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
19965         when available.
19966         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
19967
19968 2008-05-28  Bruno Haible  <bruno@clisp.org>
19969
19970         * modules/stpcpy (License): Change to LGPLv2+.
19971         Requested by David Lutterkort <dlutter@redhat.com>.
19972
19973 2008-05-27  Bruno Haible  <bruno@clisp.org>
19974
19975         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
19976         current mingw.
19977         Reported by Jose E. Marchesi <jemarch@gnu.org>.
19978
19979 2008-05-27  Bruno Haible  <bruno@clisp.org>
19980
19981         * modules/iconv_open (Link): New section, from module 'iconv'.
19982         * modules/striconv (Link): Likewise.
19983         * modules/striconveh (Link): Likewise.
19984         * modules/xstriconv (Link): Likewise.
19985         * modules/unicodeio (Link): Likewise.
19986         * modules/propername (Link): Likewise.
19987         Reported by Jim Meyering.
19988
19989 2008-05-26  Jim Meyering  <meyering@redhat.com>
19990
19991         sha256: do not artificially restrict buffer length to be < 2^32
19992         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
19993         uint32_t to size_t.
19994         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
19995         to match.
19996
19997         avoid unaligned access errors, e.g., on sparc
19998         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
19999         direct access through a possibly-unaligned uint64* pointer.
20000         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
20001         direct access through a possibly-unaligned uint32* pointer.
20002         Prompted by this patch from Tom "spot" Callaway:
20003         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
20004
20005         sha512.c: fix typo in comment
20006         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
20007
20008 2008-05-25  Bruno Haible  <bruno@clisp.org>
20009
20010         * lib/set-mode-acl.c: Renamed from lib/acl.c.
20011         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
20012         (Makefile.am): Update lib_SOURCES.
20013
20014 2008-05-25  Bruno Haible  <bruno@clisp.org>
20015
20016         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
20017
20018 2008-05-25  Jim Meyering  <meyering@redhat.com>
20019
20020         useless-if-before-free: freed expr may have white-space differences
20021         * build-aux/useless-if-before-free: Recognize cases in which the
20022         freed expression differs from the tested one in embedded white
20023         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
20024         $1 was used, so we can't make any regexp shy.  Improved tests now
20025         detect this.
20026
20027         useless-if-before-free: accept white space in the expression.
20028         * build-aux/useless-if-before-free: For now, any white space
20029         in the expression must be identical in the free argument.
20030
20031         useless-if-before-free: efficiency tweak
20032         * build-aux/useless-if-before-free: Make the expression-matching
20033         regexp "shy".
20034         Make the *outer* regexp shy, not the expr-matching one.
20035
20036         update code-in-comment to accept cast of free arg
20037         * build-aux/useless-if-before-free: Update regexp.
20038
20039 2008-05-25  Bruno Haible  <bruno@clisp.org>
20040
20041         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
20042         * modules/copy-file-tests (Files, Makefile.am): Update.
20043         * tests/test-copy-file.c (func_test_copy): Update.
20044
20045 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
20046
20047         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
20048
20049 2008-05-23  Bruno Haible  <bruno@clisp.org>
20050
20051         Improve support for ACLs on OSF/1.
20052         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
20053         Remove fallback for unknown flavors of ACLs.
20054
20055 2008-05-22  Bruno Haible  <bruno@clisp.org>
20056
20057         Add support for ACLs on OSF/1.
20058         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
20059         replacements.
20060         (acl_free_text): New macro fallback.
20061         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
20062         acl_free.
20063         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
20064         acl_free_text function. Require AC_C_INLINE.
20065
20066 2008-05-22  Bruno Haible  <bruno@clisp.org>
20067
20068         Make copy_acl work on MacOS X 10.5.
20069         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
20070         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
20071         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
20072         If MODE_INSIDE_ACL, don't assume that every system has the same text
20073         representation for ACLs as FreeBSD.
20074         * lib/copy-acl.c (copy_acl): Add support for platforms with
20075         !MODE_INSIDE_ACL.
20076         * lib/file-has-acl.c (file_has_acl): Likewise.
20077         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
20078         FreeBSD, MacOS X, or IRIX, respectively.
20079
20080 2008-05-22  Bruno Haible  <bruno@clisp.org>
20081
20082         * lib/acl.h: Don't include <sys/acl.h>.
20083         (GETACLCNT): Move fallback to lib/acl-internal.h.
20084         * lib/acl-internal.h: Include <sys/acl.h> here.
20085         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
20086
20087 2008-05-22  Bruno Haible  <bruno@clisp.org>
20088
20089         Split off copy_acl function to separate file.
20090         * lib/copy-acl.c: New file, extracted from lib/acl.c.
20091         * lib/acl.c (copy_acl): Moved function to separate file.
20092         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
20093         * modules/acl (Files): Add lib/copy-acl.c.
20094         (Makefiles.am): Augment lib_SOURCES.
20095
20096 2008-05-22  Bruno Haible  <bruno@clisp.org>
20097
20098         * modules/copy-file-tests: New file.
20099         * tests/test-copy-file.sh: New file.
20100         * tests/test-copy-file.c: New file.
20101         * tests/test-copy-file-sameacls.c: New file.
20102
20103 2008-05-22  Eric Blake  <ebb9@byu.net>
20104
20105         Avoid gcc warning.
20106         * tests/test-memcmp.c (main): Pass NULL indirectly.
20107
20108 2008-05-21  Bruno Haible  <bruno@clisp.org>
20109
20110         Add reference doc about ACLs.
20111         * doc/acl-resources.txt: New file.
20112         * doc/acl-cygwin.txt: New file.
20113
20114 2008-05-21  Bruno Haible  <bruno@clisp.org>
20115
20116         Avoid one more warning from gcc.
20117         * lib/vasnprintf.c (IF_LINT): Update comments.
20118         (VASNPRINTF): Use it also for the 'prefix' array initializer.
20119
20120 2008-05-21  Jim Meyering  <meyering@redhat.com>
20121
20122         avoid a warning from gcc
20123         * lib/vasnprintf.c (IF_LINT): Define.
20124         (scale10_round_decimal_long_double):
20125         Use it to avoid a "may be used uninitialized" warning.
20126         (scale10_round_decimal_double): Likewise.
20127
20128 2008-05-21  Simon Josefsson  <simon@josefsson.org>
20129
20130         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
20131         declared.
20132
20133 2008-05-20  Bruno Haible  <bruno@clisp.org>
20134
20135         * tests/test-memcmp.c (main): Test also the sign of the result. Test
20136         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
20137
20138 2008-05-20  Simon Josefsson  <simon@josefsson.org>
20139
20140         * modules/memcmp-tests: New file.
20141         * tests/test-memcmp.c: New file.
20142
20143 2008-05-19  Bruno Haible  <bruno@clisp.org>
20144
20145         * modules/propername (Notice, configure.ac): Put quoted "..." into
20146         --keyword option.
20147         * lib/propername.h: Update comments accordingly.
20148         Reported by Eric Blake.
20149
20150 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
20151
20152         * modules/getpass-gnu (Depends-on): Add fseeko.
20153
20154 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20155
20156         * modules/base64-tests: New file.
20157
20158 2008-05-19  Bo Borgerson <gigabo@gmail.com>
20159
20160         * lib/base64.c (base64_decode_ctx): If a decode context structure
20161         was passed in use it to ignore newlines.  If a context structure
20162         was _not_ passed in, continue to treat newlines as garbage (this
20163         is the historical behavior).  Formerly base64_decode.
20164         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20165         takes a decode context structure.
20166         * lib/base64.h (base64_decode): Macro for four-argument calls.
20167         (base64_decode_alloc): Likewise.
20168         * lib/base64.c (base64_decode_ctx): If a decode context structure
20169         was passed in use it to ignore newlines.  If a context structure
20170         was _not_ passed in, continue to treat newlines as garbage (this
20171         is the historical behavior).  Formerly base64_decode.
20172         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20173         takes a decode context structure.
20174         * lib/base64.h (base64_decode): Macro for four-argument calls.
20175         (base64_decode_alloc): Likewise.
20176
20177 2008-05-19  Jim Meyering  <meyering@redhat.com>
20178
20179         avoid a warning from gcc
20180         * lib/trim.c (IF_LINT): Define.
20181         (trim2): Use it to avoid a "may be used uninitialized" warning.
20182
20183         Fix doc typo.
20184         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
20185
20186 2008-05-19  Bruno Haible  <bruno@clisp.org>
20187
20188         * doc/glibc-functions/getpass.texi: Document limits of other
20189         implementations.
20190
20191 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20192             Bruno Haible <bruno@clisp.org>
20193
20194         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
20195
20196 2008-05-18  Bruno Haible  <bruno@clisp.org>
20197
20198         * modules/propername: New file, from GNU gettext.
20199         * lib/propername.h: New file, from GNU gettext.
20200         * lib/propername.c: New file, from GNU gettext.
20201         * MODULES.html.sh (Internationalization functions): Add propername.
20202
20203 2008-05-16  Jim Meyering  <meyering@redhat.com>
20204             Bruno Haible  <bruno@clisp.org>
20205
20206         Avoid some warnings from "gcc -Wshadow".
20207         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
20208
20209 2008-05-15  Eric Blake  <ebb9@byu.net>
20210
20211         Extend previous patch to cygwin 1.7.0.
20212         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
20213         fast implementation in cygwin >= 1.7.0.
20214         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20215         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20216
20217 2008-05-15  Bruno Haible  <bruno@clisp.org>
20218
20219         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
20220         implementation in glibc >= 2.9.
20221         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20222         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20223
20224 2008-05-15  Bruno Haible  <bruno@clisp.org>
20225
20226         * MODULES.html.sh (Internationalization functions): Remove linebreak.
20227         (Unicode string functions): Add unilbrk/*.
20228         Reported by Karl Berry.
20229
20230 2008-05-15  Eric Blake  <ebb9@byu.net>
20231
20232         Fix violation of <stdbool.h> replacement in regex.
20233         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
20234         * lib/regexec.c (re_search_internal): Likewise.
20235         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
20236
20237 2008-05-15  Jim Meyering  <meyering@redhat.com>
20238
20239         avoid distracting test output when git or cvs is not found
20240         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
20241         * tests/test-vc-list-files-git.sh: Likewise.
20242
20243 2008-05-15  Eric Blake  <ebb9@byu.net>
20244
20245         Glibc finally accepted the memmem speedup code, bugzilla #5514.
20246         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
20247         glibc version.
20248         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
20249         * doc/posix-functions/strstr.texi (strstr): Likewise.
20250         * lib/str-two-way.h (MAX): Sychronize with glibc.
20251
20252 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
20253
20254         * lib/regcomp.c (optimize_utf8): Add a note on why we test
20255         opr.ctx_type.
20256         (calc_first): Initialize constraint field.
20257         (duplicate_node_closure): Use it instead of special casing ANCHORS.
20258         Fix grammar.
20259         (duplicate_node): Merge constraint field for all node types.
20260         (calc_eclosure_iter): Look at constraint field for all node types.
20261         * lib/regex_internal.c (create_cd_newstate): Don't look at
20262         opr.ctx_type.
20263
20264 2008-05-14  Bruno Haible  <bruno@clisp.org>
20265
20266         Help GCC to do better code generation.
20267         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
20268         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
20269         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
20270         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
20271         Declare with attribute 'malloc' if supported.
20272
20273 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
20274
20275         use "echo STR|wc -c" rather than unportable "expr length STR"
20276         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
20277         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
20278
20279 2008-05-14  Jim Meyering  <meyering@redhat.com>
20280
20281         use dd ibs=$n count=1 ... rather than less-portable head -c$n
20282         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
20283         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
20284         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
20285         via Collin Lasse.
20286
20287 2008-05-14  Eric Blake  <ebb9@byu.net>
20288
20289         Avoid quadratic growth in gl_LIBSOURCES.
20290         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
20291         Suggested by Bruno Haible.
20292
20293         Test xmemdup0.
20294         * modules/xmemdup0-tests: New file.
20295         * tests/test-xmemdup0.c: Likewise.
20296
20297 2008-05-13  Eric Blake  <ebb9@byu.net>
20298
20299         Split xmemdup0 into its own module.
20300         * modules/xmemdup0: New file.
20301         * lib/xmemdup0.h: Likewise.
20302         * lib/xmemdup0.c: Likewise.
20303         * MODULES.html.sh (Memory management functions): Add xmemdup0.
20304         * lib/xalloc.h (xmemdup0): Remove.
20305         * lib/xmalloc.c (xmemdup0): Likewise.
20306
20307 2008-05-13  Eric Blake  <ebb9@byu.net>
20308             Bruno Haible  <bruno@clisp.org>
20309
20310         Reduce number of forks required during autoconf.
20311         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
20312         and gl_LIBSOURCES_DIR.
20313         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
20314         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
20315         m4_syscmd per file.
20316         <m4_foreach_w>: Move...
20317         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
20318
20319 2008-05-13  Eric Blake  <ebb9@byu.net>
20320
20321         * gnulib-tool: Fix various comment typos.
20322
20323 2008-05-12  Bruno Haible  <bruno@clisp.org>
20324
20325         Tailor the linebreaking algorithm.
20326         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
20327
20328 2008-05-12  Bruno Haible  <bruno@clisp.org>
20329
20330         Update to Unicode 5.0.0.
20331         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20332         LBP_JV, LBP_JT. Redistribute values.
20333         (unilbrk_table): Change size.
20334         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
20335         Unicode TR#14 rev. 22.
20336         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20337         LBP_JV, LBP_JT. Redistribute values.
20338         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
20339         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
20340         Update.
20341         * lib/unilbrk/lbrkprop1.h: Regenerated.
20342         * lib/unilbrk/lbrkprop2.h: Regenerated.
20343         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
20344         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
20345         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
20346         Likewise.
20347         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
20348         Likewise.
20349         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
20350         result.
20351         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
20352         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
20353         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
20354         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
20355         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
20356         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
20357
20358 2008-05-11  Bruno Haible  <bruno@clisp.org>
20359
20360         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
20361
20362 2008-05-11  Bruno Haible  <bruno@clisp.org>
20363
20364         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
20365         * modules/unilbrk/gen-lbrk: New file.
20366
20367 2008-05-11  Bruno Haible  <bruno@clisp.org>
20368
20369         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
20370         * m4/sha512.m4 (gl_SHA512): Likewise.
20371
20372 2008-05-11  Jim Meyering  <meyering@redhat.com>
20373
20374         New modules: crypto/sha256, crypto/sha512 (from coreutils)
20375         * modules/crypto/sha256: New file.
20376         * modules/crypto/sha512: Likewise.
20377         * lib/sha256.c: Likewise.
20378         * lib/sha256.h: Likewise.
20379         * lib/sha512.c: Likewise.
20380         * lib/sha512.h: Likewise.
20381         * lib/u64.h: Likewise.
20382         * m4/sha256.m4: Likewise.
20383         * m4/sha512.m4: Likewise.
20384         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
20385
20386 2008-05-10  Bruno Haible  <bruno@clisp.org>
20387
20388         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
20389         (Input/Output <stdio.h>): Add xprintf.
20390         (Signal handling <signal.h>): Add strsignal.
20391         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
20392         (Core language properties): Add func.
20393         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
20394         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
20395         strings.
20396         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
20397         (Input/output): New section.
20398         (File system functions): Add openat-die, stat-macros.
20399         (Networking functions): Add sockets.
20400         (Unicode string functions): Add unictype/*.
20401         (Support for building libraries and executables): Add gperf.
20402         (Support for building documentation): Add agpl-3.0.
20403         (Misc): Add nocrash.
20404
20405 2008-05-10  Bruno Haible  <bruno@clisp.org>
20406
20407         * modules/unictype/gen-ctype: New file.
20408
20409 2008-05-10  Jim Meyering  <meyering@redhat.com>
20410
20411         Make chdir-safer.c more efficient on a system with no symlinks.
20412         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
20413         also if ELOOP is zero.  Suggested by Bruno Haible.
20414
20415         Make chdir-safer.c slightly safer.
20416         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
20417         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
20418
20419         Avoid compile failure on systems without ELOOP (like mingw).
20420         * lib/chdir-safer.c (ELOOP): Define if not already defined.
20421         Reported by Bruno Haible.
20422
20423 2008-05-10  Bruno Haible  <bruno@clisp.org>
20424
20425         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
20426         (is_utf8_encoding): Use a case-insensitive comparison.
20427         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
20428         streq.
20429
20430 2008-05-10  Bruno Haible  <bruno@clisp.org>
20431
20432         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
20433         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
20434         * lib/unilbrk/ulc-common.h (iconv_string_length,
20435         iconv_string_keeping_offsets): Remove declarations.
20436         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
20437         Don't include <iconv.h>, streq.h, xsize.h.
20438         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
20439         conversion.
20440         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
20441         <iconv.h>, streq.h, xsize.h.
20442         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
20443         conversion.
20444         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
20445         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
20446         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
20447         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
20448
20449 2008-05-10  Bruno Haible  <bruno@clisp.org>
20450
20451         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
20452         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
20453
20454         * modules/unilbrk/u32-width-linebreaks-tests: New file.
20455         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
20456
20457         * modules/unilbrk/u16-width-linebreaks-tests: New file.
20458         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
20459
20460         * modules/unilbrk/u8-width-linebreaks-tests: New file.
20461         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
20462
20463         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
20464         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
20465
20466         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
20467         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
20468
20469         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
20470         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
20471
20472         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
20473         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
20474
20475 2008-05-10  Bruno Haible  <bruno@clisp.org>
20476
20477         Split up 'linebreak' module.
20478         * lib/unilbrk.h: New file, based on lib/linebreak.h.
20479         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
20480         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
20481         modifications.
20482         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
20483         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
20484         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
20485         lib/linebreak.c.
20486         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
20487         lib/linebreak.c.
20488         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
20489         lib/linebreak.c.
20490         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
20491         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
20492         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
20493         lib/linebreak.c.
20494         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
20495         lib/linebreak.c.
20496         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
20497         lib/linebreak.c.
20498         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
20499         lib/linebreak.c.
20500         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
20501         lib/linebreak.c.
20502         * modules/unilbrk/base: New file.
20503         * modules/unilbrk/tables: New file.
20504         * modules/unilbrk/u8-possible-linebreaks: New file.
20505         * modules/unilbrk/u16-possible-linebreaks: New file.
20506         * modules/unilbrk/u32-possible-linebreaks: New file.
20507         * modules/unilbrk/ulc-common: New file.
20508         * modules/unilbrk/ulc-possible-linebreaks: New file.
20509         * modules/unilbrk/u8-width-linebreaks: New file.
20510         * modules/unilbrk/u16-width-linebreaks: New file.
20511         * modules/unilbrk/u32-width-linebreaks: New file.
20512         * modules/unilbrk/ulc-width-linebreaks: New file.
20513         * lib/linebreak.h: Remove file.
20514         * lib/linebreak.c: Remove file.
20515         * m4/linebreak.m4: Remove file.
20516         * modules/linebreak: Remove file.
20517         * NEWS: Mention the changes.
20518
20519 2008-05-09  Eric Blake  <ebb9@byu.net>
20520
20521         Add xmemdup0.
20522         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
20523         implementation.
20524         * lib/xmalloc.c (xmemdup0): New C implementation.
20525
20526 2008-05-08  Bruno Haible  <bruno@clisp.org>
20527
20528         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
20529
20530 2008-05-07  Eric Blake  <ebb9@byu.net>
20531
20532         Support cross-compilation of <wctype.h>.
20533         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
20534         AC_CACHE_CHECK.
20535
20536 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
20537
20538         * build-aux/vc-list-files: Add support for bzr.
20539
20540 2008-05-03  Jim Meyering  <meyering@redhat.com>
20541
20542         avoid failed assertion with tight malloc
20543         * tests/test-getndelim2.c: Correct an off-by-one assertion.
20544
20545 2008-05-03  Simon Josefsson  <simon@josefsson.org>
20546
20547         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
20548         are needed from arpa/inet.h.
20549         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
20550         Reported by Bruno Haible.
20551
20552 2008-05-02  Jim Meyering  <meyering@redhat.com>
20553
20554         avoid compilation error on FreeBSD 6
20555         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
20556
20557 2008-05-01  Jim Meyering  <meyering@redhat.com>
20558
20559         useless-if-before-free: correct --help's exit status description
20560         * build-aux/useless-if-before-free (usage): Like grep, exit 0
20561         for one or more matches, etc.  Reported by Bruno Haible.
20562
20563         vc-list-files: make the stand-alone gnulib test work
20564         * modules/vc-list-files-tests (configure.ac):
20565         Define and AC_SUBST abs_aux_dir.
20566         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
20567         $(abs_top_srcdir) to each script and having each of them
20568         duplicate the work of setting PATH, set PATH here, using
20569         the new variable, abs_aux_dir instead.
20570         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
20571         * tests/test-vc-list-files-git.sh: Likewise.
20572         Reported by Bruno Haible.
20573
20574 2008-05-01  Bruno Haible  <bruno@clisp.org>
20575
20576         * lib/getndelim2.c (getndelim2): Fix newsize computation during
20577         reallocation. Rename 'done' to 'found_delimiter'.
20578
20579 2008-05-01  Jim Meyering  <meyering@redhat.com>
20580
20581         vc-list-files: accommodate /bin/sh like the one from Solaris 10
20582         * build-aux/vc-list-files: Use `...`, not $(...).
20583
20584 2008-04-30  Jim Meyering  <meyering@redhat.com>
20585
20586         add tests for vc-list-files
20587         * modules/vc-list-files-tests: New module.
20588         * tests/test-vc-list-files-cvs.sh: New file.
20589         * tests/test-vc-list-files-git.sh: New file.
20590
20591         avoid a warning from gcc
20592         * lib/getndelim2.c (IF_LINT): Define.
20593         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
20594
20595         vc-list-files: work properly with build-aux/cvsu, too
20596         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
20597         to all cvs-based clauses.
20598
20599         vc-list-files: work properly in the CVS+awk case, too
20600         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
20601
20602         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
20603         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
20604         take more than one file argument, so .  Add quotes, just in case $dir
20605         ever contains a shell meta-character.  Prompted by Soren Hansen in
20606         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
20607
20608 2008-04-29  Eric Blake  <ebb9@byu.net>
20609
20610         Optimize getndelim2 to use block operations when possible.
20611         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
20612         freadseek, and memchr2.
20613         * lib/getndelim2.c (getndelim2): Use them for block reads.
20614
20615 2008-04-29  Bruno Haible  <bruno@clisp.org>
20616
20617         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
20618         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
20619         * modules/inet_ntop (Depends-on): Add extensions.
20620         * modules/inet_pton (Depends-on): Likewise.
20621         Reported by Simon Josefsson.
20622
20623 2008-04-29  Jim Meyering  <meyering@redhat.com>
20624
20625         When the is more than one match in a block, match all of them.
20626         * build-aux/useless-if-before-free: Iterate through each block
20627         until there are no more matches.
20628
20629         Fix broken useless-if-before-free script.
20630         * build-aux/useless-if-before-free: Fix typo: missing "?" after
20631         the expression to match cast of argument to free-like function.
20632
20633 2008-04-29  Eric Blake  <ebb9@byu.net>
20634
20635         Use new header.
20636         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
20637
20638 2008-04-29  Jim Meyering  <meyering@redhat.com>
20639
20640         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
20641         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
20642         by gnulib to exist and to declare e.g., inet_ntop.
20643         Don't include "inet_ntop.h", now removed.
20644
20645         * m4/arpa_inet_h.m4: Remove trailing blanks.
20646
20647 2008-04-29  Eric Blake  <ebb9@byu.net>
20648
20649         Silence valgrind on safe reads beyond potential array bounds.
20650         * lib/rawmemchr.valgrind: New file.
20651         * lib/strchrnul.valgrind: Likewise.
20652         * modules/rawmemchr (Files): Distribute new file.
20653         * modules/strchrnul (Files): Likewise.
20654         Suggested by Bruno Haible.
20655
20656 2008-04-29  Bruno Haible  <bruno@clisp.org>
20657
20658         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
20659         (inet_ntop, inet_pton): Change portability warning's wording.
20660         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
20661         Invoke gl_CHECK_NEXT_HEADERS.
20662         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
20663         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
20664         set ARPA_INET_H.
20665         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
20666         * modules/arpa_inet (Description): No longer only for systems that
20667         lack it.
20668         (Depends-on): Add include_next.
20669         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
20670         HAVE_ARPA_INET_H.
20671
20672 2008-04-29  Jim Meyering  <meyering@redhat.com>
20673
20674         * modules/mkdir (License): Re-license as LGPLv2+.
20675
20676 2008-04-29  Bruno Haible  <bruno@clisp.org>
20677
20678         * modules/rawmemchr (Maintainer): Set to Eric.
20679         * modules/strchrnul (Maintainer): Likewise.
20680
20681 2008-04-29  Simon Josefsson  <simon@josefsson.org>
20682
20683         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
20684         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
20685
20686         * modules/arpa_inet (arpa/inet.h): Use them.
20687
20688 2008-04-28  Eric Blake  <ebb9@byu.net>
20689
20690         Test getndelim2.
20691         * modules/getndelim2-tests: New file.
20692         * tests/test-getndelim2.c: Likewise.
20693         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
20694         stream.
20695         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
20696
20697         * MODULES.html.sh: Document new module.
20698
20699 2008-04-20  Bruno Haible  <bruno@clisp.org>
20700
20701         * lib/c-stack.c (die): Use raise.
20702         * modules/c-stack (Depends-on): Add raise.
20703
20704 2008-04-28  Bruno Haible  <bruno@clisp.org>
20705
20706         Expect rpmatch to be declared.
20707         * lib/yesno.c (rpmatch): Remove declaration.
20708
20709         Declare rpmatch.
20710         * lib/stdlib.in.h (rpmatch): New declaration.
20711         * lib/rpmatch.c: Include <stdlib.h> first.
20712         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
20713         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
20714         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
20715         HAVE_RPMATCH.
20716         * modules/rpmatch (Depends-on): Add stdlib, extensions.
20717         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20718         (Include): Set to <stdlib.h>.
20719         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
20720         HAVE_RPMATCH.
20721         * NEWS: Document the change.
20722
20723 2008-04-28  Bruno Haible  <bruno@clisp.org>
20724
20725         Change rpmatch to use nl_langinfo when appropriate.
20726         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
20727         (N_): New macro.
20728         (localized_pattern): New function/macro.
20729         (try): Remove match, nomatch arguments. Copy the pattern into safe
20730         memory before caching it.
20731         (rpmatch): Use localized_pattern. Add translator comments.
20732         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
20733         Suggested by Eric Blake.
20734         * modules/rpmatch (Depends-on): Add stdbool.
20735
20736 2008-04-28  Eric Blake  <ebb9@byu.net>
20737
20738         Add rawmemchr module, matching glibc.
20739         * modules/string (Makefile.am): New indicator.
20740         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
20741         * lib/string.in.h (rawmemchr): Declare when appropriate.
20742         * modules/rawmemchr: New file.
20743         * m4/rawmemchr.m4: Likewise.
20744         * lib/rawmemchr.c: Likewise.
20745         * modules/rawmemchr-tests: Likewise.
20746         * tests/test-rawmemchr.c: Likewise.
20747         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
20748         module.
20749         * modules/strchrnul (Depends-on): Add rawmemchr.
20750         * lib/strchrnul.c (strchrnul): Optimize a corner case.
20751
20752         Whitespace cleanup.
20753         * tests/test-strchrnul.c: Reindent.
20754         * lib/strchrnul.c: Likewise.
20755
20756         Optimize and test strchrnul.
20757         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
20758         * modules/strchrnul-tests: New file.
20759         * tests/test-strchrnul.c: Likewise.
20760
20761         Remove intprops dependency.
20762         * modules/memchr (Depends-on): Remove intprops.
20763         * modules/memrchr (Depends-on): Likewise.
20764         * modules/memchr2 (Depends-on): Likewise.
20765         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
20766         * lib/memrchr.c (__memrchr): Likewise.
20767         * lib/memrchr2.c (memchr2): Likewise.
20768         Reported by Simon Josefsson.
20769
20770 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20771
20772         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
20773         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20774
20775 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20776
20777         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
20778
20779         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
20780
20781         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
20782
20783         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
20784         declarations.
20785         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
20786
20787         * m4/inet_pton.m4: Don't check for header files.
20788
20789         * m4/inet_ntop.m4: Don't check for header files.
20790
20791 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20792
20793         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
20794         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
20795         trigger for cygwin).
20796         Reported by Bruno Haible  <bruno@clisp.org>.
20797
20798 2008-04-28  Bruno Haible  <bruno@clisp.org>
20799
20800         * doc/posix-functions/strdup.texi: Mention mingw problem.
20801
20802 2008-04-27  Bruno Haible  <bruno@clisp.org>
20803
20804         * modules/stat-time-tests (Depends-on): Add sleep.
20805         * tests/test-stat-time.c (force_unlink): New function.
20806         (cleanup): Use it.
20807         (test_mtime): Remove the ctime related tests.
20808         (test_ctime): New function, containing the ctime related tests.
20809         (main): Call test_ctime, except on native Windows platforms.
20810
20811 2008-04-27  Bruno Haible  <bruno@clisp.org>
20812
20813         * lib/rpmatch.c (rpmatch): Add some comments.
20814         Reported by James Youngman <jay@gnu.org>.
20815
20816 2008-04-27  Bruno Haible  <bruno@clisp.org>
20817
20818         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
20819         quiet NaNs.
20820
20821 2008-04-27  Bruno Haible  <bruno@clisp.org>
20822
20823         Make test-yesno.sh work on mingw.
20824         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
20825         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
20826         (main): Set stdin to binary mode.
20827         * modules/yesno-tests (Depends-on): Add binary-io.
20828
20829 2008-04-27  Bruno Haible  <bruno@clisp.org>
20830
20831         Fix 'isfinite' on x86, x86_64, ia64 platforms.
20832         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
20833         argument that lie outside the IEEE 854 domain.
20834         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
20835         (gl_ISFINITE): Use it.
20836         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
20837
20838 2008-04-27  Bruno Haible  <bruno@clisp.org>
20839
20840         Allow local renaming in config.h.
20841         * lib/memrchr.c (memrchr): Don't undefine outside libc.
20842
20843 2008-04-27  Bruno Haible  <bruno@clisp.org>
20844
20845         * lib/memchr.c (__memchr): Change type of 'i'.
20846         * lib/memchr2.c (memchr2): Likewise.
20847
20848 2008-04-26  Eric Blake  <ebb9@byu.net>
20849         and Bruno Haible  <bruno@clisp.org>
20850
20851         Optimize and test memrchr.
20852         * modules/memrchr (Depends-on): Add intprops.
20853         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
20854         * modules/memrchr-tests: New file.
20855         * tests/test-memrchr.c: New file.
20856
20857 2008-04-26  Bruno Haible  <bruno@clisp.org>
20858
20859         Add tentative support for DragonFly BSD.
20860         * lib/stdio-impl.h: Add macros for DragonFly BSD.
20861         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
20862         fp.
20863         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
20864         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
20865         * lib/fpurge.c (fpurge): Likewise.
20866         * lib/freadable.c (freaadable): Likewise.
20867         * lib/freadahead.c (freadahead): Likewise.
20868         * lib/freading.c (freading): Likewise.
20869         * lib/freadptr.c (freadptr): Likewise.
20870         * lib/freadseek.c (freadptrinc): Likewise.
20871         * lib/fseeko.c (fseeko): Likewise.
20872         * lib/fseterr.c (fseterr): Likewise.
20873         * lib/fwritable.c (fwritable): Likewise.
20874         * lib/fwriting.c (fwriting): Likewise.
20875
20876 2008-04-26  Bruno Haible  <bruno@clisp.org>
20877
20878         * lib/stdio-impl.h: New file.
20879         * lib/fbufmode.c: Include stdio-impl.h.
20880         (fbufmode): Use fp_, remove redundant #defines.
20881         * lib/fflush.c: Include stdio-impl.h.
20882         (clear_ungetc_buffer): Remove redundant #defines.
20883         * lib/fpurge.c: Include stdio-impl.h.
20884         (fpurge): Remove redundant #defines.
20885         * lib/freadable.c: Include stdio-impl.h.
20886         (freadable): Remove redundant #defines.
20887         * lib/freadahead.c: Include stdio-impl.h.
20888         (freadahead): Remove redundant #defines.
20889         * lib/freading.c: Include stdio-impl.h.
20890         (freading): Remove redundant #defines.
20891         * lib/freadptr.c: Include stdio-impl.h.
20892         (freadptr): Remove redundant #defines.
20893         * lib/freadseek.c: Include stdio-impl.h.
20894         (freadptrinc): Remove redundant #defines.
20895         * lib/fseeko.c: Include stdio-impl.h.
20896         (rpl_fseeko): Remove redundant #defines.
20897         * lib/fseterr.c: Include stdio-impl.h.
20898         (fseterr): Remove redundant #defines.
20899         * lib/fwritable.c: Include stdio-impl.h.
20900         (fwritable: Remove redundant #defines.
20901         * lib/fwriting.c: Include stdio-impl.h.
20902         (fwriting): Remove redundant #defines.
20903         * modules/fbufmode (Files): Add lib/stdio-impl.h.
20904         * modules/fflush (Files): Likewise.
20905         * modules/fpurge (Files): Likewise.
20906         * modules/freadable (Files): Likewise.
20907         * modules/freadahead (Files): Likewise.
20908         * modules/freading (Files): Likewise.
20909         * modules/freadptr (Files): Likewise.
20910         * modules/freadseek (Files): Likewise.
20911         * modules/fseeko (Files): Likewise.
20912         * modules/fseterr (Files): Likewise.
20913         * modules/fwritable (Files): Likewise.
20914         * modules/fwriting (Files): Likewise.
20915
20916 2008-04-26  Bruno Haible  <bruno@clisp.org>
20917
20918         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
20919         restore_seek_optimization, update_fpos_cache): New functions, extracted
20920         from rpl_fflush.
20921         (rpl_fflush): Use them.
20922         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
20923         (gl_REPLACE_FFLUSH): Use it.
20924
20925 2008-04-26  Bruno Haible  <bruno@clisp.org>
20926
20927         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
20928         on Solaris.
20929         * tests/test-xstrtoimax.sh: Likewise.
20930         * tests/test-xstrtoumax.sh: Likewise.
20931         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20932
20933 2008-04-26  Bruno Haible  <bruno@clisp.org>
20934
20935         * modules/memchr-tests: New file.
20936         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
20937
20938 2008-04-26  Eric Blake  <ebb9@byu.net>
20939             Bruno Haible  <bruno@clisp.org>
20940
20941         * lib/memchr.c: Include intprops.h.
20942         (__memchr): Optimize parallel detection of matching bytes. Rename local
20943         variables. Add explanatory comments.
20944
20945 2008-04-26  Bruno Haible  <bruno@clisp.org>
20946
20947         Fix module 'memchr', broken since 2000-10-28.
20948         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
20949
20950 2008-04-26  Bruno Haible  <bruno@clisp.org>
20951
20952         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
20953         comments.
20954
20955 2008-04-25  Eric Blake  <ebb9@byu.net>
20956
20957         Use native fstatat on cygwin 1.7.0.
20958         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
20959         first.
20960
20961 2008-04-23  Eric Blake  <ebb9@byu.net>
20962
20963         Improve memchr2 performance.
20964         * lib/memchr2.c (memchr2): Further optimize parallel detection of
20965         NUL bytes.
20966         * modules/memchr2 (Depends-on): Use intprops.h.
20967
20968 2008-04-23  Simon Josefsson  <simon@josefsson.org>
20969
20970         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
20971         an inline function instead of a CPP macro.  Patch by Ben Pfaff
20972         <blp@cs.stanford.edu>.
20973
20974 2008-04-23  Simon Josefsson  <simon@josefsson.org>
20975
20976         * lib/arpa_inet.in.h: New file.
20977
20978         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
20979         (Makefile.am): Sed in substitute header file.
20980
20981         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
20982         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
20983
20984         * modules/inet_ntop (configure.ac): Use
20985         gl_ARPA_INET_MODULE_INDICATOR.
20986
20987         * modules/inet_pton (configure.ac): Use
20988         gl_ARPA_INET_MODULE_INDICATOR.
20989
20990 2008-04-22  Jim Meyering  <meyering@redhat.com>
20991
20992         * modules/verify (License): Re-license as LGPLv2+.
20993
20994 2008-04-22  Simon Josefsson  <simon@josefsson.org>
20995
20996         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
20997         parameter to void* as per POSIX standard (MinGW uses char*).
20998
20999 2008-04-21  Bruno Haible  <bruno@clisp.org>
21000
21001         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21002         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21003         Define to replacements if REPLACE_ISWCNTRL is 1.
21004         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
21005         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
21006         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
21007         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
21008         what it fixes.
21009         * doc/posix-functions/iswalpha.texi: Likewise.
21010         * doc/posix-functions/iswblank.texi: Likewise.
21011         * doc/posix-functions/iswcntrl.texi: Likewise.
21012         * doc/posix-functions/iswdigit.texi: Likewise.
21013         * doc/posix-functions/iswgraph.texi: Likewise.
21014         * doc/posix-functions/iswlower.texi: Likewise.
21015         * doc/posix-functions/iswprint.texi: Likewise.
21016         * doc/posix-functions/iswpunct.texi: Likewise.
21017         * doc/posix-functions/iswspace.texi: Likewise.
21018         * doc/posix-functions/iswupper.texi: Likewise.
21019         * doc/posix-functions/iswxdigit.texi: Likewise.
21020         Reported by Alain Guibert.
21021
21022 2008-04-21  Bruno Haible  <bruno@clisp.org>
21023
21024         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
21025         Patch by Alain Guibert.
21026
21027 2008-04-21  Bruno Haible  <bruno@clisp.org>
21028
21029         Fix test failures on mingw.
21030         * tests/test-xstrtol.c (print_no_progname): New function.
21031         (main): Install it in error_print_progname hook.
21032         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
21033         * tests/test-xstrtoimax.sh: Likewise.
21034         * tests/test-xstrtoumax.sh: Likewise.
21035
21036 2008-04-21  Bruno Haible  <bruno@clisp.org>
21037
21038         Fix test failure on mingw.
21039         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
21040
21041 2008-04-21  Bruno Haible  <bruno@clisp.org>
21042
21043         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
21044         Actually assign a value.
21045
21046 2008-04-20  Bruno Haible  <bruno@clisp.org>
21047
21048         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
21049         take 2.
21050         * lib/canonicalize.c (canonicalize_file_name): Elide if the
21051         'canonicalize-lgpl' module is also used.
21052         * lib/canonicalize-lgpl.c: Undo last change.
21053         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
21054
21055 2008-04-20  Bruno Haible  <bruno@clisp.org>
21056
21057         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
21058         config.h. Provide _mkdir based fallback for mingw.
21059         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
21060         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
21061         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
21062         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
21063         rather than defining mkdir in config.h.
21064         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
21065         (gl_SYS_STAT_H_DEFAULTS): New macro.
21066         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
21067         HAVE_IO_H any more.
21068         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
21069         HAVE_DECL_MKDIR and HAVE_IO_H.
21070
21071 2008-04-20  Bruno Haible  <bruno@clisp.org>
21072
21073         * lib/isapipe.c: Port to native Windows platforms.
21074
21075 2008-04-20  Bruno Haible  <bruno@clisp.org>
21076
21077         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
21078
21079 2008-04-21  Eric Blake  <ebb9@byu.net>
21080
21081         Work around preprocessors that don't handle UINTMAX_MAX.
21082         * lib/memchr2.c (memchr2): Avoid embedded #if.
21083         Reported by Alain Guibert, fix suggested by Bruno Haible.
21084
21085 2008-04-21  Simon Josefsson  <simon@josefsson.org>
21086
21087         * doc/posix-functions/strftime.texi (strftime): Explain better
21088         Windows incompatibility.  Suggested by Micah Cowan
21089         <micah@cowan.name>.
21090
21091 2008-04-20  Bruno Haible  <bruno@clisp.org>
21092
21093         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
21094         unistr/u8-mblen.
21095
21096 2008-04-20  Bruno Haible  <bruno@clisp.org>
21097
21098         Fix test failure on platforms with non-GNU iconv.
21099         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
21100         (U_TO_U8): Use it, rather than u16_to_u8.
21101         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
21102         units at the end of the input string.
21103         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
21104
21105 2008-04-20  Bruno Haible  <bruno@clisp.org>
21106
21107         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
21108         when the resulting length is 0.
21109         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
21110
21111 2008-04-20  Bruno Haible  <bruno@clisp.org>
21112
21113         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
21114         works.
21115         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
21116
21117 2008-04-20  Bruno Haible  <bruno@clisp.org>
21118
21119         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
21120         * modules/tsearch-tests (configure.ac): Test for initstate function.
21121
21122 2008-04-20  Bruno Haible  <bruno@clisp.org>
21123
21124         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
21125         for nlink_t if missing.
21126         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
21127
21128 2008-04-19  Bruno Haible  <bruno@clisp.org>
21129
21130         Work around snprintf bug on Linux libc5.
21131         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
21132         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21133         gl_SNPRINTF_SIZE1.
21134         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21135         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
21136         that test failed.
21137         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
21138         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
21139         * modules/snprintf (Files): Add m4/printf.m4.
21140         * modules/vsnprintf (Files): Likewise.
21141         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
21142         * doc/posix-functions/vsnprintf.texi: Likewise.
21143
21144 2008-04-19  Bruno Haible  <bruno@clisp.org>
21145
21146         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
21147         from 0.0058 to less than 10^-7.
21148
21149 2008-04-19  Bruno Haible  <bruno@clisp.org>
21150
21151         Fix rounding when a precision is given.
21152         * lib/vasnprintf.c (is_borderline): New function.
21153         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
21154         9...9x.
21155         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
21156         %e, %g.
21157         * tests/test-vasprintf-posix.c (test_function): Likewise.
21158         * tests/test-snprintf-posix.h (test_function): Likewise.
21159         * tests/test-sprintf-posix.h (test_function): Likewise.
21160         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
21161         * tests/test-printf-posix.h (test_function): Likewise.
21162         * tests/test-printf-posix.output: Update.
21163         Reported by John Darrington <john@darrington.wattle.id.au> via
21164         Ben Pfaff <blp@cs.stanford.edu>.
21165
21166 2008-04-18  Simon Josefsson  <simon@josefsson.org>
21167
21168         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
21169         Suggested by Bruno Haible <bruno@clisp.org>.
21170
21171 2008-04-17  Bruno Haible  <bruno@clisp.org>
21172
21173         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
21174         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
21175         implementation.
21176         Patch by Bruce Merry <bmerry@gmail.com>.
21177
21178 2008-04-17  Simon Josefsson  <simon@josefsson.org>
21179
21180         * doc/posix-functions/strftime.texi (strftime): Mention that %e
21181         doesn't work under Windows.
21182
21183 2008-04-16  Bruno Haible  <bruno@clisp.org>
21184
21185         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
21186         New macros.
21187         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
21188         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
21189         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
21190         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
21191         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
21192         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
21193         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
21194         macros.
21195         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
21196         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
21197         Northern Sotho, Uighur.
21198
21199 2008-04-16  Bruno Haible  <bruno@clisp.org>
21200
21201         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
21202         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
21203         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
21204         Reported by Daniel Bergström <daniel@octocode.com>.
21205
21206 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
21207             Bruno Haible  <bruno@clisp.org>
21208
21209         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
21210         function.
21211         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
21212         New functions, mostly extracted from gl_locale_name_default.
21213         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
21214
21215 2008-04-16  Eric Blake  <ebb9@byu.net>
21216
21217         Adjust strtod detection to catch glibc 2.7 bug.
21218         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
21219         Reported by John Gatewood Ham.
21220
21221 2008-04-16  Bruno Haible  <bruno@clisp.org>
21222
21223         Add tentative support for Linux libc5.
21224         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
21225         * lib/fpurge.c (fpurge): Likewise.
21226         * lib/freadable.c (freadable): Likewise.
21227         * lib/freadahead.c (freadahead): Likewise.
21228         * lib/freading.c (freading): Likewise.
21229         * lib/freadptr.c (freadptr): Likewise.
21230         * lib/freadseek.c (freadptrinc): Likewise.
21231         * lib/fseeko.c (rpl_fseeko): Likewise.
21232         * lib/fseterr.c (fseterr): Likewise.
21233         * lib/fwritable.c (fwritable): Likewise.
21234         * lib/fwriting.c (fwriting): Likewise.
21235         Reported by Alain Guibert <alguibert+bts@free.fr>.
21236
21237 2008-04-15  Bruno Haible  <bruno@clisp.org>
21238
21239         * modules/mathl (configure.ac): Define module indicator.
21240
21241 2008-04-15  Bruno Haible  <bruno@clisp.org>
21242
21243         * lib/logl.c (logl): Remove unused variables.
21244
21245 2008-04-15  Bruno Haible  <bruno@clisp.org>
21246
21247         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
21248         fails.
21249
21250 2008-04-15  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/trim.c (trim2): Fix argument of isspace() macro.
21253
21254 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
21255
21256         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
21257         to 0.
21258         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
21259
21260 2008-04-14  Bruno Haible  <bruno@clisp.org>
21261
21262         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
21263         AC_LANG_PROGRAM argument.
21264         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
21265         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
21266         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
21267         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
21268         * m4/math_h.m4 (gl_MATH_H): Likewise.
21269         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
21270         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21271         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
21272         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
21273         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21274         * m4/regex.m4 (gl_REGEX): Likewise.
21275         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
21276         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
21277         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21278         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
21279         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
21280         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21281         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21282         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
21283
21284 2008-04-14  Jim Meyering  <meyering@redhat.com>
21285
21286         test-strtod: fix typos: s/abs/fabs/
21287         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
21288
21289 2008-04-13  Bruno Haible  <bruno@clisp.org>
21290
21291         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
21292         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
21293         module is also used and while not building the reloc-wrapper.
21294
21295 2008-04-13  Bruno Haible  <bruno@clisp.org>
21296
21297         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
21298
21299 2008-04-13  Bruno Haible  <bruno@clisp.org>
21300
21301         Fix AIX compilation failure introduced on 2008-04-02.
21302         * tests/test-frexp.c (exp): Undefine before redefining.
21303         * tests/test-frexpl.c (exp): Likewise.
21304
21305 2008-04-13  Bruno Haible  <bruno@clisp.org>
21306
21307         Work around a HP-UX stdio bug.
21308         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
21309         * tests/test-ftello.c (main): Likewise.
21310         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
21311         * doc/posix-functions/ftello.texi: Likewise.
21312
21313 2008-04-13  Bruno Haible  <bruno@clisp.org>
21314
21315         Make test-signbit pass on HP-UX/hppa.
21316         * tests/test-signbit.c (minus_zerol): New variable.
21317         (test_signbitl): Use it.
21318
21319 2008-04-13  Bruno Haible  <bruno@clisp.org>
21320
21321         Make truncl work on OSF/1 4.0.
21322         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
21323         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21324         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21325         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
21326         HAVE_DECL_TRUNCL.
21327         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
21328         HAVE_DECL_TRUNCL.
21329         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
21330
21331 2008-04-13  Bruno Haible  <bruno@clisp.org>
21332
21333         * lib/unictype.h: Remove trailing comma from enumeration definitions.
21334
21335 2008-04-13  Bruno Haible  <bruno@clisp.org>
21336
21337         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
21338         expression, so as to avoid HP-UX 11 cc compiler bug.
21339
21340 2008-04-13  Bruno Haible  <bruno@clisp.org>
21341
21342         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
21343
21344 2008-04-13  Bruno Haible  <bruno@clisp.org>
21345
21346         * lib/git-merge-changelog.c: Remove empty declaration outside of
21347         functions.
21348
21349 2008-04-13  Bruno Haible  <bruno@clisp.org>
21350
21351         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
21352
21353 2008-04-13  Bruno Haible  <bruno@clisp.org>
21354
21355         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
21356         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
21357         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
21358         also if it exists but lacks definitions of the SHUT_* macros.
21359         * modules/sys_socket (Description): Update.
21360         Reported by Elbert Pol <e.pol@chello.nl>.
21361
21362 2008-04-13  Bruno Haible  <bruno@clisp.org>
21363
21364         * lib/localcharset.c (OS2): Don't redefine if already defined.
21365         Reported by Elbert Pol <e.pol@chello.nl>.
21366
21367 2008-04-13  Bruno Haible  <bruno@clisp.org>
21368
21369         * lib/binary-io.h [__EMX__]: Include <io.h>.
21370         Reported by Elbert Pol <e.pol@chello.nl>.
21371
21372 2008-04-12  Bruno Haible  <bruno@clisp.org>
21373
21374         * lib/fpucw.h: Enable the definitions also for x86_64.
21375         Needed for NetBSD/x86_64.
21376         Reported by Thomas Klausner <tk@giga.or.at>.
21377
21378 2008-04-12  Bruno Haible  <bruno@clisp.org>
21379
21380         * tests/test-strtod.c: Include isnand.h.
21381         (main): Use isnand instead of isnan.
21382         Reported by Jim Meyering.
21383
21384 2008-04-12  Bruno Haible  <bruno@clisp.org>
21385
21386         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
21387         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
21388
21389 2008-04-12  Jim Meyering  <meyering@redhat.com>
21390
21391         * m4/math_h.m4 (gl_MATH_H): Fix typos.
21392
21393 2008-04-12  Bruno Haible  <bruno@clisp.org>
21394
21395         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
21396         Reported by Elbert Pol <e.pol@chello.nl>.
21397
21398 2008-04-12  Eric Blake  <ebb9@byu.net>
21399
21400         Work around Solaris 10 math.h bug.
21401         * m4/math_h.m4 (gl_MATH_H): Check for bug.
21402         (gl_MATH_H_DEFAULTS): Set up default.
21403         * modules/math (Makefile.am): Replace new indicators.
21404         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
21405         * tests/test-math.c (main): Test this.
21406         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
21407         * doc/posix-headers/math.texi (math.h): Mention bug.
21408         Reported by Nelson H. F. Beebe and Jim Meyering.
21409
21410 2008-04-11  Bruno Haible  <bruno@clisp.org>
21411
21412         Adapt to future versions of Apple GCC.
21413         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
21414         Reported by Peter O'Gorman <peter@pogma.com>.
21415
21416 2008-04-11  Bruno Haible  <bruno@clisp.org>
21417
21418         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
21419
21420 2008-04-11  Bruno Haible  <bruno@clisp.org>
21421
21422         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
21423
21424         * modules/getaddrinfo-tests (Makefile.am): Define
21425         test_getaddrinfo_LDADD.
21426
21427 2008-04-11  Bruno Haible  <bruno@clisp.org>
21428
21429         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
21430         (init): Fix syntax error.
21431         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
21432         is declared.
21433
21434 2008-04-11  Bruno Haible  <bruno@clisp.org>
21435
21436         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
21437         * modules/glob (Depends-on): Add stdbool.
21438
21439 2008-04-11  Bruno Haible  <bruno@clisp.org>
21440
21441         * lib/trim.c: Include <string.h>.
21442
21443 2008-04-11  Eric Blake  <ebb9@byu.net>
21444
21445         Avoid compile failure on OS/2.
21446         * lib/regex_internal.h (internal_function): Disable optimization
21447         on OS/2 (__EMX__), where it caused compiler error.
21448         Reported by Elbert Pol.
21449
21450 2008-04-11  Bruno Haible  <bruno@clisp.org>
21451
21452         Flush the standard error stream before aborting. Needed on mingw.
21453         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
21454         * tests/test-array_list.c (ASSERT): Likewise.
21455         * tests/test-array_oset.c (ASSERT): Likewise.
21456         * tests/test-avltree_list.c (ASSERT): Likewise.
21457         * tests/test-avltree_oset.c (ASSERT): Likewise.
21458         * tests/test-avltreehash_list.c (ASSERT): Likewise.
21459         * tests/test-binary-io.c (ASSERT): Likewise.
21460         * tests/test-byteswap.c (ASSERT): Likewise.
21461         * tests/test-c-ctype.c (ASSERT): Likewise.
21462         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
21463         * tests/test-c-strcasestr.c (ASSERT): Likewise.
21464         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
21465         * tests/test-c-strstr.c (ASSERT): Likewise.
21466         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
21467         * tests/test-canonicalize.c (ASSERT): Likewise.
21468         * tests/test-carray_list.c (ASSERT): Likewise.
21469         * tests/test-ceilf1.c (ASSERT): Likewise.
21470         * tests/test-ceilf2.c (ASSERT): Likewise.
21471         * tests/test-ceill.c (ASSERT): Likewise.
21472         * tests/test-count-one-bits.c (ASSERT): Likewise.
21473         * tests/test-fbufmode.c (ASSERT): Likewise.
21474         * tests/test-fflush2.c (ASSERT): Likewise.
21475         * tests/test-floorf1.c (ASSERT): Likewise.
21476         * tests/test-floorf2.c (ASSERT): Likewise.
21477         * tests/test-floorl.c (ASSERT): Likewise.
21478         * tests/test-fopen.c (ASSERT): Likewise.
21479         * tests/test-fpending.c (ASSERT): Likewise.
21480         * tests/test-fprintf-posix.c (ASSERT): Likewise.
21481         * tests/test-fpurge.c (ASSERT): Likewise.
21482         * tests/test-freadable.c (ASSERT): Likewise.
21483         * tests/test-freadahead.c (ASSERT): Likewise.
21484         * tests/test-freading.c (ASSERT): Likewise.
21485         * tests/test-freadptr.c (ASSERT): Likewise.
21486         * tests/test-freadptr2.c (ASSERT): Likewise.
21487         * tests/test-freadseek.c (ASSERT): Likewise.
21488         * tests/test-freopen.c (ASSERT): Likewise.
21489         * tests/test-frexp.c (ASSERT): Likewise.
21490         * tests/test-frexpl.c (ASSERT): Likewise.
21491         * tests/test-fseek.c (ASSERT): Likewise.
21492         * tests/test-fseeko.c (ASSERT): Likewise.
21493         * tests/test-fstrcmp.c (ASSERT): Likewise.
21494         * tests/test-ftell.c (ASSERT): Likewise.
21495         * tests/test-ftello.c (ASSERT): Likewise.
21496         * tests/test-func.c (ASSERT): Likewise.
21497         * tests/test-fwritable.c (ASSERT): Likewise.
21498         * tests/test-fwriting.c (ASSERT): Likewise.
21499         * tests/test-getdelim.c (ASSERT): Likewise.
21500         * tests/test-getline.c (ASSERT): Likewise.
21501         * tests/test-i-ring.c (ASSERT): Likewise.
21502         * tests/test-iconv-utf.c (ASSERT): Likewise.
21503         * tests/test-iconv.c (ASSERT): Likewise.
21504         * tests/test-isfinite.c (ASSERT): Likewise.
21505         * tests/test-isnand.c (ASSERT): Likewise.
21506         * tests/test-isnanf.c (ASSERT): Likewise.
21507         * tests/test-isnanl.h (ASSERT): Likewise.
21508         * tests/test-ldexpl.c (ASSERT): Likewise.
21509         * tests/test-linked_list.c (ASSERT): Likewise.
21510         * tests/test-linkedhash_list.c (ASSERT): Likewise.
21511         * tests/test-localename.c (ASSERT): Likewise.
21512         * tests/test-lseek.c (ASSERT): Likewise.
21513         * tests/test-mbscasecmp.c (ASSERT): Likewise.
21514         * tests/test-mbscasestr1.c (ASSERT): Likewise.
21515         * tests/test-mbscasestr2.c (ASSERT): Likewise.
21516         * tests/test-mbscasestr3.c (ASSERT): Likewise.
21517         * tests/test-mbscasestr4.c (ASSERT): Likewise.
21518         * tests/test-mbschr.c (ASSERT): Likewise.
21519         * tests/test-mbscspn.c (ASSERT): Likewise.
21520         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
21521         * tests/test-mbspbrk.c (ASSERT): Likewise.
21522         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
21523         * tests/test-mbsrchr.c (ASSERT): Likewise.
21524         * tests/test-mbsspn.c (ASSERT): Likewise.
21525         * tests/test-mbsstr1.c (ASSERT): Likewise.
21526         * tests/test-mbsstr2.c (ASSERT): Likewise.
21527         * tests/test-mbsstr3.c (ASSERT): Likewise.
21528         * tests/test-memchr2.c (ASSERT): Likewise.
21529         * tests/test-memmem.c (ASSERT): Likewise.
21530         * tests/test-open.c (ASSERT): Likewise.
21531         * tests/test-printf-frexp.c (ASSERT): Likewise.
21532         * tests/test-printf-frexpl.c (ASSERT): Likewise.
21533         * tests/test-printf-posix.c (ASSERT): Likewise.
21534         * tests/test-quotearg.c (ASSERT): Likewise.
21535         * tests/test-rbtree_list.c (ASSERT): Likewise.
21536         * tests/test-rbtree_oset.c (ASSERT): Likewise.
21537         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
21538         * tests/test-round1.c (ASSERT): Likewise.
21539         * tests/test-roundf1.c (ASSERT): Likewise.
21540         * tests/test-roundl.c (ASSERT): Likewise.
21541         * tests/test-signbit.c (ASSERT): Likewise.
21542         * tests/test-sleep.c (ASSERT): Likewise.
21543         * tests/test-snprintf-posix.c (ASSERT): Likewise.
21544         * tests/test-snprintf.c (ASSERT): Likewise.
21545         * tests/test-sprintf-posix.c (ASSERT): Likewise.
21546         * tests/test-stat-time.c (ASSERT): Likewise.
21547         * tests/test-strcasestr.c (ASSERT): Likewise.
21548         * tests/test-strerror.c (ASSERT): Likewise.
21549         * tests/test-striconv.c (ASSERT): Likewise.
21550         * tests/test-striconveh.c (ASSERT): Likewise.
21551         * tests/test-striconveha.c (ASSERT): Likewise.
21552         * tests/test-strsignal.c (ASSERT): Likewise.
21553         * tests/test-strstr.c (ASSERT): Likewise.
21554         * tests/test-strtod.c (ASSERT): Likewise.
21555         * tests/test-trunc1.c (ASSERT): Likewise.
21556         * tests/test-trunc2.c (ASSERT): Likewise.
21557         * tests/test-truncf1.c (ASSERT): Likewise.
21558         * tests/test-truncf2.c (ASSERT): Likewise.
21559         * tests/test-truncl.c (ASSERT): Likewise.
21560         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
21561         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
21562         * tests/test-vasnprintf.c (ASSERT): Likewise.
21563         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
21564         * tests/test-vasprintf.c (ASSERT): Likewise.
21565         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
21566         * tests/test-vprintf-posix.c (ASSERT): Likewise.
21567         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
21568         * tests/test-vsnprintf.c (ASSERT): Likewise.
21569         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
21570         * tests/test-wcwidth.c (ASSERT): Likewise.
21571         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
21572         * tests/test-xprintf-posix.c (ASSERT): Likewise.
21573         * tests/test-xvasprintf.c (ASSERT): Likewise.
21574         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
21575         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
21576         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
21577         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
21578         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
21579         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
21580         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
21581         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
21582         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
21583         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
21584         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
21585         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
21586         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
21587         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
21588         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
21589         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
21590         * tests/unictype/test-block_list.c (ASSERT): Likewise.
21591         * tests/unictype/test-block_of.c (ASSERT): Likewise.
21592         * tests/unictype/test-block_test.c (ASSERT): Likewise.
21593         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
21594         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
21595         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
21596         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
21597         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
21598         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
21599         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
21600         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
21601         * tests/unictype/test-combining.c (ASSERT): Likewise.
21602         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
21603         * tests/unictype/test-digit.c (ASSERT): Likewise.
21604         * tests/unictype/test-mirror.c (ASSERT): Likewise.
21605         * tests/unictype/test-numeric.c (ASSERT): Likewise.
21606         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
21607         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
21608         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
21609         * tests/unictype/test-scripts.c (ASSERT): Likewise.
21610         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
21611         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
21612         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
21613         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
21614         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
21615         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
21616         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
21617         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
21618         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
21619         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
21620         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
21621         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
21622         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
21623         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
21624         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
21625         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
21626         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
21627         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
21628         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
21629         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
21630         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
21631         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
21632         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
21633         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
21634         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
21635         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
21636         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
21637         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
21638         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
21639         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
21640         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
21641         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
21642         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
21643         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
21644         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
21645         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
21646         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
21647         Reported by Eric Blake.
21648
21649 2008-04-11  Bruno Haible  <bruno@clisp.org>
21650
21651         * lib/wchar.in.h: Tweak comment.
21652
21653 2008-04-11  Bruno Haible  <bruno@clisp.org>
21654
21655         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
21656         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
21657         gl_COMMON.
21658         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
21659
21660 2008-04-11  Bruno Haible  <bruno@clisp.org>
21661
21662         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
21663
21664 2008-04-11  Simon Josefsson  <simon@josefsson.org>
21665
21666         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
21667         of attempting to use non-existing /dev/*random.  Based on patch
21668         from Adam Strzelecki <ono@java.pl> in
21669         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
21670
21671 2008-04-08  Bruno Haible  <bruno@clisp.org>
21672
21673         Add tentative support for emx+gcc.
21674         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
21675         * lib/fpurge.c (fpurge): Likewise.
21676         * lib/freadable.c (freadable): Likewise.
21677         * lib/freadahead.c (freadahead): Likewise.
21678         * lib/freading.c (freading): Likewise.
21679         * lib/freadptr.c (freadptr): Likewise.
21680         * lib/freadseek.c (freadptrinc): Likewise.
21681         * lib/fseeko.c (rpl_fseeko): Likewise.
21682         * lib/fseterr.c (fseterr): Likewise.
21683         * lib/fwritable.c (fwritable): Likewise.
21684         * lib/fwriting.c (fwriting): Likewise.
21685         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
21686
21687 2008-04-09  Eric Blake  <ebb9@byu.net>
21688
21689         Avoid some autoconf warnings.
21690         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
21691         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
21692         * m4/afs.m4 (gl_AFS): Likewise.
21693         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
21694         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
21695         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
21696         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
21697         (gl_INTEGER_TYPE_SUFFIX): Likewise.
21698         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
21699         (AC_CHECK_DECLS_ONCE): Likewise.
21700         Rename file...
21701         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
21702         gnulib-tool requires autoconf 2.59 or better.
21703         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
21704
21705 2008-04-08  Eric Blake  <ebb9@byu.net>
21706
21707         Use 'git describe --match' if present (added in git 1.5.5).
21708         * build-aux/git-version-gen: Limit result to tags that match 'v*'
21709         if possible.
21710
21711 2008-04-08  Bruno Haible  <bruno@clisp.org>
21712
21713         Add tentative support for OpenServer.
21714         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
21715         _ptr, _cnt.
21716         * lib/fpurge.c (fpurge): Likewise.
21717         * lib/freadable.c (freadable): Likewise.
21718         * lib/freadahead.c (freadahead): Likewise.
21719         * lib/freading.c (freading): Likewise.
21720         * lib/freadptr.c (freadptr): Likewise.
21721         * lib/freadseek.c (freadptrinc): Likewise.
21722         * lib/fseeko.c (rpl_fseeko): Likewise.
21723         * lib/fseterr.c (fseterr): Likewise.
21724         * lib/fwritable.c (fwritable): Likewise.
21725         * lib/fwriting.c (fwriting): Likewise.
21726         Reported by Roger Cornelius <rac@tenzing.org> and
21727         Brian K. White <brian@aljex.com>.
21728
21729 2008-04-06  Jim Meyering  <meyering@redhat.com>
21730
21731         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
21732
21733 2008-04-06  Bruno Haible  <bruno@clisp.org>
21734
21735         Avoid possible error with non-ASCII bytes in UTF-8 locales.
21736         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
21737         * tests/test-printf-posix.sh: Likewise.
21738         * tests/test-vfprintf-posix.sh: Likewise.
21739         * tests/test-vprintf-posix.sh: Likewise.
21740         * tests/test-xprintf-posix.sh: Likewise.
21741
21742 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21743
21744         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
21745         hide error from 'ls', needed on OS/2.
21746         Report by Elbert Pol <elbert.pol@gmail.com>.
21747
21748 2008-04-04  Eric Blake  <ebb9@byu.net>
21749
21750         Make test-fseeko.c failures meaningful.
21751         * tests/test-fseeko.c: Print line number on failure.
21752         * tests/test-fseek.c: Likewise.
21753         Reported by Nelson H. F. Beebe.
21754
21755         Improve strtod bug detection check.
21756         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
21757         required for Solaris 10.
21758         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
21759
21760 2008-04-04  Bruno Haible  <bruno@clisp.org>
21761
21762         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
21763         by m4/setenv.m4.
21764
21765 2008-04-03  Eric Blake  <ebb9@byu.net>
21766
21767         Ensure sane .version contents.
21768         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
21769         version string.
21770         * build-aux/git-version-gen: Improve documentation.
21771
21772         Make GNU make output nicer.
21773         * top/GNUmakefile [!_have-Makefile]: Add dependency on
21774         MAKECMDGOALS to enforce message for all command line targets.  Set
21775         srcdir for use in maint.mk.
21776
21777         Another maintainer tweak.
21778         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
21779         a target that regenerates version.
21780
21781 2008-04-03  Jim Meyering  <meyering@redhat.com>
21782
21783         vc-list-files: don't cause coreutils "make po-check" failure
21784         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
21785
21786 2008-04-03  Eric Blake  <ebb9@byu.net>
21787
21788         Allow VPATH usage of vc-list-files.
21789         * build-aux/vc-list-files (scriptversion): Add timestamp.
21790         (options): Add --help, --version, -C.
21791         (CVS): Support installed cvsu.
21792
21793 2008-04-02  Bruno Haible  <bruno@clisp.org>
21794
21795         Avoid some "statement with no effect" warnings from gcc.
21796         * tests/test-wctype.c (main): Explicitly ignore unused values.
21797         Reported by Jim Meyering.
21798
21799 2008-04-02  Jim Meyering  <meyering@redhat.com>
21800
21801         Avoid some warnings from "gcc -Wshadow".
21802         * tests/test-frexp.c (exp): Define to a different identifier.
21803         * tests/test-frexpl.c (exp): Likewise.
21804
21805 2008-04-03  Jim Meyering  <meyering@redhat.com>
21806
21807         bootstrap: remove dangling *.[ch] symlinks from lib
21808         * build-aux/bootstrap [dangling symlink removal]: Move find's
21809         -depth option to precede all others, to avoid a warning.
21810         Remove *.[ch] files too, and from "$source_base" (usually lib/).
21811
21812 2008-04-02  Bruno Haible  <bruno@clisp.org>
21813
21814         Avoid some warnings from "gcc -Wshadow".
21815         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
21816         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
21817         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
21818         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
21819         Reported by Jim Meyering.
21820
21821 2008-04-01  Bruno Haible  <bruno@clisp.org>
21822
21823         Fix test to work on IRIX 6.5 with cc.
21824         * tests/test-math.c (numeric_equal): New function.
21825         (main): Use it.
21826
21827 2008-04-01  Bruno Haible  <bruno@clisp.org>
21828
21829         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
21830
21831 2008-04-01  Bruno Haible  <bruno@clisp.org>
21832
21833         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
21834         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21835         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
21836         (Depends-on): Remove math.
21837
21838         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
21839         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21840         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
21841         (Depends-on): Remove math.
21842
21843         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
21844         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21845         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
21846         (Depends-on): Remove math.
21847         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
21848         (Depends-on): Remove math.
21849
21850         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
21851         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21852         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
21853         (Depends-on): Remove math.
21854         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
21855         (Depends-on): Remove math.
21856
21857         * tests/test-round1.c: Include nan.h.
21858         (main): Use NaNd instead of NAN.
21859         * modules/round-tests (Files): Add tests/nan.h.
21860
21861         * tests/test-trunc1.c: Include nan.h.
21862         (main): Use NaNd instead of NAN.
21863         * modules/trunc-tests (Files): Add tests/nan.h.
21864
21865         * tests/test-roundf1.c: Include nan.h.
21866         (main): Use NaNf instead of NAN.
21867         * modules/roundf-tests (Files): Add tests/nan.h.
21868
21869         * tests/test-truncf1.c: Include nan.h.
21870         (main): Use NaNf instead of NAN.
21871         * modules/truncf-tests (Files): Add tests/nan.h.
21872
21873         * tests/test-ceilf1.c: Include nan.h.
21874         (main): Use NaNf instead of NAN.
21875         * modules/ceilf-tests (Files): Add tests/nan.h.
21876
21877         * tests/test-floorf1.c: Include nan.h.
21878         (main): Use NaNf instead of NAN.
21879         * modules/floorf-tests (Files): Add tests/nan.h.
21880
21881         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
21882         (main): Use NaNf instead of NAN.
21883         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
21884
21885         * tests/test-isnand.c: Include nan.h instead of <math.h>.
21886         (main): Use NaNd instead of NAN.
21887         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
21888
21889         * tests/test-frexp.c: Include nan.h.
21890         (main): Use NaNd instead of NAN.
21891         * modules/frexp-tests (Files): Add tests/nan.h.
21892
21893         * lib/isnan.c: Don't include <math.h>.
21894         (FUNC): Don't use NAN macro.
21895         * modules/isnand-nolibm (Depends-on): Remove math.
21896         * modules/isnanf-nolibm (Depends-on): Remove math.
21897         * modules/isnanl (Depends-on): Remove math.
21898         * modules/isnanl-nolibm (Depends-on): Remove math.
21899
21900         * tests/nan.h: New file.
21901
21902 2008-04-01  Eric Blake  <ebb9@byu.net>
21903
21904         Fix typos.
21905         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
21906         values to be the right type.
21907
21908         For now, cater to gnulib strtod inaccuracies.
21909         * tests/test-strtod.c (main): Allow 1-ulp error on expected
21910         fractional results.  While not as nice from a QoI perspective, it
21911         is a quicker patch than correctly implementing decimal to binary
21912         rounding.
21913
21914 2008-03-31  Eric Blake  <ebb9@byu.net>
21915
21916         Guarantee a definition of NAN.
21917         * lib/math.in.h (NAN): Define if missing.
21918         * tests/test-math.c (main): Test it.
21919         * doc/posix-headers/math.texi (math.h): Document this.
21920         * lib/isnan.c (rpl_isnand): Use it.
21921         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
21922         * tests/test-floorf1.c (NaN): Likewise.
21923         * tests/test-frexp.c (NaN): Likewise.
21924         * tests/test-isnand.c (NaN): Likewise.
21925         * tests/test-isnanf.c (NaN): Likewise.
21926         * tests/test-round1.c (NaN): Likewise.
21927         * tests/test-roundf1.c (NaN): Likewise.
21928         * tests/test-snprintf-posix.h (NaN): Likewise.
21929         * tests/test-sprintf-posix.h (NaN): Likewise.
21930         * tests/test-trunc1.c (NaN): Likewise.
21931         * tests/test-truncf1.c (NaN): Likewise.
21932         * tests/test-vasnprintf-posix.c (NaN): Likewise.
21933         * tests/test-vasprintf-posix.c (NaN): Likewise.
21934         * modules/isnand-nolibm (Depends-on): Add math.
21935         * modules/isnanf-nolibm (Depends-on): Likewise.
21936         * modules/isnanl (Depends-on): Likewise.
21937         * modules/isnanl-nolibm (Depends-on): Likewise.
21938         * modules/snprintf-posix-tests (Depends-on): Likewise.
21939         * modules/sprintf-posix-tests (Depends-on): Likewise.
21940         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
21941         * modules/vsprintf-posix-tests (Depends-on): Likewise.
21942         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
21943         * modules/vasprintf-posix-tests (Depends-on): Likewise.
21944
21945 2008-03-31  Bruno Haible  <bruno@clisp.org>
21946
21947         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
21948         * doc/posix-functions/strtod.texi: Likewise.
21949
21950 2008-03-31  Bruno Haible  <bruno@clisp.org>
21951
21952         * tests/test-strtod.c (main): Don't use C99 syntax.
21953
21954 2008-03-31  Bruno Haible  <bruno@clisp.org>
21955
21956         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
21957         Reported by Eric Blake.
21958
21959 2008-03-31  Jim Meyering  <meyering@redhat.com>
21960
21961         Don't compare actual signbit return values.
21962         * tests/test-strtod.c (main): Rather, compare only their
21963         zero/non-zero nature.
21964
21965 2008-03-31  Eric Blake  <ebb9@byu.net>
21966
21967         More strtod documentation.
21968         * doc/posix-functions/strtod.texi (strtod): Interpret more test
21969         failures as distinct bugs.
21970
21971 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21972
21973         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
21974         Problem reported by Erik Benada in
21975         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
21976
21977 2008-03-30  Bruno Haible  <bruno@clisp.org>
21978
21979         * tests/test-strtod.c: Add comments about which assertion fails on which
21980         platform.
21981         * doc/posix-functions/strtod.texi: Add info about many more platforms.
21982
21983 2008-03-30  Eric Blake  <ebb9@byu.net>
21984
21985         Test signbit behavior on zeros.
21986         * tests/test-signbit.c (test_signbitf): Add tests for zero.
21987         (test_signbitd, test_signbitl): Likewise.
21988
21989         More strtod touchups.
21990         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
21991         sign of negative underflow, for now.  Use .5, not .1.
21992         * doc/posix-functions/strtod.texi (strtod): Mention these
21993         limitations.
21994         Reported by Jim Meyering.
21995
21996 2008-03-30  Bruno Haible  <bruno@clisp.org>
21997
21998         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
21999         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
22000
22001 2008-03-30  Bruno Haible  <bruno@clisp.org>
22002
22003         Avoid failure when attempting to return empty iconv results on some
22004         platforms.
22005         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
22006         allocation, don't report ENOMEM when the resulting string is empty.
22007
22008 2008-03-30  Bruno Haible  <bruno@clisp.org>
22009
22010         Fix buffer overrun.
22011         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
22012         Don't consider the width for tmp_length. Check count against tmp_length
22013         before doing the padding. Ensure enough allocation during padding.
22014
22015 2008-03-30  Eric Blake  <ebb9@byu.net>
22016
22017         strtod touchups.
22018         * lib/strtod.c (strtod): Avoid compiler warnings.
22019         Reported by Jim Meyering.
22020
22021 2008-03-30  Bruno Haible  <bruno@clisp.org>
22022
22023         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
22024         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
22025         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
22026         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
22027         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
22028         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
22029         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
22030         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
22031
22032         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
22033         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
22034         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
22035         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
22036         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
22037         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
22038         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
22039         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
22040
22041         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
22042         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
22043         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
22044         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
22045         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
22046         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
22047         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
22048         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
22049
22050         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
22051         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
22052
22053         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
22054         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
22055
22056         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
22057         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
22058
22059         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
22060         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
22061         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
22062
22063         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
22064         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
22065         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
22066
22067         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
22068         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
22069         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
22070
22071         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
22072         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
22073         * modules/vasprintf (Depends-on): Add EOVERFLOW.
22074
22075         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
22076         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
22077         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
22078         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
22079         (Depends-on): Add EOVERFLOW.
22080         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
22081         (Depends-on): Add EOVERFLOW.
22082         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22083         (Depends-on): Add EOVERFLOW.
22084         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22085         (Depends-on): Add EOVERFLOW.
22086         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22087         (Depends-on): Add EOVERFLOW.
22088         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22089         (Depends-on): Add EOVERFLOW.
22090         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22091         (Depends-on): Add EOVERFLOW.
22092         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22093         (Depends-on): Add EOVERFLOW.
22094
22095         * lib/sprintf.c (EOVERFLOW): Remove fallback.
22096         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
22097         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
22098
22099         * lib/snprintf.c (EOVERFLOW): Remove fallback.
22100         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
22101         * modules/snprintf (Depends-on): Add EOVERFLOW.
22102
22103         * lib/poll.c (EOVERFLOW): Remove fallback.
22104         * modules/poll (Depends-on): Add EOVERFLOW.
22105
22106         * lib/getugroups.c (EOVERFLOW): Remove fallback.
22107         * modules/getugroups (Depends-on): Add EOVERFLOW.
22108
22109         * lib/getdelim.c (EOVERFLOW): Remove fallback.
22110         * modules/getdelim (Depends-on): Add EOVERFLOW.
22111
22112         * lib/ftell.c (EOVERFLOW): Remove fallback.
22113         * modules/ftell (Depends-on): Add EOVERFLOW.
22114
22115         * lib/fprintf.c (EOVERFLOW): Remove fallback.
22116         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
22117         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
22118
22119         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
22120
22121         * modules/EOVERFLOW-tests: New file.
22122         * tests/test-EOVERFLOW.c: New file.
22123
22124         * modules/EOVERFLOW: New file.
22125         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
22126
22127 2008-03-30  Bruno Haible  <bruno@clisp.org>
22128
22129         Fix bug introduced on 2007-06-10.
22130         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
22131         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
22132
22133 2008-03-30  Bruno Haible  <bruno@clisp.org>
22134
22135         Improve freadseek's efficiency after ungetc.
22136         * lib/freadseek.c: Include freadahead.h.
22137         (freadptrinc): New function, extracted from freadseek.
22138         (freadseek): Use it in a loop. Use freadahead to determine the number
22139         of loop iterations.
22140         * modules/freadseek (Depends-on): Add freadahead.
22141         (configure.ac): Require AC_C_INLINE.
22142
22143 2008-03-30  Bruno Haible  <bruno@clisp.org>
22144
22145         * lib/freadseek.c (freadseek): Don't ignore the return value of
22146         freadptr.
22147
22148 2008-03-29  Eric Blake  <ebb9@byu.net>
22149
22150         Add hex float support.
22151         * modules/strtod (Depends-on): Add c-ctype.
22152         (Link): Mention POW_LIB.
22153         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
22154         whitespace between 'e' and exponent.
22155         * tests/test-strtod.c (main): Enable hex float tests.
22156         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
22157         now provides.
22158
22159         Document various strtod bugs, with some fixes.
22160         * doc/posix-functions/strtod.texi (strtod): Document bugs with
22161         "-0x", "inf", "nan", and hex constants.
22162         * doc/posix-functions/atof.texi (atof): Likewise.
22163         * modules/stdlib (Makefile.am): Support strtod.
22164         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
22165         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
22166         detect additional strtod bugs.
22167         * lib/stdlib.in.h (rpl_strtod): Add declarations.
22168         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
22169         bool where appropriate.  Parse 'inf' and 'nan'.
22170         * tests/test-strtod.c: New file.
22171         * modules/strtod (Depends-on): Add stdbool, stdlib.
22172         (configure.ac): Turn on module indicator.
22173         * modules/strtod-tests: New module.
22174
22175 2008-03-29  Eric Blake  <ebb9@byu.net>
22176
22177         Fix ftell on mingw.
22178         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
22179         * modules/ftell-tests (Depends-on): Add binary-io.
22180         * modules/ftello-tests (Depends-on): Likewise.
22181         * tests/test-ftell.c (main): Enhance test to cover behavior after
22182         ungetc.  Enforce binary mode.
22183         * tests/test-ftello.c (main): Likewise.
22184
22185         Pass test-freadseek on cygwin.
22186         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
22187         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
22188         ungetc buffer.
22189
22190         * tests/test-fflush2.c (main): Fix typo.
22191
22192 2008-03-29  Bruno Haible  <bruno@clisp.org>
22193
22194         * tests/test-fflush2.c (main): Temporarily disable the contents of
22195         this test.
22196         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
22197         Reported by Eric Blake.
22198
22199 2008-03-28  Simon Josefsson  <simon@josefsson.org>
22200
22201         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
22202         (GC_SHA224_DIGEST_SIZE): Add.
22203
22204         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
22205         (gc_hash_digest_length): Likewise.
22206         (gc_hash_buffer): Likewise.
22207
22208 2008-03-25  Bruno Haible  <bruno@clisp.org>
22209
22210         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
22211         detail which gettext release to use.
22212         Reported by Simon Josefsson.
22213
22214 2008-03-26  Jim Meyering  <meyering@redhat.com>
22215
22216         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
22217         * modules/gnumakefile (clean-GNUmakefile): Also, use
22218         test ... && ... || : syntax rather than if-then ... fi.
22219
22220         gnumakefile: Don't double-quote-expand $(VPATH) value.
22221         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
22222
22223 2008-03-24  Eric Blake  <ebb9@byu.net>
22224
22225         Alter GNUmakefile to install into top directory.
22226         * modules/maintainer-makefile: Split, and add dependency...
22227         * modules/gnumakefile: to this new module.
22228         * build-aux/GNUmakefile: Move...
22229         * top/GNUmakefile: ...here.
22230         * build-aux/maint.mk: Move...
22231         * top/maint.mk: ...here.
22232         * MODULES.html.sh (Support for maintaining...): Document new
22233         module.
22234
22235 2008-03-23  Bruno Haible  <bruno@clisp.org>
22236
22237         * gnulib-tool: New options --vc-files, --no-vc-files.
22238         (func_usage): Document them.
22239         (vc_files): New variable.
22240         (func_import): Consider vc_files.
22241         (func_create_testdir): Set vc_files to empty.
22242         Suggested by Jim Meyering and Karl Berry.
22243
22244 2008-03-23  Bruno Haible  <bruno@clisp.org>
22245
22246         Fix regex compilation error on HP-UX 11.
22247         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
22248         * modules/regex (Files): Add m4/mbstate_t.m4.
22249         Reported by Ton Voon <ton.voon@altinity.com>.
22250
22251 2008-03-23  Bruno Haible  <bruno@clisp.org>
22252
22253         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
22254
22255 2008-03-23  Eric Blake  <ebb9@byu.net>
22256             Bruno Haible  <bruno@clisp.org>
22257
22258         Install files from top/ in the destination directory.
22259         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
22260         augmentation also for the files from top/.
22261         (func_import, func_create_testdir): Rewrite file names:
22262         top/filename -> filename.
22263
22264 2008-03-23  Bruno Haible  <bruno@clisp.org>
22265
22266         Tweak "gnulib --version" output.
22267         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
22268
22269 2008-03-23  Bruno Haible  <bruno@clisp.org>
22270
22271         Tweak "gnulib --version" output.
22272         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
22273         rather than contents of ChangeLog, when possible.
22274
22275 2008-03-21  Eric Blake  <ebb9@byu.net>
22276
22277         More --version tweaks.
22278         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
22279         date of last ChangeLog entry.
22280
22281 2008-03-21  Jim Meyering  <meyering@redhat.com>
22282
22283         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
22284
22285 2008-03-20  Eric Blake  <ebb9@byu.net>
22286
22287         VPATH fix.
22288         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
22289
22290 2008-03-20  Simon Josefsson  <simon@josefsson.org>
22291
22292         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
22293         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
22294
22295 2008-03-20  Eric Blake  <ebb9@byu.net>
22296
22297         Sync GNUmakefile with coreutils.
22298         * build-aux/GNUmakefile (have-Makefile): Rename...
22299         (_have-Makefile): ...to this, for namespace consideration.
22300         (GNUmakefile.cfg): Include, if present.
22301         (_autoreconf): Define a default.
22302         (_is-dist-target): New rule for rebuilds to pick up intra-release
22303         version.
22304         (maint-cfg.mk): Rename...
22305         (cfg.mk): ...to this.
22306
22307 2008-03-18  Jim Meyering  <meyering@redhat.com>
22308
22309         New script and module: mktempd
22310         * MODULES.html.sh (maint+release support): Add mktempd.
22311         * build-aux/mktempd: New file.
22312         * modules/mktempd: New file.
22313
22314 2008-03-15  Jim Meyering  <meyering@redhat.com>
22315
22316         Undo last change.
22317         * lib/sha1.c, lib/md5.c: 63 != ~63.
22318         Reported by Andreas Schwab.
22319
22320         sha1.c, md5.c: Hoist a redundant expression.
22321         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
22322         "ctx->buflen" only once, before calling *_process_block.
22323         * lib/md5.c (md5_process_bytes): Likewise.
22324
22325 2008-03-14  Eric Blake  <ebb9@byu.net>
22326
22327         Bump copyright year in files generated by gnulib-tool.
22328         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
22329         gnulib-tool, rather than hard-coding it.
22330
22331         Fix 'gnulib-tool --version' output to work with git.
22332         * gnulib-tool (func_gnulib_dir): New function, extracted from...
22333         (startup): ...here.
22334         (func_version): Use it to invoke git-version-gen, rather than
22335         relying on CVS keyword expansion.  Modernize wording.
22336         (cvsdatestamp, last_checkin_date, version): Kill unused
22337         variables.
22338
22339 2008-03-12  Jim Meyering  <meyering@redhat.com>
22340
22341         Recognize optional cast of the argument to free.
22342         * build-aux/useless-if-before-free: Update regexps.
22343
22344         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
22345
22346 2008-03-11  Bruno Haible  <bruno@clisp.org>
22347
22348         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
22349         by a single package.
22350         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
22351         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
22352         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
22353         Reported by Sam Steingold <sds@gnu.org>.
22354
22355 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22356
22357         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
22358         repositories.
22359
22360 2008-03-11  Bruno Haible  <bruno@clisp.org>
22361
22362         Avoid conflicts between local macro definitions.
22363         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22364         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
22365
22366 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
22367             Bruno Haible  <bruno@clisp.org>
22368
22369         Make va_copy work with some version of xlc on AIX 5.1.
22370         * lib/stdarg.in.h: New file.
22371         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
22372         On AIX, use a <stdarg.h> file substitute.
22373         * modules/stdarg (Files): Add lib/stdarg.in.h.
22374         (Depends-on): Add include_next.
22375         (Makefile.am): Build a stdarg.h substitute if requested.
22376         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
22377
22378 2008-03-10  Bruno Haible  <bruno@clisp.org>
22379
22380         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
22381         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
22382         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
22383
22384 2008-03-10  Bruno Haible  <bruno@clisp.org>
22385
22386         * modules/stdlib (Depends-on): Add include_next, remove
22387         absolute-header.
22388
22389 2008-03-09  Bruno Haible  <bruno@clisp.org>
22390
22391         * lib/freadahead.h (freadahead): Document more precisely.
22392         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
22393         the sum of both buffer sizes.
22394         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
22395         * NEWS: Document the change.
22396
22397 2008-03-09  Bruno Haible  <bruno@clisp.org>
22398
22399         Extend freadptr to return also the buffer size.
22400         * lib/freadptr.h (freadptr): Add sizep argument.
22401         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
22402         (freadptr): Add sizep argument. Determine buffer size like freadahead
22403         does.
22404         * tests/test-freadptr.c: Don't include freadahead.h.
22405         (main): Adapt for new calling convention of freadptr.
22406         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
22407         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
22408         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
22409         tests/test-freadptr2.sh.
22410         (Depends): Remove freadahead.
22411         (TESTS): Add test-freadptr2.sh.
22412         (check_PROGRAMS): Add test-freadptr2.
22413
22414 2008-03-09  Bruno Haible  <bruno@clisp.org>
22415
22416         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
22417         Report and solution by Simon Josefsson.
22418
22419 2008-03-06  Bruno Haible  <bruno@clisp.org>
22420
22421         Make fflush after ungetc work on BSD platforms.
22422         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
22423         * tests/test-fflush2.c: New file.
22424         * tests/test-fflush2.sh: New file.
22425         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
22426         tests/test-fflush2.c.
22427         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
22428         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
22429
22430 2008-03-06  Eric Blake  <ebb9@byu.net>
22431
22432         Likewise for ftello.
22433         * modules/ftello (Dependencies): Add extensions.
22434         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
22435
22436 2008-03-06  Bruno Haible  <bruno@clisp.org>
22437
22438         * modules/fseeko (Dependencies): Add extensions.
22439         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
22440         Needed on glibc systems.
22441
22442 2008-03-06  Bruno Haible  <bruno@clisp.org>
22443
22444         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
22445         email address.
22446         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22447
22448 2008-03-06  Bruno Haible  <bruno@clisp.org>
22449
22450         * users.txt: Add libgnupdf.
22451
22452 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
22453
22454         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
22455         (Header File Substitutes, Function Substitutes,
22456         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
22457         (Build robot for gnulib): Fix typo.
22458
22459 2008-03-06  Bruno Haible  <bruno@clisp.org>
22460
22461         * doc/gnulib-tool.texi (VCS Issues): Small updates.
22462         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22463
22464 2008-03-06  Bruno Haible  <bruno@clisp.org>
22465
22466         * doc/func.texi: New file, extracted from doc/gnulib.texi.
22467         * doc/gnulib.texi: Include it.
22468
22469 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22470
22471         * modules/func (License): Change license to unlimited; there was
22472         no LGPL parts in the module anyway.
22473
22474 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22475
22476         * modules/__func__: Renamed to modules/func.
22477         * modules/__func__-tests: Renamed to modules/func-tests.
22478         * tests/test-__func__.c: Renamed to tests/test-func.c.
22479         * m4/__func__.m4: Renamed to m4/func.m4.
22480         * doc/gnulib.texi (__func__): Section renamed to func.
22481         Suggested by Eric Blake <ebb9@byu.net>.
22482
22483 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22484
22485         * doc/gnulib.texi (__func__): Use C99 terminology when talking
22486         about __func__.  Make example self-contained.  Suggested by Eric
22487         Blake <ebb9@byu.net>.
22488
22489         * tests/test-__func__.c (main): Avoid extraneous () around __func.
22490         Suggested by Eric Blake <ebb9@byu.net>.
22491
22492 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22493
22494         * modules/__func__: New file.
22495         * modules/__func__-tests: New file.
22496         * tests/test-__func__.c: New file.
22497         * m4/__func__.m4: New file.
22498         * doc/gnulib.texi (__func__): Document __func__ module.
22499
22500 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22501
22502         * modules/byteswap (License): Re-license as LGPLv2+.
22503
22504 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22505
22506         * doc/Makefile: Add pdf target.
22507
22508 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22509
22510         * modules/inline (License): Use 'unlimited', since there are only
22511         *.m4 files in this module.
22512
22513 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
22514             Bruno Haible  <bruno@clisp.org>
22515
22516         Add support for HP C 7.1 on OpenVMS 8.3.
22517         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
22518
22519 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
22520
22521         Update VMS specifics.
22522         * lib/getopt.c [VMS]: Remove include of unixlib.h.
22523
22524 2008-03-02  Jim Meyering  <meyering@redhat.com>
22525
22526         Remove the last dependency on the "free" module.
22527         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
22528         Reported by Bob Proulx.
22529
22530         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
22531
22532         Remove useless "if" tests before free.  Deprecate "free" module.
22533         * doc/posix-functions/free.texi: Mention that this
22534         module is no longer useful.
22535         * modules/free (Notice): Say this module is obsolete.
22536         * modules/readutmp (Depends-on): Remove free.
22537         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
22538         * lib/putenv.c (putenv): Likewise.
22539         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
22540         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
22541         * tests/test-c-strcasestr.c (main): Likewise.
22542         * tests/test-c-strstr.c (main): Likewise.
22543         * tests/test-mbscasestr1.c (main): Likewise.
22544         * tests/test-mbscasestr2.c (main): Likewise.
22545         * tests/test-mbsstr1.c (main): Likewise.
22546         * tests/test-mbsstr2.c (main): Likewise.
22547         * tests/test-memmem.c (main): Likewise.
22548         * tests/test-strcasestr.c (main): Likewise.
22549         * tests/test-striconv.c (main): Likewise.
22550         * tests/test-striconveh.c (main): Likewise.
22551         * tests/test-striconveha.c (main): Likewise.
22552         * tests/test-strstr.c (main): Likewise.
22553
22554         * build-aux/git-version-gen: Adjust a comment and the Usage string.
22555
22556         bootstrap: sync from coreutils again
22557         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
22558
22559 2008-03-01  Jim Meyering  <meyering@redhat.com>
22560
22561         bootstrap: sync from coreutils
22562         * build-aux/bootstrap (update_po_files): Copy a .po file into place
22563         also when the target doesn't exist.
22564
22565 2008-03-01  Eric Blake  <ebb9@byu.net>
22566
22567         Fix bugs in last patch.
22568         * lib/memchr2.c (memchr2): Fix typo.
22569         * tests/test-memchr2.c: Test previous bug, and don't use GNU
22570         extension.
22571         Reported by Bruce Korb.
22572
22573         New module 'memchr2'.
22574         * modules/memchr2: New file.
22575         * modules/memchr2-tests: Likewise.
22576         * lib/memchr2.h: Likewise.
22577         * lib/memchr2.c: Likewise, based on memchr.c.
22578         * tests/test-memchr2.c: New test.
22579         * MODULES.html.sh (String handling): Add memchr2.
22580
22581 2008-02-29  Bruno Haible  <bruno@clisp.org>
22582
22583         * modules/freadseek-tests: New file.
22584         * tests/test-freadseek.sh: New file.
22585         * tests/test-freadseek.c: New file.
22586
22587         New module 'freadseek'.
22588         * modules/freadseek: New file.
22589         * lib/freadseek.h: New file.
22590         * lib/freadseek.c: New file.
22591         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
22592
22593 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
22594
22595         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
22596         wydawca.
22597
22598         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
22599         program_invocation_name and program_invocation_short_name are
22600         present.
22601
22602 2008-02-28  Bruno Haible  <bruno@clisp.org>
22603
22604         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
22605         * tests/test-freadptr.sh: Also test non-seekable stdin.
22606
22607 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
22608
22609         * build-aux/bootstrap (source_base, m4_base)
22610         (doc_base, tests_base): New variables.
22611         (gnulib_tool_options): Do not hardcode base directories, use
22612         the above variables instead.
22613
22614 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
22615
22616         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
22617
22618 2008-02-28  Bruno Haible  <bruno@clisp.org>
22619
22620         * modules/freadptr-tests: New file.
22621         * tests/test-freadptr.sh: New file.
22622         * tests/test-freadptr.c: New file.
22623
22624         New module 'freadptr'.
22625         * modules/freadptr: New file.
22626         * lib/freadptr.h: New file.
22627         * lib/freadptr.c: New file.
22628         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
22629
22630 2008-02-26  Karl Berry  <karl@freefriends.org>
22631
22632         Sync from Libtool:
22633         * libltdl/argz.c (argz_add, argz_count): New functions.
22634         * libltdl/argz.in.h: Declare them.
22635         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
22636
22637 2008-02-22  Bruno Haible  <bruno@clisp.org>
22638
22639         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
22640         is a pointer type.  Needed for HP-UX 10.
22641         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
22642         * doc/posix-functions/gmtime_r.texi: Likewise.
22643         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
22644
22645 2008-02-24  Bruno Haible  <bruno@clisp.org>
22646
22647         * modules/environ-tests: New file.
22648         * tests/test-environ.c: New file.
22649
22650         New module 'environ'.
22651         * modules/environ: New file.
22652         * lib/unistd.in.h (environ): New declaration.
22653         * m4/environ.m4: New file.
22654         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
22655         after use.
22656         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
22657         HAVE_DECL_ENVIRON.
22658         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
22659         HAVE_DECL_ENVIRON.
22660         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
22661         wrong claim that 'environ' is missing on some systems.
22662         * modules/execute (Depends-on): Add environ.
22663         * lib/execute.c (environ): Remove fallback declaration.
22664         * modules/pipe (Depends-on): Add environ.
22665         * lib/pipe.c (environ): Remove fallback declaration.
22666         * modules/setenv (Depends-on): Add environ.
22667         * lib/setenv.c (environ): Remove fallback declaration.
22668         * modules/unsetenv (Depends-on): Add environ.
22669         * lib/unsetenv.c (environ): Remove fallback declaration.
22670         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
22671         m4/environ.m4.
22672         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
22673         (gl_PREREQ_UNSETENV): Likewise.
22674
22675 2008-02-24  Bruno Haible  <bruno@clisp.org>
22676
22677         * doc/posix-functions/environ.texi: Document the MacOS X problem.
22678
22679 2008-02-20  Bob Proulx  <bob@proulx.com>
22680
22681         Enable use of older two part flavor 'git describe'.
22682         * build-aux/git-version-gen: If using the older two part flavor of
22683         git version then recreate the third part now present in the
22684         newer three part flavor of git describe.
22685
22686 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
22687
22688         * lib/fts.c (fts_build): Typo correction to comment.
22689
22690 2008-02-17  Bruno Haible  <bruno@clisp.org>
22691
22692         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
22693         generating no-op conflicts.
22694
22695 2008-02-17  Bruno Haible  <bruno@clisp.org>
22696
22697         Speed up by 10%.
22698         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
22699         result_entries, rather than an index-based loop.
22700
22701 2008-02-17  Bruno Haible  <bruno@clisp.org>
22702
22703         Speed up by 25%.
22704         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
22705         'hashcode_cached'.
22706         (entry_create): New function.
22707         (entry_hashcode): Use the cached hashcode if possible.
22708         (read_changelog_file, try_split_merged_entry): Use entry_create.
22709
22710 2008-02-17  Bruno Haible  <bruno@clisp.org>
22711
22712         Speed up from O(n^2) to O(n) for long ChangeLog files.
22713         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
22714         (read_changelog_file): Change implementation of entries_reversed list
22715         to rbtreehash.
22716         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
22717
22718 2008-02-17  Bruno Haible  <bruno@clisp.org>
22719
22720         New option --split-merged-entry.
22721         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
22722         (find_paragraph_end, try_split_merged_entry): New functions.
22723         (long_options): Add option --split-merged-entry.
22724         (usage): Document option --split-merged-entry.
22725         (main): Implement option --split-merged-entry.
22726         Reported by Eric Blake.
22727
22728 2008-02-17  Bruno Haible  <bruno@clisp.org>
22729
22730         * lib/git-merge-changelog.c: Include c-strstr.h.
22731         (main): Support the "git pull --rebase" situation.
22732         * modules/git-merge-changelog (Depends-on): Add c-strstr.
22733         Reported by Eric Blake.
22734
22735 2008-02-16  Eric Blake  <ebb9@byu.net>
22736
22737         Avoid doubling \ in common case of "c-maybe" quoting style.
22738         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
22739         eliding outer quotes.
22740         * lib/quotearg.h: Document this.
22741         * tests/test-quotearg.c (result_strings, inputs, results_g)
22742         (flag_results, locale_results): Test it by adding a new string to
22743         each test group.
22744         (compare_strings): Test new string.
22745
22746 2008-02-13  Eric Blake  <ebb9@byu.net>
22747
22748         Avoid trigraph quoting in default output.
22749         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
22750         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
22751         unless explicitly requested.
22752         * tests/test-quotearg.c (flag_results, main): Add additional tests.
22753
22754 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
22755
22756         Don't rely on signed integer overflowing to negative value.
22757         * lib/getugroups.c (getugroups): Include <limits.h>.
22758         Instead, compare against INT_MAX, and increment only if the test passes.
22759
22760 2008-02-13  Jim Meyering  <meyering@redhat.com>
22761         and Eric Blake  <ebb9@byu.net>
22762
22763         Avoid shadowing warning and compile errors on Linux.
22764         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
22765         forwarding macros on Linux.
22766         (dcgettext): Define a stub, for Linux.
22767         (results_g, main): Avoid warnings.
22768
22769 2008-02-12  Eric Blake  <ebb9@byu.net>
22770
22771         Silence warning in last patch.
22772         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
22773
22774         Quotearg part 4: add tests, fix c-maybe colon quoting.
22775         * lib/quotearg.h: Improve documentation.
22776         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
22777         escapes when adding outer quotes.  When quoting trigraphs, use
22778         valid C notation.  When quoting NUL, omit extra characters if next
22779         character is not digit.  Alter prototype.
22780         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
22781         callers.
22782         * modules/quotearg-tests: New module.
22783         * tests/test-quotearg.c: New test.
22784
22785 2008-02-07  Eric Blake  <ebb9@byu.net>
22786
22787         Quotearg part 3: add flag to control outer quote elision.
22788         * lib/quotearg.h (c_maybe_quoting_style): New style.
22789         (enum quoting_flags): Better documentation of flags.
22790         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
22791         c-maybe style.
22792         (quotearg_buffer_restyled): Handle new flag to elide outer
22793         quotes.
22794
22795         Quotearg part 2: add flag that can control NUL elision.
22796         * lib/quotearg.h (set_quoting_flags): New prototype.
22797         * lib/quotearg.c (struct quoting_options): Add flag field.
22798         (set_quoting_flags): New function.
22799         (quotearg_buffer_restyled): Add flags parameter.
22800         (quotearg_alloc_mem): Set the flag if length cannot be returned.
22801         (quotearg_n_options): Set the flag, since length cannot be
22802         returned.
22803         (quoting_options_from_style): Default flags correctly.
22804
22805         Quotearg part 1: more wrappers, restore quotearg_char state.
22806         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
22807         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
22808         (quotearg_colon_mem): New wrappers.
22809         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
22810         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
22811         functions.
22812         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
22813         (quotearg_colon_mem): New functions.
22814
22815 2008-02-11  Bruno Haible  <bruno@clisp.org>
22816
22817         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
22818         library in the current directory: it does not work with parallel make.
22819         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22820
22821 2008-02-11  Bruno Haible  <bruno@clisp.org>
22822
22823         * .gitattributes: New file.
22824
22825 2008-02-11  Jim Meyering  <meyering@redhat.com>
22826
22827         useless-if-before-free: Fix reversed exit values.
22828         * build-aux/useless-if-before-free: Use correct values
22829         for EXIT_MATCH and EXIT_NO_MATCH.
22830
22831         * build-aux/useless-if-before-free: Close stdout carefully.
22832
22833 2008-02-10  Bruno Haible  <bruno@clisp.org>
22834
22835         New module 'git-merge-changelog'.
22836         * modules/git-merge-changelog: New file.
22837         * lib/git-merge-changelog.c: New file.
22838
22839 2008-02-10  Jim Meyering  <meyering@redhat.com>
22840
22841         useless-if-before-free: New option: --list (-l).
22842
22843         useless-if-before-free: Don't exit immediately upon open failure.
22844         * build-aux/useless-if-before-free: Exit 2 for errors.
22845         Upon failure to open a file, don't exit immediately.
22846         Rather, just warn and continue with any remaining files.
22847
22848 2008-02-10  Bruno Haible  <bruno@clisp.org>
22849
22850         New abstract list operation 'node_set_value'.
22851         * lib/gl_list.h (gl_list_node_set_value): New function.
22852         (struct gl_list_implementation): New field node_set_value.
22853         * lib/gl_list.c (gl_list_node_set_value): New function.
22854         * lib/gl_array_list.c (gl_array_node_set_value): New function.
22855         (gl_array_list_implementation): Update.
22856         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
22857         (gl_carray_list_implementation): Update.
22858         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
22859         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
22860         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
22861         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
22862         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
22863         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
22864         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
22865         Update.
22866         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
22867         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
22868         (gl_sublist_list_implementation): Update.
22869
22870 2008-02-10  Bruno Haible  <bruno@clisp.org>
22871
22872         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
22873         Needed when ELEMENT is #defined to 'some_type *'.
22874
22875 2008-02-10  Jim Meyering  <meyering@redhat.com>
22876
22877         New script and module: useless-if-before-free
22878         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
22879         * build-aux/useless-if-before-free: New file.
22880         * modules/useless-if-before-free: New file.
22881
22882         * build-aux/gitlog-to-changelog: Use committer date, not author date.
22883
22884         xstrtol_error: Fix typo.
22885         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
22886         s/exit_failure/exit_status/.
22887
22888 2008-02-09  Jim Meyering  <meyering@redhat.com>
22889
22890         New script and module: gitlog-to-changelog
22891         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
22892         * modules/gitlog-to-changelog: New file.
22893         * build-aux/gitlog-to-changelog: New file.
22894
22895 2008-02-08  Jim Meyering  <meyering@redhat.com>
22896
22897         Avoid two "parameter unused" warnings.
22898         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
22899         Mark "st" as used.
22900
22901         Use "git COMMAND", not "git-COMMAND".
22902         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
22903         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
22904         * build-aux/git-version-gen: Use "git status", not "git-status".
22905
22906 2008-02-07  Bruno Haible  <bruno@clisp.org>
22907
22908         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
22909         Avoids a crash on Windows Vista.
22910         Reported by Adam Strzelecki <ono@java.pl> via
22911         Simon Josefsson <simon@josefsson.org>.
22912
22913 2008-02-06  Bruno Haible  <bruno@clisp.org>
22914
22915         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
22916         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
22917         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
22918         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
22919         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
22920         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22921         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
22922         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
22923         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
22924         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22925         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22926         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22927         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
22928         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22929         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22930         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
22931         left-adjust flag.
22932         * tests/test-snprintf-posix.h (test_function): Likewise.
22933         * tests/test-sprintf-posix.h (test_function): Likewise.
22934         * tests/test-vasprintf-posix.c (test_function): Likewise.
22935         * doc/posix-functions/fprintf.texi: Update.
22936         * doc/posix-functions/printf.texi: Update.
22937         * doc/posix-functions/snprintf.texi: Update.
22938         * doc/posix-functions/sprintf.texi: Update.
22939         * doc/posix-functions/vfprintf.texi: Update.
22940         * doc/posix-functions/vprintf.texi: Update.
22941         * doc/posix-functions/vsnprintf.texi: Update.
22942         * doc/posix-functions/vsprintf.texi: Update.
22943         Reported by Peter Fales <psfales@alcatel-lucent.com>.
22944
22945 2008-02-06  Bruno Haible  <bruno@clisp.org>
22946
22947         Fix bug introduced on 2008-01-26.
22948         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
22949
22950 2008-02-06  Bruno Haible  <bruno@clisp.org>
22951
22952         Fix bug introduced on 2007-06-10.
22953         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
22954         !NEED_PRINTF_FLAG_ZERO.
22955
22956 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
22957
22958         getloadavg: use libperfstat on AIX5
22959         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
22960
22961 2008-02-03  Bruno Haible  <bruno@clisp.org>
22962
22963         * lib/diffseq.h: Add comments about required #includes.
22964         Reported by Michael Biggs <gnulib@doubleplum.net>.
22965
22966 2008-02-01  Bruno Haible  <bruno@clisp.org>
22967
22968         * users.txt: Add gnuit.
22969
22970 2008-01-31  Bruno Haible  <bruno@clisp.org>
22971
22972         * lib/md4.c (set_uint32): Mark as inline.
22973         * lib/md5.c (set_uint32): Likewise.
22974         * lib/sha1.c (set_uint32): Likewise.
22975         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
22976         * m4/md5.m4 (gl_MD5): Likewise.
22977         * m4/sha1.m4 (gl_SHA1): Likewise.
22978
22979 2008-01-31  Jim Meyering  <meyering@redhat.com>
22980
22981         Use "sizeof VAR", rather than a literal "4".
22982         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
22983         * lib/md4.c (md4_read_ctx): Likewise.
22984         * lib/sha1.c (sha1_read_ctx): Likewise.
22985
22986 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22987
22988         * tests/test-sha1.c: New file, based on test-md5.c.
22989
22990         * modules/crypto/sha1-tests: New file.
22991
22992 2008-01-31  Simon Josefsson  <simon@josefsson.org>
22993
22994         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
22995
22996 2008-01-31  Jim Meyering  <meyering@redhat.com>
22997
22998         Prefer "sizeof v" over the equivalent "4".
22999         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
23000         * lib/md5.c (set_uint32): Likewise.
23001         * lib/sha1.c (set_uint32): Likewise.
23002
23003 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23004
23005         * lib/sha1.c (set_uint32): Mark function as static.
23006
23007 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23008
23009         md2: clarify comments to say that alignment is not required.
23010         * lib/md2.h: Remove warning about alignment in comment.
23011         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
23012         never been required.
23013
23014 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23015
23016         md4: adapt alignment constraint fix from sha1.
23017         * lib/md4.c (set_uint32): New function, from sha1.c
23018         (md4_read_ctx): Use it.
23019         (md4_finish_ctx): Doc fix.
23020         * lib/md4.h: Doc fix.
23021
23022 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23023
23024         md5: adapt alignment constraint fix from sha1.
23025         * lib/md5.c (set_uint32): New function, from sha1.c
23026         (md5_read_ctx): Use it.
23027         (md5_finish_ctx): Doc fix.
23028         * lib/md5.h: Doc fix.
23029
23030 2008-01-30  Peter Palfrader  <weasel@debian.org>
23031
23032         sha1: remove the result buffer alignment constraint
23033         * lib/sha1.c (set_uint32): New function.
23034         (sha1_read_ctx): Rewrite to remove the result buffer alignment
23035         constraint.
23036         (sha1_finish_ctx): Remove comment warning about alignment constraint.
23037         * lib/sha1.h: Likewise.
23038
23039 2008-01-30  Andreas Schwab  <schwab@suse.de>
23040             Bruno Haible  <bruno@clisp.org>
23041
23042         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
23043         correct definition of LDBL_MIN_EXP.
23044
23045 2008-01-30  Karl Berry  <karl@gnu.org>
23046
23047         * config/srclist-update: try to preserve x bit on updates.
23048         * config/srclistvars.sh: update for karl.
23049
23050 2008-01-29  Jim Meyering  <meyering@redhat.com>
23051
23052         vasnprintf.c: Avoid warning about unused label
23053         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
23054         "overflow" label definition and associated code with the
23055         same cpp condition that guards the sole use of that label.
23056
23057 2008-01-26  Bruno Haible  <bruno@clisp.org>
23058
23059         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
23060         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
23061         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
23062         * lib/isnanl-nolibm.h (isnanl): Likewise.
23063         Reported by Paul Eggert <eggert@cs.ucla.edu>.
23064
23065 2008-01-26  Bruno Haible  <bruno@clisp.org>
23066
23067         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
23068         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
23069
23070 2008-01-26  Bruno Haible  <bruno@clisp.org>
23071
23072         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
23073         GCC >= 4.0 built-in.
23074         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
23075
23076 2008-01-26  Bruno Haible  <bruno@clisp.org>
23077
23078         Rename isnan, applicable to 'double' only, to isnand.
23079         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
23080         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
23081         (configure.ac): Update.
23082         (Include): Replace "isnan.h" with "isnand.h".
23083         * m4/isnand.m4: Renamed from m4/isnan.m4.
23084         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
23085         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
23086         instead of isnan.c.
23087         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
23088         instead of HAVE_ISNAN_IN_LIBC.
23089         (isnand): Renamed from isnan.
23090         * lib/isnand.c: New file.
23091         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
23092         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
23093         (Makefile.am): Update.
23094         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
23095         Include isnand.h instead of isnan.h.
23096         (main): Test isnand instead of isnan.
23097         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
23098         isnan-nolibm.
23099         * modules/frexp (Depends-on): Likewise.
23100         * modules/frexp-tests (Depends-on): Likewise.
23101         * modules/frexp-nolibm (Depends-on): Likewise.
23102         * modules/frexp-nolibm-tests (Depends-on): Likewise.
23103         * modules/isfinite (Depends-on): Likewise.
23104         * modules/round-tests (Depends-on): Likewise.
23105         * modules/signbit (Depends-on): Likewise.
23106         * modules/signbit-tests (Depends-on): Likewise.
23107         * modules/snprintf-posix (Depends-on): Likewise.
23108         * modules/sprintf-posix (Depends-on): Likewise.
23109         * modules/trunc-tests (Depends-on): Likewise.
23110         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23111         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23112         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23113         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23114         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23115         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23116         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23117         * modules/vasnprintf-posix (Depends-on): Likewise.
23118         * modules/vasprintf-posix (Depends-on): Likewise.
23119         * modules/vfprintf-posix (Depends-on): Likewise.
23120         * modules/vsnprintf-posix (Depends-on): Likewise.
23121         * modules/vsprintf-posix (Depends-on): Likewise.
23122         * lib/frexp.c: Include isnand.h instead of isnan.h.
23123         (ISNAN): Set to isnand instead of isnan.
23124         * lib/isfinite.c: Include isnand.h instead of isnan.h.
23125         (gl_isfinited): Use isnand instead of isnan.
23126         * lib/signbitd.c: Include isnand.h instead of isnan.h.
23127         (gl_signbitd): Use isnand instead of isnan.
23128         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
23129         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
23130         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
23131         (main): Use isnand instead of isnan.
23132         * tests/test-round1.c: Include isnand.h.
23133         (main): Use isnand instead of isnan.
23134         * tests/test-round2.c: Include isnand.h instead of isnan.h.
23135         (ISNAN): Set to isnand instead of isnan.
23136         * tests/test-trunc1.c: Include isnand.h.
23137         (main): Use isnand instead of isnan.
23138         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
23139         (equal): Use isnand instead of isnan.
23140         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
23141         isnand-nolibm.
23142         * NEWS: Mention the change.
23143
23144 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
23145             Bruno Haible  <bruno@clisp.org>
23146
23147         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
23148         the GCC builtins for signbits are present and set
23149         REPLACE_SIGNBIT_USING_GCC if so.
23150         * lib/math.in.h (signbit): Define using GCC builtins if
23151         REPLACE_SIGNBIT_USING_GCC is set.
23152         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
23153         REPLACE_SIGNBIT_USING_GCC.
23154         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
23155
23156 2008-01-25  Jim Meyering  <meyering@redhat.com>
23157
23158         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
23159         * lib/poll.c: Include <config.h>, not "config.h".
23160         * tests/test-getaddrinfo.c: Likewise.
23161
23162 2008-01-25  Simon Josefsson  <simon@josefsson.org>
23163
23164         * modules/sockets-tests: New file.
23165
23166 2008-01-24  Simon Josefsson  <simon@josefsson.org>
23167
23168         * modules/sockets: New module, can be used to call WSA_Startup and
23169         WSA_Cleanup when needed.
23170
23171         * lib/sockets.h, lib/sockets.c: New files.
23172
23173         * m4/sockets.m4: New file.
23174
23175         * tests/test-sockets.c: New file.
23176
23177 2008-01-19  Bruno Haible  <bruno@clisp.org>
23178
23179         * doc/posix-headers: Renamed from doc/headers.
23180         * doc/posix-functions: Renamed from doc/functions.
23181         * doc/gnulib.texi: Update.
23182
23183 2008-01-19  Bruno Haible  <bruno@clisp.org>
23184
23185         * doc/glibc-functions/strcasestr.texi: Include contents of
23186         doc/functions/strcasestr.texi, fixing the list of platforms.
23187         * doc/functions/strcasestr.texi: Remove file.
23188
23189 2008-01-19  Bruno Haible  <bruno@clisp.org>
23190
23191         * doc/glibc-functions/memmem.texi: Include contents of
23192         doc/functions/memmem.texi.
23193         * doc/functions/memmem.texi: Remove file.
23194
23195 2008-01-18  Bruno Haible  <bruno@clisp.org>
23196
23197         * doc/glibc-functions/*.texi: New files.
23198         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
23199         to use the new files.
23200
23201 2008-01-17  Bruno Haible  <bruno@clisp.org>
23202
23203         * tests/test-gethostname.c (main): Fix printf statement.
23204
23205 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23206
23207         * modules/gethostname-tests: New file.
23208
23209         * tests/test-gethostname.c: New file.
23210
23211 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23212
23213         * lib/gethostname.c: Include string.h unconditionally, strncpy is
23214         used by the UNAME case.  Reported by Bruno Haible
23215         <bruno@clisp.org>.
23216
23217 2008-01-17  Eric Blake  <ebb9@byu.net>
23218
23219         Convert c-strcasestr to be more efficient.
23220         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
23221         (Depends-on): Add c-strcase, remove malloca, strnlen.
23222         * tests/test-c-strcasestr.c (main): Enhance test.
23223         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
23224
23225 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23226
23227         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
23228         Use it in creating po/Makevars.
23229
23230 2008-01-15  Simon Josefsson  <simon@josefsson.org>
23231
23232         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
23233         Applications that requires it should initialize libgcrypt
23234         manually.
23235
23236 2008-01-16  Simon Josefsson  <simon@josefsson.org>
23237
23238         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
23239
23240 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
23241
23242         Fix problem with getdate on mingw32 reported by Simon Josefsson
23243         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
23244         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
23245         tzname", when deciding whether to declare tzname.
23246         * lib/strftime.c (tzname): Likewise.
23247
23248 2008-01-15  Bruno Haible  <bruno@clisp.org>
23249
23250         Work around a MacOS X 10.5 bug in frexpl().
23251         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
23252         * doc/functions/frexpl.texi: Document the bug.
23253         Reported by Elias Pipping <pipping@gentoo.org>.
23254
23255 2008-01-14  Eric Blake  <ebb9@byu.net>
23256
23257         Touch up previous patch.
23258         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
23259         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
23260
23261         Convert strcasestr module to use Two-Way algorithm.
23262         * modules/strcasestr-simple: New module, based on the old
23263         strcasestr, but with Two-Way rather than KMP.
23264         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
23265         * lib/string.in.h (rpl_strcasestr): Declare.
23266         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
23267         performance.
23268         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
23269         * modules/string (Makefile.am): Support strcasestr.
23270         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
23271         * modules/strcasestr-tests (Depends-on): Check for alarm.
23272         * tests/test-strcasestr.c: Augment test.
23273         * lib/str-two-way.h: Clean up stray macro.
23274         * NEWS: Document new module.
23275         * MODULES.html.sh (string handling): Likewise.
23276         * doc/functions/strcasestr.texi: New file.
23277         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
23278         here, since it is not a POSIX function.
23279
23280 2008-01-14  Colin Watson  <cjwatson@debian.org>
23281             Bruno Haible  <bruno@clisp.org>
23282
23283         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
23284         works fine; if not, set REPLACE_STRSIGNAL.
23285         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
23286         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23287         REPLACE_STRSIGNAL.
23288         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
23289         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
23290         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
23291
23292 2008-01-14  Bruno Haible  <bruno@clisp.org>
23293
23294         * modules/strsignal (Include): Change to <string.h>.
23295
23296 2008-01-14  Colin Watson  <cjwatson@debian.org>
23297
23298         * modules/argp (Notice): Add a notice recommending to change
23299         XGETTEXT_OPTIONS.
23300         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
23301
23302 2008-01-13  Colin Watson  <cjwatson@debian.org>
23303
23304         * modules/strsignal-tests: New file.
23305         * tests/test-strsignal.c: New file.
23306
23307         * lib/strsignal.c: New file, from glibc with modifications.
23308         * lib/siglist.h: New file, from glibc with modifications.
23309         * lib/string.in.h (strsignal): New declaration.
23310         * m4/strsignal.m4: New file.
23311         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23312         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
23313         * modules/strsignal: New file.
23314         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
23315         HAVE_DECL_STRSIGNAL.
23316
23317 2008-01-13  Bruno Haible  <bruno@clisp.org>
23318
23319         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
23320         locale encoding is not ASCII. Needed for OpenBSD 4.0.
23321         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
23322         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23323
23324 2008-01-13  Bruno Haible  <bruno@clisp.org>
23325
23326         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
23327         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
23328         * lib/argp.h (__attribute__): Likewise.
23329         * lib/c-stack.c (__attribute__): Likewise.
23330         * lib/error.h (__attribute__): Likewise.
23331         * lib/fts.c (__attribute__): Likewise.
23332         * lib/openat.h (__attribute__): Likewise.
23333         * lib/stdio.in.h (__attribute__): Likewise.
23334         * lib/string.in.h (__attribute__): Likewise.
23335         * lib/utimens.c (__attribute__): Likewise.
23336         * lib/vasnprintf.h (__attribute__): Likewise.
23337         * lib/xalloc.h (__attribute__): Likewise.
23338         * lib/xprintf.h (__attribute__): Likewise.
23339         * lib/xstrtol.h (__attribute__): Likewise.
23340         * lib/xvasprintf.h (__attribute__): Likewise.
23341
23342 2008-01-12  Bruno Haible  <bruno@clisp.org>
23343
23344         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
23345         * doc/glibc-headers/a.out.texi: New file.
23346         * doc/glibc-headers/aliases.texi: New file.
23347         * doc/glibc-headers/alloca.texi: New file.
23348         * doc/glibc-headers/ar.texi: New file.
23349         * doc/glibc-headers/argp.texi: New file.
23350         * doc/glibc-headers/argz.texi: New file.
23351         * doc/glibc-headers/byteswap.texi: New file.
23352         * doc/glibc-headers/crypt.texi: New file.
23353         * doc/glibc-headers/endian.texi: New file.
23354         * doc/glibc-headers/envz.texi: New file.
23355         * doc/glibc-headers/err.texi: New file.
23356         * doc/glibc-headers/error.texi: New file.
23357         * doc/glibc-headers/execinfo.texi: New file.
23358         * doc/glibc-headers/fpu_control.texi: New file.
23359         * doc/glibc-headers/fstab.texi: New file.
23360         * doc/glibc-headers/fts.texi: New file.
23361         * doc/glibc-headers/getopt.texi: New file.
23362         * doc/glibc-headers/ieee754.texi: New file.
23363         * doc/glibc-headers/ifaddrs.texi: New file.
23364         * doc/glibc-headers/libintl.texi: New file.
23365         * doc/glibc-headers/mcheck.texi: New file.
23366         * doc/glibc-headers/mntent.texi: New file.
23367         * doc/glibc-headers/obstack.texi: New file.
23368         * doc/glibc-headers/paths.texi: New file.
23369         * doc/glibc-headers/printf.texi: New file.
23370         * doc/glibc-headers/pty.texi: New file.
23371         * doc/glibc-headers/resolv.texi: New file.
23372         * doc/glibc-headers/shadow.texi: New file.
23373         * doc/glibc-headers/sysexits.texi: New file.
23374         * doc/glibc-headers/ttyent.texi: New file.
23375
23376 2008-01-12  Jim Meyering  <meyering@redhat.com>
23377
23378         announce-gen: emit Gnulib's git-based version string.
23379         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
23380         New option --gnulib-version=V, where V is expected to be
23381         the output of running git describe in the gnulib directory.
23382         (get_tool_versions): Request feedback on xdelta.  I suspect it's
23383         not useful, and plan to stop publishing an xdelta file with each
23384         coreutils release.
23385
23386         * build-aux/announce-gen: Also check for lzma-compressed files.
23387
23388 2008-01-11  Bruno Haible  <bruno@clisp.org>
23389
23390         * tests/test-memmem.c (main): Increase maximum allowed time.
23391         * tests/test-strstr.c (main): Likewise.
23392
23393 2008-01-11  Bruno Haible  <bruno@clisp.org>
23394
23395         * doc/functions/memmem.texi: Add more precisions about platforms.
23396         * doc/functions/strstr.texi: Likewise.
23397
23398 2008-01-10  Eric Blake  <ebb9@byu.net>
23399
23400         * m4/strstr.m4: Delete cruft from copy-n-paste.
23401         Reported by Bruno Haible.
23402
23403 2008-01-10  Bruno Haible  <bruno@clisp.org>
23404
23405         Make c-strstr rely on strstr.
23406         * lib/c-strstr.c: Don't include str-kmp.h.
23407         (c_strstr): Define in terms of strstr.
23408         * modules/c-strstr (Files): Remove lib/str-kmp.h.
23409         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
23410
23411 2008-01-10  Bruno Haible  <bruno@clisp.org>
23412
23413         * doc/gnulib.texi (String Functions in C Locale): New section.
23414         * doc/c-ctype.texi: New file.
23415         * doc/c-strcase.texi: New file.
23416         * doc/c-strcaseeq.texi: New file.
23417         * doc/c-strcasestr.texi: New file.
23418         * doc/c-strstr.texi: New file.
23419         * doc/c-strtod.texi: New file.
23420         * doc/c-strtold.texi: New file.
23421
23422 2008-01-10  Eric Blake  <ebb9@byu.net>
23423
23424         * lib/relocatable.h: Fix a comment.
23425
23426 2008-01-10  Eric Blake  <ebb9@byu.net>
23427
23428         Share two-way algorithm.
23429         * lib/str-two-way.h: New file, merged from...
23430         * lib/memmem.c: ...here...
23431         * lib/strstr.c: ...and here.
23432         * modules/memmem (Files): Use it.
23433         * modules/strstr (Files): Likewise.
23434
23435         Avoid quadratic strstr implementations.
23436         * lib/strstr.c: New file.
23437         * m4/strstr.m4: Likewise.
23438         * modules/strstr: Likewise.
23439         * modules/strstr-tests: Likewise.
23440         * tests/test-strstr.c: Likewise.
23441         * lib/string.in.h (rpl_strstr): Declare.
23442         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
23443         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
23444         * modules/string (Makefile.am): Likewise.
23445         * MODULES.html.sh (string handling): Mention new module.
23446         * doc/functions/strstr.texi (strstr): Document the bug.
23447
23448 2008-01-10  Bruno Haible  <bruno@clisp.org>
23449
23450         * lib/relocatable.h (relocate): State whether result is freshly
23451         allocated or not.
23452         * lib/relocatable.c (relocate): Return a freshly allocated string
23453         instead of a pointer to a privately held string.
23454         Reported by Sylvain Beucler <beuc@gnu.org>.
23455
23456 2008-01-10  Colin Watson  <cjwatson@debian.org>
23457
23458         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
23459         s/S_ISNLK/S_ISLNK/.
23460
23461 2008-01-09  Bruno Haible  <bruno@clisp.org>
23462
23463         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
23464         and other files.
23465         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
23466         if it's only a guess.
23467         * modules/memmem: Simplify by depending on memmem-simple.
23468
23469 2008-01-09  Bruno Haible  <bruno@clisp.org>
23470
23471         Work around OpenBSD 4.0 tdelete() bug.
23472         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
23473         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
23474         macros and don't redefine the enum values.
23475         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
23476         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
23477         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
23478
23479 2008-01-09  Bruno Haible  <bruno@clisp.org>
23480
23481         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
23482         (main): Don't perform the tests if setlocale did not install a UTF-8
23483         locale. Needed on OpenBSD 4.0.
23484         * modules/wcwidth-tests (Depends-on): Add localcharset.
23485
23486 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23487
23488         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
23489         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
23490         * NEWS: announce this.
23491         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
23492
23493 2008-01-09  Simon Josefsson  <simon@josefsson.org>
23494         and Eric Blake  <ebb9@byu.net>
23495
23496         Add memmem-simple module.
23497         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
23498         (gl_FUNC_MEMMEM): Separate performance from presence checks.
23499         * modules/memmem-simple: New file.
23500         * modules/memmem (Description): Tweak.
23501         * MODULES.html.sh (string handling): Mention new module.
23502         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
23503         addressed by memmem-simple.
23504         * NEWS: Document the difference.
23505
23506 2008-01-09  Eric Blake  <ebb9@byu.net>
23507
23508         Give gcc some memmem optimization hints.
23509         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
23510         (strcasestr): Declare as pure.
23511         * modules/memmem (Maintainer): Claim my implementation.
23512
23513 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23514
23515         Support AIX 6.1 and higher.
23516         * build-aux/config.libpath: Likewise.
23517         * build-aux/config.rpath: Likewise.
23518
23519 2008-01-08  Jim Meyering  <meyering@redhat.com>
23520             Bruno Haible  <bruno@clisp.org>
23521
23522         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
23523         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
23524         Reported by Peter Fales in
23525         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
23526
23527 2008-01-08  Bruno Haible  <bruno@clisp.org>
23528
23529         * modules/unictype/category-of (Depends-on): Add
23530         unictype/category-none.
23531         * modules/unictype/category-and-tests (Depends-on): Add
23532         unictype/category-{L,N,Lu,Nd}.
23533         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
23534         * modules/unictype/category-or-tests (Depends-on): Add
23535         unictype/category-{L,N}.
23536         * modules/unictype/category-name-tests (Depends-on): Add
23537         unictype/category-{Z,Nl}.
23538         Reported by Simon Josefsson.
23539
23540 2008-01-08  Bruno Haible  <bruno@clisp.org>
23541
23542         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
23543         convention better.
23544         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
23545         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
23546         Reported by Peter Miller <millerp@canb.auug.org.au>.
23547
23548 2008-01-08  Eric Blake  <ebb9@byu.net>
23549
23550         Rewrite memmem to guarantee linear complexity without malloc.
23551         * lib/memmem.c (memmem): Use Two-Way rather than
23552         Knuth-Morris-Pratt, to allow O(1) space usage.
23553         (critical_factorization, two_way_short_needle)
23554         (two_way_long_needle): New functions.
23555         (knuth_morris_pratt): Delete.
23556         * modules/memmem (Depends-on): No longer need malloca or stdbool.
23557         Add stdint.
23558         * tests/test-memmem.c (main): Add tests for periodic needle and
23559         sublinear performance.
23560         * doc/functions/memmem.texi (memmem): Document other deficiencies
23561         in cygwin and older glibc.
23562
23563 2008-01-08  Bruno Haible  <bruno@clisp.org>
23564
23565         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
23566         augmentation.
23567
23568 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
23569
23570         Add a configure time option: --disable-acl.
23571         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
23572         AC_ARG_ENABLE(acl).
23573
23574 2008-01-06  Simon Josefsson  <simon@josefsson.org>
23575
23576         * tests/test-localename.c: Don't include obsolete "setenv.h".
23577
23578         * modules/localename-tests (Depends-on): Need unsetenv.
23579
23580 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23581
23582         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
23583
23584 2008-01-06  Colin Watson  <cjwatson@debian.org>
23585
23586         * users.txt: Add man-db.
23587
23588 2008-01-07  Bruno Haible  <bruno@clisp.org>
23589
23590         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
23591         previous section name.
23592
23593 2008-01-07  Bruno Haible  <bruno@clisp.org>
23594
23595         * lib/progname.c (set_program_name): Don't strip off a leading
23596         "lt-" prefix outside a .libs directory.
23597         Suggested by Paul Eggert.
23598
23599 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
23600             Bruno Haible  <bruno@clisp.org>
23601
23602         Improve memory cleanup in 'relocatable' module.
23603         * lib/relocatable.h (compute_curr_prefix): Change return type to
23604         'char *'.
23605         * lib/relocatable.c (compute_curr_prefix): Change return type to
23606         'char *'. Free curr_installdir after use.
23607         (relocate): Free curr_prefix_better after use.
23608         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
23609
23610 2008-01-01  Bruno Haible  <bruno@clisp.org>
23611
23612         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
23613         failure on older glibc systems.
23614         Reported by Peter Fales <psfales@alcatel-lucent.com>.
23615
23616 2008-01-05  Eric Blake  <ebb9@byu.net>
23617
23618         Avoid quadratic system memmem.
23619         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
23620         Reported by Ralf Wildenhues.
23621
23622         Fix memmem test for mingw.
23623         * modules/memmem-tests (configure.ac): Check for alarm.
23624         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
23625         it.
23626         * doc/functions/memmem.texi: New file.
23627         * doc/gnulib.texi (Function Substitutes): Add memmem.
23628         Reported by Bruno Haible.
23629
23630 2008-01-04  Bruno Haible  <bruno@clisp.org>
23631
23632         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
23633         Require gl_HEADER_STRINGS_H_DEFAULTS, not
23634         gl_HEADER_STRING_H_DEFAULTS.
23635
23636 2008-01-04  Eric Blake  <ebb9@byu.net>
23637
23638         Shorten duration of memmem test.
23639         * tests/test-memmem.c (main): Use alarm to declare failure if test
23640         is taking too long.
23641         Reported by Ralf Wildenhues.
23642
23643 2007-12-21  Simon Josefsson  <simon@josefsson.org>
23644
23645         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
23646         string, needed by strerror.
23647
23648 2008-01-03  Colin Watson  <cjwatson@debian.org>
23649             Bruno Haible  <bruno@clisp.org>
23650
23651         * doc/gnulib-tool.texi (Localization): New section.
23652
23653 2008-01-02  Bruno Haible  <bruno@clisp.org>
23654
23655         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
23656         variables to 'unsigned char *' type.
23657         Reported by Paul Eggert.
23658
23659 2008-01-02  Jim Meyering  <jim@meyering.net>
23660
23661         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
23662
23663 2007-12-31  Jim Meyering  <jim@meyering.net>
23664
23665         Avoid use of private FTS type name.
23666         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
23667
23668 2007-12-30  Karl Berry  <karl@gnu.org>
23669
23670         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
23671         work around defect in Texinfo and/or the standalone Info browser.
23672
23673 2007-12-30  Bruno Haible  <bruno@clisp.org>
23674
23675         Unify 5 copies of the KMP code.
23676         * lib/str-kmp.h: New file.
23677         * lib/c-strcasestr.c: Include str-kmp.h.
23678         (knuth_morris_pratt): Remove function.
23679         (c_strcasestr): Update.
23680         * lib/c-strstr.c: Include str-kmp.h.
23681         (knuth_morris_pratt): Remove function.
23682         (c_strcasestr): Update.
23683         * lib/mbscasestr.c: Include str-kmp.h.
23684         (knuth_morris_pratt_unibyte): Remove function.
23685         * lib/mbsstr.c: Include str-kmp.h.
23686         (knuth_morris_pratt_unibyte): Remove function.
23687         * lib/strcasestr.c: Include str-kmp.h.
23688         (knuth_morris_pratt): Remove function.
23689         (strcasestr): Update.
23690         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
23691         * modules/c-strstr (Files): Likewise.
23692         * modules/mbscasestr (Files): Likewise.
23693         * modules/mbsstr (Files): Likewise.
23694         * modules/strcasestr (Files): Likewise.
23695         Suggested by Paul Eggert.
23696
23697 2007-12-30  Bruno Haible  <bruno@clisp.org>
23698
23699         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
23700         defined.
23701
23702 2007-12-30  Bruno Haible  <bruno@clisp.org>
23703
23704         * lib/xmalloca.h: Include xalloc.h.
23705         (xnmalloca): New macro.
23706
23707 2007-12-30  Bruno Haible  <bruno@clisp.org>
23708
23709         * lib/malloca.h (nmalloca): New macro.
23710         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
23711         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
23712         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
23713         knuth_morris_pratt_multibyte): Likewise.
23714         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
23715         knuth_morris_pratt_multibyte): Likewise.
23716         * lib/memmem.c (knuth_morris_pratt): Likewise.
23717         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
23718
23719 2007-12-25  Bruno Haible  <bruno@clisp.org>
23720
23721         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
23722         * lib/glob.c: Don't include openat.h.
23723         (link_exists2_p): Add back the code that deals with the
23724         !GLOB_ALTDIRFUNC case.
23725         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
23726         let it do the filename concatenation.
23727         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
23728         * modules/glob (Depends-on): Remove openat.
23729
23730 2007-12-31  Bruno Haible  <bruno@clisp.org>
23731
23732         * modules/dirfd (License): Change to LGPLv2+.
23733         Approved by Jim Meyering.
23734
23735 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
23736
23737         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
23738         when multiplying M by sizeof (size_t).
23739
23740 2007-12-10  Martin Lambers  <marlam@marlam.de>
23741
23742         Override getpagesize on mingw.
23743         * lib/getpagesize.c: New file.
23744         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
23745         * modules/getpagesize (Files): Add lib/getpagesize.c.
23746         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
23747         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
23748         REPLACE_GETPAGESIZE.
23749         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
23750
23751 2007-12-25  Bruno Haible  <bruno@clisp.org>
23752
23753         * modules/localcharset (Notice): New field.
23754         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
23755         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
23756
23757 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
23758             Bruno Haible  <bruno@clisp.org>
23759
23760         Avoid using the syntax symbol() in formatted documentation.
23761         * MODULES.html.sh (func_module): When replacing symbol() with a
23762         hyperlink, remove the parentheses. Show an error if some remain.
23763         Recognize and render the '...' syntax.
23764         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
23765         Rework. Add paragraph about GCC's inlining.
23766         * doc/alloca.texi: Likewise.
23767         * doc/error.texi: Remove parentheses from symbol reference.
23768         * doc/gnulib-intro.texi: Likewise.
23769         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
23770         * modules/fnmatch (Description): Reword to say "the ... function".
23771         * modules/full-read (Description): Likewise.
23772         * modules/full-write (Description): Likewise.
23773         * modules/safe-read (Description): Likewise.
23774         * modules/safe-write (Description): Likewise.
23775         * modules/strchrnul (Description): Likewise.
23776         * modules/trim (Description): Likewise.
23777         * modules/error (Description): Remove parentheses from symbol
23778         references.
23779         * modules/verror (Description): Likewise.
23780         Reported by Karl Berry.
23781
23782 2007-12-25  Bruno Haible  <bruno@clisp.org>
23783
23784         Fixup after 2007-10-16 commit.
23785         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
23786
23787 2007-12-24  Bruno Haible  <bruno@clisp.org>
23788
23789         Make --enable-relocatable work with DESTDIR.
23790         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
23791         to compute installdir from destprog.
23792         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
23793         also set the RELOC_DESTDIR variable.
23794         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23795
23796 2007-12-24  Bruno Haible  <bruno@clisp.org>
23797
23798         Fix link error due to xalloc_die().
23799         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
23800         of xreadlink.
23801         * lib/relocwrapper.c: Update comments.
23802         * build-aux/install-reloc: Remove xreadlink.c from file list.
23803         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
23804         xreadlink.c.
23805         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23806
23807 2007-12-24  Bruno Haible  <bruno@clisp.org>
23808
23809         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
23810         * lib/setenv.h: Remove file.
23811         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
23812         lib/setenv.h.
23813         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
23814         (Depends-on): Add stdlib.
23815         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
23816         gl_FUNC_UNSETENV.
23817         (Include): Replace setenv.h with <stdlib.h>.
23818         * modules/unsetenv: New file.
23819         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
23820         * lib/unsetenv.c: Include <stdlib.h> first.
23821         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
23822         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
23823         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
23824         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
23825         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
23826         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
23827         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
23828         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
23829         * doc/functions/unsetenv.texi: Update.
23830         * modules/xsetenv (Depends-on): Add unsetenv.
23831         * modules/getdate (Depends-on): Likewise.
23832         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
23833         * lib/xsetenv.c: Don't include setenv.h.
23834         * lib/getdate.y: Likewise.
23835         * lib/relocwrapper.c: Likewise.
23836         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
23837         (Depends-on): Add stdlib.
23838         * NEWS: Mention the changes.
23839         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23840
23841 2007-12-23  Bruno Haible  <bruno@clisp.org>
23842
23843         * lib/memmem.c (memmem): Use lowercase variable names. Tab
23844         indentation.
23845
23846 2007-12-23  Bruno Haible  <bruno@clisp.org>
23847
23848         * lib/c-strcasestr.c: Add more comments.
23849         * lib/c-strstr.c: Likewise.
23850         * lib/mbscasestr.c: Likewise.
23851         * lib/mbsstr.c: Likewise.
23852         * lib/strcasestr.c: Likewise.
23853         * lib/memmem.c: Likewise.
23854
23855 2007-12-23  Bruno Haible  <bruno@clisp.org>
23856
23857         * tests/test-memmem.c: Include <string.h> first.
23858
23859 2007-12-22  Bruno Haible  <bruno@clisp.org>
23860
23861         * gnulib-tool (func_create_testdir): Change $auxdir while generating
23862         the contents of $testsbase.
23863         Reported by Ralf Wildenhues.
23864
23865 2007-12-22  Bruno Haible  <bruno@clisp.org>
23866
23867         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
23868         two variables local_ldadd_before, local_ldadd_last.
23869
23870 2007-12-20  Eric Blake  <ebb9@byu.net>
23871
23872         Work around circular library issue when cross-compiling.
23873         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
23874         that progname.o does not need to pull in rpl_memcmp.
23875
23876 2007-12-19  Eric Blake  <ebb9@byu.net>
23877
23878         Fix memmem to avoid O(n^2) worst-case complexity.
23879         * lib/memmem.c (knuth_morris_pratt): New function.
23880         (memmem): Use it if first few naive iterations fail.
23881         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
23882         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
23883         * modules/memchr (License): Likewise.
23884         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
23885         malloca.
23886         * tests/test-memmem.c: Rewrite, borrowing ideas from
23887         test-mbsstr1.c; the old version wouldn't even compile!
23888         * modules/memmem-tests: New file.
23889         * lib/string.in.h (rpl_memmem): Add declaration.
23890         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
23891         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
23892         REPLACE_MEMMEM.
23893
23894 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
23895
23896         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
23897         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
23898         before any system include files, and undef after them all.  This
23899         should fix a problem on VMS reported by John E. Malmberg in
23900         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
23901
23902 2007-12-17  Eric Blake  <ebb9@byu.net>
23903
23904         Revert addition of verify, for BSD/OS.
23905         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
23906         can't handle large files, for the sake of obsolete platforms.
23907         * modules/fseeko (Depends-on): Remove verify.
23908         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
23909         * doc/functions/ftello.texi (ftello): Likewise.
23910         * doc/functions/fgetpos.texi (fgetpos): Likewise.
23911         Reported by Larry Jones.
23912
23913 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
23914
23915         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
23916         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
23917
23918 2007-12-17  Jim Meyering  <meyering@redhat.com>
23919
23920         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
23921         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
23922         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
23923         * modules/getcwd (Depends-on): Add openat.
23924         Reported by Petr Salinger.
23925
23926 2007-12-17  Bruno Haible  <bruno@clisp.org>
23927
23928         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
23929         avoid a segmentation fault of the configure test on x86_64 systems.
23930
23931 2007-12-15  Jim Meyering  <meyering@redhat.com>
23932
23933         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
23934
23935 2007-12-13  Eric Blake  <ebb9@byu.net>
23936
23937         Another fseek test.
23938         * tests/test-fseek.c (main): Also test ungetc handling.
23939         * tests/test-fseeko.c (main): Likewise.
23940         * modules/fseeko (Depends-on): Add verify.
23941         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
23942         large.
23943         Reported by Larry Jones.
23944
23945         Fix fseeko on mingw.
23946         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
23947         seek.
23948
23949         Beef up fseek tests.
23950         * tests/test-fseek.c (main): Also test eof handling.
23951         * tests/test-fseeko.c (main): Likewise.
23952         Reported by Larry Jones.
23953
23954 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
23955
23956         Fix fseeko on BSD-based platforms.
23957         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
23958         successful seek.
23959
23960 2007-12-12  Eric Blake  <ebb9@byu.net>
23961
23962         Allow circular dependency of separate libtests.a
23963         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
23964         when use_libtests.
23965
23966 2007-12-11  Eric Blake  <ebb9@byu.net>
23967
23968         Fix bug with -0.0L in previous patch.
23969         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
23970         * tests/test-isnan.c (main): Also test on zeroes.
23971         * tests/test-isnanf.c (main): Likewise.
23972         * tests/test-isnanl.h (main): Likewise.
23973
23974         Detect pseudo-denormals on x86 even when cross-compiling.
23975         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
23976         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
23977         invalid bit patterns that happen to satisfy ==.
23978
23979         Avoid link failures with separate libtests.a.
23980         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
23981         last, to satisfy circular dependencies.
23982
23983 2007-12-11  Eric Blake  <ebb9@byu.net>
23984         and Bruno Haible  <bruno@clisp.org>
23985
23986         Fix OpenBSD 4.0 <float.h> handling of long double.
23987         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
23988         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
23989         * doc/headers/float.texi (float.h): Document OpenBSD bug.
23990
23991 2007-12-11  Jim Meyering  <meyering@redhat.com>
23992
23993         * users.txt: Add libvirt.
23994
23995         Support versions of autoconf prior to 2.59c.
23996         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
23997         if it is not already defined.
23998
23999 2007-12-09  Bruno Haible  <bruno@clisp.org>
24000
24001         Let 'gnulib-tool --import' collect sources needed for the tests in
24002         tests/ rather than in lib/.
24003         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
24004         argument. If true, add rules to generate libtests.a, and put libtests.a
24005         into $(LDADD). Consider source files in subdirectories and set
24006         uses_subdirs.
24007         (func_emit_initmacro_start, func_emit_initmacro_end,
24008         func_emit_initmacro_done): Pass all arguments explicitly.
24009         (func_import): Determine two module lists main_modules,
24010         testsrelated_modules. Determine use_libtests. Determine two variables
24011         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
24012         instead of just sed_transform_lib_file. Determine two variables
24013         main_files and testsrelated_files. Compute 'files' as the union of
24014         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
24015         func_add_or_update. In the generated gnulib-comp.m4, collect the
24016         object files for tests/ in different variables than those for lib/.
24017         Substitute LIBTESTS_LIBDEPS.
24018         (func_create_testdir): Combine the uses_subdirs results from
24019         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
24020
24021 2007-12-09  Bruno Haible  <bruno@clisp.org>
24022
24023         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
24024         the build-aux directory.
24025
24026 2007-12-09  Bruno Haible  <bruno@clisp.org>
24027
24028         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
24029         introduced on 2006-09-09.
24030
24031 2007-12-07  Jim Meyering  <meyering@redhat.com>
24032
24033         Let these macros work also with autoconf-2.59.
24034         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
24035         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
24036         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
24037
24038 2007-12-06  Jim Meyering  <meyering@redhat.com>
24039
24040         Avoid a configure-time syntax error in gl_FUNC_ACL.
24041         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
24042         function in each branch, before testing the cache variable.
24043
24044 2007-12-04  Eric Blake  <ebb9@byu.net>
24045
24046         Make scripts executable.
24047         * build-aux/config.guess: Add execute permissions.
24048         * build-aux/config.sub: Likewise.
24049         * build-aux/gendocs.sh: Likewise.
24050
24051         Fix frexp on mingw.
24052         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
24053         cross-compiling.
24054         * doc/functions/frexp.texi (frexp): Document the bug.
24055
24056         Make cygwin fseeko check more reliable.
24057         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
24058         version numbers, rather than unrelated feature check.
24059         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
24060         * doc/functions/ftello.texi (ftello): Likewise.
24061         Reported by Bruno Haible.
24062
24063         * m4/strerror.m4: Bump version number.
24064
24065 2007-12-03  Bruno Haible  <bruno@clisp.org>
24066
24067         * doc/functions/mprotect.texi: Mention the mingw problem.
24068
24069 2007-12-03  Eric Blake  <ebb9@byu.net>
24070
24071         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
24072         REPLACE_STRERROR is initialized before this macro.
24073
24074 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24075
24076         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
24077         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
24078         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
24079         put -lsec in even for programs other than 'ls'.  This fixes a problem
24080         for gettext reported by Bruno Haible in
24081         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
24082         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
24083         Add support for Solaris 10.  This isn't efficient, but should get the
24084         job done for now.
24085
24086 2007-12-03  James Youngman  <jay@gnu.org>
24087
24088         * doc/regexprops-generic.texi: change "an close-group" to "a
24089         close-group" and "illegal" to "not allowed".
24090
24091 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24092
24093         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
24094         pr_byname.h. Needed for the rare case when the maintainer has done
24095         "make maintainer-clean" in the source directory and then attempts a
24096         build outside the source directory.
24097         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
24098         scripts_byname.h.
24099
24100 2007-12-02  Martin Lambers <marlam@marlam.de>
24101             Bruno Haible  <bruno@clisp.org>
24102
24103         * lib/getpagesize.h: Remove file.
24104         * lib/unistd.in.h: Include declaration of getpagesize here.
24105         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
24106         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
24107         HAVE_SYS_PARAM_H.
24108         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
24109         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24110         * modules/getpagesize (Files): Remove lib/getpagesize.h.
24111         (Depends-on): Add unistd.
24112         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24113         (Include): Use <unistd.h> instead of getpagesize.h.
24114         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
24115         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24116         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
24117         gl_GETPAGESIZE invocation, already handled by module dependency.
24118         * lib/pagealign_alloc.c: Don't include getpagesize.h.
24119
24120 2007-12-02  Bruno Haible  <bruno@clisp.org>
24121
24122         * modules/strings-tests: New file.
24123         * tests/test-strings.c: New file.
24124
24125         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
24126         * lib/strings.in.h: New file.
24127         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
24128         * m4/strings_h.m4: New file.
24129         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
24130         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
24131         * modules/strings: New file.
24132         * modules/string (Makefile.am): Update.
24133         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
24134         Reported by Karl Berry.
24135
24136 2007-12-01  Eric Blake  <ebb9@byu.net>
24137
24138         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
24139         accomodate fix in cygwin 1.5.25.
24140
24141 2007-12-01  Jim Meyering  <meyering@redhat.com>
24142
24143         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
24144         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
24145         that would inhibit utf8-optimization of a regexp containing line-
24146         or buffer-anchors, e.g., `^', `$'.
24147
24148 2007-11-30  Bruno Haible  <bruno@clisp.org>
24149
24150         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
24151         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
24152         glthread_recursive_lock_init.
24153         * lib/lock.c (glthread_recursive_lock_init)
24154         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
24155         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24156
24157 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
24158
24159         New function qset_acl, like set_acl but with syscall semantics.
24160         * lib/acl.h (qset_acl): New decl.
24161         * lib/acl.c (qset_acl): New function.
24162         (set_acl): Use new function.  Use more-consistent diagnostics.
24163
24164 2007-11-28  Jim Meyering  <meyering@redhat.com>
24165
24166         * modules/physmem (License): Change from GPL to LGPLv2+.
24167
24168 2007-11-26  Bruno Haible  <bruno@clisp.org>
24169
24170         * lib/vasnprintf.c (decode_long_double): Don't abort if the
24171         'long double' type has excess precision.
24172         Reported by Jim Meyering in
24173         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
24174
24175 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24176
24177         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
24178         Sync from <http://gnu.org/licenses>.
24179         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
24180         with license text from same location.
24181         * doc/maintain.texi, doc/standards.texi:  Sync from
24182         <http://savannah.gnu.org/projects/gnustandards>.
24183
24184 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
24185         and Jim Meyering  <meyering@redhat.com>
24186
24187         Adjust getdate' grammar to accept a slightly more regular language.
24188         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
24189         Before, the former was rejected.
24190         * lib/getdate.y (digits_to_date_time): New function, factored
24191         out of ...
24192         (number): ...here.  Just call digits_to_date_time.
24193         (hybrid): New non-terminal to handle an <unsigned number,
24194         signed relative offset> sequence consistently.
24195
24196 2007-11-18  Jim Meyering  <meyering@redhat.com>
24197
24198         Pull my changes from coreutils:
24199         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
24200         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
24201         use of $gnulib_tool_option_extras, so that it's separated from the
24202         preceding argument.
24203
24204         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
24205         * build-aux/bootstrap (cp_mark_as_generated): Create any required
24206         parent destination directories before copying a file into place.
24207
24208 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
24209
24210         bootstrap: work also with 4-argument variant of AC_INIT
24211         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
24212
24213 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24214
24215         Port test-getaddrinfo to Solaris.
24216         Problem reported by Bruno Haible in
24217         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
24218         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
24219         explanation of setting 'hints'.
24220         Don't reject an implementation merely because it returns EAI_SERVICE.
24221         (EAI_SERVICE): Define to 0 if not defined.
24222
24223 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24224
24225         The license of gnu-make and posix-shell is now "GPLed build tool".
24226         * modules/gnu-make (License): Likewise.
24227         * modules/posix-shell (License): Likewise.
24228
24229         New module posix-shell, for determining a POSIX shell
24230         or perhaps something that is close enough to a POSIX shell.
24231         * m4/posix-shell.m4: New file.
24232         * modules/posix-shell: New file.
24233
24234         * MODULES.html.sh: Mention new module.
24235
24236         New module gnu-make, for determining whether we're using GNU Make.
24237         * m4/gnu-make.m4: New file.
24238         * modules/gnu-make: New file.
24239         * MODULES.html.sh: Mention new module.
24240
24241 2007-11-14  Jim Meyering  <meyering@redhat.com>
24242
24243         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
24244         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
24245         use this macro to create a function _definition_.
24246         Remove useless "#undef ARGMATCH_DIE".
24247
24248 2007-11-14  Bruno Haible  <bruno@clisp.org>
24249
24250         * lib/config.charset: Update for OpenBSD 4.1.
24251         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
24252
24253 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
24254
24255         Document 64-bit #if problems in stdint.texi.
24256         * doc/headers/stdint.texi (stdint.h): Mention problems with
24257         64-bit-#if, and how to work around them.
24258
24259         Don't insist on 'long long int' support in the preprocessor.  It
24260         breaks too many things.  For example, PRIdMAX still uses a 'long
24261         long int' format with the latest Sun compiler, even though
24262         HAVE_LONG_LONG_INT isn't defined due to that compiler's
24263         preprocessor problem.  This causes the latest coreutils to dump
24264         core on Solaris 10 sparc with the Sun C compiler.
24265         Instead, fix the 2007-10-16 problem in a different way, by evaluating
24266         the troublesome expressions at configure-time, not at #if-time.
24267         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
24268         preprocessor.
24269         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
24270         compile-time C checks, done at 'configure'-time.
24271         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
24272         * modules/inttypes (Makefile): Substitute the new symbols that
24273         gl_INTTYPES_H now generates.
24274         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
24275
24276 2007-11-12  Bruno Haible  <bruno@clisp.org>
24277
24278         Tests for Unicode character classification functions.
24279
24280         * modules/unictype/bidicategory-byname-tests: New file.
24281         * modules/unictype/bidicategory-name-tests: New file.
24282         * modules/unictype/bidicategory-of-tests: New file.
24283         * modules/unictype/bidicategory-test-tests: New file.
24284         * modules/unictype/block-list-tests: New file.
24285         * modules/unictype/block-of-tests: New file.
24286         * modules/unictype/block-test-tests: New file.
24287         * modules/unictype/category-C-tests: New file.
24288         * modules/unictype/category-Cc-tests: New file.
24289         * modules/unictype/category-Cf-tests: New file.
24290         * modules/unictype/category-Cn-tests: New file.
24291         * modules/unictype/category-Co-tests: New file.
24292         * modules/unictype/category-Cs-tests: New file.
24293         * modules/unictype/category-L-tests: New file.
24294         * modules/unictype/category-Ll-tests: New file.
24295         * modules/unictype/category-Lm-tests: New file.
24296         * modules/unictype/category-Lo-tests: New file.
24297         * modules/unictype/category-Lt-tests: New file.
24298         * modules/unictype/category-Lu-tests: New file.
24299         * modules/unictype/category-M-tests: New file.
24300         * modules/unictype/category-Mc-tests: New file.
24301         * modules/unictype/category-Me-tests: New file.
24302         * modules/unictype/category-Mn-tests: New file.
24303         * modules/unictype/category-N-tests: New file.
24304         * modules/unictype/category-Nd-tests: New file.
24305         * modules/unictype/category-Nl-tests: New file.
24306         * modules/unictype/category-No-tests: New file.
24307         * modules/unictype/category-P-tests: New file.
24308         * modules/unictype/category-Pc-tests: New file.
24309         * modules/unictype/category-Pd-tests: New file.
24310         * modules/unictype/category-Pe-tests: New file.
24311         * modules/unictype/category-Pf-tests: New file.
24312         * modules/unictype/category-Pi-tests: New file.
24313         * modules/unictype/category-Po-tests: New file.
24314         * modules/unictype/category-Ps-tests: New file.
24315         * modules/unictype/category-S-tests: New file.
24316         * modules/unictype/category-Sc-tests: New file.
24317         * modules/unictype/category-Sk-tests: New file.
24318         * modules/unictype/category-Sm-tests: New file.
24319         * modules/unictype/category-So-tests: New file.
24320         * modules/unictype/category-Z-tests: New file.
24321         * modules/unictype/category-Zl-tests: New file.
24322         * modules/unictype/category-Zp-tests: New file.
24323         * modules/unictype/category-Zs-tests: New file.
24324         * modules/unictype/category-and-not-tests: New file.
24325         * modules/unictype/category-and-tests: New file.
24326         * modules/unictype/category-byname-tests: New file.
24327         * modules/unictype/category-name-tests: New file.
24328         * modules/unictype/category-none-tests: New file.
24329         * modules/unictype/category-of-tests: New file.
24330         * modules/unictype/category-or-tests: New file.
24331         * modules/unictype/category-test-withtable-tests: New file.
24332         * modules/unictype/combining-class-tests: New file.
24333         * modules/unictype/ctype-alnum-tests: New file.
24334         * modules/unictype/ctype-alpha-tests: New file.
24335         * modules/unictype/ctype-blank-tests: New file.
24336         * modules/unictype/ctype-cntrl-tests: New file.
24337         * modules/unictype/ctype-digit-tests: New file.
24338         * modules/unictype/ctype-graph-tests: New file.
24339         * modules/unictype/ctype-lower-tests: New file.
24340         * modules/unictype/ctype-print-tests: New file.
24341         * modules/unictype/ctype-punct-tests: New file.
24342         * modules/unictype/ctype-space-tests: New file.
24343         * modules/unictype/ctype-upper-tests: New file.
24344         * modules/unictype/ctype-xdigit-tests: New file.
24345         * modules/unictype/decimal-digit-tests: New file.
24346         * modules/unictype/digit-tests: New file.
24347         * modules/unictype/mirror-tests: New file.
24348         * modules/unictype/numeric-tests: New file.
24349         * modules/unictype/property-alphabetic-tests: New file.
24350         * modules/unictype/property-ascii-hex-digit-tests: New file.
24351         * modules/unictype/property-bidi-arabic-digit-tests: New file.
24352         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
24353         * modules/unictype/property-bidi-block-separator-tests: New file.
24354         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
24355         * modules/unictype/property-bidi-common-separator-tests: New file.
24356         * modules/unictype/property-bidi-control-tests: New file.
24357         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
24358         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
24359         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
24360         * modules/unictype/property-bidi-european-digit-tests: New file.
24361         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
24362         * modules/unictype/property-bidi-left-to-right-tests: New file.
24363         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
24364         * modules/unictype/property-bidi-other-neutral-tests: New file.
24365         * modules/unictype/property-bidi-pdf-tests: New file.
24366         * modules/unictype/property-bidi-segment-separator-tests: New file.
24367         * modules/unictype/property-bidi-whitespace-tests: New file.
24368         * modules/unictype/property-byname-tests: New file.
24369         * modules/unictype/property-combining-tests: New file.
24370         * modules/unictype/property-composite-tests: New file.
24371         * modules/unictype/property-currency-symbol-tests: New file.
24372         * modules/unictype/property-dash-tests: New file.
24373         * modules/unictype/property-decimal-digit-tests: New file.
24374         * modules/unictype/property-default-ignorable-code-point-tests: New file.
24375         * modules/unictype/property-deprecated-tests: New file.
24376         * modules/unictype/property-diacritic-tests: New file.
24377         * modules/unictype/property-extender-tests: New file.
24378         * modules/unictype/property-format-control-tests: New file.
24379         * modules/unictype/property-grapheme-base-tests: New file.
24380         * modules/unictype/property-grapheme-extend-tests: New file.
24381         * modules/unictype/property-grapheme-link-tests: New file.
24382         * modules/unictype/property-hex-digit-tests: New file.
24383         * modules/unictype/property-hyphen-tests: New file.
24384         * modules/unictype/property-id-continue-tests: New file.
24385         * modules/unictype/property-id-start-tests: New file.
24386         * modules/unictype/property-ideographic-tests: New file.
24387         * modules/unictype/property-ids-binary-operator-tests: New file.
24388         * modules/unictype/property-ids-trinary-operator-tests: New file.
24389         * modules/unictype/property-ignorable-control-tests: New file.
24390         * modules/unictype/property-iso-control-tests: New file.
24391         * modules/unictype/property-join-control-tests: New file.
24392         * modules/unictype/property-left-of-pair-tests: New file.
24393         * modules/unictype/property-line-separator-tests: New file.
24394         * modules/unictype/property-logical-order-exception-tests: New file.
24395         * modules/unictype/property-lowercase-tests: New file.
24396         * modules/unictype/property-math-tests: New file.
24397         * modules/unictype/property-non-break-tests: New file.
24398         * modules/unictype/property-not-a-character-tests: New file.
24399         * modules/unictype/property-numeric-tests: New file.
24400         * modules/unictype/property-other-alphabetic-tests: New file.
24401         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
24402         * modules/unictype/property-other-grapheme-extend-tests: New file.
24403         * modules/unictype/property-other-id-continue-tests: New file.
24404         * modules/unictype/property-other-id-start-tests: New file.
24405         * modules/unictype/property-other-lowercase-tests: New file.
24406         * modules/unictype/property-other-math-tests: New file.
24407         * modules/unictype/property-other-uppercase-tests: New file.
24408         * modules/unictype/property-paired-punctuation-tests: New file.
24409         * modules/unictype/property-paragraph-separator-tests: New file.
24410         * modules/unictype/property-pattern-syntax-tests: New file.
24411         * modules/unictype/property-pattern-white-space-tests: New file.
24412         * modules/unictype/property-private-use-tests: New file.
24413         * modules/unictype/property-punctuation-tests: New file.
24414         * modules/unictype/property-quotation-mark-tests: New file.
24415         * modules/unictype/property-radical-tests: New file.
24416         * modules/unictype/property-sentence-terminal-tests: New file.
24417         * modules/unictype/property-soft-dotted-tests: New file.
24418         * modules/unictype/property-space-tests: New file.
24419         * modules/unictype/property-terminal-punctuation-tests: New file.
24420         * modules/unictype/property-test-tests: New file.
24421         * modules/unictype/property-titlecase-tests: New file.
24422         * modules/unictype/property-unassigned-code-value-tests: New file.
24423         * modules/unictype/property-unified-ideograph-tests: New file.
24424         * modules/unictype/property-uppercase-tests: New file.
24425         * modules/unictype/property-variation-selector-tests: New file.
24426         * modules/unictype/property-white-space-tests: New file.
24427         * modules/unictype/property-xid-continue-tests: New file.
24428         * modules/unictype/property-xid-start-tests: New file.
24429         * modules/unictype/property-zero-width-tests: New file.
24430         * modules/unictype/scripts-tests: New file.
24431         * modules/unictype/syntax-c-ident-tests: New file.
24432         * modules/unictype/syntax-c-whitespace-tests: New file.
24433         * modules/unictype/syntax-java-ident-tests: New file.
24434         * modules/unictype/syntax-java-whitespace-tests: New file.
24435         * tests/unictype/test-bidi_byname.c: New file.
24436         * tests/unictype/test-bidi_name.c: New file.
24437         * tests/unictype/test-bidi_of.c: New file.
24438         * tests/unictype/test-bidi_test.c: New file.
24439         * tests/unictype/test-block_list.c: New file.
24440         * tests/unictype/test-block_of.c: New file.
24441         * tests/unictype/test-block_test.c: New file.
24442         * tests/unictype/test-categ_and.c: New file.
24443         * tests/unictype/test-categ_and_not.c: New file.
24444         * tests/unictype/test-categ_byname.c: New file.
24445         * tests/unictype/test-categ_name.c: New file.
24446         * tests/unictype/test-categ_none.c: New file.
24447         * tests/unictype/test-categ_of.c: New file.
24448         * tests/unictype/test-categ_or.c: New file.
24449         * tests/unictype/test-categ_test_withtable.c: New file.
24450         * tests/unictype/test-combining.c: New file.
24451         * tests/unictype/test-decdigit.c: New file.
24452         * tests/unictype/test-digit.c: New file.
24453         * tests/unictype/test-mirror.c: New file.
24454         * tests/unictype/test-numeric.c: New file.
24455         * tests/unictype/test-pr_byname.c: New file.
24456         * tests/unictype/test-pr_test.c: New file.
24457         * tests/unictype/test-predicate-part1.h: New file.
24458         * tests/unictype/test-predicate-part2.h: New file.
24459         * tests/unictype/test-scripts.c: New file.
24460         * tests/unictype/test-sy_c_ident.c: New file.
24461         * tests/unictype/test-sy_java_ident.c: New file.
24462
24463         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
24464         for Unicode 5.0.0.
24465         * tests/unictype/test-categ_Cc.c: Likewise.
24466         * tests/unictype/test-categ_Cf.c: Likewise.
24467         * tests/unictype/test-categ_Cn.c: Likewise.
24468         * tests/unictype/test-categ_Co.c: Likewise.
24469         * tests/unictype/test-categ_Cs.c: Likewise.
24470         * tests/unictype/test-categ_L.c: Likewise.
24471         * tests/unictype/test-categ_Ll.c: Likewise.
24472         * tests/unictype/test-categ_Lm.c: Likewise.
24473         * tests/unictype/test-categ_Lo.c: Likewise.
24474         * tests/unictype/test-categ_Lt.c: Likewise.
24475         * tests/unictype/test-categ_Lu.c: Likewise.
24476         * tests/unictype/test-categ_M.c: Likewise.
24477         * tests/unictype/test-categ_Mc.c: Likewise.
24478         * tests/unictype/test-categ_Me.c: Likewise.
24479         * tests/unictype/test-categ_Mn.c: Likewise.
24480         * tests/unictype/test-categ_N.c: Likewise.
24481         * tests/unictype/test-categ_Nd.c: Likewise.
24482         * tests/unictype/test-categ_Nl.c: Likewise.
24483         * tests/unictype/test-categ_No.c: Likewise.
24484         * tests/unictype/test-categ_P.c: Likewise.
24485         * tests/unictype/test-categ_Pc.c: Likewise.
24486         * tests/unictype/test-categ_Pd.c: Likewise.
24487         * tests/unictype/test-categ_Pe.c: Likewise.
24488         * tests/unictype/test-categ_Pf.c: Likewise.
24489         * tests/unictype/test-categ_Pi.c: Likewise.
24490         * tests/unictype/test-categ_Po.c: Likewise.
24491         * tests/unictype/test-categ_Ps.c: Likewise.
24492         * tests/unictype/test-categ_S.c: Likewise.
24493         * tests/unictype/test-categ_Sc.c: Likewise.
24494         * tests/unictype/test-categ_Sk.c: Likewise.
24495         * tests/unictype/test-categ_Sm.c: Likewise.
24496         * tests/unictype/test-categ_So.c: Likewise.
24497         * tests/unictype/test-categ_Z.c: Likewise.
24498         * tests/unictype/test-categ_Zl.c: Likewise.
24499         * tests/unictype/test-categ_Zp.c: Likewise.
24500         * tests/unictype/test-categ_Zs.c: Likewise.
24501         * tests/unictype/test-ctype_alnum.c: Likewise.
24502         * tests/unictype/test-ctype_alpha.c: Likewise.
24503         * tests/unictype/test-ctype_blank.c: Likewise.
24504         * tests/unictype/test-ctype_cntrl.c: Likewise.
24505         * tests/unictype/test-ctype_digit.c: Likewise.
24506         * tests/unictype/test-ctype_graph.c: Likewise.
24507         * tests/unictype/test-ctype_lower.c: Likewise.
24508         * tests/unictype/test-ctype_print.c: Likewise.
24509         * tests/unictype/test-ctype_punct.c: Likewise.
24510         * tests/unictype/test-ctype_space.c: Likewise.
24511         * tests/unictype/test-ctype_upper.c: Likewise.
24512         * tests/unictype/test-ctype_xdigit.c: Likewise.
24513         * tests/unictype/test-decdigit.h: Likewise.
24514         * tests/unictype/test-digit.h: Likewise.
24515         * tests/unictype/test-numeric.h: Likewise.
24516         * tests/unictype/test-pr_alphabetic.c: Likewise.
24517         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
24518         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
24519         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
24520         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
24521         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
24522         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
24523         * tests/unictype/test-pr_bidi_control.c: Likewise.
24524         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
24525         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
24526         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
24527         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
24528         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
24529         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
24530         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
24531         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
24532         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
24533         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
24534         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
24535         * tests/unictype/test-pr_combining.c: Likewise.
24536         * tests/unictype/test-pr_composite.c: Likewise.
24537         * tests/unictype/test-pr_currency_symbol.c: Likewise.
24538         * tests/unictype/test-pr_dash.c: Likewise.
24539         * tests/unictype/test-pr_decimal_digit.c: Likewise.
24540         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
24541         * tests/unictype/test-pr_deprecated.c: Likewise.
24542         * tests/unictype/test-pr_diacritic.c: Likewise.
24543         * tests/unictype/test-pr_extender.c: Likewise.
24544         * tests/unictype/test-pr_format_control.c: Likewise.
24545         * tests/unictype/test-pr_grapheme_base.c: Likewise.
24546         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
24547         * tests/unictype/test-pr_grapheme_link.c: Likewise.
24548         * tests/unictype/test-pr_hex_digit.c: Likewise.
24549         * tests/unictype/test-pr_hyphen.c: Likewise.
24550         * tests/unictype/test-pr_id_continue.c: Likewise.
24551         * tests/unictype/test-pr_id_start.c: Likewise.
24552         * tests/unictype/test-pr_ideographic.c: Likewise.
24553         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
24554         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
24555         * tests/unictype/test-pr_ignorable_control.c: Likewise.
24556         * tests/unictype/test-pr_iso_control.c: Likewise.
24557         * tests/unictype/test-pr_join_control.c: Likewise.
24558         * tests/unictype/test-pr_left_of_pair.c: Likewise.
24559         * tests/unictype/test-pr_line_separator.c: Likewise.
24560         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
24561         * tests/unictype/test-pr_lowercase.c: Likewise.
24562         * tests/unictype/test-pr_math.c: Likewise.
24563         * tests/unictype/test-pr_non_break.c: Likewise.
24564         * tests/unictype/test-pr_not_a_character.c: Likewise.
24565         * tests/unictype/test-pr_numeric.c: Likewise.
24566         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
24567         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
24568         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
24569         * tests/unictype/test-pr_other_id_continue.c: Likewise.
24570         * tests/unictype/test-pr_other_id_start.c: Likewise.
24571         * tests/unictype/test-pr_other_lowercase.c: Likewise.
24572         * tests/unictype/test-pr_other_math.c: Likewise.
24573         * tests/unictype/test-pr_other_uppercase.c: Likewise.
24574         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
24575         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
24576         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
24577         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
24578         * tests/unictype/test-pr_private_use.c: Likewise.
24579         * tests/unictype/test-pr_punctuation.c: Likewise.
24580         * tests/unictype/test-pr_quotation_mark.c: Likewise.
24581         * tests/unictype/test-pr_radical.c: Likewise.
24582         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
24583         * tests/unictype/test-pr_soft_dotted.c: Likewise.
24584         * tests/unictype/test-pr_space.c: Likewise.
24585         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
24586         * tests/unictype/test-pr_titlecase.c: Likewise.
24587         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
24588         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
24589         * tests/unictype/test-pr_uppercase.c: Likewise.
24590         * tests/unictype/test-pr_variation_selector.c: Likewise.
24591         * tests/unictype/test-pr_white_space.c: Likewise.
24592         * tests/unictype/test-pr_xid_continue.c: Likewise.
24593         * tests/unictype/test-pr_xid_start.c: Likewise.
24594         * tests/unictype/test-pr_zero_width.c: Likewise.
24595         * tests/unictype/test-sy_c_whitespace.c: Likewise.
24596         * tests/unictype/test-sy_java_whitespace.c: Likewise.
24597
24598 2007-11-12  Bruno Haible  <bruno@clisp.org>
24599
24600         Unicode character classification functions.
24601         * lib/unictype.h: New file.
24602         * modules/unictype/base: New file.
24603         * modules/unictype/category-L: New file.
24604         * modules/unictype/category-Lu: New file.
24605         * modules/unictype/category-Ll: New file.
24606         * modules/unictype/category-Lt: New file.
24607         * modules/unictype/category-Lm: New file.
24608         * modules/unictype/category-Lo: New file.
24609         * modules/unictype/category-M: New file.
24610         * modules/unictype/category-Mn: New file.
24611         * modules/unictype/category-Mc: New file.
24612         * modules/unictype/category-Me: New file.
24613         * modules/unictype/category-N: New file.
24614         * modules/unictype/category-Nd: New file.
24615         * modules/unictype/category-Nl: New file.
24616         * modules/unictype/category-No: New file.
24617         * modules/unictype/category-P: New file.
24618         * modules/unictype/category-Pc: New file.
24619         * modules/unictype/category-Pd: New file.
24620         * modules/unictype/category-Ps: New file.
24621         * modules/unictype/category-Pe: New file.
24622         * modules/unictype/category-Pi: New file.
24623         * modules/unictype/category-Pf: New file.
24624         * modules/unictype/category-Po: New file.
24625         * modules/unictype/category-S: New file.
24626         * modules/unictype/category-Sm: New file.
24627         * modules/unictype/category-Sc: New file.
24628         * modules/unictype/category-Sk: New file.
24629         * modules/unictype/category-So: New file.
24630         * modules/unictype/category-Z: New file.
24631         * modules/unictype/category-Zs: New file.
24632         * modules/unictype/category-Zl: New file.
24633         * modules/unictype/category-Zp: New file.
24634         * modules/unictype/category-C: New file.
24635         * modules/unictype/category-Cc: New file.
24636         * modules/unictype/category-Cf: New file.
24637         * modules/unictype/category-Cs: New file.
24638         * modules/unictype/category-Co: New file.
24639         * modules/unictype/category-Cn: New file.
24640         * modules/unictype/category-or: New file.
24641         * modules/unictype/category-of: New file.
24642         * modules/unictype/category-test: New file.
24643         * modules/unictype/category-test-withtable: New file.
24644         * modules/unictype/category-byname: New file.
24645         * modules/unictype/category-none: New file.
24646         * modules/unictype/category-and: New file.
24647         * modules/unictype/category-and-not: New file.
24648         * modules/unictype/category-name: New file.
24649         * modules/unictype/combining-class: New file.
24650         * modules/unictype/category-all: New file.
24651         * modules/unictype/bidicategory-all: New file.
24652         * modules/unictype/bidicategory-byname: New file.
24653         * modules/unictype/bidicategory-name: New file.
24654         * modules/unictype/bidicategory-of: New file.
24655         * modules/unictype/bidicategory-test: New file.
24656         * modules/unictype/decimal-digit: New file.
24657         * modules/unictype/digit: New file.
24658         * modules/unictype/numeric: New file.
24659         * modules/unictype/mirror: New file.
24660         * modules/unictype/property-white-space: New file.
24661         * modules/unictype/property-alphabetic: New file.
24662         * modules/unictype/property-other-alphabetic: New file.
24663         * modules/unictype/property-not-a-character: New file.
24664         * modules/unictype/property-default-ignorable-code-point: New file.
24665         * modules/unictype/property-other-default-ignorable-code-point: New
24666         file.
24667         * modules/unictype/property-deprecated: New file.
24668         * modules/unictype/property-logical-order-exception: New file.
24669         * modules/unictype/property-variation-selector: New file.
24670         * modules/unictype/property-private-use: New file.
24671         * modules/unictype/property-unassigned-code-value: New file.
24672         * modules/unictype/property-uppercase: New file.
24673         * modules/unictype/property-other-uppercase: New file.
24674         * modules/unictype/property-lowercase: New file.
24675         * modules/unictype/property-other-lowercase: New file.
24676         * modules/unictype/property-titlecase: New file.
24677         * modules/unictype/property-soft-dotted: New file.
24678         * modules/unictype/property-id-start: New file.
24679         * modules/unictype/property-other-id-start: New file.
24680         * modules/unictype/property-id-continue: New file.
24681         * modules/unictype/property-other-id-continue: New file.
24682         * modules/unictype/property-xid-start: New file.
24683         * modules/unictype/property-xid-continue: New file.
24684         * modules/unictype/property-pattern-white-space: New file.
24685         * modules/unictype/property-pattern-syntax: New file.
24686         * modules/unictype/property-join-control: New file.
24687         * modules/unictype/property-grapheme-base: New file.
24688         * modules/unictype/property-grapheme-extend: New file.
24689         * modules/unictype/property-other-grapheme-extend: New file.
24690         * modules/unictype/property-grapheme-link: New file.
24691         * modules/unictype/property-bidi-control: New file.
24692         * modules/unictype/property-bidi-left-to-right: New file.
24693         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
24694         * modules/unictype/property-bidi-arabic-right-to-left: New file.
24695         * modules/unictype/property-bidi-european-digit: New file.
24696         * modules/unictype/property-bidi-eur-num-separator: New file.
24697         * modules/unictype/property-bidi-eur-num-terminator: New file.
24698         * modules/unictype/property-bidi-arabic-digit: New file.
24699         * modules/unictype/property-bidi-common-separator: New file.
24700         * modules/unictype/property-bidi-block-separator: New file.
24701         * modules/unictype/property-bidi-segment-separator: New file.
24702         * modules/unictype/property-bidi-whitespace: New file.
24703         * modules/unictype/property-bidi-non-spacing-mark: New file.
24704         * modules/unictype/property-bidi-boundary-neutral: New file.
24705         * modules/unictype/property-bidi-pdf: New file.
24706         * modules/unictype/property-bidi-embedding-or-override: New file.
24707         * modules/unictype/property-bidi-other-neutral: New file.
24708         * modules/unictype/property-hex-digit: New file.
24709         * modules/unictype/property-ascii-hex-digit: New file.
24710         * modules/unictype/property-ideographic: New file.
24711         * modules/unictype/property-unified-ideograph: New file.
24712         * modules/unictype/property-radical: New file.
24713         * modules/unictype/property-ids-binary-operator: New file.
24714         * modules/unictype/property-ids-trinary-operator: New file.
24715         * modules/unictype/property-zero-width: New file.
24716         * modules/unictype/property-space: New file.
24717         * modules/unictype/property-non-break: New file.
24718         * modules/unictype/property-iso-control: New file.
24719         * modules/unictype/property-format-control: New file.
24720         * modules/unictype/property-dash: New file.
24721         * modules/unictype/property-hyphen: New file.
24722         * modules/unictype/property-punctuation: New file.
24723         * modules/unictype/property-line-separator: New file.
24724         * modules/unictype/property-paragraph-separator: New file.
24725         * modules/unictype/property-quotation-mark: New file.
24726         * modules/unictype/property-sentence-terminal: New file.
24727         * modules/unictype/property-terminal-punctuation: New file.
24728         * modules/unictype/property-currency-symbol: New file.
24729         * modules/unictype/property-math: New file.
24730         * modules/unictype/property-other-math: New file.
24731         * modules/unictype/property-paired-punctuation: New file.
24732         * modules/unictype/property-left-of-pair: New file.
24733         * modules/unictype/property-combining: New file.
24734         * modules/unictype/property-composite: New file.
24735         * modules/unictype/property-decimal-digit: New file.
24736         * modules/unictype/property-numeric: New file.
24737         * modules/unictype/property-diacritic: New file.
24738         * modules/unictype/property-extender: New file.
24739         * modules/unictype/property-ignorable-control: New file.
24740         * modules/unictype/property-test: New file.
24741         * modules/unictype/property-byname: New file.
24742         * modules/unictype/property-all: New file.
24743         * modules/unictype/scripts: New file.
24744         * modules/unictype/scripts-all: New file.
24745         * modules/unictype/block-of: New file.
24746         * modules/unictype/block-test: New file.
24747         * modules/unictype/block-list: New file.
24748         * modules/unictype/block-all: New file.
24749         * modules/unictype/syntax-c-whitespace: New file.
24750         * modules/unictype/syntax-java-whitespace: New file.
24751         * modules/unictype/syntax-c-ident: New file.
24752         * modules/unictype/syntax-java-ident: New file.
24753         * modules/unictype/ctype-alnum: New file.
24754         * modules/unictype/ctype-alpha: New file.
24755         * modules/unictype/ctype-cntrl: New file.
24756         * modules/unictype/ctype-digit: New file.
24757         * modules/unictype/ctype-graph: New file.
24758         * modules/unictype/ctype-lower: New file.
24759         * modules/unictype/ctype-print: New file.
24760         * modules/unictype/ctype-punct: New file.
24761         * modules/unictype/ctype-space: New file.
24762         * modules/unictype/ctype-upper: New file.
24763         * modules/unictype/ctype-xdigit: New file.
24764         * modules/unictype/ctype-blank: New file.
24765         * lib/unictype/bidi_byname.c: New file.
24766         * lib/unictype/bidi_name.c: New file.
24767         * lib/unictype/bidi_of.c: New file.
24768         * lib/unictype/bidi_test.c: New file.
24769         * lib/unictype/bitmap.h: New file.
24770         * lib/unictype/block_test.c: New file.
24771         * lib/unictype/blocks.c: New file.
24772         * lib/unictype/categ_C.c: New file.
24773         * lib/unictype/categ_Cc.c: New file.
24774         * lib/unictype/categ_Cf.c: New file.
24775         * lib/unictype/categ_Cn.c: New file.
24776         * lib/unictype/categ_Co.c: New file.
24777         * lib/unictype/categ_Cs.c: New file.
24778         * lib/unictype/categ_L.c: New file.
24779         * lib/unictype/categ_Ll.c: New file.
24780         * lib/unictype/categ_Lm.c: New file.
24781         * lib/unictype/categ_Lo.c: New file.
24782         * lib/unictype/categ_Lt.c: New file.
24783         * lib/unictype/categ_Lu.c: New file.
24784         * lib/unictype/categ_M.c: New file.
24785         * lib/unictype/categ_Mc.c: New file.
24786         * lib/unictype/categ_Me.c: New file.
24787         * lib/unictype/categ_Mn.c: New file.
24788         * lib/unictype/categ_N.c: New file.
24789         * lib/unictype/categ_Nd.c: New file.
24790         * lib/unictype/categ_Nl.c: New file.
24791         * lib/unictype/categ_No.c: New file.
24792         * lib/unictype/categ_P.c: New file.
24793         * lib/unictype/categ_Pc.c: New file.
24794         * lib/unictype/categ_Pd.c: New file.
24795         * lib/unictype/categ_Pe.c: New file.
24796         * lib/unictype/categ_Pf.c: New file.
24797         * lib/unictype/categ_Pi.c: New file.
24798         * lib/unictype/categ_Po.c: New file.
24799         * lib/unictype/categ_Ps.c: New file.
24800         * lib/unictype/categ_S.c: New file.
24801         * lib/unictype/categ_Sc.c: New file.
24802         * lib/unictype/categ_Sk.c: New file.
24803         * lib/unictype/categ_Sm.c: New file.
24804         * lib/unictype/categ_So.c: New file.
24805         * lib/unictype/categ_Z.c: New file.
24806         * lib/unictype/categ_Zl.c: New file.
24807         * lib/unictype/categ_Zp.c: New file.
24808         * lib/unictype/categ_Zs.c: New file.
24809         * lib/unictype/categ_and.c: New file.
24810         * lib/unictype/categ_and_not.c: New file.
24811         * lib/unictype/categ_byname.c: New file.
24812         * lib/unictype/categ_name.c: New file.
24813         * lib/unictype/categ_none.c: New file.
24814         * lib/unictype/categ_of.c: New file.
24815         * lib/unictype/categ_or.c: New file.
24816         * lib/unictype/categ_test.c: New file.
24817         * lib/unictype/combining.c: New file.
24818         * lib/unictype/ctype_alnum.c: New file.
24819         * lib/unictype/ctype_alpha.c: New file.
24820         * lib/unictype/ctype_blank.c: New file.
24821         * lib/unictype/ctype_cntrl.c: New file.
24822         * lib/unictype/ctype_digit.c: New file.
24823         * lib/unictype/ctype_graph.c: New file.
24824         * lib/unictype/ctype_lower.c: New file.
24825         * lib/unictype/ctype_print.c: New file.
24826         * lib/unictype/ctype_punct.c: New file.
24827         * lib/unictype/ctype_space.c: New file.
24828         * lib/unictype/ctype_upper.c: New file.
24829         * lib/unictype/ctype_xdigit.c: New file.
24830         * lib/unictype/decdigit.c: New file.
24831         * lib/unictype/digit.c: New file.
24832         * lib/unictype/identsyntaxmap.h: New file.
24833         * lib/unictype/mirror.c: New file.
24834         * lib/unictype/numeric.c: New file.
24835         * lib/unictype/pr_alphabetic.c: New file.
24836         * lib/unictype/pr_ascii_hex_digit.c: New file.
24837         * lib/unictype/pr_bidi_arabic_digit.c: New file.
24838         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
24839         * lib/unictype/pr_bidi_block_separator.c: New file.
24840         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
24841         * lib/unictype/pr_bidi_common_separator.c: New file.
24842         * lib/unictype/pr_bidi_control.c: New file.
24843         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
24844         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
24845         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
24846         * lib/unictype/pr_bidi_european_digit.c: New file.
24847         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
24848         * lib/unictype/pr_bidi_left_to_right.c: New file.
24849         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
24850         * lib/unictype/pr_bidi_other_neutral.c: New file.
24851         * lib/unictype/pr_bidi_pdf.c: New file.
24852         * lib/unictype/pr_bidi_segment_separator.c: New file.
24853         * lib/unictype/pr_bidi_whitespace.c: New file.
24854         * lib/unictype/pr_byname.c: New file.
24855         * lib/unictype/pr_byname.gperf: New file.
24856         * lib/unictype/pr_combining.c: New file.
24857         * lib/unictype/pr_composite.c: New file.
24858         * lib/unictype/pr_currency_symbol.c: New file.
24859         * lib/unictype/pr_dash.c: New file.
24860         * lib/unictype/pr_decimal_digit.c: New file.
24861         * lib/unictype/pr_default_ignorable_code_point.c: New file.
24862         * lib/unictype/pr_deprecated.c: New file.
24863         * lib/unictype/pr_diacritic.c: New file.
24864         * lib/unictype/pr_extender.c: New file.
24865         * lib/unictype/pr_format_control.c: New file.
24866         * lib/unictype/pr_grapheme_base.c: New file.
24867         * lib/unictype/pr_grapheme_extend.c: New file.
24868         * lib/unictype/pr_grapheme_link.c: New file.
24869         * lib/unictype/pr_hex_digit.c: New file.
24870         * lib/unictype/pr_hyphen.c: New file.
24871         * lib/unictype/pr_id_continue.c: New file.
24872         * lib/unictype/pr_id_start.c: New file.
24873         * lib/unictype/pr_ideographic.c: New file.
24874         * lib/unictype/pr_ids_binary_operator.c: New file.
24875         * lib/unictype/pr_ids_trinary_operator.c: New file.
24876         * lib/unictype/pr_ignorable_control.c: New file.
24877         * lib/unictype/pr_iso_control.c: New file.
24878         * lib/unictype/pr_join_control.c: New file.
24879         * lib/unictype/pr_left_of_pair.c: New file.
24880         * lib/unictype/pr_line_separator.c: New file.
24881         * lib/unictype/pr_logical_order_exception.c: New file.
24882         * lib/unictype/pr_lowercase.c: New file.
24883         * lib/unictype/pr_math.c: New file.
24884         * lib/unictype/pr_non_break.c: New file.
24885         * lib/unictype/pr_not_a_character.c: New file.
24886         * lib/unictype/pr_numeric.c: New file.
24887         * lib/unictype/pr_other_alphabetic.c: New file.
24888         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
24889         * lib/unictype/pr_other_grapheme_extend.c: New file.
24890         * lib/unictype/pr_other_id_continue.c: New file.
24891         * lib/unictype/pr_other_id_start.c: New file.
24892         * lib/unictype/pr_other_lowercase.c: New file.
24893         * lib/unictype/pr_other_math.c: New file.
24894         * lib/unictype/pr_other_uppercase.c: New file.
24895         * lib/unictype/pr_paired_punctuation.c: New file.
24896         * lib/unictype/pr_paragraph_separator.c: New file.
24897         * lib/unictype/pr_pattern_syntax.c: New file.
24898         * lib/unictype/pr_pattern_white_space.c: New file.
24899         * lib/unictype/pr_private_use.c: New file.
24900         * lib/unictype/pr_punctuation.c: New file.
24901         * lib/unictype/pr_quotation_mark.c: New file.
24902         * lib/unictype/pr_radical.c: New file.
24903         * lib/unictype/pr_sentence_terminal.c: New file.
24904         * lib/unictype/pr_soft_dotted.c: New file.
24905         * lib/unictype/pr_space.c: New file.
24906         * lib/unictype/pr_terminal_punctuation.c: New file.
24907         * lib/unictype/pr_test.c: New file.
24908         * lib/unictype/pr_titlecase.c: New file.
24909         * lib/unictype/pr_unassigned_code_value.c: New file.
24910         * lib/unictype/pr_unified_ideograph.c: New file.
24911         * lib/unictype/pr_uppercase.c: New file.
24912         * lib/unictype/pr_variation_selector.c: New file.
24913         * lib/unictype/pr_white_space.c: New file.
24914         * lib/unictype/pr_xid_continue.c: New file.
24915         * lib/unictype/pr_xid_start.c: New file.
24916         * lib/unictype/pr_zero_width.c: New file.
24917         * lib/unictype/scripts.c: New file.
24918         * lib/unictype/sy_c_ident.c: New file.
24919         * lib/unictype/sy_c_whitespace.c: New file.
24920         * lib/unictype/sy_java_ident.c: New file.
24921         * lib/unictype/sy_java_whitespace.c: New file.
24922
24923         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
24924         Unicode 5.0.0.
24925         * lib/unictype/blocks.h: Likewise.
24926         * lib/unictype/categ_C.h: Likewise.
24927         * lib/unictype/categ_Cc.h: Likewise.
24928         * lib/unictype/categ_Cf.h: Likewise.
24929         * lib/unictype/categ_Cn.h: Likewise.
24930         * lib/unictype/categ_Co.h: Likewise.
24931         * lib/unictype/categ_Cs.h: Likewise.
24932         * lib/unictype/categ_L.h: Likewise.
24933         * lib/unictype/categ_Ll.h: Likewise.
24934         * lib/unictype/categ_Lm.h: Likewise.
24935         * lib/unictype/categ_Lo.h: Likewise.
24936         * lib/unictype/categ_Lt.h: Likewise.
24937         * lib/unictype/categ_Lu.h: Likewise.
24938         * lib/unictype/categ_M.h: Likewise.
24939         * lib/unictype/categ_Mc.h: Likewise.
24940         * lib/unictype/categ_Me.h: Likewise.
24941         * lib/unictype/categ_Mn.h: Likewise.
24942         * lib/unictype/categ_N.h: Likewise.
24943         * lib/unictype/categ_Nd.h: Likewise.
24944         * lib/unictype/categ_Nl.h: Likewise.
24945         * lib/unictype/categ_No.h: Likewise.
24946         * lib/unictype/categ_P.h: Likewise.
24947         * lib/unictype/categ_Pc.h: Likewise.
24948         * lib/unictype/categ_Pd.h: Likewise.
24949         * lib/unictype/categ_Pe.h: Likewise.
24950         * lib/unictype/categ_Pf.h: Likewise.
24951         * lib/unictype/categ_Pi.h: Likewise.
24952         * lib/unictype/categ_Po.h: Likewise.
24953         * lib/unictype/categ_Ps.h: Likewise.
24954         * lib/unictype/categ_S.h: Likewise.
24955         * lib/unictype/categ_Sc.h: Likewise.
24956         * lib/unictype/categ_Sk.h: Likewise.
24957         * lib/unictype/categ_Sm.h: Likewise.
24958         * lib/unictype/categ_So.h: Likewise.
24959         * lib/unictype/categ_Z.h: Likewise.
24960         * lib/unictype/categ_Zl.h: Likewise.
24961         * lib/unictype/categ_Zp.h: Likewise.
24962         * lib/unictype/categ_Zs.h: Likewise.
24963         * lib/unictype/categ_of.h: Likewise.
24964         * lib/unictype/combining.h: Likewise.
24965         * lib/unictype/ctype_alnum.h: Likewise.
24966         * lib/unictype/ctype_alpha.h: Likewise.
24967         * lib/unictype/ctype_blank.h: Likewise.
24968         * lib/unictype/ctype_cntrl.h: Likewise.
24969         * lib/unictype/ctype_digit.h: Likewise.
24970         * lib/unictype/ctype_graph.h: Likewise.
24971         * lib/unictype/ctype_lower.h: Likewise.
24972         * lib/unictype/ctype_print.h: Likewise.
24973         * lib/unictype/ctype_punct.h: Likewise.
24974         * lib/unictype/ctype_space.h: Likewise.
24975         * lib/unictype/ctype_upper.h: Likewise.
24976         * lib/unictype/ctype_xdigit.h: Likewise.
24977         * lib/unictype/decdigit.h: Likewise.
24978         * lib/unictype/digit.h: Likewise.
24979         * lib/unictype/mirror.h: Likewise.
24980         * lib/unictype/numeric.h: Likewise.
24981         * lib/unictype/pr_alphabetic.h: Likewise.
24982         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
24983         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
24984         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
24985         * lib/unictype/pr_bidi_block_separator.h: Likewise.
24986         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
24987         * lib/unictype/pr_bidi_common_separator.h: Likewise.
24988         * lib/unictype/pr_bidi_control.h: Likewise.
24989         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
24990         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
24991         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
24992         * lib/unictype/pr_bidi_european_digit.h: Likewise.
24993         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
24994         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
24995         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
24996         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
24997         * lib/unictype/pr_bidi_pdf.h: Likewise.
24998         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
24999         * lib/unictype/pr_bidi_whitespace.h: Likewise.
25000         * lib/unictype/pr_combining.h: Likewise.
25001         * lib/unictype/pr_composite.h: Likewise.
25002         * lib/unictype/pr_currency_symbol.h: Likewise.
25003         * lib/unictype/pr_dash.h: Likewise.
25004         * lib/unictype/pr_decimal_digit.h: Likewise.
25005         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
25006         * lib/unictype/pr_deprecated.h: Likewise.
25007         * lib/unictype/pr_diacritic.h: Likewise.
25008         * lib/unictype/pr_extender.h: Likewise.
25009         * lib/unictype/pr_format_control.h: Likewise.
25010         * lib/unictype/pr_grapheme_base.h: Likewise.
25011         * lib/unictype/pr_grapheme_extend.h: Likewise.
25012         * lib/unictype/pr_grapheme_link.h: Likewise.
25013         * lib/unictype/pr_hex_digit.h: Likewise.
25014         * lib/unictype/pr_hyphen.h: Likewise.
25015         * lib/unictype/pr_id_continue.h: Likewise.
25016         * lib/unictype/pr_id_start.h: Likewise.
25017         * lib/unictype/pr_ideographic.h: Likewise.
25018         * lib/unictype/pr_ids_binary_operator.h: Likewise.
25019         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
25020         * lib/unictype/pr_ignorable_control.h: Likewise.
25021         * lib/unictype/pr_iso_control.h: Likewise.
25022         * lib/unictype/pr_join_control.h: Likewise.
25023         * lib/unictype/pr_left_of_pair.h: Likewise.
25024         * lib/unictype/pr_line_separator.h: Likewise.
25025         * lib/unictype/pr_logical_order_exception.h: Likewise.
25026         * lib/unictype/pr_lowercase.h: Likewise.
25027         * lib/unictype/pr_math.h: Likewise.
25028         * lib/unictype/pr_non_break.h: Likewise.
25029         * lib/unictype/pr_not_a_character.h: Likewise.
25030         * lib/unictype/pr_numeric.h: Likewise.
25031         * lib/unictype/pr_other_alphabetic.h: Likewise.
25032         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
25033         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
25034         * lib/unictype/pr_other_id_continue.h: Likewise.
25035         * lib/unictype/pr_other_id_start.h: Likewise.
25036         * lib/unictype/pr_other_lowercase.h: Likewise.
25037         * lib/unictype/pr_other_math.h: Likewise.
25038         * lib/unictype/pr_other_uppercase.h: Likewise.
25039         * lib/unictype/pr_paired_punctuation.h: Likewise.
25040         * lib/unictype/pr_paragraph_separator.h: Likewise.
25041         * lib/unictype/pr_pattern_syntax.h: Likewise.
25042         * lib/unictype/pr_pattern_white_space.h: Likewise.
25043         * lib/unictype/pr_private_use.h: Likewise.
25044         * lib/unictype/pr_punctuation.h: Likewise.
25045         * lib/unictype/pr_quotation_mark.h: Likewise.
25046         * lib/unictype/pr_radical.h: Likewise.
25047         * lib/unictype/pr_sentence_terminal.h: Likewise.
25048         * lib/unictype/pr_soft_dotted.h: Likewise.
25049         * lib/unictype/pr_space.h: Likewise.
25050         * lib/unictype/pr_terminal_punctuation.h: Likewise.
25051         * lib/unictype/pr_titlecase.h: Likewise.
25052         * lib/unictype/pr_unassigned_code_value.h: Likewise.
25053         * lib/unictype/pr_unified_ideograph.h: Likewise.
25054         * lib/unictype/pr_uppercase.h: Likewise.
25055         * lib/unictype/pr_variation_selector.h: Likewise.
25056         * lib/unictype/pr_white_space.h: Likewise.
25057         * lib/unictype/pr_xid_continue.h: Likewise.
25058         * lib/unictype/pr_xid_start.h: Likewise.
25059         * lib/unictype/pr_zero_width.h: Likewise.
25060         * lib/unictype/scripts.h: Likewise.
25061         * lib/unictype/scripts_byname.gperf: Likewise.
25062         * lib/unictype/sy_c_ident.h: Likewise.
25063         * lib/unictype/sy_c_whitespace.h: Likewise.
25064         * lib/unictype/sy_java_ident.h: Likewise.
25065         * lib/unictype/sy_java_whitespace.h: Likewise.
25066
25067         * lib/unictype/Makefile: New file.
25068         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
25069         glibc.
25070         * lib/unictype/3level.h: New file, copied from glibc.
25071         * lib/unictype/3levelbit.h: New file.
25072
25073 2007-11-11  Bruno Haible  <bruno@clisp.org>
25074
25075         * modules/gperf: New file.
25076         * modules/iconv_open (Depends-on): Add it.
25077         (Makefile.am): Remove the GPERF definition.
25078
25079 2007-11-11  Bruno Haible  <bruno@clisp.org>
25080
25081         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
25082         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
25083
25084 2007-11-11  Bruno Haible  <bruno@clisp.org>
25085
25086         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
25087         (usage): Remove function.
25088
25089 2007-11-11  Bruno Haible  <bruno@clisp.org>
25090
25091         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
25092         gl_FUNC_CEILF_LIBS.
25093         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
25094         gl_FUNC_CEIL_LIBS.
25095         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
25096         gl_FUNC_CEILL_LIBS.
25097         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
25098         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
25099         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
25100
25101 2007-11-11  Bruno Haible  <bruno@clisp.org>
25102
25103         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
25104         roundf were declared but do not exist on functions.
25105         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
25106         roundl were declared but do not exist on functions.
25107         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
25108         HAVE_FLOORL_AND_CEILL, respectively.
25109         Needed for Sun C on Solaris 10.
25110
25111 2007-11-11  Bruno Haible  <bruno@clisp.org>
25112
25113         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
25114         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
25115         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
25116         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
25117         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
25118         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
25119         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
25120         HAVE_DECL_ROUNDF.
25121         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
25122         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
25123         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
25124         of HAVE_DECL_ROUND*.
25125         * modules/math (Makefile.am): Update.
25126
25127 2007-11-10  Bruno Haible  <bruno@clisp.org>
25128
25129         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
25130         ptrdiff_t as m4/intl.m4.
25131
25132 2007-11-10  Jim Meyering  <meyering@redhat.com>
25133
25134         Avoid link failure for the argmatch test.
25135         * tests/test-argmatch.c (usage): Define function to avoid a link
25136         failure: argmatch_die requires a usage function.
25137
25138 2007-11-09  Bruno Haible  <bruno@clisp.org>
25139
25140         * doc/functions/snprintf.texi: Mention BeOS deficiency.
25141         * doc/functions/vsnprintf.texi: Likewise.
25142         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
25143         with a size argument < 2.
25144
25145 2007-11-09  Bruno Haible  <bruno@clisp.org>
25146
25147         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
25148         buffer. Fixes an inefficiency introduced on 2007-11-03.
25149
25150 2007-11-09  Bruno Haible  <bruno@clisp.org>
25151
25152         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
25153         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
25154
25155 2007-11-08  Jim Meyering  <meyering@redhat.com>
25156
25157         Change cache variable name prefix "jm_" to "gl_" everywhere.
25158         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
25159         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
25160         * m4/uptime.m4: s/gl_/jm_/
25161
25162 2007-11-07  Bruno Haible  <bruno@clisp.org>
25163
25164         Update to GNU gettext 0.17.
25165         * m4/intl.m4: Update to GNU gettext 0.17.
25166         * m4/po.m4: Likewise.
25167         * modules/gettext (Files): Remove m4/ulonglong.m4.
25168         (configure.ac): Require gettext infrastructure from version 0.17.
25169
25170 2007-11-06  Bruno Haible  <bruno@clisp.org>
25171
25172         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
25173         symbolic values are not defined in a public header.
25174         * lib/freadable.c (freadable) [QNX]: Likewise.
25175         * lib/freadahead.c (freadahead) [QNX]: Likewise.
25176         * lib/freading.c (freading) [QNX]: Likewise.
25177         * lib/fseterr.c (fseterr) [QNX]: Likewise.
25178         * lib/fwritable.c (fwritable) [QNX]: Likewise.
25179         * lib/fwriting.c (fwriting) [QNX]: Likewise.
25180         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
25181         Reported by Alain Magloire.
25182
25183         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
25184
25185 2007-11-05  Bruno Haible  <bruno@clisp.org>
25186
25187         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
25188         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
25189         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
25190         Reported by Eric Blake.
25191
25192 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25193             Bruno Haible  <bruno@clisp.org>
25194
25195         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
25196         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
25197         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
25198         (malloc): Undefine also before including <stdlib.h>.
25199         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
25200         Needed on OSF/1 4.0.
25201
25202 2007-11-05  Jim Meyering  <meyering@redhat.com>
25203
25204         git-version-gen: sync from coreutils.
25205         * build-aux/git-version-gen: Add comments.
25206         Change the first '-' to '.' in the snapshot version string,
25207         e.g., 6.9-377-08144 -> 6.9.377-08144
25208         Remove first parameter.
25209         Don't declare a version "-dirty" merely because a time
25210         stamp has changed.
25211
25212 2007-11-04  Bruno Haible  <bruno@clisp.org>
25213
25214         * lib/lock.h: Protect all macro definitions containing an 'if'
25215         statement through a "do { ... } while (0)".
25216         * lib/tls.h: Likewise.
25217
25218 2007-11-04  Bruno Haible  <bruno@clisp.org>
25219
25220         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
25221
25222 2007-11-04  Bruno Haible  <bruno@clisp.org>
25223
25224         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
25225         * modules/fprintf-posix (Depends-on): Add nocrash.
25226         * modules/snprintf-posix (Depends-on): Likewise.
25227         * modules/sprintf-posix (Depends-on): Likewise.
25228         * modules/vasnprintf-posix (Depends-on): Likewise.
25229         * modules/vasprintf-posix (Depends-on): Likewise.
25230         * modules/vfprintf-posix (Depends-on): Likewise.
25231         * modules/vsnprintf-posix (Depends-on): Likewise.
25232         * modules/vsprintf-posix (Depends-on): Likewise.
25233         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
25234         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
25235         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
25236         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
25237         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
25238         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
25239         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
25240
25241 2007-11-04  Bruno Haible  <bruno@clisp.org>
25242
25243         * modules/nocrash: New file.
25244         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
25245         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
25246
25247 2007-11-04  Bruno Haible  <bruno@clisp.org>
25248
25249         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
25250         precision handling.
25251         * tests/test-vasprintf-posix.c (test_function): Likewise.
25252         * tests/test-snprintf-posix.h (test_function): Likewise.
25253         * tests/test-sprintf-posix.h (test_function): Likewise.
25254
25255         Fix *printf behaviour for large precisions on mingw and BeOS.
25256         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
25257         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
25258         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
25259         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25260         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25261         gl_PRINTF_PRECISION and test its result. Invoke
25262         gl_PREREQ_VASNPRINTF_PRECISION.
25263         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25264         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25265         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25266         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25267         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25268         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25269         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25270         * doc/functions/fprintf.texi: Update.
25271         * doc/functions/printf.texi: Update.
25272         * doc/functions/snprintf.texi: Update.
25273         * doc/functions/sprintf.texi: Update.
25274         * doc/functions/vfprintf.texi: Update.
25275         * doc/functions/vprintf.texi: Update.
25276         * doc/functions/vsnprintf.texi: Update.
25277         * doc/functions/vsprintf.texi: Update.
25278
25279 2007-11-04  Bruno Haible  <bruno@clisp.org>
25280
25281         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
25282
25283 2007-11-04  Bruno Haible  <bruno@clisp.org>
25284
25285         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
25286         Reported by Sylvain Beucler <beuc@gnu.org>.
25287
25288 2007-11-03  Bruno Haible  <bruno@clisp.org>
25289
25290         * tests/test-fprintf-posix2.sh: New file.
25291         * tests/test-fprintf-posix2.c: New file.
25292         * modules/fprintf-posix-tests (Files): Add them.
25293         (TESTS): Add test-fprintf-posix2.sh.
25294         (configure.ac): Check for getrlimit and setrlimit.
25295         (check_PROGRAMS): Add test-fprintf-posix2.
25296
25297         * tests/test-printf-posix2.sh: New file.
25298         * tests/test-printf-posix2.c: New file.
25299         * modules/printf-posix-tests (Files): Add them.
25300         (TESTS): Add test-printf-posix2.sh.
25301         (configure.ac): Check for getrlimit and setrlimit.
25302         (check_PROGRAMS): Add test-printf-posix2.
25303
25304         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
25305         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
25306         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
25307         (decode_double): New function, copied from decode_long_double.
25308         (scale10_round_decimal_decoded): New function, extracted from
25309         scale10_round_decimal_long_double.
25310         (scale10_round_decimal_long_double): Use it.
25311         (scale10_round_decimal_double): New function.
25312         (floorlog10): New function.
25313         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
25314         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
25315         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25316         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25317         gl_PRINTF_ENOMEM and test its result. Invoke
25318         gl_PREREQ_VASNPRINTF_ENOMEM.
25319         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25320         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25321         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25322         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25323         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25324         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25325         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25326         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
25327         * modules/snprintf-posix (Depends-on): Likewise.
25328         * modules/sprintf-posix (Depends-on): Likewise.
25329         * modules/vasnprintf-posix (Depends-on): Likewise.
25330         * modules/vasprintf-posix (Depends-on): Likewise.
25331         * modules/vfprintf-posix (Depends-on): Likewise.
25332         * modules/vsnprintf-posix (Depends-on): Likewise.
25333         * modules/vsprintf-posix (Depends-on): Likewise.
25334         * doc/functions/fprintf.texi: Update.
25335         * doc/functions/printf.texi: Update.
25336         * doc/functions/snprintf.texi: Update.
25337         * doc/functions/sprintf.texi: Update.
25338         * doc/functions/vfprintf.texi: Update.
25339         * doc/functions/vprintf.texi: Update.
25340         * doc/functions/vsnprintf.texi: Update.
25341         * doc/functions/vsprintf.texi: Update.
25342
25343 2007-11-03  Bruno Haible  <bruno@clisp.org>
25344
25345         * modules/frexp-nolibm-tests: New file.
25346
25347         * modules/frexp-nolibm: New file.
25348         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
25349
25350 2007-11-03  Bruno Haible  <bruno@clisp.org>
25351
25352         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
25353         value is C99 compliant.
25354         Needed for OSF/1 5.1.
25355
25356 2007-11-03  Bruno Haible  <bruno@clisp.org>
25357
25358         Fix out-of-memory handling of vasnprintf.
25359         * lib/printf-parse.c: Include <errno.h>.
25360         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
25361         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
25362         is already set.
25363
25364 2007-11-02  Eric Blake  <ebb9@byu.net>
25365
25366         Fix tests on cygwin.
25367         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
25368
25369 2007-11-01  Bruno Haible  <bruno@clisp.org>
25370
25371         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
25372         warning.
25373         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
25374         needed for POSIX compatibility.
25375
25376 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
25377
25378         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
25379         for compatibility with GNU.
25380
25381 2007-11-01  Bruno Haible  <bruno@clisp.org>
25382
25383         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
25384         (putenv): Renamed from rpl_putenv. Change argument type from
25385         'const char *' to 'char *'.
25386         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
25387         of defining putenv in config.h, just set REPLACE_PUTENV.
25388         * modules/putenv (Depends-on): Add stdlib.
25389         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25390         (Include): Use <stdlib.h>.
25391         * lib/stdlib.in.h (putenv): New declaration.
25392         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
25393         REPLACE_PUTENV.
25394         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
25395         REPLACE_PUTENV.
25396         Needed for MacOS X 10.5.0.
25397         Reported by Peter O'Gorman <peter@pogma.com>.
25398
25399 2007-11-01  Jim Meyering  <meyering@redhat.com>
25400
25401         Treat an empty date string exactly like "0".
25402         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
25403         if the remaining date string (to be parsed) is empty, use "0".
25404         Reported by Mischa Molhoek and discussed in this thread:
25405         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
25406
25407 2007-10-31  Bruno Haible  <bruno@clisp.org>
25408
25409         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
25410         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
25411         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
25412         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
25413         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
25414         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
25415
25416 2007-10-31  Bruno Haible  <bruno@clisp.org>
25417
25418         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
25419         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
25420         (AC_TYPE_LONG_LONG_INT): Use it.
25421         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
25422         it as well.
25423         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
25424         to m4/longlong.m4.
25425         * modules/stdint (Files): Remove m4/ulonglong.m4.
25426         * modules/strtoull (Files): Use m4/longlong.m4 instead of
25427         m4/ulonglong.m4.
25428         * modules/strtoumax (Files): Likewise.
25429
25430 2007-10-30  Bruno Haible  <bruno@clisp.org>
25431
25432         * modules/xvasprintf-posix: New file.
25433         Suggested by Eric Blake.
25434
25435 2007-10-30  Bruno Haible  <bruno@clisp.org>
25436
25437         * modules/xprintf-posix-tests: New file.
25438         * tests/test-xprintf-posix.sh: New file.
25439         * tests/test-xprintf-posix.c: New file.
25440         * tests/test-xfprintf-posix.c: New file.
25441
25442         * modules/xprintf-posix: New file.
25443
25444 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25445
25446         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
25447         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
25448         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
25449
25450 2007-10-29  Bruno Haible  <bruno@clisp.org>
25451
25452         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
25453         contain the special marker '_cv_'.
25454         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
25455         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
25456         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
25457         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
25458         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
25459         Reported by Ralf Wildenhues.
25460
25461 2007-10-29  Bruno Haible  <bruno@clisp.org>
25462
25463         * gnulib-tool (func_import): When --lgpl is not specified, set
25464         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
25465         GPLv3.
25466         Reported by Simon Josefsson.
25467
25468 2007-10-28  Bruno Haible  <bruno@clisp.org>
25469
25470         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
25471         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
25472         HAVE_DECL_ISFINITE.
25473         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
25474         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
25475         HAVE_DECL_ISFINITE.
25476
25477 2007-10-28  Bruno Haible  <bruno@clisp.org>
25478
25479         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
25480         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
25481
25482 2007-10-28  Bruno Haible  <bruno@clisp.org>
25483
25484         Fix link errors with Sun C 5.0 on Solaris 10.
25485         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
25486         function is declared but not present in the compiler's libm.
25487         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
25488         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
25489         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
25490         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
25491         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
25492         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
25493         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
25494         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
25495         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
25496         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
25497         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
25498         HAVE_DECL_FLOORL.
25499
25500 2007-10-28  Bruno Haible  <bruno@clisp.org>
25501
25502         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
25503         gl_FUNC_FLOORL. Cache the result.
25504         (gl_FUNC_FLOORL): Use it.
25505         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
25506         gl_FUNC_CEILL. Cache the result.
25507         (gl_FUNC_CEILL): Use it.
25508
25509         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
25510         gl_FUNC_FLOOR. Cache the result.
25511         (gl_FUNC_FLOOR): Use it.
25512         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
25513         gl_FUNC_CEIL. Cache the result.
25514         (gl_FUNC_CEIL): Use it.
25515
25516         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
25517         gl_FUNC_FLOORF. Cache the result.
25518         (gl_FUNC_FLOORF): Use it.
25519         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
25520         gl_FUNC_CEILF. Cache the result.
25521         (gl_FUNC_CEILF): Use it.
25522
25523 2007-10-28  Bruno Haible  <bruno@clisp.org>
25524
25525         * gnulib-tool: Allow specifying the LGPL version number through
25526         --lgpl=2 or --lgpl=3.
25527         (func_usage): Document --lgpl with argument.
25528         Handle --lgpl=... arguments.
25529         (func_import): Recognize also gl_LGPL calls with an argument. When
25530         --lgpl=2 is used and the module's license is just LGPL, report an
25531         error. Set sed_transform_lib_file according to the lgpl variable. In
25532         the generated files, use --lgpl or gl_LGPL invocations with argument,
25533         if necessary.
25534         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
25535         an LGPv2+ license.
25536         * doc/gnulib-tool.texi (Modified imports): Update explanation of
25537         gl_LGPL macro.
25538
25539 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25540             Bruno Haible  <bruno@clisp.org>
25541
25542         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
25543         (u16_uctomb_aux): Likewise.
25544         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
25545         !HAVE_INLINE.
25546         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
25547
25548 2007-10-28  Bruno Haible  <bruno@clisp.org>
25549
25550         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
25551         Invoke AM_GETTEXT_OPTION if it exists.
25552         * modules/vasprintf: Likewise.
25553         * modules/verror: Likewise.
25554         * modules/xprintf: Likewise.
25555         * modules/xvasprintf: Likewise.
25556
25557 2007-10-27  Ben Pfaff  <blp@gnu.org>
25558
25559         * lib/math.in.h: Define isfinite macro and prototypes for
25560         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
25561         implementations.
25562         * m4/math_h.m4: New substitutions for isfinite module.
25563         * lib/isfinite.c: New file.
25564         * m4/isfinite.m4: New file.
25565         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
25566         * modules/isfinite: New file.
25567         * modules/isfinite-tests: New file.
25568         * tests/tests-isfinite.c: New file.
25569         * doc/functions/isfinite.texi: Mention isfinite module.
25570         * MODULES.html.sh: Mention new module.
25571
25572 2007-10-27  Ben Pfaff  <blp@gnu.org>
25573
25574         Ralf Wildenhues reported that Tru64 4.0D declares the round
25575         functions but does not have definitions.
25576         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
25577         cannot be found in any library, set the output variable to
25578         "missing" instead of "".
25579         * m4/round.m4: Also use our substitute if we cannot find round in
25580         any library, even if it is declared.
25581         * m4/roundf.m4: Likewise for roundf.
25582         * m4/roundl.m4: Likewise for roundl.
25583         * lib/math.in.h: Undefine roundf, round, roundl before defining
25584         their replacements, to allow for hypothetical systems where these
25585         may be defined as macros but not available in libraries.
25586
25587 2007-10-27  Bruno Haible  <bruno@clisp.org>
25588
25589         * doc/gnulib.texi: Invoke @firstparagraphindent.
25590         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
25591         changes in gnulib.
25592         (Source changes): New section.
25593
25594 2007-10-26  Bruno Haible  <bruno@clisp.org>
25595
25596         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
25597         borrowed from autoconf.
25598
25599 2007-10-26  Bruno Haible  <bruno@clisp.org>
25600
25601         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
25602         strerror returned the empty string. Needed on HP-UX 11.00.
25603
25604 2007-10-24  Micah Cowan  <micah@cowan.name>
25605
25606         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
25607         * build-aux/bootstrap: Remove support for now-unnecessary option,
25608         --cvs-user, and envvars CVS_USER, CVS_RSH.
25609
25610 2007-10-24  Jim Meyering  <meyering@redhat.com>
25611
25612         Avoid diagnostics from sha1sum when there is no cached checksum.
25613         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
25614         if the po.s1 file hasn't been created yet.
25615
25616         * build-aux/bootstrap: Sync from coreutils:
25617         2007-10-24  Jim Meyering  <meyering@redhat.com>
25618         Get gnulib from the git repository, not from an obsolete cvs one.
25619         * build-aux/bootstrap: Suggestion from Micah Cowan.
25620         2007-10-04  Jim Meyering  <jim@meyering.net>
25621         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
25622         (update_po_files): Work also when there are no .po files in po/.
25623
25624 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25625
25626         * README: Append ".git" to git and cg examples.
25627         Problem reported by Benoit Sigoure.
25628
25629 2007-10-23  Micah Cowan  <micah@cowan.name>
25630
25631         * users.txt: Add wget.
25632
25633 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25634
25635         Fix linking of some unistdio tests on FreeBSD.
25636         * modules/unistdio/u16-vsnprintf-tests
25637         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
25638         * modules/unistdio/u16-vsprintf-tests
25639         (test_u16_vsnprintf1_LDADD): Likewise.
25640         * modules/unistdio/u32-vsnprintf-tests
25641         (test_u32_vsnprintf1_LDADD): Likewise.
25642         * modules/unistdio/u32-vsprintf-tests
25643         (test_u32_vsprintf1_LDADD): Likewise.
25644         * modules/unistdio/u8-vsnprintf-tests
25645         (test_u8_vsnprintf1_LDADD): Likewise.
25646         * modules/unistdio/u8-vsprintf-tests
25647         (test_u8_vsprintf1_LDADD): Likewise.
25648         * modules/unistdio/ulc-vsnprintf-tests
25649         (test_ulc_vsnprintf1_LDADD): Likewise.
25650         * modules/unistdio/ulc-vsprintf-tests
25651         (test_ulc_vsprintf1_LDADD): Likewise.
25652
25653         Fix linking of some uniconv tests on FreeBSD.
25654         * modules/uniconv/u16-conv-from-enc-tests
25655         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
25656         * modules/uniconv/u16-conv-to-enc-tests
25657         (test_u16_conv_to_enc_LDADD): Likewise.
25658         * modules/uniconv/u16-strconv-from-enc-tests
25659         (test_u16_strconv_from_enc_LDADD): Likewise.
25660         * modules/uniconv/u16-strconv-to-enc-tests
25661         (test_u16_strconv_to_enc_LDADD): Likewise.
25662         * modules/uniconv/u32-conv-from-enc-tests
25663         (test_u32_conv_from_enc_LDADD): Likewise.
25664         * modules/uniconv/u32-conv-to-enc-tests
25665         (test_u32_conv_to_enc_LDADD): Likewise.
25666         * modules/uniconv/u32-strconv-from-enc-tests
25667         (test_u32_strconv_from_enc_LDADD): Likewise.
25668         * modules/uniconv/u32-strconv-to-enc-tests
25669         (test_u32_strconv_to_enc_LDADD): Likewise.
25670         * modules/uniconv/u8-conv-from-enc-tests
25671         (test_u8_conv_from_enc_LDADD): Likewise.
25672         * modules/uniconv/u8-conv-to-enc-tests
25673         (test_u8_conv_to_enc_LDADD): Likewise.
25674         * modules/uniconv/u8-strconv-from-enc-tests
25675         (test_u8_strconv_from_enc_LDADD): Likewise.
25676         * modules/uniconv/u8-strconv-to-enc-tests
25677         (test_u8_strconv_to_enc_LDADD): Likewise.
25678
25679 2007-10-22  Bruno Haible  <bruno@clisp.org>
25680
25681         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
25682         size.
25683
25684 2007-10-22  Eric Blake  <ebb9@byu.net>
25685
25686         Tweak x*printf documentation.
25687         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
25688         variable name and comments.
25689         Suggested by Bruno Haible.
25690
25691 2007-10-22  Bruno Haible  <bruno@clisp.org>
25692
25693         * lib/acl.c (copy_acl): Fix file name in comment.
25694
25695 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
25696
25697         Fix Tru64 problem with stdbool.h.
25698         * lib/stdbool.in.h (false, true):
25699         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
25700         Don't declare as an enum in this situation; it runs afoul of Tru64.
25701         Problem reported by Steven M. Schweda in
25702         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
25703
25704 2007-10-22  Eric Blake  <ebb9@byu.net>
25705
25706         Also wrap vf?printf.
25707         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
25708         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
25709         (xvprintf, xvfprintf): New functions.
25710
25711 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25712
25713         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
25714         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
25715
25716         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
25717         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
25718
25719 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
25720
25721         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
25722         by Bruno Haible.
25723
25724 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25725
25726         * lib/getloadavg.c
25727         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
25728         Undef `sys' after including sys/table.h, for Tru64 4.0D.
25729
25730         * tests/test-i-ring.c: Work for C89.
25731
25732 2007-10-22  Bruno Haible  <bruno@clisp.org>
25733
25734         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
25735         -1u, in preprocessor expression, so that we don't test for the bug
25736         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
25737         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
25738
25739 2007-10-22  Eric Blake  <ebb9@byu.net>
25740
25741         * tests/test-yesno.sh: Silence stderr during test.
25742
25743 2007-10-22  Simon Josefsson  <simon@josefsson.org>
25744
25745         * modules/crypto/gc-camellia: New file.
25746
25747         * m4/gc-camellia.m4: New file.
25748
25749         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
25750
25751         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
25752
25753 2007-10-22  Simon Josefsson  <simon@josefsson.org>
25754
25755         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
25756         --help to stdout.  Reported by sms@antinode.org (Steven
25757         M. Schweda).
25758
25759 2007-10-22  Simon Josefsson  <simon@josefsson.org>
25760
25761         * users.txt: Fix link to libksba.
25762
25763 2007-10-21  Ben Pfaff  <blp@gnu.org>
25764
25765         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
25766         round.c roundf implementation that depends on floorf and ceilf to
25767         be tested unconditionally.
25768
25769 2007-10-21  Ben Pfaff  <blp@gnu.org>
25770
25771         * m4/check-libm-func.m4: Removed.
25772         * m4/check-math-lib.m4: New file.
25773         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
25774         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
25775         definition and lack of AC_LIBOBJ([roundf]).
25776         * m4/roundl.m4: Ditto, and similarly for roundl.
25777         * modules/round: Reference new m4 file.
25778         * modules/roundf: Ditto.
25779         * modules/roundl: Ditto.
25780         * tests/test-round2.c (main): Use ROUND instead of round.
25781         Bug report from Bruno Haible.
25782
25783 2007-10-21  Bruno Haible  <bruno@clisp.org>
25784
25785         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
25786         context.
25787
25788 2007-10-21  Bruno Haible  <bruno@clisp.org>
25789
25790         * tests/test-wcwidth.c (main): Allow negative result for some control
25791         characters.
25792
25793         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
25794         Needed on OSF/1 5.1.
25795
25796 2007-10-21  Bruno Haible  <bruno@clisp.org>
25797
25798         * tests/test-floorf1.c: Include isnanf.h.
25799         (main): Use isnanf() instead of isnan().
25800         * tests/test-ceilf1.c: Include isnanf.h.
25801         (main): Use isnanf() instead of isnan().
25802         * tests/test-truncf1.c: Include isnanf.h.
25803         (main): Use isnanf() instead of isnan().
25804         * tests/test-roundf1.c: Include isnanf.h.
25805         (main): Use isnanf() instead of isnan().
25806
25807 2007-10-21  Eric Blake  <ebb9@byu.net>
25808
25809         * users.txt: Update URL for m4.
25810
25811 2007-10-21  Bruno Haible  <bruno@clisp.org>
25812
25813         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
25814
25815 2007-10-21  Bruno Haible  <bruno@clisp.org>
25816
25817         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
25818         Git's management files if the CVS files are not present.
25819
25820 2007-10-20  Bruno Haible  <bruno@clisp.org>
25821
25822         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
25823         gcc-3.4.x.
25824
25825 2007-10-20  Ben Pfaff  <blp@gnu.org>
25826
25827         * lib/math.in.h: Declare round, roundf, roundl if we are providing
25828         implementations.
25829         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
25830         * lib/round.c: New file.
25831         * lib/roundf.c: New file.
25832         * lib/roundl.c: New file.
25833         * m4/round.m4: New file.
25834         * m4/roundf.m4: New file.
25835         * m4/roundl.m4: New file.
25836         * m4/check-libm-func-m4: New file.
25837         * modules/math: Replace round, roundf, roundl related @VARS@ in
25838         math.in.h.
25839         * modules/round: New file.
25840         * modules/round-tests: New file.
25841         * modules/roundf: New file.
25842         * modules/roundf-tests: New file.
25843         * modules/roundl: New file.
25844         * modules/roundl-tests: New file.
25845         * tests/test-round1.c: New file.
25846         * tests/test-round2.c: New file.
25847         * tests/test-roundf1.c: New file.
25848         * tests/test-roundf2.c: New file.
25849         * tests/test-roundl.c: New file.
25850         * doc/functions/round.texi: Mention round module.
25851         * doc/functions/roundf.texi: Mention roundf module.
25852         * doc/functions/roundl.texi: Mention roundl module.
25853         * MODULES.html.sh: Mention new modules.
25854         Thanks to Bruno Haible for suggestions.
25855
25856 2007-10-20  Jim Meyering  <meyering@redhat.com>
25857
25858         * lib/xprintf.c: Include <config.h> unconditionally.
25859
25860         Change xprintf's license to GPL.
25861         * modules/xprintf (License): s/LGPL/GPL/, since this module
25862         depends on modules (exit and exitfail) which are GPL.
25863         Suggestion from Bruno Haible.
25864
25865         xprintf fixes.
25866         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
25867         Use a clearer diagnostic.
25868         Patch from Bruno Haible.
25869
25870 2007-10-20  Bruno Haible  <bruno@clisp.org>
25871
25872         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
25873         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
25874         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25875
25876 2007-10-20  Bruno Haible  <bruno@clisp.org>
25877
25878         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
25879         precision in the comparison result > x - 1 or similar.
25880         * tests/test-ceilf2.c (correct_result_p): Likewise.
25881         * tests/test-truncf2.c (correct_result_p): Likewise.
25882         * tests/test-trunc2.c (correct_result_p): Likewise.
25883         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25884
25885 2007-10-20  Bruno Haible  <bruno@clisp.org>
25886
25887         * modules/ceil: New file.
25888         * m4/ceil.m4: New file.
25889         * doc/functions/ceil.texi: Mention the 'ceil' module.
25890
25891 2007-10-20  Bruno Haible  <bruno@clisp.org>
25892
25893         * modules/floor: New file.
25894         * m4/floor.m4: New file.
25895         * doc/functions/floor.texi: Mention the 'floor' module.
25896
25897 2007-10-20  Bruno Haible  <bruno@clisp.org>
25898
25899         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
25900         of %a.
25901         * modules/floorf-tests (Depends-on): Likewise.
25902         * modules/truncf-tests (Depends-on): Likewise.
25903         * modules/trunc-tests (Depends-on): Likewise.
25904         Reported by Ben Pfaff.
25905
25906 2007-10-19  Jim Meyering  <meyering@redhat.com>
25907
25908         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
25909         Don't bother testing specific errno values.  Just test ferror.
25910
25911         New module: xprintf
25912         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
25913
25914 2007-10-19  Bruno Haible  <bruno@clisp.org>
25915
25916         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
25917         syntax.
25918         * modules/javaexec (Makefile.am): Likewise.
25919         * modules/relocatable-prog (Makefile.am): Likewise.
25920         Suggested by Jim Meyering.
25921
25922 2007-10-18  Bruno Haible  <bruno@clisp.org>
25923
25924         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
25925         Reported by Jim Meyering.
25926
25927 2007-10-18  Eric Blake  <ebb9@byu.net>
25928
25929         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
25930
25931 2007-10-18  Bruno Haible  <bruno@clisp.org>
25932
25933         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
25934         the format string into writable memory. Needed in Fortify conditions.
25935
25936 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
25937             Bruno Haible  <bruno@clisp.org>
25938
25939         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
25940         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
25941         * modules/trim (Depends-on): Add mbchar.
25942         (configure.ac): Add gl_FUNC_MBRTOWC.
25943         (Makefile.am): Augment lib_SOURCES.
25944
25945 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
25946
25947         Modify glob.c to use fstatat and dirfd, to simplify it.
25948         Suggested by Eric Blake.
25949         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
25950         Don't include <stdbool.h>; not used.
25951         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
25952         (link_exists_p): Simplify implementation, since we can now assume
25953         dirfd and fstatat.
25954         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
25955
25956 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25957
25958         * gnulib-tool (func_get_dependencies): Fix sed script to
25959         match only tests.
25960
25961 2007-10-17  Bruno Haible  <bruno@clisp.org>
25962
25963         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
25964         allow locale names without encoding suffix.
25965         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
25966         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25967
25968 2007-10-16  Bruno Haible  <bruno@clisp.org>
25969
25970         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
25971         * lib/getgroups.c (getgroups): Likewise.
25972         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
25973
25974 2007-10-16  Bruno Haible  <bruno@clisp.org>
25975
25976         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
25977         * modules/malloc-posix (License): Likewise.
25978         * modules/realloc-posix (License): Likewise.
25979         * modules/calloc-posix (License): Likewise.
25980         * modules/intprops (License): Change from GPL to LGPL, with
25981         Paul Eggert's approval.
25982
25983 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
25984
25985         Merge glibc changes into lib/glob.c.
25986
25987         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
25988         2007-10-15 04:59:03 UTC.  Here are the changes:
25989
25990         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
25991
25992         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
25993
25994         * lib/glob.c: Add some branch prediction throughout.
25995
25996         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
25997
25998         [BZ #5103]
25999         * lib/glob.c (glob): Recognize patterns starting \/.
26000
26001         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
26002
26003         [BZ #3996]
26004         * lib/glob.c (attribute_hidden): Define if not defined.
26005         (glob): Unescape dirname, filename or username when needed and not
26006         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
26007         is NULL.  Handle unescaped [ in pattern without closing ].
26008         Don't pass GLOB_CHECK down to recursive glob for directories.
26009         (__glob_pattern_type): New function.
26010         (__glob_pattern_p): Implement using __glob_pattern_type.
26011         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
26012         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
26013         Remove unreachable code.
26014
26015         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
26016
26017         * lib/glob.c (glob_in_dir): Add some comments and asserts to
26018         explain why there are no leaks.
26019
26020         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
26021
26022         [BZ #3253]
26023         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
26024         time, rather allocate increasingly bigger arrays of pointers, if
26025         possible with alloca, if too large with malloc.
26026
26027 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26028
26029         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
26030         Problem reported by H.Merijn Brand in
26031         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
26032         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
26033         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26034
26035 2007-10-15  Bruno Haible  <bruno@clisp.org>
26036
26037         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
26038         with explicit rpl_ prefix.
26039         * lib/fopen.c (fopen): Likewise.
26040         * lib/freopen.c (freopen): Likewise.
26041         * lib/iconv.c (iconv): Likewise.
26042         * lib/iconv_close.c (iconv_close): Likewise.
26043
26044 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26045
26046         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
26047
26048 2007-10-15  Bruno Haible  <bruno@clisp.org>
26049
26050         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
26051         <stddef.h> instead of <stdlib.h> since we only need NULL.
26052         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26053
26054 2007-10-15  Bruno Haible  <bruno@clisp.org>
26055
26056         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
26057         Replace paragraph talking about LIBOBJS.
26058         Reported by Colin Watson <cjwatson@debian.org>.
26059
26060 2007-10-15  Bruno Haible  <bruno@clisp.org>
26061
26062         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
26063         <stdlib.h> before using NULL.
26064
26065 2007-10-15  Simon Josefsson  <simon@josefsson.org>
26066
26067         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
26068         Reported by Albert Chin <china@thewrittenword.com>.
26069
26070 2007-10-14  Bruno Haible  <bruno@clisp.org>
26071
26072         * modules/iconv_open-utf-tests: New file.
26073         * tests/test-iconv-utf.c: New file.
26074
26075         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
26076         * modules/iconv_open-utf: New file.
26077         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
26078         (iconv, iconv_close): New declarations.
26079         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
26080         be defined.
26081         (iconv_open): Add special handling of conversion between UTF-8 and
26082         UTF-{16,32}{BE,LE}.
26083         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
26084         * lib/iconv_close.c: New file.
26085         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
26086         gl_FUNC_ICONV_OPEN.
26087         (gl_FUNC_ICONV_OPEN): Use it.
26088         (gl_FUNC_ICONV_OPEN_UTF): New macro.
26089         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
26090         and REPLACE_ICONV_UTF.
26091         * modules/iconv_open (Depends-on): Add c-strcase.
26092         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
26093         ICONV_CONST.
26094         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
26095
26096 2007-10-13  Albert Chin  <china@thewrittenword.com>
26097             Bruno Haible  <bruno@clisp.org>
26098
26099         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
26100         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
26101
26102 2007-10-13  Bruno Haible  <bruno@clisp.org>
26103
26104         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
26105         defined, use the ISO C99 inline semantics.
26106         * lib/argp.h (ARGP_EI): Likewise.
26107
26108 2007-10-13  Bruno Haible  <bruno@clisp.org>
26109
26110         Handle 'inline' change in gcc 4.3.0.
26111         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
26112         argp_fmtstream_write, argp_fmtstream_set_lmargin,
26113         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
26114         argp_fmtstream_point): Disable 'extern' declaration if the function
26115         definition is going to be provided inline.
26116         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
26117         semantics, not the ISO C99 inline semantics.
26118         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
26119         'extern' declaration if the function definition is going to be provided
26120         inline.
26121         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
26122         the GNU C inline semantics, not the ISO C99 inline semantics. With
26123         GCC 4.2, avoid a warning.
26124
26125 2007-10-13  Bruno Haible  <bruno@clisp.org>
26126
26127         * lib/freading.h (freading): Enable the use of __freading for
26128         glibc >= 2.7.
26129         * lib/freading.c (freading): Likewise.
26130
26131 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26132
26133         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
26134         "warning: C99 inline functions are not supported; using GNU89".
26135
26136 2007-10-12  Bruno Haible  <bruno@clisp.org>
26137
26138         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
26139         of 2.
26140         * tests/test-ceilf2.c: New file.
26141         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
26142
26143         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
26144         * modules/ceilf-tests: Update.
26145
26146 2007-10-12  Bruno Haible  <bruno@clisp.org>
26147
26148         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
26149         of 2.
26150         * tests/test-floorf2.c: New file.
26151         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
26152
26153         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
26154         * modules/floorf-tests: Update.
26155
26156 2007-10-12  Bruno Haible  <bruno@clisp.org>
26157
26158         * tests/test-trunc2.c: New file.
26159         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
26160
26161         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
26162         * modules/trunc-tests: Update.
26163
26164 2007-10-12  Bruno Haible  <bruno@clisp.org>
26165
26166         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
26167         of 2.
26168         * tests/test-truncf2.c: New file.
26169         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
26170
26171         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
26172         * modules/truncf-tests: Update.
26173
26174 2007-10-11  Eric Blake  <ebb9@byu.net>
26175
26176         Don't claim strerror is broken on Interix.
26177         * doc/functions/strerror.texi (strerror): Known broken systems are
26178         now Solaris 8, and not Interix.
26179         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
26180         Interix on cross-compile.
26181         Reported by Martin Koeppe in
26182         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
26183
26184 2007-10-11  Bruno Haible  <bruno@clisp.org>
26185
26186         * modules/i-ring-tests: New file.
26187         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
26188         instead of assert.
26189
26190 2007-10-11  Bruno Haible  <bruno@clisp.org>
26191
26192         * modules/filenamecat-tests: New file.
26193         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
26194         * lib/filenamecat.c: Remove test code.
26195
26196 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26197
26198         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
26199
26200         * lib/strerror.c: Include <string.h> always, to test interface,
26201         and to remove the need for the dummy.
26202         Include intprops.h to compute width instead of doing it ourselves
26203         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
26204         (strerror): Define it to return NULL if there's no system strerror.
26205         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
26206         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
26207         ancient pre-strerror Unix systems well any more.  Saying "unknown
26208         system error" is enough.
26209         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
26210         simpler strerror.c implementation.
26211         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
26212         Simplify the tests to reflect the simpler strerror implementation.
26213         * modules/strerror (Depends-on): Add intprops.
26214
26215 2007-10-09  Eric Blake  <ebb9@byu.net>
26216
26217         Silence test-fpending.
26218         * modules/fpending-tests (Files): Add wrapper script.
26219         * tests/test-fpending.sh: New file.
26220
26221 2007-10-09  Bruno Haible  <bruno@clisp.org>
26222
26223         * MODULES.html.sh (func_module): Don't create a hyperlink for
26224         function names like 'printf_frexp'.
26225         (Misc): Add crc, memxor.
26226         (Characteristics of floating types): New section.
26227         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
26228         isnanf-nolibm, signbit, trunc, truncf, truncl.
26229         (Enhancements for ISO C 99 functions): New subsection Input/output.
26230         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
26231         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
26232         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
26233         (Compatibility checks for POSIX:2001 functions): Add clock-time.
26234         (Enhancements for POSIX:2001 functions): Add chdir-long.
26235         (File system functions): Add areadlink, chdir-safer, read-file.
26236         Remove cycle-check.
26237         (File system as inode set): New section.
26238         (Date and time): Add gethrxtime.
26239         (Multithreading): Add openmp.
26240         (Internationalization functions): Add localename.
26241         (Unicode string functions): Add unistr/u*-mbsnlen.
26242         (Support for maintaining and releasing projects): Add git-version-gen.
26243         (Lone files): Remove directories.
26244
26245 2007-10-08  Ben Pfaff  <blp@gnu.org>
26246
26247         * lib/xmalloca.h: Fix typo in comment.
26248
26249 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26250
26251         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
26252         when avoiding problems with integer overflow.  Use a portable test
26253         instead.
26254
26255 2007-10-08  Simon Josefsson  <simon@josefsson.org>
26256
26257         * modules/dummy (License): Change to LGPLv2+.
26258         * modules/float (License): Likewise
26259         * modules/realloc (License): Likewise
26260         * modules/stdlib (License): Likewise
26261
26262 2007-10-07  Bruno Haible  <bruno@clisp.org>
26263
26264         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
26265         * floor.c (TWO_MANT_DIG): Likewise.
26266         * ceil.c (TWO_MANT_DIG): Likewise.
26267         Reported by Ben Pfaff.
26268
26269 2007-10-07  Bruno Haible  <bruno@clisp.org>
26270
26271         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
26272         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
26273         * lib/frexp.c (FUNC): Likewise.
26274         * lib/printf-frexp.h (printf_frexp): Likewise.
26275         * lib/printf-frexpl.h (printf_frexpl): Likewise.
26276         * lib/printf-frexp.c (FUNC): Likewise.
26277         Suggested by Jim Meyering.
26278
26279 2007-10-07  Jim Meyering  <meyering@redhat.com>
26280
26281         Make xnanosleep's integer overflow test more robust.
26282         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
26283         so that gcc-4.3.0 doesn't optimize away this test for overflow.
26284
26285 2007-10-07  Bruno Haible  <bruno@clisp.org>
26286
26287         * NEWS: Mention the license change.
26288
26289         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
26290         abbreviations in the modules files.
26291
26292         Change copyright notice from GPLv2+ to GPLv3+.
26293         * README: Change copyright notice.
26294         * MODULES.html.sh: Likewise.
26295         * build-aux/bootstrap.conf: Likewise.
26296         * build-aux/config.libpath: Likewise.
26297         * build-aux/csharpcomp.sh.in: Likewise.
26298         * build-aux/csharpexec.sh.in: Likewise.
26299         * build-aux/install-reloc: Likewise.
26300         * build-aux/javacomp.sh.in: Likewise.
26301         * build-aux/javaexec.sh.in: Likewise.
26302         * build-aux/ldd.sh.in: Likewise.
26303         * build-aux/reloc-ldflags: Likewise.
26304         * build-aux/relocatable.sh.in: Likewise.
26305         * build-aux/x-to-1.in: Likewise.
26306         * check-module: Likewise.
26307         * config/srclistvars.sh: Likewise.
26308         * gnulib-tool: Likewise.
26309         * lib/acl-internal.h: Likewise.
26310         * lib/acl.c: Likewise.
26311         * lib/acl.h: Likewise.
26312         * lib/acl_entries.c: Likewise.
26313         * lib/areadlink-with-size.c: Likewise.
26314         * lib/areadlink.c: Likewise.
26315         * lib/areadlink.h: Likewise.
26316         * lib/argmatch.c: Likewise.
26317         * lib/argmatch.h: Likewise.
26318         * lib/argp-ba.c: Likewise.
26319         * lib/argp-eexst.c: Likewise.
26320         * lib/argp-fmtstream.c: Likewise.
26321         * lib/argp-fmtstream.h: Likewise.
26322         * lib/argp-fs-xinl.c: Likewise.
26323         * lib/argp-help.c: Likewise.
26324         * lib/argp-namefrob.h: Likewise.
26325         * lib/argp-parse.c: Likewise.
26326         * lib/argp-pin.c: Likewise.
26327         * lib/argp-pv.c: Likewise.
26328         * lib/argp-pvh.c: Likewise.
26329         * lib/argp-xinl.c: Likewise.
26330         * lib/argp.h: Likewise.
26331         * lib/at-func.c: Likewise.
26332         * lib/atanl.c: Likewise.
26333         * lib/backupfile.c: Likewise.
26334         * lib/backupfile.h: Likewise.
26335         * lib/basename.c: Likewise.
26336         * lib/binary-io.h: Likewise.
26337         * lib/byteswap.in.h: Likewise.
26338         * lib/c-stack.c: Likewise.
26339         * lib/c-stack.h: Likewise.
26340         * lib/c-strcasestr.c: Likewise.
26341         * lib/c-strcasestr.h: Likewise.
26342         * lib/c-strstr.c: Likewise.
26343         * lib/c-strstr.h: Likewise.
26344         * lib/c-strtod.c: Likewise.
26345         * lib/calloc.c: Likewise.
26346         * lib/canon-host.c: Likewise.
26347         * lib/canon-host.h: Likewise.
26348         * lib/canonicalize-lgpl.c: Likewise.
26349         * lib/canonicalize.c: Likewise.
26350         * lib/canonicalize.h: Likewise.
26351         * lib/ceil.c: Likewise.
26352         * lib/ceilf.c: Likewise.
26353         * lib/ceill.c: Likewise.
26354         * lib/chdir-long.c: Likewise.
26355         * lib/chdir-long.h: Likewise.
26356         * lib/chdir-safer.c: Likewise.
26357         * lib/chdir-safer.h: Likewise.
26358         * lib/chown.c: Likewise.
26359         * lib/classpath.c: Likewise.
26360         * lib/classpath.h: Likewise.
26361         * lib/clean-temp.c: Likewise.
26362         * lib/clean-temp.h: Likewise.
26363         * lib/cloexec.c: Likewise.
26364         * lib/close-stream.c: Likewise.
26365         * lib/closein.c: Likewise.
26366         * lib/closein.h: Likewise.
26367         * lib/closeout.c: Likewise.
26368         * lib/closeout.h: Likewise.
26369         * lib/concat-filename.c: Likewise.
26370         * lib/copy-file.c: Likewise.
26371         * lib/copy-file.h: Likewise.
26372         * lib/count-one-bits.h: Likewise.
26373         * lib/crc.c: Likewise.
26374         * lib/crc.h: Likewise.
26375         * lib/creat-safer.c: Likewise.
26376         * lib/csharpcomp.c: Likewise.
26377         * lib/csharpcomp.h: Likewise.
26378         * lib/csharpexec.c: Likewise.
26379         * lib/csharpexec.h: Likewise.
26380         * lib/cycle-check.c: Likewise.
26381         * lib/cycle-check.h: Likewise.
26382         * lib/diacrit.c: Likewise.
26383         * lib/diacrit.h: Likewise.
26384         * lib/diffseq.h: Likewise.
26385         * lib/dirchownmod.c: Likewise.
26386         * lib/dirent.in.h: Likewise.
26387         * lib/dirfd.c: Likewise.
26388         * lib/dirfd.h: Likewise.
26389         * lib/dirname.c: Likewise.
26390         * lib/dirname.h: Likewise.
26391         * lib/dummy.c: Likewise.
26392         * lib/dup-safer.c: Likewise.
26393         * lib/dup2.c: Likewise.
26394         * lib/eealloc.h: Likewise.
26395         * lib/error.c: Likewise.
26396         * lib/error.h: Likewise.
26397         * lib/euidaccess.c: Likewise.
26398         * lib/exclude.c: Likewise.
26399         * lib/exclude.h: Likewise.
26400         * lib/execute.c: Likewise.
26401         * lib/execute.h: Likewise.
26402         * lib/exitfail.c: Likewise.
26403         * lib/exitfail.h: Likewise.
26404         * lib/expl.c: Likewise.
26405         * lib/fatal-signal.c: Likewise.
26406         * lib/fatal-signal.h: Likewise.
26407         * lib/fbufmode.c: Likewise.
26408         * lib/fbufmode.h: Likewise.
26409         * lib/fchdir.c: Likewise.
26410         * lib/fchmodat.c: Likewise.
26411         * lib/fchownat.c: Likewise.
26412         * lib/fcntl--.h: Likewise.
26413         * lib/fcntl-safer.h: Likewise.
26414         * lib/fcntl.in.h: Likewise.
26415         * lib/fd-safer.c: Likewise.
26416         * lib/fflush.c: Likewise.
26417         * lib/file-has-acl.c: Likewise.
26418         * lib/file-set.c: Likewise.
26419         * lib/file-type.c: Likewise.
26420         * lib/file-type.h: Likewise.
26421         * lib/fileblocks.c: Likewise.
26422         * lib/filemode.c: Likewise.
26423         * lib/filemode.h: Likewise.
26424         * lib/filename.h: Likewise.
26425         * lib/filenamecat.c: Likewise.
26426         * lib/filenamecat.h: Likewise.
26427         * lib/findprog.c: Likewise.
26428         * lib/findprog.h: Likewise.
26429         * lib/float.in.h: Likewise.
26430         * lib/floor.c: Likewise.
26431         * lib/floorf.c: Likewise.
26432         * lib/floorl.c: Likewise.
26433         * lib/fopen-safer.c: Likewise.
26434         * lib/fopen.c: Likewise.
26435         * lib/fpending.c: Likewise.
26436         * lib/fpending.h: Likewise.
26437         * lib/fprintf.c: Likewise.
26438         * lib/fprintftime.h: Likewise.
26439         * lib/fpucw.h: Likewise.
26440         * lib/fpurge.c: Likewise.
26441         * lib/fpurge.h: Likewise.
26442         * lib/freadable.c: Likewise.
26443         * lib/freadable.h: Likewise.
26444         * lib/freadahead.c: Likewise.
26445         * lib/freadahead.h: Likewise.
26446         * lib/freading.c: Likewise.
26447         * lib/freading.h: Likewise.
26448         * lib/free.c: Likewise.
26449         * lib/freopen.c: Likewise.
26450         * lib/frexp.c: Likewise.
26451         * lib/frexpl.c: Likewise.
26452         * lib/fseek.c: Likewise.
26453         * lib/fseterr.c: Likewise.
26454         * lib/fseterr.h: Likewise.
26455         * lib/fstatat.c: Likewise.
26456         * lib/fstrcmp.c: Likewise.
26457         * lib/fstrcmp.h: Likewise.
26458         * lib/fsusage.c: Likewise.
26459         * lib/fsusage.h: Likewise.
26460         * lib/ftell.c: Likewise.
26461         * lib/ftello.c: Likewise.
26462         * lib/fts-cycle.c: Likewise.
26463         * lib/fts.c: Likewise.
26464         * lib/fts_.h: Likewise.
26465         * lib/full-read.c: Likewise.
26466         * lib/full-read.h: Likewise.
26467         * lib/full-write.c: Likewise.
26468         * lib/full-write.h: Likewise.
26469         * lib/fwritable.c: Likewise.
26470         * lib/fwritable.h: Likewise.
26471         * lib/fwriteerror.c: Likewise.
26472         * lib/fwriteerror.h: Likewise.
26473         * lib/fwriting.c: Likewise.
26474         * lib/fwriting.h: Likewise.
26475         * lib/gcd.c: Likewise.
26476         * lib/gcd.h: Likewise.
26477         * lib/getcwd.c: Likewise.
26478         * lib/getdate.h: Likewise.
26479         * lib/getdate.y: Likewise.
26480         * lib/getdomainname.c: Likewise.
26481         * lib/getdomainname.h: Likewise.
26482         * lib/getgroups.c: Likewise.
26483         * lib/gethostname.c: Likewise.
26484         * lib/gethrxtime.c: Likewise.
26485         * lib/gethrxtime.h: Likewise.
26486         * lib/getloadavg.c: Likewise.
26487         * lib/getndelim2.c: Likewise.
26488         * lib/getndelim2.h: Likewise.
26489         * lib/getnline.c: Likewise.
26490         * lib/getnline.h: Likewise.
26491         * lib/getopt.c: Likewise.
26492         * lib/getopt.in.h: Likewise.
26493         * lib/getopt1.c: Likewise.
26494         * lib/getopt_int.h: Likewise.
26495         * lib/getpagesize.h: Likewise.
26496         * lib/getsubopt.c: Likewise.
26497         * lib/gettime.c: Likewise.
26498         * lib/getugroups.c: Likewise.
26499         * lib/getugroups.h: Likewise.
26500         * lib/getusershell.c: Likewise.
26501         * lib/gl_anyavltree_list1.h: Likewise.
26502         * lib/gl_anyavltree_list2.h: Likewise.
26503         * lib/gl_anyhash_list1.h: Likewise.
26504         * lib/gl_anyhash_list2.h: Likewise.
26505         * lib/gl_anylinked_list1.h: Likewise.
26506         * lib/gl_anylinked_list2.h: Likewise.
26507         * lib/gl_anyrbtree_list1.h: Likewise.
26508         * lib/gl_anyrbtree_list2.h: Likewise.
26509         * lib/gl_anytree_list1.h: Likewise.
26510         * lib/gl_anytree_list2.h: Likewise.
26511         * lib/gl_anytree_oset.h: Likewise.
26512         * lib/gl_anytreehash_list1.h: Likewise.
26513         * lib/gl_anytreehash_list2.h: Likewise.
26514         * lib/gl_array_list.c: Likewise.
26515         * lib/gl_array_list.h: Likewise.
26516         * lib/gl_array_oset.c: Likewise.
26517         * lib/gl_array_oset.h: Likewise.
26518         * lib/gl_avltree_list.c: Likewise.
26519         * lib/gl_avltree_list.h: Likewise.
26520         * lib/gl_avltree_oset.c: Likewise.
26521         * lib/gl_avltree_oset.h: Likewise.
26522         * lib/gl_avltreehash_list.c: Likewise.
26523         * lib/gl_avltreehash_list.h: Likewise.
26524         * lib/gl_carray_list.c: Likewise.
26525         * lib/gl_carray_list.h: Likewise.
26526         * lib/gl_linked_list.c: Likewise.
26527         * lib/gl_linked_list.h: Likewise.
26528         * lib/gl_linkedhash_list.c: Likewise.
26529         * lib/gl_linkedhash_list.h: Likewise.
26530         * lib/gl_list.c: Likewise.
26531         * lib/gl_list.h: Likewise.
26532         * lib/gl_oset.c: Likewise.
26533         * lib/gl_oset.h: Likewise.
26534         * lib/gl_rbtree_list.c: Likewise.
26535         * lib/gl_rbtree_list.h: Likewise.
26536         * lib/gl_rbtree_oset.c: Likewise.
26537         * lib/gl_rbtree_oset.h: Likewise.
26538         * lib/gl_rbtreehash_list.c: Likewise.
26539         * lib/gl_rbtreehash_list.h: Likewise.
26540         * lib/gl_sublist.c: Likewise.
26541         * lib/gl_sublist.h: Likewise.
26542         * lib/group-member.c: Likewise.
26543         * lib/group-member.h: Likewise.
26544         * lib/hard-locale.c: Likewise.
26545         * lib/hard-locale.h: Likewise.
26546         * lib/hash-pjw.c: Likewise.
26547         * lib/hash-pjw.h: Likewise.
26548         * lib/hash-triple.c: Likewise.
26549         * lib/hash.c: Likewise.
26550         * lib/hash.h: Likewise.
26551         * lib/human.c: Likewise.
26552         * lib/human.h: Likewise.
26553         * lib/i-ring.c: Likewise.
26554         * lib/i-ring.h: Likewise.
26555         * lib/idcache.c: Likewise.
26556         * lib/imaxabs.c: Likewise.
26557         * lib/imaxdiv.c: Likewise.
26558         * lib/inet_pton.c: Likewise.
26559         * lib/inet_pton.h: Likewise.
26560         * lib/intprops.h: Likewise.
26561         * lib/inttostr.c: Likewise.
26562         * lib/inttostr.h: Likewise.
26563         * lib/inttypes.in.h: Likewise.
26564         * lib/isapipe.c: Likewise.
26565         * lib/isdir.c: Likewise.
26566         * lib/isnan.c: Likewise.
26567         * lib/isnan.h: Likewise.
26568         * lib/isnanf.c: Likewise.
26569         * lib/isnanf.h: Likewise.
26570         * lib/isnanl-nolibm.h: Likewise.
26571         * lib/isnanl.c: Likewise.
26572         * lib/isnanl.h: Likewise.
26573         * lib/javacomp.c: Likewise.
26574         * lib/javacomp.h: Likewise.
26575         * lib/javaexec.c: Likewise.
26576         * lib/javaexec.h: Likewise.
26577         * lib/javaversion.c: Likewise.
26578         * lib/javaversion.h: Likewise.
26579         * lib/javaversion.java: Likewise.
26580         * lib/lbrkprop.h: Likewise.
26581         * lib/lchmod.h: Likewise.
26582         * lib/lchown.c: Likewise.
26583         * lib/ldexpl.c: Likewise.
26584         * lib/linebreak.c: Likewise.
26585         * lib/linebreak.h: Likewise.
26586         * lib/linebuffer.c: Likewise.
26587         * lib/linebuffer.h: Likewise.
26588         * lib/locale.in.h: Likewise.
26589         * lib/logl.c: Likewise.
26590         * lib/long-options.c: Likewise.
26591         * lib/long-options.h: Likewise.
26592         * lib/lstat.c: Likewise.
26593         * lib/lstat.h: Likewise.
26594         * lib/math.in.h: Likewise.
26595         * lib/mbchar.c: Likewise.
26596         * lib/mbchar.h: Likewise.
26597         * lib/mbfile.h: Likewise.
26598         * lib/mbiter.h: Likewise.
26599         * lib/mbscasecmp.c: Likewise.
26600         * lib/mbscasestr.c: Likewise.
26601         * lib/mbschr.c: Likewise.
26602         * lib/mbscspn.c: Likewise.
26603         * lib/mbslen.c: Likewise.
26604         * lib/mbsncasecmp.c: Likewise.
26605         * lib/mbsnlen.c: Likewise.
26606         * lib/mbspbrk.c: Likewise.
26607         * lib/mbspcasecmp.c: Likewise.
26608         * lib/mbsrchr.c: Likewise.
26609         * lib/mbssep.c: Likewise.
26610         * lib/mbsspn.c: Likewise.
26611         * lib/mbsstr.c: Likewise.
26612         * lib/mbstok_r.c: Likewise.
26613         * lib/mbswidth.c: Likewise.
26614         * lib/mbswidth.h: Likewise.
26615         * lib/mbuiter.h: Likewise.
26616         * lib/memcasecmp.c: Likewise.
26617         * lib/memcasecmp.h: Likewise.
26618         * lib/memchr.c: Likewise.
26619         * lib/memcmp.c: Likewise.
26620         * lib/memcoll.c: Likewise.
26621         * lib/memcoll.h: Likewise.
26622         * lib/memcpy.c: Likewise.
26623         * lib/memrchr.c: Likewise.
26624         * lib/mkancesdirs.c: Likewise.
26625         * lib/mkdir-p.c: Likewise.
26626         * lib/mkdir-p.h: Likewise.
26627         * lib/mkdir.c: Likewise.
26628         * lib/mkdirat.c: Likewise.
26629         * lib/mkdtemp.c: Likewise.
26630         * lib/mkstemp-safer.c: Likewise.
26631         * lib/mkstemp.c: Likewise.
26632         * lib/modechange.c: Likewise.
26633         * lib/modechange.h: Likewise.
26634         * lib/mountlist.c: Likewise.
26635         * lib/mountlist.h: Likewise.
26636         * lib/mpsort.c: Likewise.
26637         * lib/nanosleep.c: Likewise.
26638         * lib/obstack.c: Likewise.
26639         * lib/obstack.h: Likewise.
26640         * lib/open-safer.c: Likewise.
26641         * lib/open.c: Likewise.
26642         * lib/openat-die.c: Likewise.
26643         * lib/openat-priv.h: Likewise.
26644         * lib/openat-proc.c: Likewise.
26645         * lib/openat.c: Likewise.
26646         * lib/openat.h: Likewise.
26647         * lib/pagealign_alloc.c: Likewise.
26648         * lib/pagealign_alloc.h: Likewise.
26649         * lib/physmem.c: Likewise.
26650         * lib/physmem.h: Likewise.
26651         * lib/pipe-safer.c: Likewise.
26652         * lib/pipe.c: Likewise.
26653         * lib/pipe.h: Likewise.
26654         * lib/posixtm.c: Likewise.
26655         * lib/posixtm.h: Likewise.
26656         * lib/posixver.c: Likewise.
26657         * lib/printf-frexp.c: Likewise.
26658         * lib/printf-frexp.h: Likewise.
26659         * lib/printf-frexpl.c: Likewise.
26660         * lib/printf-frexpl.h: Likewise.
26661         * lib/printf.c: Likewise.
26662         * lib/progname.c: Likewise.
26663         * lib/progname.h: Likewise.
26664         * lib/progreloc.c: Likewise.
26665         * lib/putenv.c: Likewise.
26666         * lib/quote.c: Likewise.
26667         * lib/quote.h: Likewise.
26668         * lib/quotearg.c: Likewise.
26669         * lib/quotearg.h: Likewise.
26670         * lib/raise.c: Likewise.
26671         * lib/readline.c: Likewise.
26672         * lib/readline.h: Likewise.
26673         * lib/readlink.c: Likewise.
26674         * lib/readtokens.c: Likewise.
26675         * lib/readtokens.h: Likewise.
26676         * lib/readtokens0.c: Likewise.
26677         * lib/readtokens0.h: Likewise.
26678         * lib/readutmp.c: Likewise.
26679         * lib/readutmp.h: Likewise.
26680         * lib/realloc.c: Likewise.
26681         * lib/relocwrapper.c: Likewise.
26682         * lib/rename-dest-slash.c: Likewise.
26683         * lib/rename.c: Likewise.
26684         * lib/rmdir.c: Likewise.
26685         * lib/rpmatch.c: Likewise.
26686         * lib/safe-read.c: Likewise.
26687         * lib/safe-read.h: Likewise.
26688         * lib/safe-write.c: Likewise.
26689         * lib/safe-write.h: Likewise.
26690         * lib/same-inode.h: Likewise.
26691         * lib/same.c: Likewise.
26692         * lib/same.h: Likewise.
26693         * lib/save-cwd.c: Likewise.
26694         * lib/save-cwd.h: Likewise.
26695         * lib/savedir.c: Likewise.
26696         * lib/savedir.h: Likewise.
26697         * lib/savewd.c: Likewise.
26698         * lib/savewd.h: Likewise.
26699         * lib/search.in.h: Likewise.
26700         * lib/setenv.c: Likewise.
26701         * lib/setenv.h: Likewise.
26702         * lib/settime.c: Likewise.
26703         * lib/sh-quote.c: Likewise.
26704         * lib/sh-quote.h: Likewise.
26705         * lib/sig2str.c: Likewise.
26706         * lib/sig2str.h: Likewise.
26707         * lib/signal.in.h: Likewise.
26708         * lib/signbitd.c: Likewise.
26709         * lib/signbitf.c: Likewise.
26710         * lib/signbitl.c: Likewise.
26711         * lib/sigprocmask.c: Likewise.
26712         * lib/sincosl.c: Likewise.
26713         * lib/sleep.c: Likewise.
26714         * lib/sprintf.c: Likewise.
26715         * lib/sqrtl.c: Likewise.
26716         * lib/stat-time.h: Likewise.
26717         * lib/stdio--.h: Likewise.
26718         * lib/stdio-safer.h: Likewise.
26719         * lib/stdlib--.h: Likewise.
26720         * lib/stdlib-safer.h: Likewise.
26721         * lib/stdlib.in.h: Likewise.
26722         * lib/stpcpy.c: Likewise.
26723         * lib/stpncpy.c: Likewise.
26724         * lib/strchrnul.c: Likewise.
26725         * lib/strcspn.c: Likewise.
26726         * lib/strerror.c: Likewise.
26727         * lib/strftime.c: Likewise.
26728         * lib/strftime.h: Likewise.
26729         * lib/striconveh.c: Likewise.
26730         * lib/striconveh.h: Likewise.
26731         * lib/striconveha.c: Likewise.
26732         * lib/striconveha.h: Likewise.
26733         * lib/stripslash.c: Likewise.
26734         * lib/strnlen1.c: Likewise.
26735         * lib/strnlen1.h: Likewise.
26736         * lib/strtod.c: Likewise.
26737         * lib/strtoimax.c: Likewise.
26738         * lib/strtok_r.c: Likewise.
26739         * lib/strtol.c: Likewise.
26740         * lib/strtoll.c: Likewise.
26741         * lib/strtoul.c: Likewise.
26742         * lib/strtoull.c: Likewise.
26743         * lib/sysexits.in.h: Likewise.
26744         * lib/tempname.c: Likewise.
26745         * lib/tempname.h: Likewise.
26746         * lib/timespec.h: Likewise.
26747         * lib/tls.c: Likewise.
26748         * lib/tls.h: Likewise.
26749         * lib/tmpdir.c: Likewise.
26750         * lib/tmpdir.h: Likewise.
26751         * lib/tmpfile-safer.c: Likewise.
26752         * lib/tmpfile.c: Likewise.
26753         * lib/trigl.c: Likewise.
26754         * lib/trigl.h: Likewise.
26755         * lib/trim.c: Likewise.
26756         * lib/trim.h: Likewise.
26757         * lib/trunc.c: Likewise.
26758         * lib/truncf.c: Likewise.
26759         * lib/truncl.c: Likewise.
26760         * lib/tsearch.c: Likewise.
26761         * lib/unicodeio.c: Likewise.
26762         * lib/unicodeio.h: Likewise.
26763         * lib/unistd--.h: Likewise.
26764         * lib/unistd-safer.h: Likewise.
26765         * lib/unistdio/ulc-fprintf.c: Likewise.
26766         * lib/unistdio/ulc-vfprintf.c: Likewise.
26767         * lib/unlinkdir.c: Likewise.
26768         * lib/unlinkdir.h: Likewise.
26769         * lib/unlocked-io.h: Likewise.
26770         * lib/unsetenv.c: Likewise.
26771         * lib/userspec.c: Likewise.
26772         * lib/utime.c: Likewise.
26773         * lib/utimecmp.c: Likewise.
26774         * lib/utimecmp.h: Likewise.
26775         * lib/utimens.c: Likewise.
26776         * lib/verify.h: Likewise.
26777         * lib/verror.c: Likewise.
26778         * lib/verror.h: Likewise.
26779         * lib/version-etc-fsf.c: Likewise.
26780         * lib/version-etc.c: Likewise.
26781         * lib/version-etc.h: Likewise.
26782         * lib/vfprintf.c: Likewise.
26783         * lib/vprintf.c: Likewise.
26784         * lib/vsprintf.c: Likewise.
26785         * lib/w32spawn.h: Likewise.
26786         * lib/wait-process.c: Likewise.
26787         * lib/wait-process.h: Likewise.
26788         * lib/wcwidth.c: Likewise.
26789         * lib/write-any-file.c: Likewise.
26790         * lib/xalloc-die.c: Likewise.
26791         * lib/xalloc.h: Likewise.
26792         * lib/xasprintf.c: Likewise.
26793         * lib/xgetcwd.c: Likewise.
26794         * lib/xgetcwd.h: Likewise.
26795         * lib/xgetdomainname.c: Likewise.
26796         * lib/xgetdomainname.h: Likewise.
26797         * lib/xgethostname.c: Likewise.
26798         * lib/xmalloc.c: Likewise.
26799         * lib/xmalloca.c: Likewise.
26800         * lib/xmalloca.h: Likewise.
26801         * lib/xmemcoll.c: Likewise.
26802         * lib/xnanosleep.c: Likewise.
26803         * lib/xreadlink.c: Likewise.
26804         * lib/xreadlink.h: Likewise.
26805         * lib/xsetenv.c: Likewise.
26806         * lib/xsetenv.h: Likewise.
26807         * lib/xstriconv.c: Likewise.
26808         * lib/xstriconv.h: Likewise.
26809         * lib/xstrndup.c: Likewise.
26810         * lib/xstrndup.h: Likewise.
26811         * lib/xstrtod.c: Likewise.
26812         * lib/xstrtod.h: Likewise.
26813         * lib/xstrtol-error.c: Likewise.
26814         * lib/xstrtol.c: Likewise.
26815         * lib/xstrtol.h: Likewise.
26816         * lib/xtime.h: Likewise.
26817         * lib/xvasprintf.c: Likewise.
26818         * lib/xvasprintf.h: Likewise.
26819         * lib/yesno.c: Likewise.
26820         * lib/yesno.h: Likewise.
26821         * posix-modules: Likewise.
26822         * tests/test-alloca-opt.c: Likewise.
26823         * tests/test-arcfour.c: Likewise.
26824         * tests/test-arctwo.c: Likewise.
26825         * tests/test-argmatch.c: Likewise.
26826         * tests/test-argp-2.sh: Likewise.
26827         * tests/test-argp.c: Likewise.
26828         * tests/test-arpa_inet.c: Likewise.
26829         * tests/test-array_list.c: Likewise.
26830         * tests/test-array_oset.c: Likewise.
26831         * tests/test-atexit.c: Likewise.
26832         * tests/test-avltree_list.c: Likewise.
26833         * tests/test-avltree_oset.c: Likewise.
26834         * tests/test-avltreehash_list.c: Likewise.
26835         * tests/test-base64.c: Likewise.
26836         * tests/test-binary-io.c: Likewise.
26837         * tests/test-byteswap.c: Likewise.
26838         * tests/test-c-ctype.c: Likewise.
26839         * tests/test-c-strcasecmp.c: Likewise.
26840         * tests/test-c-strcasestr.c: Likewise.
26841         * tests/test-c-strncasecmp.c: Likewise.
26842         * tests/test-c-strstr.c: Likewise.
26843         * tests/test-canonicalize-lgpl.c: Likewise.
26844         * tests/test-canonicalize.c: Likewise.
26845         * tests/test-carray_list.c: Likewise.
26846         * tests/test-ceilf.c: Likewise.
26847         * tests/test-ceill.c: Likewise.
26848         * tests/test-count-one-bits.c: Likewise.
26849         * tests/test-crc.c: Likewise.
26850         * tests/test-dirname.c: Likewise.
26851         * tests/test-fbufmode.c: Likewise.
26852         * tests/test-fcntl.c: Likewise.
26853         * tests/test-fflush.c: Likewise.
26854         * tests/test-floorf.c: Likewise.
26855         * tests/test-floorl.c: Likewise.
26856         * tests/test-fopen.c: Likewise.
26857         * tests/test-fprintf-posix.c: Likewise.
26858         * tests/test-fprintf-posix.h: Likewise.
26859         * tests/test-fpurge.c: Likewise.
26860         * tests/test-freadable.c: Likewise.
26861         * tests/test-freadahead.c: Likewise.
26862         * tests/test-freading.c: Likewise.
26863         * tests/test-freopen.c: Likewise.
26864         * tests/test-frexp.c: Likewise.
26865         * tests/test-frexpl.c: Likewise.
26866         * tests/test-fseek.c: Likewise.
26867         * tests/test-fseeko.c: Likewise.
26868         * tests/test-fseterr.c: Likewise.
26869         * tests/test-fstrcmp.c: Likewise.
26870         * tests/test-ftell.c: Likewise.
26871         * tests/test-ftello.c: Likewise.
26872         * tests/test-fwritable.c: Likewise.
26873         * tests/test-fwriting.c: Likewise.
26874         * tests/test-getaddrinfo.c: Likewise.
26875         * tests/test-getpass.c: Likewise.
26876         * tests/test-gettimeofday.c: Likewise.
26877         * tests/test-hmac-md5.c: Likewise.
26878         * tests/test-hmac-sha1.c: Likewise.
26879         * tests/test-iconv.c: Likewise.
26880         * tests/test-iconvme.c: Likewise.
26881         * tests/test-inttypes.c: Likewise.
26882         * tests/test-isnan.c: Likewise.
26883         * tests/test-isnanf.c: Likewise.
26884         * tests/test-isnanl-nolibm.c: Likewise.
26885         * tests/test-isnanl.c: Likewise.
26886         * tests/test-isnanl.h: Likewise.
26887         * tests/test-ldexpl.c: Likewise.
26888         * tests/test-linked_list.c: Likewise.
26889         * tests/test-linkedhash_list.c: Likewise.
26890         * tests/test-locale.c: Likewise.
26891         * tests/test-localename.c: Likewise.
26892         * tests/test-lock.c: Likewise.
26893         * tests/test-lseek.c: Likewise.
26894         * tests/test-malloca.c: Likewise.
26895         * tests/test-math.c: Likewise.
26896         * tests/test-mbscasecmp.c: Likewise.
26897         * tests/test-mbscasestr1.c: Likewise.
26898         * tests/test-mbscasestr2.c: Likewise.
26899         * tests/test-mbscasestr3.c: Likewise.
26900         * tests/test-mbscasestr4.c: Likewise.
26901         * tests/test-mbschr.c: Likewise.
26902         * tests/test-mbscspn.c: Likewise.
26903         * tests/test-mbsncasecmp.c: Likewise.
26904         * tests/test-mbspbrk.c: Likewise.
26905         * tests/test-mbspcasecmp.c: Likewise.
26906         * tests/test-mbsrchr.c: Likewise.
26907         * tests/test-mbsspn.c: Likewise.
26908         * tests/test-mbsstr1.c: Likewise.
26909         * tests/test-mbsstr2.c: Likewise.
26910         * tests/test-mbsstr3.c: Likewise.
26911         * tests/test-md5.c: Likewise.
26912         * tests/test-memmem.c: Likewise.
26913         * tests/test-netinet_in.c: Likewise.
26914         * tests/test-open.c: Likewise.
26915         * tests/test-printf-frexp.c: Likewise.
26916         * tests/test-printf-frexpl.c: Likewise.
26917         * tests/test-printf-posix.c: Likewise.
26918         * tests/test-printf-posix.h: Likewise.
26919         * tests/test-rbtree_list.c: Likewise.
26920         * tests/test-rbtree_oset.c: Likewise.
26921         * tests/test-rbtreehash_list.c: Likewise.
26922         * tests/test-read-file.c: Likewise.
26923         * tests/test-rijndael.c: Likewise.
26924         * tests/test-search.c: Likewise.
26925         * tests/test-signbit.c: Likewise.
26926         * tests/test-sleep.c: Likewise.
26927         * tests/test-snprintf-posix.c: Likewise.
26928         * tests/test-snprintf-posix.h: Likewise.
26929         * tests/test-snprintf.c: Likewise.
26930         * tests/test-sprintf-posix.c: Likewise.
26931         * tests/test-sprintf-posix.h: Likewise.
26932         * tests/test-stat-time.c: Likewise.
26933         * tests/test-stdbool.c: Likewise.
26934         * tests/test-stdint.c: Likewise.
26935         * tests/test-stdio.c: Likewise.
26936         * tests/test-stdlib.c: Likewise.
26937         * tests/test-stpncpy.c: Likewise.
26938         * tests/test-strcasestr.c: Likewise.
26939         * tests/test-striconv.c: Likewise.
26940         * tests/test-striconveh.c: Likewise.
26941         * tests/test-striconveha.c: Likewise.
26942         * tests/test-string.c: Likewise.
26943         * tests/test-sys_select.c: Likewise.
26944         * tests/test-sys_socket.c: Likewise.
26945         * tests/test-sys_stat.c: Likewise.
26946         * tests/test-sys_time.c: Likewise.
26947         * tests/test-sysexits.c: Likewise.
26948         * tests/test-time.c: Likewise.
26949         * tests/test-tls.c: Likewise.
26950         * tests/test-trunc.c: Likewise.
26951         * tests/test-truncf.c: Likewise.
26952         * tests/test-truncl.c: Likewise.
26953         * tests/test-unistd.c: Likewise.
26954         * tests/test-vasnprintf-posix.c: Likewise.
26955         * tests/test-vasnprintf-posix2.c: Likewise.
26956         * tests/test-vasnprintf.c: Likewise.
26957         * tests/test-vasprintf-posix.c: Likewise.
26958         * tests/test-vasprintf.c: Likewise.
26959         * tests/test-verify.c: Likewise.
26960         * tests/test-vfprintf-posix.c: Likewise.
26961         * tests/test-vprintf-posix.c: Likewise.
26962         * tests/test-vsnprintf-posix.c: Likewise.
26963         * tests/test-vsnprintf.c: Likewise.
26964         * tests/test-vsprintf-posix.c: Likewise.
26965         * tests/test-wchar.c: Likewise.
26966         * tests/test-wctype.c: Likewise.
26967         * tests/test-wcwidth.c: Likewise.
26968         * tests/test-xstrtol.c: Likewise.
26969         * tests/test-xvasprintf.c: Likewise.
26970         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
26971         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
26972         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
26973         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
26974         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
26975         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
26976         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
26977         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
26978         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
26979         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
26980         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
26981         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
26982         * tests/uniname/test-uninames.c: Likewise.
26983         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
26984         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
26985         * tests/unistdio/test-u16-printf1.h: Likewise.
26986         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
26987         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
26988         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
26989         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
26990         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
26991         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
26992         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
26993         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
26994         * tests/unistdio/test-u32-printf1.h: Likewise.
26995         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
26996         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
26997         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
26998         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
26999         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
27000         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
27001         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
27002         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
27003         * tests/unistdio/test-u8-printf1.h: Likewise.
27004         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
27005         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
27006         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
27007         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
27008         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
27009         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
27010         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
27011         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
27012         * tests/unistdio/test-ulc-printf1.h: Likewise.
27013         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
27014         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
27015         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
27016         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
27017         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
27018         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
27019         * tests/uniwidth/test-u16-strwidth.c: Likewise.
27020         * tests/uniwidth/test-u16-width.c: Likewise.
27021         * tests/uniwidth/test-u32-strwidth.c: Likewise.
27022         * tests/uniwidth/test-u32-width.c: Likewise.
27023         * tests/uniwidth/test-u8-strwidth.c: Likewise.
27024         * tests/uniwidth/test-u8-width.c: Likewise.
27025         * tests/uniwidth/test-uc_width.c: Likewise.
27026         * config/srclist-update: Likewise.
27027         (fixlicense): Update to GPLv3+.
27028
27029         Change copyright notice from LGPLv2.1+ to LGPLv3+.
27030         * tests/test-tsearch.c: Change copyright notice.
27031
27032         Change copyright notice from LGPLv2.0+ to LGPLv3+.
27033         * lib/c-strcaseeq.h: Change copyright notice.
27034         * lib/streq.h: Likewise.
27035         * lib/uniconv.h: Likewise.
27036         * lib/uniconv/u-conv-from-enc.h: Likewise.
27037         * lib/uniconv/u-conv-to-enc.h: Likewise.
27038         * lib/uniconv/u-strconv-from-enc.h: Likewise.
27039         * lib/uniconv/u-strconv-to-enc.h: Likewise.
27040         * lib/uniconv/u16-conv-from-enc.c: Likewise.
27041         * lib/uniconv/u16-conv-to-enc.c: Likewise.
27042         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
27043         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
27044         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
27045         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
27046         * lib/uniconv/u32-conv-from-enc.c: Likewise.
27047         * lib/uniconv/u32-conv-to-enc.c: Likewise.
27048         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
27049         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
27050         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
27051         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
27052         * lib/uniconv/u8-conv-from-enc.c: Likewise.
27053         * lib/uniconv/u8-conv-to-enc.c: Likewise.
27054         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
27055         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
27056         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
27057         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
27058         * lib/uniname.h: Likewise.
27059         * lib/uniname/uniname.c: Likewise.
27060         * lib/unistdio.h: Likewise.
27061         * lib/unistdio/u-asnprintf.h: Likewise.
27062         * lib/unistdio/u-asprintf.h: Likewise.
27063         * lib/unistdio/u-printf-args.c: Likewise.
27064         * lib/unistdio/u-printf-args.h: Likewise.
27065         * lib/unistdio/u-printf-parse.h: Likewise.
27066         * lib/unistdio/u-snprintf.h: Likewise.
27067         * lib/unistdio/u-sprintf.h: Likewise.
27068         * lib/unistdio/u-vasprintf.h: Likewise.
27069         * lib/unistdio/u-vsnprintf.h: Likewise.
27070         * lib/unistdio/u-vsprintf.h: Likewise.
27071         * lib/unistdio/u16-asnprintf.c: Likewise.
27072         * lib/unistdio/u16-asprintf.c: Likewise.
27073         * lib/unistdio/u16-printf-parse.c: Likewise.
27074         * lib/unistdio/u16-snprintf.c: Likewise.
27075         * lib/unistdio/u16-sprintf.c: Likewise.
27076         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
27077         * lib/unistdio/u16-u16-asprintf.c: Likewise.
27078         * lib/unistdio/u16-u16-snprintf.c: Likewise.
27079         * lib/unistdio/u16-u16-sprintf.c: Likewise.
27080         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
27081         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
27082         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
27083         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
27084         * lib/unistdio/u16-vasnprintf.c: Likewise.
27085         * lib/unistdio/u16-vasprintf.c: Likewise.
27086         * lib/unistdio/u16-vsnprintf.c: Likewise.
27087         * lib/unistdio/u16-vsprintf.c: Likewise.
27088         * lib/unistdio/u32-asnprintf.c: Likewise.
27089         * lib/unistdio/u32-asprintf.c: Likewise.
27090         * lib/unistdio/u32-printf-parse.c: Likewise.
27091         * lib/unistdio/u32-snprintf.c: Likewise.
27092         * lib/unistdio/u32-sprintf.c: Likewise.
27093         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
27094         * lib/unistdio/u32-u32-asprintf.c: Likewise.
27095         * lib/unistdio/u32-u32-snprintf.c: Likewise.
27096         * lib/unistdio/u32-u32-sprintf.c: Likewise.
27097         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
27098         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
27099         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
27100         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
27101         * lib/unistdio/u32-vasnprintf.c: Likewise.
27102         * lib/unistdio/u32-vasprintf.c: Likewise.
27103         * lib/unistdio/u32-vsnprintf.c: Likewise.
27104         * lib/unistdio/u32-vsprintf.c: Likewise.
27105         * lib/unistdio/u8-asnprintf.c: Likewise.
27106         * lib/unistdio/u8-asprintf.c: Likewise.
27107         * lib/unistdio/u8-printf-parse.c: Likewise.
27108         * lib/unistdio/u8-snprintf.c: Likewise.
27109         * lib/unistdio/u8-sprintf.c: Likewise.
27110         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
27111         * lib/unistdio/u8-u8-asprintf.c: Likewise.
27112         * lib/unistdio/u8-u8-snprintf.c: Likewise.
27113         * lib/unistdio/u8-u8-sprintf.c: Likewise.
27114         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
27115         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
27116         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
27117         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
27118         * lib/unistdio/u8-vasnprintf.c: Likewise.
27119         * lib/unistdio/u8-vasprintf.c: Likewise.
27120         * lib/unistdio/u8-vsnprintf.c: Likewise.
27121         * lib/unistdio/u8-vsprintf.c: Likewise.
27122         * lib/unistdio/ulc-asnprintf.c: Likewise.
27123         * lib/unistdio/ulc-asprintf.c: Likewise.
27124         * lib/unistdio/ulc-printf-parse.c: Likewise.
27125         * lib/unistdio/ulc-snprintf.c: Likewise.
27126         * lib/unistdio/ulc-sprintf.c: Likewise.
27127         * lib/unistdio/ulc-vasnprintf.c: Likewise.
27128         * lib/unistdio/ulc-vasprintf.c: Likewise.
27129         * lib/unistdio/ulc-vsnprintf.c: Likewise.
27130         * lib/unistdio/ulc-vsprintf.c: Likewise.
27131         * lib/unistr.h: Likewise.
27132         * lib/unistr/u-cpy-alloc.h: Likewise.
27133         * lib/unistr/u-cpy.h: Likewise.
27134         * lib/unistr/u-endswith.h: Likewise.
27135         * lib/unistr/u-move.h: Likewise.
27136         * lib/unistr/u-set.h: Likewise.
27137         * lib/unistr/u-startswith.h: Likewise.
27138         * lib/unistr/u-stpcpy.h: Likewise.
27139         * lib/unistr/u-stpncpy.h: Likewise.
27140         * lib/unistr/u-strcat.h: Likewise.
27141         * lib/unistr/u-strcpy.h: Likewise.
27142         * lib/unistr/u-strcspn.h: Likewise.
27143         * lib/unistr/u-strdup.h: Likewise.
27144         * lib/unistr/u-strlen.h: Likewise.
27145         * lib/unistr/u-strncat.h: Likewise.
27146         * lib/unistr/u-strncpy.h: Likewise.
27147         * lib/unistr/u-strnlen.h: Likewise.
27148         * lib/unistr/u-strpbrk.h: Likewise.
27149         * lib/unistr/u-strspn.h: Likewise.
27150         * lib/unistr/u-strstr.h: Likewise.
27151         * lib/unistr/u-strtok.h: Likewise.
27152         * lib/unistr/u16-check.c: Likewise.
27153         * lib/unistr/u16-chr.c: Likewise.
27154         * lib/unistr/u16-cmp.c: Likewise.
27155         * lib/unistr/u16-cpy-alloc.c: Likewise.
27156         * lib/unistr/u16-cpy.c: Likewise.
27157         * lib/unistr/u16-endswith.c: Likewise.
27158         * lib/unistr/u16-mblen.c: Likewise.
27159         * lib/unistr/u16-mbsnlen.c: Likewise.
27160         * lib/unistr/u16-mbtouc-aux.c: Likewise.
27161         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
27162         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
27163         * lib/unistr/u16-mbtouc.c: Likewise.
27164         * lib/unistr/u16-mbtoucr.c: Likewise.
27165         * lib/unistr/u16-move.c: Likewise.
27166         * lib/unistr/u16-next.c: Likewise.
27167         * lib/unistr/u16-prev.c: Likewise.
27168         * lib/unistr/u16-set.c: Likewise.
27169         * lib/unistr/u16-startswith.c: Likewise.
27170         * lib/unistr/u16-stpcpy.c: Likewise.
27171         * lib/unistr/u16-stpncpy.c: Likewise.
27172         * lib/unistr/u16-strcat.c: Likewise.
27173         * lib/unistr/u16-strchr.c: Likewise.
27174         * lib/unistr/u16-strcmp.c: Likewise.
27175         * lib/unistr/u16-strcpy.c: Likewise.
27176         * lib/unistr/u16-strcspn.c: Likewise.
27177         * lib/unistr/u16-strdup.c: Likewise.
27178         * lib/unistr/u16-strlen.c: Likewise.
27179         * lib/unistr/u16-strmblen.c: Likewise.
27180         * lib/unistr/u16-strmbtouc.c: Likewise.
27181         * lib/unistr/u16-strncat.c: Likewise.
27182         * lib/unistr/u16-strncmp.c: Likewise.
27183         * lib/unistr/u16-strncpy.c: Likewise.
27184         * lib/unistr/u16-strnlen.c: Likewise.
27185         * lib/unistr/u16-strpbrk.c: Likewise.
27186         * lib/unistr/u16-strrchr.c: Likewise.
27187         * lib/unistr/u16-strspn.c: Likewise.
27188         * lib/unistr/u16-strstr.c: Likewise.
27189         * lib/unistr/u16-strtok.c: Likewise.
27190         * lib/unistr/u16-to-u32.c: Likewise.
27191         * lib/unistr/u16-to-u8.c: Likewise.
27192         * lib/unistr/u16-uctomb-aux.c: Likewise.
27193         * lib/unistr/u16-uctomb.c: Likewise.
27194         * lib/unistr/u32-check.c: Likewise.
27195         * lib/unistr/u32-chr.c: Likewise.
27196         * lib/unistr/u32-cmp.c: Likewise.
27197         * lib/unistr/u32-cpy-alloc.c: Likewise.
27198         * lib/unistr/u32-cpy.c: Likewise.
27199         * lib/unistr/u32-endswith.c: Likewise.
27200         * lib/unistr/u32-mblen.c: Likewise.
27201         * lib/unistr/u32-mbsnlen.c: Likewise.
27202         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
27203         * lib/unistr/u32-mbtouc.c: Likewise.
27204         * lib/unistr/u32-mbtoucr.c: Likewise.
27205         * lib/unistr/u32-move.c: Likewise.
27206         * lib/unistr/u32-next.c: Likewise.
27207         * lib/unistr/u32-prev.c: Likewise.
27208         * lib/unistr/u32-set.c: Likewise.
27209         * lib/unistr/u32-startswith.c: Likewise.
27210         * lib/unistr/u32-stpcpy.c: Likewise.
27211         * lib/unistr/u32-stpncpy.c: Likewise.
27212         * lib/unistr/u32-strcat.c: Likewise.
27213         * lib/unistr/u32-strchr.c: Likewise.
27214         * lib/unistr/u32-strcmp.c: Likewise.
27215         * lib/unistr/u32-strcpy.c: Likewise.
27216         * lib/unistr/u32-strcspn.c: Likewise.
27217         * lib/unistr/u32-strdup.c: Likewise.
27218         * lib/unistr/u32-strlen.c: Likewise.
27219         * lib/unistr/u32-strmblen.c: Likewise.
27220         * lib/unistr/u32-strmbtouc.c: Likewise.
27221         * lib/unistr/u32-strncat.c: Likewise.
27222         * lib/unistr/u32-strncmp.c: Likewise.
27223         * lib/unistr/u32-strncpy.c: Likewise.
27224         * lib/unistr/u32-strnlen.c: Likewise.
27225         * lib/unistr/u32-strpbrk.c: Likewise.
27226         * lib/unistr/u32-strrchr.c: Likewise.
27227         * lib/unistr/u32-strspn.c: Likewise.
27228         * lib/unistr/u32-strstr.c: Likewise.
27229         * lib/unistr/u32-strtok.c: Likewise.
27230         * lib/unistr/u32-to-u16.c: Likewise.
27231         * lib/unistr/u32-to-u8.c: Likewise.
27232         * lib/unistr/u32-uctomb.c: Likewise.
27233         * lib/unistr/u8-check.c: Likewise.
27234         * lib/unistr/u8-chr.c: Likewise.
27235         * lib/unistr/u8-cmp.c: Likewise.
27236         * lib/unistr/u8-cpy-alloc.c: Likewise.
27237         * lib/unistr/u8-cpy.c: Likewise.
27238         * lib/unistr/u8-endswith.c: Likewise.
27239         * lib/unistr/u8-mblen.c: Likewise.
27240         * lib/unistr/u8-mbsnlen.c: Likewise.
27241         * lib/unistr/u8-mbtouc-aux.c: Likewise.
27242         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
27243         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
27244         * lib/unistr/u8-mbtouc.c: Likewise.
27245         * lib/unistr/u8-mbtoucr.c: Likewise.
27246         * lib/unistr/u8-move.c: Likewise.
27247         * lib/unistr/u8-next.c: Likewise.
27248         * lib/unistr/u8-prev.c: Likewise.
27249         * lib/unistr/u8-set.c: Likewise.
27250         * lib/unistr/u8-startswith.c: Likewise.
27251         * lib/unistr/u8-stpcpy.c: Likewise.
27252         * lib/unistr/u8-stpncpy.c: Likewise.
27253         * lib/unistr/u8-strcat.c: Likewise.
27254         * lib/unistr/u8-strchr.c: Likewise.
27255         * lib/unistr/u8-strcmp.c: Likewise.
27256         * lib/unistr/u8-strcpy.c: Likewise.
27257         * lib/unistr/u8-strcspn.c: Likewise.
27258         * lib/unistr/u8-strdup.c: Likewise.
27259         * lib/unistr/u8-strlen.c: Likewise.
27260         * lib/unistr/u8-strmblen.c: Likewise.
27261         * lib/unistr/u8-strmbtouc.c: Likewise.
27262         * lib/unistr/u8-strncat.c: Likewise.
27263         * lib/unistr/u8-strncmp.c: Likewise.
27264         * lib/unistr/u8-strncpy.c: Likewise.
27265         * lib/unistr/u8-strnlen.c: Likewise.
27266         * lib/unistr/u8-strpbrk.c: Likewise.
27267         * lib/unistr/u8-strrchr.c: Likewise.
27268         * lib/unistr/u8-strspn.c: Likewise.
27269         * lib/unistr/u8-strstr.c: Likewise.
27270         * lib/unistr/u8-strtok.c: Likewise.
27271         * lib/unistr/u8-to-u16.c: Likewise.
27272         * lib/unistr/u8-to-u32.c: Likewise.
27273         * lib/unistr/u8-uctomb-aux.c: Likewise.
27274         * lib/unistr/u8-uctomb.c: Likewise.
27275         * lib/unitypes.h: Likewise.
27276         * lib/uniwidth.h: Likewise.
27277         * lib/uniwidth/cjk.h: Likewise.
27278         * lib/uniwidth/u16-strwidth.c: Likewise.
27279         * lib/uniwidth/u16-width.c: Likewise.
27280         * lib/uniwidth/u32-strwidth.c: Likewise.
27281         * lib/uniwidth/u32-width.c: Likewise.
27282         * lib/uniwidth/u8-strwidth.c: Likewise.
27283         * lib/uniwidth/u8-width.c: Likewise.
27284         * lib/uniwidth/width.c: Likewise.
27285
27286 2007-10-07  Bruno Haible  <bruno@clisp.org>
27287
27288         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
27289         The file is still under LGPL (see modules/inttypes).
27290
27291 2007-10-06  Bruno Haible  <bruno@clisp.org>
27292
27293         * modules/trunc (Dependencies): Add 'extensions'.
27294         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
27295         Reported by Ben Pfaff <blp@gnu.org>.
27296
27297 2007-10-06  Bruno Haible  <bruno@clisp.org>
27298
27299         * modules/freopen-tests: New file.
27300         * tests/test-freopen.c: New file.
27301
27302         * modules/fopen-tests: New file.
27303         * tests/test-fopen.c: New file.
27304
27305         * modules/fopen: New file.
27306         * lib/fopen.c: New file.
27307         * m4/fopen.m4: New file.
27308         * modules/freopen: New file.
27309         * lib/freopen.c: New file.
27310         * m4/freopen.m4: New file.
27311         * lib/stdio.in.h (fopen, freopen): New declarations.
27312         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
27313         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27314         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
27315         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27316         * doc/functions/fopen.texi: Mention the 'fopen' module.
27317         * doc/functions/freopen.texi: Mention the 'freopen' module.
27318
27319 2007-10-06  Bruno Haible  <bruno@clisp.org>
27320
27321         * modules/open-tests: New file.
27322         * tests/test-open.c: New file.
27323
27324         * modules/open: New file.
27325         * lib/open.c: New file.
27326         * m4/open.m4: New file.
27327         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
27328         lib/open.c does.
27329         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
27330         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
27331         macros.
27332         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
27333         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
27334         REPLACE_OPEN.
27335         * doc/functions/open.texi: Mention the 'open' module.
27336
27337 2007-10-04  Bruno Haible  <bruno@clisp.org>
27338
27339         * modules/ceill-tests: New file.
27340         * tests/test-ceill.c: New file.
27341
27342         * modules/ceill: New file.
27343         * lib/ceill.c: Replace entire file.
27344         * m4/ceill.m4: New file.
27345         * lib/math.in.h (ceill): Replace declaration.
27346         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
27347         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
27348         * doc/functions/ceill.texi: Mention the 'ceill' module.
27349         * modules/mathl (Files): Remove lib/ceill.c.
27350         (Depends-on): Add ceill.
27351
27352 2007-10-04  Bruno Haible  <bruno@clisp.org>
27353
27354         * modules/ceilf-tests: New file.
27355         * tests/test-ceilf.c: New file.
27356
27357         * modules/ceilf: New file.
27358         * lib/ceil.c: New file.
27359         * lib/ceilf.c: New file.
27360         * m4/ceilf.m4: New file.
27361         * lib/math.in.h (ceilf): New declaration.
27362         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
27363         HAVE_DECL_CEILF.
27364         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
27365         HAVE_DECL_CEILF.
27366         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
27367
27368 2007-10-04  Bruno Haible  <bruno@clisp.org>
27369
27370         * modules/floorl-tests: New file.
27371         * tests/test-floorl.c: New file.
27372
27373         * modules/floorl: New file.
27374         * lib/floorl.c: Replace entire file.
27375         * m4/floorl.m4: New file.
27376         * lib/math.in.h (floorl): Replace declaration.
27377         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
27378         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
27379         * doc/functions/floorl.texi: Mention the 'floorl' module.
27380         * modules/mathl (Files): Remove lib/floorl.c.
27381         (Depends-on): Add floorl.
27382
27383 2007-10-04  Bruno Haible  <bruno@clisp.org>
27384
27385         * modules/floorf-tests: New file.
27386         * tests/test-floorf.c: New file.
27387
27388         * modules/floorf: New file.
27389         * lib/floor.c: New file.
27390         * lib/floorf.c: New file.
27391         * m4/floorf.m4: New file.
27392         * lib/math.in.h (floorf): New declaration.
27393         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
27394         HAVE_DECL_FLOORF.
27395         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
27396         HAVE_DECL_FLOORF.
27397         * doc/functions/floorf.texi: Mention the 'floorf' module.
27398
27399 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
27400             Bruno Haible  <bruno@clisp.org>
27401
27402         Advertise for the Git server instead of the CVS server.
27403         * doc/gnulib-intro.texi (Steady Development): Mention the Git
27404         repository instead of the CVS one.
27405         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
27406         about all VCS systems generically.
27407         * doc/gnulib.texi (Introduction): Capitalize `Git'.
27408
27409 2007-10-04  Bruno Haible  <bruno@clisp.org>
27410
27411         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
27412         means.
27413         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
27414
27415 2007-10-04  Bruno Haible  <bruno@clisp.org>
27416
27417         * modules/truncl-tests: New file.
27418         * tests/test-truncl.c: New file.
27419
27420         * modules/truncl: New file.
27421         * lib/truncl.c: New file.
27422         * m4/truncl.m4: New file.
27423         * lib/math.in.h (truncl): New declaration.
27424         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
27425         HAVE_DECL_TRUNCL.
27426         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
27427         HAVE_DECL_TRUNCL.
27428         * doc/functions/truncl.texi: Mention the 'truncl' module.
27429
27430 2007-10-04  Bruno Haible  <bruno@clisp.org>
27431
27432         * modules/truncf-tests: New file.
27433         * tests/test-truncf.c: New file.
27434
27435         * modules/truncf: New file.
27436         * lib/trunc.c: Make paramerizable through USE_* macros.
27437         * lib/truncf.c: New file.
27438         * m4/truncf.m4: New file.
27439         * lib/math.in.h (truncf): New declaration.
27440         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
27441         HAVE_DECL_TRUNCF.
27442         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
27443         HAVE_DECL_TRUNCF.
27444         * doc/functions/truncf.texi: Mention the 'truncf' module.
27445
27446 2007-10-03  Bruno Haible  <bruno@clisp.org>
27447
27448         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27449         augmentation also for tests modules.
27450         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
27451         * modules/atexit-tests (Makefile.am): Likewise.
27452         * modules/binary-io-tests (Makefile.am): Likewise.
27453         * modules/c-strcase-tests (Makefile.am): Likewise.
27454         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
27455         * modules/canonicalize-tests (Makefile.am): Likewise.
27456         * modules/closein-tests (Makefile.am): Likewise.
27457         * modules/fprintf-posix-tests (Makefile.am): Likewise.
27458         * modules/freadahead-tests (Makefile.am): Likewise.
27459         * modules/fseek-tests (Makefile.am): Likewise.
27460         * modules/fseeko-tests (Makefile.am): Likewise.
27461         * modules/ftell-tests (Makefile.am): Likewise.
27462         * modules/ftello-tests (Makefile.am): Likewise.
27463         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
27464         * modules/isnanl-tests (Makefile.am): Likewise.
27465         * modules/lseek-tests (Makefile.am): Likewise.
27466         * modules/mbscasecmp-tests (Makefile.am): Likewise.
27467         * modules/mbscasestr-tests (Makefile.am): Likewise.
27468         * modules/mbschr-tests (Makefile.am): Likewise.
27469         * modules/mbscspn-tests (Makefile.am): Likewise.
27470         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
27471         * modules/mbspbrk-tests (Makefile.am): Likewise.
27472         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
27473         * modules/mbsrchr-tests (Makefile.am): Likewise.
27474         * modules/mbsspn-tests (Makefile.am): Likewise.
27475         * modules/mbsstr-tests (Makefile.am): Likewise.
27476         * modules/printf-posix-tests (Makefile.am): Likewise.
27477         * modules/snprintf-posix-tests (Makefile.am): Likewise.
27478         * modules/sprintf-posix-tests (Makefile.am): Likewise.
27479         * modules/tsearch-tests (Makefile.am): Likewise.
27480         * modules/uniname/uniname-tests (Makefile.am): Likewise.
27481         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
27482         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
27483         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
27484         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
27485         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
27486         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
27487         * modules/vprintf-posix-tests (Makefile.am): Likewise.
27488         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
27489         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
27490         * modules/xstrtoimax-tests (Makefile.am): Likewise.
27491         * modules/xstrtol-tests (Makefile.am): Likewise.
27492         * modules/xstrtoumax-tests (Makefile.am): Likewise.
27493         * modules/yesno-tests (Makefile.am): Likewise.
27494
27495 2007-10-03  Bruno Haible  <bruno@clisp.org>
27496
27497         * modules/trunc-tests: New file.
27498         * tests/test-trunc.c: New file.
27499
27500         * modules/trunc: New file.
27501         * lib/trunc.c: New file.
27502         * m4/trunc.m4: New file.
27503         * lib/math.in.h (trunc): New declaration.
27504         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
27505         HAVE_DECL_TRUNC.
27506         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
27507         HAVE_DECL_TRUNC.
27508         * doc/functions/trunc.texi: Mention the 'trunc' module.
27509
27510 2007-10-03  Bruno Haible  <bruno@clisp.org>
27511
27512         * tests/test-fpending.c: New file, mostly copied
27513         from coreutils/lib/t-fpending.c.
27514         * modules/fpending-tests: New file.
27515
27516 2007-10-03  Bruno Haible  <bruno@clisp.org>
27517
27518         Port the stdio extensions to QNX (untested).
27519         * lib/fseterr.c (fseterr): Add support for QNX.
27520         * lib/fbufmode.c (fbufmode): Likewise.
27521         * lib/freadable.c (freadable): Likewise.
27522         * lib/fwritable.c (fwritable): Likewise.
27523         * lib/freading.c (freading): Likewise.
27524         * lib/fwriting.c (fwriting): Likewise.
27525         * lib/freadahead.c (freadahed): Likewise.
27526         * lib/fpurge.c (fpurge): Likewise.
27527         * lib/fseeko.c (rpl_fseeko): Likewise.
27528
27529 2007-10-03  Bruno Haible  <bruno@clisp.org>
27530             Jim Meyering  <jim@meyering.net>
27531             Eric Blake  <ebb9@byu.net>
27532
27533         * doc/relocatable.texi: Use @command instead of @program.
27534
27535 2007-10-02  Jim Meyering  <jim@meyering.net>
27536
27537         Perform one more "_.h" -> ".in.h" substitution.
27538         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
27539         instead of unistd_.h here, too.
27540
27541 2007-10-01  Bruno Haible  <bruno@clisp.org>
27542
27543         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
27544         Needed for the alloca-opt module.
27545
27546 2007-09-30  Bruno Haible  <bruno@clisp.org>
27547
27548         * lib/alloca.in.h: Renamed from lib/alloca_.h.
27549         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
27550         alloca_.h.
27551         * lib/argz.in.h: Renamed from lib/argz_.h.
27552         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
27553         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
27554         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
27555         byteswap_.h.
27556         * lib/dirent.in.h: Renamed from lib/dirent_.h.
27557         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
27558         dirent_.h.
27559         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
27560         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
27561         fcntl_.h.
27562         * lib/float.in.h: Renamed from lib/float_.h.
27563         * modules/float (Files, Makefile.am): Use float.in.h instead of
27564         float_.h.
27565         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
27566         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
27567         fnmatch_.h.
27568         * lib/getopt.in.h: Renamed from lib/getopt_.h.
27569         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
27570         getopt_.h.
27571         * lib/glob.in.h: Renamed from lib/glob_.h.
27572         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
27573         * lib/iconv.in.h: Renamed from lib/iconv_.h.
27574         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
27575         iconv_.h.
27576         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
27577         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
27578         inttypes_.h.
27579         * lib/locale.in.h: Renamed from lib/locale_.h.
27580         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
27581         locale_.h.
27582         * lib/math.in.h: Renamed from lib/math_.h.
27583         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
27584         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
27585         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
27586         of netinet_in_.h. Add dependency.
27587         * lib/poll.in.h: Renamed from lib/poll_.h.
27588         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
27589         * lib/search.in.h: Renamed from lib/search_.h.
27590         * modules/search (Files, Makefile.am): Use search.in.h instead of
27591         search_.h.
27592         * lib/signal.in.h: Renamed from lib/signal_.h.
27593         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
27594         _signal.h.
27595         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
27596         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
27597         stdbool_.h.
27598         * lib/stdint.in.h: Renamed from lib/stdint_.h.
27599         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
27600         stdint_.h.
27601         * lib/stdio.in.h: Renamed from lib/stdio_.h.
27602         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
27603         stdio_.h.
27604         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
27605         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
27606         stdlib_.h.
27607         * lib/string.in.h: Renamed from lib/string_.h.
27608         * modules/string (Files, Makefile.am): Use string.in.h instead of
27609         string_.h.
27610         * doc/gnulib-tool.texi (Initial import): Update.
27611         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
27612         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
27613         of sys_select_.h. Add dependency.
27614         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
27615         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
27616         of sys_socket_.h.
27617         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
27618         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
27619         sys_stat_.h.
27620         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
27621         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
27622         sys_time_.h.
27623         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
27624         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
27625         sysexits_.h.
27626         * lib/time.in.h: Renamed from lib/time_.h.
27627         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
27628         * lib/unistd.in.h: Renamed from lib/unistd_.h.
27629         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
27630         unistd_.h.
27631         * lib/wchar.in.h: Renamed from lib/wchar_.h.
27632         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
27633         wchar_.h.
27634         * lib/wctype.in.h: Renamed from lib/wctype_.h.
27635         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
27636         wctype_.h.
27637         * build-aux/bootstrap (slurp): Update.
27638         * lib/.cppi-disable: Update.
27639
27640 2007-09-30  Bruno Haible  <bruno@clisp.org>
27641
27642         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
27643         Needed on BeOS.
27644
27645 2007-09-30  Bruno Haible  <bruno@clisp.org>
27646
27647         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
27648
27649 2007-09-29  Bruno Haible  <bruno@clisp.org>
27650
27651         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
27652
27653 2007-09-29  Bruno Haible  <bruno@clisp.org>
27654
27655         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
27656         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
27657         * build-aux/install-reloc: Compile also areadlink.c.
27658         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
27659
27660 2007-09-29  Bruno Haible  <bruno@clisp.org>
27661
27662         * gnulib-tool (func_emit_initmacro_done): Indentation.
27663
27664 2007-09-29  Bruno Haible  <bruno@clisp.org>
27665
27666         * README: Add CVS checkout update instructions.
27667         Info from Bob Proulx <bob@proulx.com>.
27668
27669 2007-09-28  Eric Blake  <ebb9@byu.net>
27670
27671         Provide move-if-change.
27672         * build-aux/move-if-change: New file, based on best practice
27673         rather than any canonical upstream location.
27674
27675 2007-09-28  Jim Meyering  <jim@meyering.net>
27676
27677         Fix canonicalize loop-detection corner case.
27678         Do not attempt to stat the symlink values stored via seen_triple.
27679         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
27680         on linux-2.6.18, (but not 2.6.22).
27681         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
27682         triple_compare.  The former compares dev,ino,filename, while the latter
27683         would actually stat dirname(filename) when dev and ino were equal.
27684         * lib/hash-triple.c: Install <string.h>.
27685         (STREQ): Define.
27686         (triple_compare_ino_str): New function.
27687         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
27688
27689 2007-09-28  Eric Blake  <ebb9@byu.net>
27690
27691         Enforce that AC_REPLACE_FUNCS files exist.
27692         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
27693         override check for typos.
27694
27695         Fix test-closein on Solaris 10.
27696         * tests/test-closein.c (main): Don't assume stdin can be inherited
27697         closed on all systems.
27698         * tests/test-closein.sh: Likewise.
27699         Reported by Piotr Tarnowski.
27700
27701 2007-09-28  Jim Meyering  <jim@meyering.net>
27702
27703         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
27704
27705 2007-09-27  Jim Meyering  <jim@meyering.net>
27706
27707         canonicalize: Avoid a false-positive cycle failure.
27708         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
27709         Sort.  Remove cycle-check.
27710         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
27711         not cycle-check.h.
27712         (seen_triple): New function.
27713         (canonicalize_filename_mode): Use it instead of cycle-check.
27714         * tests/test-canonicalize.c: Add a test for this bug.
27715         * tests/test-canonicalize.sh: Set up and run the test.
27716
27717         New module, file-set, from coreutils.
27718         * modules/file-set: Define it.
27719         * lib/file-set.c, lib/file-set.h: Implement.
27720
27721         New module, hash-triple, from coreutils.
27722         * modules/hash-triple: Define it.
27723         * lib/hash-triple.c, lib/hash-triple.h: Implement.
27724
27725 2007-09-25  Eric Blake  <ebb9@byu.net>
27726
27727         Fix strerror on Interix.
27728         * lib/string_.h (strerror): Declare replacement.
27729         * doc/functions/strerror.texi (strerror): Document the Interix
27730         shortcoming.
27731         * modules/string (Makefile.am): Support new hooks.
27732         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
27733         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
27734         gl_FUNC_STRERROR_SEPARATE.
27735         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
27736         * lib/strerror.c (rpl_strerror): Provide replacement.
27737         * modules/strerror (Depends-on): Add string.
27738         (configure.ac): Detect use of module.
27739         * tests/test-strerror.c: New file.
27740         * modules/strerror-tests: New test module.
27741         * modules/argp (Depends-on): Add strerror.
27742         * modules/error (Depends-on): Likewise.
27743         Reported by Martin Koeppe.
27744
27745 2007-09-24  Bruno Haible  <bruno@clisp.org>
27746
27747         * README: Update git instructions.
27748
27749 2007-09-24  Eric Blake  <ebb9@byu.net>
27750
27751         Revert fpending breakage from 2007-09-08.
27752         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
27753         __fpending.c.
27754
27755 2007-09-24  Jim Meyering  <jim@meyering.net>
27756
27757         filenamecat.c: Add a test.
27758         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
27759         showing how the function works when DIR is the empty string.
27760
27761 2007-09-21  Simon Josefsson  <simon@josefsson.org>
27762
27763         * tests/test-canonicalize.sh: Turn on executable bit.
27764
27765 2007-09-19  Eric Blake  <ebb9@byu.net>
27766
27767         * README: Update CVS instructions.
27768
27769 2007-09-18  Bruno Haible  <bruno@clisp.org>
27770
27771         * modules/areadlink: New file.
27772         * lib/areadlink.h (areadlink): New declaration.
27773         * lib/areadlink.c: New file, based on lib/xreadlink.c.
27774
27775 2007-09-17  Jim Meyering  <jim@meyering.net>
27776
27777         * lib/savewd.c (ESTALE) [!defined]: Define.
27778         Reported to be required on Interix by Martin Koeppe.
27779
27780 2007-09-17  Bruno Haible  <bruno@clisp.org>
27781
27782         * gnulib-tool (func_version): Use $version.
27783
27784 2007-09-16  Bruno Haible  <bruno@clisp.org>
27785
27786         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
27787         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
27788         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
27789         Reported by Greg Schafer <gschafer@zip.com.au>.
27790
27791 2007-09-15  Bruno Haible  <bruno@clisp.org>
27792
27793         * gnulib-tool (sed): Try a little harder to make bash understand the
27794         alias.
27795         Reported by Bruce Korb <bruce.korb@gmail.com>.
27796
27797 2007-09-13  Eric Blake  <ebb9@byu.net>
27798
27799         * ChangeLog: Remove conflict markers.
27800
27801 2007-09-13  Simon Josefsson  <simon@josefsson.org>
27802
27803         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
27804         Reported by Bruno Haible <bruno@clisp.org>.
27805
27806 2007-09-12  Bruno Haible  <bruno@clisp.org>
27807
27808         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
27809         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
27810         is not defined.
27811
27812 2007-09-12  Eric Blake  <ebb9@byu.net>
27813
27814         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
27815         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
27816         Autoconf definition.
27817         * modules/euidaccess (Depends-on): Add extensions, for
27818         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
27819         * modules/fnmatch (Depends-on): Likewise.
27820         * modules/getaddrinfo (Depends-on): Likewise.
27821         * modules/getdelim (Depends-on): Likewise.
27822         * modules/getline (Depends-on): Likewise.
27823         * modules/getsubopt (Depends-on): Likewise.
27824         * modules/gettext (Depends-on): Likewise.
27825         * modules/group-member (Depends-on): Likewise.
27826         * modules/mbchar (Depends-on): Likewise.
27827         * modules/memmem (Depends-on): Likewise.
27828         * modules/mempcpy (Depends-on): Likewise.
27829         * modules/memrchr (Depends-on): Likewise.
27830         * modules/pagealign_alloc (Depends-on): Likewise.
27831         * modules/readutmp (Depends-on): Likewise.
27832         * modules/stpcpy (Depends-on): Likewise.
27833         * modules/stpncpy (Depends-on): Likewise.
27834         * modules/strchrnul (Depends-on): Likewise.
27835         * modules/strndup (Depends-on): Likewise.
27836         * modules/strsep (Depends-on): Likewise.
27837         * modules/strverscmp (Depends-on): Likewise.
27838         * modules/vasprintf (Depends-on): Likewise.
27839         * modules/wcwidth (Depends-on): Likewise.
27840         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
27841         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
27842         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
27843         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
27844         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
27845         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
27846         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
27847         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27848         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
27849         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
27850         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
27851         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
27852         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
27853         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
27854         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
27855         * m4/readutmp.m4 (gl_READUTMP): Likewise.
27856         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
27857         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
27858         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
27859         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
27860         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
27861         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
27862         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
27863         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
27864         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
27865         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
27866         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
27867         so that lock.m4 can be used in gettext without extensions module.
27868
27869 2007-09-11  Bruno Haible  <bruno@clisp.org>
27870
27871         * m4/isc-posix.m4: Remove file.
27872         Suggested by Eric Blake.
27873
27874 2007-09-11  Eric Blake  <ebb9@byu.net>
27875
27876         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
27877
27878 2007-09-10  Bruno Haible  <bruno@clisp.org>
27879
27880         * posix-modules: Fix typo in error message.
27881         Reported by Matt <mkraai@beckman.com>.
27882
27883 2007-09-09  Bruno Haible  <bruno@clisp.org>
27884
27885         * doc/functions/getdelim.texi: Update list of platforms lacking the
27886         function.
27887         * doc/functions/getline.texi: Likewise.
27888
27889 2007-09-09  Jim Meyering  <jim@meyering.net>
27890
27891         * lib/hash.c (hash_initialize): Detect calloc failure.
27892         Reported by Bruno Haible.
27893
27894 2007-09-09  Bruno Haible  <bruno@clisp.org>
27895
27896         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
27897         malloc or realloc fails.
27898
27899 2007-09-09  Bruno Haible  <bruno@clisp.org>
27900
27901         * modules/getcwd (Depends-on): Add malloc-posix.
27902         * modules/glob (Depends-on): Likewise.
27903         * modules/putenv (Depends-on): Likewise.
27904         * modules/strdup (Depends-on): Likewise.
27905         * modules/getdelim (Depends-on): Add realloc-posix.
27906         * modules/read-file (Depends-on): Likewise.
27907
27908 2007-09-09  Bruno Haible  <bruno@clisp.org>
27909
27910         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
27911         (gl_FUNC_MALLOC_POSIX): Require it.
27912         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
27913         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
27914         * modules/realloc (Files): Add m4/malloc.m4.
27915         * modules/calloc (Files): Likewise.
27916
27917 2007-09-09  Bruno Haible  <bruno@clisp.org>
27918
27919         * modules/malloc-posix: New file.
27920         * modules/malloc (Depends-on): Add malloc-posix.
27921         * lib/malloc.c: Include errno.h.
27922         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
27923         and a POSIX-compatible malloc into a single function. Set ENOMEM
27924         when returning NULL.
27925         * m4/malloc.m4: New file.
27926         * doc/functions/malloc.texi: Mention the malloc-posix module.
27927         * lib/stdlib_.h (malloc): New declaration.
27928         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
27929         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
27930         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
27931         and HAVE_MALLOC_POSIX.
27932
27933 2007-09-09  Bruno Haible  <bruno@clisp.org>
27934
27935         * modules/realloc-posix: New file.
27936         * modules/realloc (Depends-on): Add realloc-posix.
27937         * lib/realloc.c: Include errno.h.
27938         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
27939         and a POSIX-compatible realloc into a single function. Set ENOMEM
27940         when returning NULL.
27941         * m4/realloc.m4: New file.
27942         * doc/functions/realloc.texi: Mention the realloc-posix module.
27943         * lib/stdlib_.h (realloc): New declaration.
27944         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
27945         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
27946         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
27947         and HAVE_REALLOC_POSIX.
27948
27949 2007-09-09  Bruno Haible  <bruno@clisp.org>
27950
27951         * modules/calloc-posix: New file.
27952         * modules/calloc (Depends-on): Add calloc-posix.
27953         * lib/calloc.c: Include errno.h.
27954         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
27955         and a POSIX-compatible calloc into a single function. Set ENOMEM
27956         when returning NULL.
27957         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
27958         * doc/functions/calloc.texi: Mention the calloc-posix module.
27959         * lib/stdlib_.h (calloc): New declaration.
27960         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
27961         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
27962         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
27963         and HAVE_CALLOC_POSIX.
27964
27965 2007-09-09  Bruno Haible  <bruno@clisp.org>
27966
27967         Allow for modules to show an arbitrary notice.
27968         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
27969         * gnulib-tool: New option --extract-notice.
27970         (func_usage): Document it.
27971         (sed_extract_prog): Update.
27972         (func_get_notice): New function.
27973         (func_modules_notice): New function.
27974         (func_import, func_create_testdir): Invoke it.
27975         Suggested by Jim Meyering.
27976
27977 2007-09-09  Bruno Haible  <bruno@clisp.org>
27978
27979         * gnulib-tool: New options --verbose, --quiet.
27980         (func_usage): Document them.
27981         (verbose): New variable.
27982         (func_execute_command): New function.
27983         (func_import): Don't show the module list and the file list if
27984         $verbose < 0.
27985         (func_create_testdir): Likewise. Use func_execute_command.
27986         (func_create_megatestdir): Use func_execute_command.
27987
27988 2007-09-08  Bruno Haible  <bruno@clisp.org>
27989
27990         * gnulib-tool (func_import): Prefer rsync over wget when available,
27991         for fetching the PO files.
27992
27993 2007-09-08  Bruno Haible  <bruno@clisp.org>
27994
27995         * posix-modules: New file. Portions copied from gnulib-tool.
27996         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
27997
27998 2007-09-08  Jim Meyering  <jim@meyering.net>
27999
28000         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
28001         * lib/fpending.h: Rename from __fpending.h.
28002         * lib/fpending.c: Rename from __fpending.c.
28003         Include "fpending.h", not "__fpending.h".
28004         * lib/__fpending.h, lib/__fpending.c: Remove files.
28005         * modules/fpending (Files): Reflect new file names.
28006         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
28007
28008 2007-09-08  Bruno Haible  <bruno@clisp.org>
28009
28010         * m4/inttypes-h.m4: Remove stub file.
28011
28012 2007-09-07  Simon Josefsson  <simon@josefsson.org>
28013
28014         * doc/headers/stdint.texi: Discuss #include_next issue.
28015
28016 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28017
28018         * build-aux/bootstrap: Remove obsolete comment about wget --help.
28019
28020 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28021
28022         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
28023         in variable name.
28024
28025 2007-09-03  Jim Meyering  <jim@meyering.net>
28026
28027         New module: git-version-gen.
28028         * modules/git-version-gen: New file.
28029
28030         Import changes from coreutils for bootstrap script.
28031
28032         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
28033
28034         bootstrap: uses rsync to download the .po files
28035         * build-aux/bootstrap (po_download_command_format): New global.
28036         (download_po_files): Use rsync.
28037         (update_po_files): Don't remove .po files after download,
28038         so future rsync runs can take advantage of the copies.
28039
28040         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
28041
28042         Solve the unnecessary-.po-file-regeneration problem once and for all.
28043         * build-aux/bootstrap (download_po_files): New function, renamed from
28044         get_translations.  Now, downloads, but doesn't update LINGUAS.
28045         (update_po_files): New function.
28046
28047         bootstrap: Ignore more.
28048         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
28049         uniwidth to e.g., lib/.gitignore.
28050         (slurp): Handle the sys_stat_.h -> sys mapping, too.
28051
28052         * build-aux/bootstrap: New setting: vc_ignore.
28053         (insert_sorted_if_absent): Create $file if absent.
28054         Adapt to new, possibly empty, list: $vc_ignore.
28055
28056         bootstrap: generate more ignorable names
28057         * build-aux/bootstrap (slurp): When generating ignorable names,
28058         also map .sin to .sed, .gperf to .c, and .y to .c.
28059
28060 2007-09-03  Jim Meyering  <jim@meyering.net>
28061
28062         * build-aux/git-version-gen: New file, from coreutils.  For details, see
28063         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
28064
28065 2007-09-02  Bruno Haible  <bruno@clisp.org>
28066
28067         Fix mis-recognition of 'mcs' on QNX 6.
28068         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
28069         output contains the string "Mono".
28070         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
28071         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
28072
28073 2007-09-01  Bruno Haible  <bruno@clisp.org>
28074
28075         Fix collision between uniwidth/* and linebreak modules.
28076         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
28077         u32_width): Remove declarations.
28078         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
28079         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
28080         streq3, streq2, streq1, streq0): Remove functions.
28081         (STREQ): Remove macro.
28082         (is_cjk_encoding): Remove function.
28083         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
28084         (uc_width, u8_width, u16_width, u32_width): Remove functions.
28085         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
28086         * NEWS: Document the change.
28087
28088 2007-09-01  Bruno Haible  <bruno@clisp.org>
28089
28090         * lib/streq.h: Add double-inclusion guard.
28091
28092 2007-09-01  Karl Berry  <karl@gnu.org>
28093
28094         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
28095
28096 2007-08-28  Jim Meyering  <jim@meyering.net>
28097
28098         Rename mreadlink_with_size to areadlink_with_size.
28099         * NEWS: Document the change.
28100         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
28101         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
28102         * lib/mreadlink.h: Rename this to...
28103         * lib/areadlink.h: ...this.
28104         * modules/mreadlink-with-size: Rename this to...
28105         * modules/areadlink-with-size: ...this.
28106         * lib/canonicalize.c: Reflect the renaming.
28107         * modules/canonicalize: Likewise.
28108
28109 2007-08-26  Bruno Haible  <bruno@clisp.org>
28110
28111         * gnulib-tool (func_import): When deciding which files to remove,
28112         consider also dangling symbolic links.
28113         Reported by Eric Blake.
28114
28115 2007-08-26  Bruno Haible  <bruno@clisp.org>
28116
28117         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
28118
28119 2007-08-23  Simon Josefsson  <simon@josefsson.org>
28120
28121         * lib/readline.c: Don't include getline.h, the prototype is now
28122         found in stdio.h.
28123
28124 2007-08-23  Jim Meyering  <jim@meyering.net>
28125
28126         Getdelim touchup.
28127         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
28128         around the funlockfile call, since funlockfile never sets errno.
28129         Don't set errno upon failed realloc.
28130
28131 2007-08-22  Eric Blake  <ebb9@byu.net>
28132
28133         Getline touchups.
28134         * lib/getdelim.c (getdelim): Revert regression that required *n to
28135         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
28136         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
28137         getdelim, rather than whether implementation is missing.
28138         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
28139         * lib/stdio_.h (getline): Also declare if replacement is
28140         required.
28141         * doc/functions/getdelim.texi: New file.
28142         * doc/functions/getline.texi: Likewise.
28143         * doc/gnulib.texi (Function Substitutes): Add new files.
28144         Reported by Bruno Haible.
28145
28146 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
28147
28148         * users.txt: Add Guile.
28149
28150 2007-08-22  Eric Blake  <ebb9@byu.net>
28151
28152         * tests/test-getdelim.c (main): Use remove, not unlink.
28153         * tests/test-getline.c (main): Likewise.
28154
28155         Move getline and getdelim into stdio.h, per POSIX 200x.
28156         * modules/getline (Files): Remove getline.h.
28157         (Depends-on): Add stdio.
28158         (configure.ac): Add module indicator.
28159         * modules/getdelim (Files): Remove getdelim.h.
28160         (Depends-on): Add stdio.
28161         (configure.ac): Add module indicator.
28162         * modules/stdio (Makefile.am): Work with new indicators.
28163         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
28164         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
28165         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28166         * lib/getdelim.h: Delete.
28167         * lib/getline.h: Delete.
28168         * lib/stdio_.h (getdelim, getline): Declare.
28169         * modules/getdelim-tests: New module.
28170         * modules/getline-tests: Likewise.
28171         * tests/test-getdelim.c: New file.
28172         * tests/test-getline.c: Likewise.
28173         * NEWS: Document the change.
28174         * lib/getline.c: Update choice of header.
28175         * lib/csharpcomp.c: Likewise.
28176         * lib/getpass.c: Likewise.
28177         * lib/javacomp.c: Likewise.
28178         * lib/javaversion.c: Likewise.
28179         * lib/yesno.c: Likewise.
28180         * lib/getdelim.c: Likewise.
28181         (getdelim): Set errno on failure, and avoid memory leak.
28182
28183 2007-08-19  Bruno Haible  <bruno@clisp.org>
28184
28185         * modules/closein (Depends-on): Add freadahead.
28186         * lib/closein.c: Include freadahead.h.
28187         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
28188         is zero.
28189
28190 2007-08-19  Bruno Haible  <bruno@clisp.org>
28191
28192         * modules/freadahead-tests: New file.
28193         * tests/test-freadahead.sh: New file.
28194         * tests/test-freadahead.c: New file.
28195
28196         * modules/freadahead: New file.
28197         * lib/freadahead.h: New file.
28198         * lib/freadahead.c: New file.
28199         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
28200         fbufmode, fpurge, freadable, fwritable.
28201
28202 2007-08-19  Eric Blake  <ebb9@byu.net>
28203
28204         Test yesno in combination with closein.
28205         * lib/yesno.c (yesno): Document use of stdin.
28206         * modules/yesno-tests (Files): New module.
28207         * tests/test-yesno.c (main): New file.
28208         * tests/test-yesno.sh: Likewise.
28209
28210 2007-08-19  Bruno Haible  <bruno@clisp.org>
28211
28212         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
28213         * lib/fseeko.c (rpl_fseeko): Likewise.
28214         * lib/fseterr.c (fseterr): Likewise.
28215
28216 2007-08-19  Bruno Haible  <bruno@clisp.org>
28217
28218         * tests/test-lseek.c (main): Disable a test for BeOS.
28219         * doc/functions/lseek.texi: Document the BeOS bug.
28220
28221 2007-08-19  Bruno Haible  <bruno@clisp.org>
28222             Eric Blake  <ebb9@byu.net>
28223
28224         * lib/lseek.c: Include <sys/stat.h>.
28225         (rpl_lseek): Add workaround code also for Unix platforms.
28226         Needed for BeOS.
28227         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
28228         * doc/functions/lseek.texi: Document BeOS definiency.
28229
28230 2007-08-18  Bruno Haible  <bruno@clisp.org>
28231
28232         * modules/fstrcmp-tests: New file.
28233         * tests/test-fstrcmp.c: New file.
28234
28235 2007-08-18  Bruno Haible  <bruno@clisp.org>
28236
28237         * modules/fstrcmp: New file, from GNU gettext with modifications.
28238         * lib/fstrcmp.h: New file, from GNU gettext.
28239         * lib/fstrcmp.c: New file, from GNU gettext.
28240         * MODULES.html.sh (String handling): Add fstrcmp.
28241
28242 2007-08-18  Bruno Haible  <bruno@clisp.org>
28243
28244         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
28245         'bool'.
28246         (diag, compareseq): Remove const from the ctxt argument.
28247         (USE_HEURISTIC): Undefine at the end.
28248
28249 2007-08-18  Jim Meyering  <jim@meyering.net>
28250
28251         New file: lib/idcache.h
28252         * NEWS: Mention the addition.
28253         * modules/idcache (Files): Add lib/idcache.h
28254         * lib/idcache.c: Include "idcache.h".
28255         Don't include <sys/types.h>.
28256         Add a FIXME comment.
28257         Move file-scoped "static" declarations to the top.
28258         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
28259
28260 2007-08-17  Bruno Haible  <bruno@clisp.org>
28261         and Paul Eggert  <eggert@cs.ucla.edu>
28262
28263         * MODULES.html.sh: Add diffseq.
28264         * modules/diffseq: New file.
28265         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
28266         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
28267
28268 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28269
28270         Import changes from coreutils for bootstrap script.
28271
28272         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
28273
28274         * build-aux/bootstrap (slurp): Work even in environments where
28275         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
28276         current code does not slurp files whose names start with ".", and
28277         this looks like it might be a troublesome area.
28278
28279         2007-07-11  Jim Meyering  <jim@meyering.net>
28280
28281         If there's a GPL vN copyright comment, require that N == 3.
28282
28283         2007-07-08  Jim Meyering  <jim@meyering.net>
28284
28285         Run the coreutils-specific code only if tests/Makefile.am.in exists.
28286         * build-aux/bootstrap (mam_template): Move definition out of loop.
28287
28288         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
28289
28290         * build-aux/bootstrap (symlink_to_dir): Rename function from
28291         symlink_to_gnulib.  Add a directory parameter.  Update all
28292         callers.
28293         (cp_mark_as_generated): Also check for -- and link to -- files in
28294         gl/.
28295
28296         2007-07-08  Jim Meyering  <jim@meyering.net>
28297
28298         Adapt to deeper hierarchy in gnulib.
28299         * build-aux/bootstrap (symlink_to_dir): If the destination
28300         directory doesn't exist, create it. This is required at least for
28301         "lib/uniwidth/cjk.h".
28302
28303         2007-05-15  Jim Meyering  <jim@meyering.net>
28304
28305         * build-aux/bootstrap: Now that generated Makefile.am files
28306         are no longer under version control, they must be created at
28307         bootstrap time.
28308
28309 2007-08-14  Ben Pfaff  <blp@gnu.org>
28310
28311         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
28312
28313 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28314
28315         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
28316         given the changes below.
28317         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
28318         even on hosts that have padding bits beyond the supported 64.
28319
28320 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28321
28322         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
28323         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
28324         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
28325         depends on it.
28326         (xstrtol_error): Remove.
28327         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
28328         but with a different signature.
28329         (ATTRIBUTE_NORETURN, __attribute__): New macros.
28330         * lib/xstrtol-error.c: Include exitfail.h.
28331         (xstrtol_fatal): New function, with a different signature from the
28332         old xstrtol_error, so that the caller need not worry about passing
28333         in an exit status, or about storage management of the option argument.
28334         (xstrtol_error): Now a static function.  Redo signature to
28335         implement xstrtol_fatal.  Output the correct number of hyphens in
28336         front of the option so that the caller need not worry about
28337         storage management.
28338         (N_): New macro.
28339         (_): Remove; not used now.
28340         * modules/xstrtol: Depend on getopt.
28341         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
28342         of old STRTOL_FATAL_ERROR macro.
28343         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
28344         of test program.
28345         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
28346         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
28347
28348 2007-08-08  Eric Blake  <ebb9@byu.net>
28349
28350         * lib/xstrtol-error.c: Add missing include.
28351
28352         Move xstrtol messages into gnulib domain, when --pobase is used.
28353         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
28354         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
28355         * modules/xstrtol (Files): Distribute new file.
28356         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
28357         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
28358         * tests/test-xstrtol.c: ...into new file.
28359         * tests/test-xstrtoul.c: Also test xstrtoul.
28360         * tests/test-xstrtoimax.c: Also test xstrtoimax.
28361         * tests/test-xstrtoumax.c: Also test xstrtoumax.
28362         * tests/test-xstrtol.sh: Drive the tests.
28363         * tests/test-xstrtoimax.sh: Likewise.
28364         * tests/test-xstrtoumax.sh: Likewise.
28365         * modules/xstrtol-tests: New module.
28366         * modules/xstrtoimax-tests: Likewise.
28367         * modules/xstrtoumax-tests: Likewise.
28368
28369 2007-08-08  Jim Meyering  <jim@meyering.net>
28370
28371         New function: mfile_name_concat.
28372         * lib/filenamecat.c (mfile_name_concat): New function, just like
28373         file_name_concat, but return NULL upon failure rather than exiting
28374         with a diagnostic.
28375         * lib/filenamecat.h: Declare it.
28376
28377 2007-08-07  Bruno Haible  <bruno@clisp.org>
28378
28379         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
28380         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
28381         warning from gcc.
28382         Reported by Eric Blake.
28383
28384 2007-08-07  Simon Josefsson  <simon@josefsson.org>
28385
28386         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
28387         * modules/crypto/arcfour (License): Likewise.
28388         * modules/crypto/des-tests (License): Likewise.
28389         * modules/crypto/gc-arctwo-tests (License): Likewise.
28390         * modules/crypto/gc-des-tests (License): Likewise.
28391         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
28392         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
28393         * modules/crypto/gc-md2-tests (License): Likewise.
28394         * modules/crypto/gc-md4-tests (License): Likewise.
28395         * modules/crypto/gc-md5-tests (License): Likewise.
28396         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
28397         * modules/crypto/gc-rijndael-tests (License): Likewise.
28398         * modules/crypto/gc-sha1-tests (License): Likewise.
28399         * modules/crypto/gc-tests (License): Likewise.
28400         * modules/crypto/hmac-md5 (License): Likewise.
28401         * modules/crypto/hmac-sha1 (License): Likewise.
28402         * modules/crypto/md2-tests (License): Likewise.
28403         * modules/crypto/md4-tests (License): Likewise.
28404         * modules/crypto/md5 (License): Likewise.
28405         * modules/crypto/rijndael (License): Likewise.
28406         * modules/crypto/sha1 (License): Likewise.
28407         * modules/memxor (License): Likewise.
28408
28409 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28410         and Bruno Haible  <bruno@clisp.org>
28411
28412         * NEWS: Describe interface changes to human, xstrtol.
28413         * lib/human.h: Include <xstrtol.h>.
28414         (human_options): Return enum strtol_error, not int.  Remove
28415         bool arg; take int * instead.
28416         * lib/human.c: Don't include "gettext.h".
28417         (_): Remove; no longer used.
28418         Don't include <xstrtol.h>, since human.h does it.
28419         (human_options): Adjust to abovementioned interface changes.
28420         Do not report error to stderr; that's now the caller's
28421         responsibility.
28422         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
28423         interface change.
28424         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
28425         Str, Argument_type_string.  All uses changed.  Put " argument"
28426         in diagnostics to make them clearer.  Change wording of suffix
28427         message for clarity.
28428         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
28429         Argument_type_string.
28430         (STRTOL_FATAL_WARN): Remove; no longer used.
28431         * modules/human (Depends-on): Remove gettext-h.
28432
28433 2007-08-06  Simon Josefsson  <simon@josefsson.org>
28434
28435         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
28436
28437 2007-07-31  Bruno Haible  <bruno@clisp.org>
28438
28439         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
28440         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
28441         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
28442
28443 2007-07-31  Bruno Haible  <bruno@clisp.org>
28444
28445         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
28446         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
28447
28448 2007-07-30  Bruno Haible  <bruno@clisp.org>
28449
28450         * modules/base64 (License): Use the synonymous term "LGPLv2+".
28451         * modules/c-ctype (License): Likewise.
28452         * modules/c-strcase (License): Likewise.
28453         * modules/check-version (License): Likewise.
28454         * modules/iconv (License): Likewise.
28455         * modules/iconv_open (License): Likewise.
28456         * modules/read-file (License): Likewise.
28457         * modules/striconv (License): Likewise.
28458         * modules/strverscmp (License): Likewise.
28459         * modules/vasprintf (License): Likewise.
28460         * modules/crypto/des (License): Likewise.
28461         * modules/crypto/gc (License): Likewise.
28462         * modules/crypto/gc-arcfour (License): Likewise.
28463         * modules/crypto/gc-arctwo (License): Likewise.
28464         * modules/crypto/gc-des (License): Likewise.
28465         * modules/crypto/gc-hmac-md5 (License): Likewise.
28466         * modules/crypto/gc-hmac-sha1 (License): Likewise.
28467         * modules/crypto/gc-md2 (License): Likewise.
28468         * modules/crypto/gc-md4 (License): Likewise.
28469         * modules/crypto/gc-md5 (License): Likewise.
28470         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
28471         * modules/crypto/gc-random (License): Likewise.
28472         * modules/crypto/gc-rijndael (License): Likewise.
28473         * modules/crypto/gc-sha1 (License): Likewise.
28474         * modules/crypto/md2 (License): Likewise.
28475         * modules/crypto/md4 (License): Likewise.
28476
28477 2007-07-30  Jim Meyering  <jim@meyering.net>
28478
28479         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
28480         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
28481         it has valid stat data.  This bug would cause du not to count the
28482         sizes of inaccessible directories.
28483         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
28484         in <http://bugzilla.redhat.com/250077>.
28485
28486 2007-07-25  Peter O'Gorman  <peter@pogma.com>
28487             Bruno Haible  <bruno@clisp.org>
28488
28489         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
28490         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
28491         #include_next, gives a diagnostic about it, but reports no error in
28492         the exit code.
28493         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
28494
28495 2007-07-24  Ben Pfaff  <blp@gnu.org>
28496
28497         Improve name: "count-one-bits" is better than "popcount".
28498         * MODULES.html.sh: Update name.
28499         * lib/popcount.h: Renamed lib/count-one-bits.h.
28500         (popcount): Renamed count_one_bits.
28501         (popcountl): Renamed count_one_bits_l.
28502         (popcountll): Renamed count_one_bits_ll.
28503         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
28504         * modules/popcount: Renamed module/count-one-bits.
28505         * modules/popcount-tests: Renamed module/count-one-bits-tests.
28506         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
28507
28508 2007-07-23  Ben Pfaff  <blp@gnu.org>
28509
28510         * lib/popcount.h (popcount32): Reduce size of constants, to allow
28511         better code generation, and add U to large constants to avoid
28512         warnings, in non-GCC case.
28513         Suggested by Bruno Haible.
28514
28515 2007-07-23  Ben Pfaff  <blp@gnu.org>
28516
28517         * lib/popcount.h: Use verify_true instead of if...abort.
28518         * modules/popcount: Depend on verify module.
28519         Suggested by Jim Meyering.
28520
28521 2007-07-23  Bruno Haible  <bruno@clisp.org>
28522
28523         * gnulib-tool (func_import): Create a .cvsignore file also when the
28524         directory is not yet in CVS but the toplevel directory is. When
28525         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
28526         Reported by Karl Berry.
28527
28528 2007-07-22  Ben Pfaff  <blp@gnu.org>
28529
28530         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
28531         case.
28532         Suggested by Eric Blake.
28533
28534 2007-07-22  Ben Pfaff  <blp@gnu.org>
28535
28536         New module: popcount.
28537         * MODULES.html.sh: Add popcount.
28538         * modules/popcount: New file.
28539         * modules/popcount-tests: New file.
28540         * tests/test-popcount.c: New file.
28541         * lib/popcount.h: New file.
28542         * m4/popcount.m4: New file.
28543
28544 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28545
28546         * build-aux/announce-gen: Update to GPLv3.
28547
28548         * build-aux/config.guess: Update from config.
28549
28550 2007-07-21  Bruno Haible  <bruno@clisp.org>
28551
28552         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
28553         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
28554
28555 2007-07-20  Jim Meyering  <jim@meyering.net>
28556
28557         * check-module: Diagnose a self-dependency.
28558
28559 2007-07-19  Bruno Haible  <bruno@clisp.org>
28560
28561         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
28562         empty.
28563         Reported by Eric Blake.
28564
28565 2007-07-18  Bruno Haible  <bruno@clisp.org>
28566
28567         * gnulib-tool: New options --po-base, --po-domain.
28568         (func_usage): Document them.
28569         (pobase, po_domain): New variables.
28570         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
28571         DEFAULT_TEXT_DOMAIN.
28572         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
28573         (func_import): Consider pobase and po_domain. Create a po/ directory.
28574         (func_create_testdir): Set pobase and po_domain to empty.
28575         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
28576         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
28577
28578 2007-07-18  Bruno Haible  <bruno@clisp.org>
28579
28580         * gnulib-tool (func_get_automake_snippet): Synthesize also an
28581         EXTRA_DIST augmentation for files in build-aux/.
28582
28583 2007-07-16  Bruno Haible  <bruno@clisp.org>
28584
28585         * modules/lseek (License): Use the synonymous term "LGPLv2+".
28586         * modules/getdelim (License): Likewise.
28587
28588 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28589
28590         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
28591         * modules/d-type (License): Likewise.
28592         * modules/extensions (License): Likewise.
28593         * modules/fnmatch (License): Likewise.
28594         * modules/fseeko (License): Likewise.
28595         * modules/getaddrinfo (License): Likewise.
28596         * modules/getline (License): Likewise.
28597         * modules/getlogin_r (License): Likewise.
28598         * modules/getpass (License): Likewise.
28599         * modules/gettimeofday (License): Likewise.
28600         * modules/glob (License): Likewise.
28601         * modules/inet_ntop (License): Likewise.
28602         * modules/malloc (License): Likewise.
28603         * modules/malloca (License): Likewise.
28604         * modules/memmem (License): Likewise.
28605         * modules/mempcpy (License): Likewise.
28606         * modules/memset (License): Likewise.
28607         * modules/minmax (License): Likewise.
28608         * modules/mktime (License): Likewise.
28609         * modules/netinet_in (License): Likewise.
28610         * modules/pathmax (License): Likewise.
28611         * modules/poll (License): Likewise.
28612         * modules/regex (License): Likewise.
28613         * modules/snprintf (License): Likewise.
28614         * modules/stdbool (License): Likewise.
28615         * modules/stdint (License): Likewise.
28616         * modules/stdio (License): Likewise.
28617         * modules/strcase (License): Likewise.
28618         * modules/strcasestr (License): Likewise.
28619         * modules/strdup (License): Likewise.
28620         * modules/string (License): Likewise.
28621         * modules/strndup (License): Likewise.
28622         * modules/strnlen (License): Likewise.
28623         * modules/strpbrk (License): Likewise.
28624         * modules/strptime (License): Likewise.
28625         * modules/strsep (License): Likewise.
28626         * modules/sys_select (License): Likewise.
28627         * modules/sys_socket (License): Likewise.
28628         * modules/sys_stat (License): Likewise.
28629         * modules/sys_time (License): Likewise.
28630         * modules/time (License): Likewise.
28631         * modules/time_r (License): Likewise.
28632         * modules/timegm (License): Likewise.
28633         * modules/unistd (License): Likewise.
28634         * modules/vsnprintf (License): Likewise.
28635         * modules/wctype (License): Likewise.
28636
28637 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28638
28639         * modules/argz (License): LGPLv2+.
28640
28641 2007-07-15  Karl Berry  <karl@gnu.org>
28642
28643         * doc/gnulib.texi: revise node structure per new fdl.texi.
28644
28645 2007-07-14  Bruno Haible  <bruno@clisp.org>
28646
28647         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
28648         the output file.
28649         * lib/uniname/uninames.h: Regenerated.
28650
28651 2007-07-14  Karl Berry  <karl@gnu.org>
28652
28653         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
28654         omitting sectioning and index commands.
28655
28656 2007-07-13  Bruno Haible  <bruno@clisp.org>
28657
28658         New gnulib-tool option --more-symlinks.
28659         * gnulib-tool (func_usage): Document --more-symlinks.
28660         (do_copyrights): New variable.
28661         Recognize option --more-symlinks.
28662         (func_import): Don't add a copyright notice transform to
28663         sed_transform_lib_file if do_copyrights is empty.
28664
28665 2007-07-13  Bruno Haible  <bruno@clisp.org>
28666
28667         * lib/vasnprintf.c (decimal_point_char): Define also if
28668         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
28669         && !NEED_PRINTF_DIRECTIVE_A.
28670         Reported by Clemens Koller <clemens.koller@anagramm.de> via
28671         Gary V. Vaughan <gary@gnu.org>.
28672
28673 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
28674
28675         * lib/inttypes_.h: Undo previous change, since it was fixed
28676         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
28677
28678 2007-07-13  Bruno Haible  <bruno@clisp.org>
28679
28680         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
28681         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
28682
28683 2007-07-13  Jim Meyering  <jim@meyering.net>
28684
28685         df: Don't fail for Tru64's "file-on-file mount".
28686         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
28687         so we fall through and use statfs instead.  Details here:
28688         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
28689         Reported by Albert Chin.
28690
28691 2007-07-13  Bruno Haible  <bruno@clisp.org>
28692
28693         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
28694         * modules/configmake (License): Likewise.
28695         * modules/gettext (License): Likewise.
28696         * modules/gettext-h (License): Likewise.
28697         * modules/include_next (License): Likewise.
28698         * modules/link-warning (License): Likewise.
28699         * modules/localcharset (License): Likewise.
28700         * modules/localename (License): Likewise.
28701         * modules/lock (License): Likewise.
28702         * modules/relocatable-lib-lgpl (License): Likewise.
28703         * modules/size_max (License): Likewise.
28704         * modules/vasnprintf (License): Likewise.
28705         * modules/wchar (License): Likewise.
28706         * modules/xsize (License): Likewise.
28707
28708 2007-07-13  Bruno Haible  <bruno@clisp.org>
28709
28710         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
28711         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
28712
28713 2007-07-12  Bruno Haible  <bruno@clisp.org>
28714
28715         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
28716         in the modules files.
28717
28718 2007-07-11  Karl Berry  <karl@gnu.org>
28719
28720         * MODULES.html.sh (func_module): use
28721          sed -e '\|^'"${includefile}"'$|d'
28722          instead of /.../d, to avoid errors on $includefile's containing /.
28723
28724 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28725
28726         * gnulib-tool (func_import): Avoid duplication of --avoid
28727         statements
28728         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
28729         names to `_' in variable names.
28730
28731 2007-07-10  Eric Blake  <ebb9@byu.net>
28732
28733         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
28734         * NEWS: Document this change.
28735
28736 2007-07-08  Bruno Haible  <bruno@clisp.org>
28737
28738         Update to Unicode 5.0.
28739         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
28740         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
28741         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
28742         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
28743         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
28744         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
28745         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
28746         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
28747         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
28748         U+10A3F, U+1D242..U+1D244.
28749         (nonspacing_table_ind): Update.
28750         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
28751         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
28752
28753 2007-07-08  Bruno Haible  <bruno@clisp.org>
28754
28755         Update to Unicode 5.0.
28756         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
28757         code transform. Extend the name index field of unicode_name_to_code and
28758         unicode_code_to_name from 16 to 24 bits.
28759         * lib/uniname/uniname.c (unicode_character_name,
28760         unicode_name_character): Add the range 0x12xxx to the code transform.
28761         * lib/uniname/uninames.h: Regenerated.
28762         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
28763
28764 2007-07-07  Bruno Haible  <bruno@clisp.org>
28765
28766         * modules/wcwidth-tests: New file.
28767         * tests/test-wcwidth.c: New file.
28768
28769         Work around MacOS X wcwidth() bug.
28770         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
28771         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
28772         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
28773         original wcwidth in non-UTF-8 locales.
28774         * modules/wcwidth (Depends-on): Add localcharset, streq,
28775         uniwidth/width.
28776         * doc/functions/wcwidth.texi: Update.
28777
28778 2007-07-07  Bruno Haible  <bruno@clisp.org>
28779
28780         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
28781         (wcwidth): New declaration.
28782         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
28783         macros.
28784         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
28785         here. Prepare for creating <wchar.h> unconditionally.
28786         * modules/wchar (Depends-on): Add link-warning.
28787         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
28788         REPLACE_WCWIDTH, and GL_LINK_WARNING.
28789         * lib/wcwidth.h: Remove file.
28790         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
28791         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
28792         * modules/wcwidth (Files): Remove lib/wcwidth.h.
28793         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
28794         (Include): Replace wcwidth.h with <wchar.h>.
28795         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
28796         * lib/mbchar.h: Don't include wcwidth.h.
28797         * lib/mbswidth.c: Likewise.
28798         * NEWS: Mention the change.
28799
28800 2007-07-07  Bruno Haible  <bruno@clisp.org>
28801
28802         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
28803         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
28804         definition with an external declaration.
28805         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
28806         defined as a function. Remove AC_C_INLINE requirement.
28807         * modules/wcwidth (Files): Add lib/wcwidth.c.
28808         (Makefile.am): Remove redundant statement.
28809
28810 2007-07-07  Bruno Haible  <bruno@clisp.org>
28811
28812         * MODULES.html.sh (Unicode string functions): Add the new modules.
28813
28814         * tests/uniwidth/test-u32-strwidth.c: New file.
28815         * modules/uniwidth/u32-strwidth-tests: New file.
28816
28817         * lib/uniwidth/u32-strwidth.c: New file.
28818         * modules/uniwidth/u32-strwidth: New file.
28819
28820         * tests/uniwidth/test-u16-strwidth.c: New file.
28821         * modules/uniwidth/u16-strwidth-tests: New file.
28822
28823         * lib/uniwidth/u16-strwidth.c: New file.
28824         * modules/uniwidth/u16-strwidth: New file.
28825
28826         * tests/uniwidth/test-u8-strwidth.c: New file.
28827         * modules/uniwidth/u8-strwidth-tests: New file.
28828
28829         * lib/uniwidth/u8-strwidth.c: New file.
28830         * modules/uniwidth/u8-strwidth: New file.
28831
28832         * tests/uniwidth/test-u32-width.c: New file.
28833         * modules/uniwidth/u32-width-tests: New file.
28834
28835         * lib/uniwidth/u32-width.c: New file.
28836         * modules/uniwidth/u32-width: New file.
28837
28838         * tests/uniwidth/test-u16-width.c: New file.
28839         * modules/uniwidth/u16-width-tests: New file.
28840
28841         * lib/uniwidth/u16-width.c: New file.
28842         * modules/uniwidth/u16-width: New file.
28843
28844         * tests/uniwidth/test-u8-width.c: New file.
28845         * modules/uniwidth/u8-width-tests: New file.
28846
28847         * lib/uniwidth/u8-width.c: New file.
28848         * modules/uniwidth/u8-width: New file.
28849
28850         * tests/uniwidth/test-uc_width.c: New file.
28851         * modules/uniwidth/width-tests: New file.
28852
28853         * lib/uniwidth/width.c: New file, from GNU libiconv.
28854         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
28855         * modules/uniwidth/width: New file.
28856
28857         * lib/uniwidth.h: New file, from GNU libiconv.
28858         * modules/uniwidth/base: New file.
28859
28860 2007-07-07  Bruno Haible  <bruno@clisp.org>
28861
28862         * lib/uniname.h: New file, from GNU gettext.
28863         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
28864         * lib/uniname/uninames.h: New file, from GNU gettext.
28865         * lib/uniname/uniname.c: New file, from GNU gettext.
28866         * tests/uniname/test-uninames.sh: New file.
28867         * tests/uniname/test-uninames.c: New file, from GNU gettext.
28868         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
28869         * modules/uniname/base: New file.
28870         * modules/uniname/uniname: New file.
28871         * modules/uniname/uniname-tests: New file.
28872         * MODULES.html.sh (Unicode string functions): Add the new modules.
28873
28874 2007-07-06  Bruno Haible  <bruno@clisp.org>
28875
28876         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
28877
28878 2007-07-06  Bruno Haible  <bruno@clisp.org>
28879
28880         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
28881         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
28882         includes <cygwin/sys_time.h> which includes <sys/select.h> which
28883         include <sys/time.h>.
28884         Reported by Eric Blake.
28885
28886 2007-07-06  Eric Blake  <ebb9@byu.net>
28887
28888         Fix testing canonicalize on cygwin.
28889         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
28890         Revert patch from 2007-06-19.
28891         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
28892         canonicalize module is also in use.
28893         * tests/test-canonicalize.c: New file.
28894         * tests/test-canonicalize.sh: Likewise.
28895         * modules/canonicalize-tests: Likewise.
28896
28897 2007-07-06  Jim Meyering  <jim@meyering.net>
28898
28899         * lib/getugroups.c (getugroups): Detect getgrent failure.
28900         Adjust comment to reflect reality: this function may return -1.
28901
28902 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
28903
28904         * build-aux/bootstrap (TP_URL,get_translations): Update to use
28905         the new TP address.
28906         (usage): Fix typo
28907         (gnulib_mk): New variable.
28908
28909 2007-07-05  Jim Meyering  <jim@meyering.net>
28910
28911         Don't let endgrent clobber errno, no matter how improbable.
28912         * lib/getugroups.c (getugroups): Save and restore errno around
28913         endgrent call.
28914
28915         Close the group DB even when failing with 2^31 or more members.
28916         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
28917
28918 2007-07-04  Jim Meyering  <jim@meyering.net>
28919
28920         * lib/getugroups.h: New file.
28921         * lib/getugroups.c: Include "getugroups.h".
28922         Remove uses of "register" keyword.
28923         Move local variable, "cp", down into scope where used.
28924         Give "username" parameter the "const" attribute.
28925         * modules/getugroups (Files): Add lib/getugroups.h
28926
28927 2007-07-04  Karl Berry  <karl@gnu.org>
28928
28929         * MODULES.html.sh (func_all_modules): Complete rename of
28930         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
28931
28932 2007-07-02  Bruno Haible  <bruno@clisp.org>
28933
28934         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
28935         mode, when inttypes.h comes from gnulib.
28936         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
28937
28938 2007-07-02  Simon Josefsson  <simon@josefsson.org>
28939
28940         * NEWS: Mention lgpl module name change.
28941
28942         * modules/lgpl-2.1: Renamed from lgpl.
28943
28944         * NEWS: Mention gpl module name change.
28945
28946         * modules/gpl-3.0: New file, based on gpl-2.0.
28947
28948         * modules/gpl-2.0: Renamed from gpl.
28949
28950         * modules/gpl: Fix filename, doc/gpl.texi is now found at
28951         doc/gpl-2.0.texi.
28952
28953 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
28954
28955         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
28956         #define __STDC_LIMIT_MACROS temporarily while including
28957         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
28958         Problem reported by Joel E. Denny in
28959         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
28960
28961 2007-07-01  Bruno Haible  <bruno@clisp.org>
28962
28963         * lib/unistdio.h: New file.
28964         * lib/unistdio/u-asnprintf.h: New file.
28965         * lib/unistdio/u-asprintf.h: New file.
28966         * lib/unistdio/u-printf-args.c: New file.
28967         * lib/unistdio/u-printf-args.h: New file.
28968         * lib/unistdio/u-printf-parse.h: New file.
28969         * lib/unistdio/u-snprintf.h: New file.
28970         * lib/unistdio/u-sprintf.h: New file.
28971         * lib/unistdio/u-vasprintf.h: New file.
28972         * lib/unistdio/u-vsnprintf.h: New file.
28973         * lib/unistdio/u-vsprintf.h: New file.
28974         * lib/unistdio/ulc-asnprintf.c: New file.
28975         * lib/unistdio/ulc-asprintf.c: New file.
28976         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
28977         * lib/unistdio/ulc-printf-parse.c: New file.
28978         * lib/unistdio/ulc-snprintf.c: New file.
28979         * lib/unistdio/ulc-sprintf.c: New file.
28980         * lib/unistdio/ulc-vasnprintf.c: New file.
28981         * lib/unistdio/ulc-vasprintf.c: New file.
28982         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
28983         * lib/unistdio/ulc-vsnprintf.c: New file.
28984         * lib/unistdio/ulc-vsprintf.c: New file.
28985         * lib/unistdio/u8-asnprintf.c: New file.
28986         * lib/unistdio/u8-asprintf.c: New file.
28987         * lib/unistdio/u8-printf-parse.c: New file.
28988         * lib/unistdio/u8-snprintf.c: New file.
28989         * lib/unistdio/u8-sprintf.c: New file.
28990         * lib/unistdio/u8-vasnprintf.c: New file.
28991         * lib/unistdio/u8-vasprintf.c: New file.
28992         * lib/unistdio/u8-vsnprintf.c: New file.
28993         * lib/unistdio/u8-vsprintf.c: New file.
28994         * lib/unistdio/u8-u8-asnprintf.c: New file.
28995         * lib/unistdio/u8-u8-asprintf.c: New file.
28996         * lib/unistdio/u8-u8-snprintf.c: New file.
28997         * lib/unistdio/u8-u8-sprintf.c: New file.
28998         * lib/unistdio/u8-u8-vasnprintf.c: New file.
28999         * lib/unistdio/u8-u8-vasprintf.c: New file.
29000         * lib/unistdio/u8-u8-vsnprintf.c: New file.
29001         * lib/unistdio/u8-u8-vsprintf.c: New file.
29002         * lib/unistdio/u16-asnprintf.c: New file.
29003         * lib/unistdio/u16-asprintf.c: New file.
29004         * lib/unistdio/u16-printf-parse.c: New file.
29005         * lib/unistdio/u16-snprintf.c: New file.
29006         * lib/unistdio/u16-sprintf.c: New file.
29007         * lib/unistdio/u16-vasnprintf.c: New file.
29008         * lib/unistdio/u16-vasprintf.c: New file.
29009         * lib/unistdio/u16-vsnprintf.c: New file.
29010         * lib/unistdio/u16-vsprintf.c: New file.
29011         * lib/unistdio/u16-u16-asnprintf.c: New file.
29012         * lib/unistdio/u16-u16-asprintf.c: New file.
29013         * lib/unistdio/u16-u16-snprintf.c: New file.
29014         * lib/unistdio/u16-u16-sprintf.c: New file.
29015         * lib/unistdio/u16-u16-vasnprintf.c: New file.
29016         * lib/unistdio/u16-u16-vasprintf.c: New file.
29017         * lib/unistdio/u16-u16-vsnprintf.c: New file.
29018         * lib/unistdio/u16-u16-vsprintf.c: New file.
29019         * lib/unistdio/u32-asnprintf.c: New file.
29020         * lib/unistdio/u32-asprintf.c: New file.
29021         * lib/unistdio/u32-printf-parse.c: New file.
29022         * lib/unistdio/u32-snprintf.c: New file.
29023         * lib/unistdio/u32-sprintf.c: New file.
29024         * lib/unistdio/u32-vasnprintf.c: New file.
29025         * lib/unistdio/u32-vasprintf.c: New file.
29026         * lib/unistdio/u32-vsnprintf.c: New file.
29027         * lib/unistdio/u32-vsprintf.c: New file.
29028         * lib/unistdio/u32-u32-asnprintf.c: New file.
29029         * lib/unistdio/u32-u32-asprintf.c: New file.
29030         * lib/unistdio/u32-u32-snprintf.c: New file.
29031         * lib/unistdio/u32-u32-sprintf.c: New file.
29032         * lib/unistdio/u32-u32-vasnprintf.c: New file.
29033         * lib/unistdio/u32-u32-vasprintf.c: New file.
29034         * lib/unistdio/u32-u32-vsnprintf.c: New file.
29035         * lib/unistdio/u32-u32-vsprintf.c: New file.
29036         * tests/unistdio/test-ulc-asnprintf1.c: New file.
29037         * tests/unistdio/test-ulc-asnprintf1.h: New file.
29038         * tests/unistdio/test-ulc-printf1.h: New file.
29039         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
29040         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
29041         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
29042         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
29043         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
29044         * tests/unistdio/test-ulc-vasprintf1.c: New file.
29045         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
29046         * tests/unistdio/test-ulc-vsprintf1.c: New file.
29047         * tests/unistdio/test-u8-asnprintf1.c: New file.
29048         * tests/unistdio/test-u8-asnprintf1.h: New file.
29049         * tests/unistdio/test-u8-printf1.h: New file.
29050         * tests/unistdio/test-u8-vasnprintf1.c: New file.
29051         * tests/unistdio/test-u8-vasnprintf2.c: New file.
29052         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
29053         * tests/unistdio/test-u8-vasnprintf3.c: New file.
29054         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
29055         * tests/unistdio/test-u8-vasprintf1.c: New file.
29056         * tests/unistdio/test-u8-vsnprintf1.c: New file.
29057         * tests/unistdio/test-u8-vsprintf1.c: New file.
29058         * tests/unistdio/test-u16-asnprintf1.c: New file.
29059         * tests/unistdio/test-u16-asnprintf1.h: New file.
29060         * tests/unistdio/test-u16-printf1.h: New file.
29061         * tests/unistdio/test-u16-vasnprintf1.c: New file.
29062         * tests/unistdio/test-u16-vasnprintf2.c: New file.
29063         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
29064         * tests/unistdio/test-u16-vasnprintf3.c: New file.
29065         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
29066         * tests/unistdio/test-u16-vasprintf1.c: New file.
29067         * tests/unistdio/test-u16-vsnprintf1.c: New file.
29068         * tests/unistdio/test-u16-vsprintf1.c: New file.
29069         * tests/unistdio/test-u32-asnprintf1.c: New file.
29070         * tests/unistdio/test-u32-asnprintf1.h: New file.
29071         * tests/unistdio/test-u32-printf1.h: New file.
29072         * tests/unistdio/test-u32-vasnprintf1.c: New file.
29073         * tests/unistdio/test-u32-vasnprintf2.c: New file.
29074         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
29075         * tests/unistdio/test-u32-vasnprintf3.c: New file.
29076         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
29077         * tests/unistdio/test-u32-vasprintf1.c: New file.
29078         * tests/unistdio/test-u32-vsnprintf1.c: New file.
29079         * tests/unistdio/test-u32-vsprintf1.c: New file.
29080         * modules/unistdio/base: New file.
29081         * modules/unistdio/u-printf-args: New file.
29082         * modules/unistdio/ulc-asnprintf: New file.
29083         * modules/unistdio/ulc-asprintf: New file.
29084         * modules/unistdio/ulc-fprintf: New file.
29085         * modules/unistdio/ulc-printf-parse: New file.
29086         * modules/unistdio/ulc-snprintf: New file.
29087         * modules/unistdio/ulc-sprintf: New file.
29088         * modules/unistdio/ulc-vasnprintf: New file.
29089         * modules/unistdio/ulc-vasprintf: New file.
29090         * modules/unistdio/ulc-vfprintf: New file.
29091         * modules/unistdio/ulc-vsnprintf: New file.
29092         * modules/unistdio/ulc-vsprintf: New file.
29093         * modules/unistdio/u8-asnprintf: New file.
29094         * modules/unistdio/u8-asprintf: New file.
29095         * modules/unistdio/u8-printf-parse: New file.
29096         * modules/unistdio/u8-snprintf: New file.
29097         * modules/unistdio/u8-sprintf: New file.
29098         * modules/unistdio/u8-vasnprintf: New file.
29099         * modules/unistdio/u8-vasprintf: New file.
29100         * modules/unistdio/u8-vsnprintf: New file.
29101         * modules/unistdio/u8-vsprintf: New file.
29102         * modules/unistdio/u8-u8-asnprintf: New file.
29103         * modules/unistdio/u8-u8-asprintf: New file.
29104         * modules/unistdio/u8-u8-snprintf: New file.
29105         * modules/unistdio/u8-u8-sprintf: New file.
29106         * modules/unistdio/u8-u8-vasnprintf: New file.
29107         * modules/unistdio/u8-u8-vasprintf: New file.
29108         * modules/unistdio/u8-u8-vsnprintf: New file.
29109         * modules/unistdio/u8-u8-vsprintf: New file.
29110         * modules/unistdio/u16-asnprintf: New file.
29111         * modules/unistdio/u16-asprintf: New file.
29112         * modules/unistdio/u16-printf-parse: New file.
29113         * modules/unistdio/u16-snprintf: New file.
29114         * modules/unistdio/u16-sprintf: New file.
29115         * modules/unistdio/u16-vasnprintf: New file.
29116         * modules/unistdio/u16-vasprintf: New file.
29117         * modules/unistdio/u16-vsnprintf: New file.
29118         * modules/unistdio/u16-vsprintf: New file.
29119         * modules/unistdio/u16-u16-asnprintf: New file.
29120         * modules/unistdio/u16-u16-asprintf: New file.
29121         * modules/unistdio/u16-u16-snprintf: New file.
29122         * modules/unistdio/u16-u16-sprintf: New file.
29123         * modules/unistdio/u16-u16-vasnprintf: New file.
29124         * modules/unistdio/u16-u16-vasprintf: New file.
29125         * modules/unistdio/u16-u16-vsnprintf: New file.
29126         * modules/unistdio/u16-u16-vsprintf: New file.
29127         * modules/unistdio/u32-asnprintf: New file.
29128         * modules/unistdio/u32-asprintf: New file.
29129         * modules/unistdio/u32-printf-parse: New file.
29130         * modules/unistdio/u32-snprintf: New file.
29131         * modules/unistdio/u32-sprintf: New file.
29132         * modules/unistdio/u32-vasnprintf: New file.
29133         * modules/unistdio/u32-vasprintf: New file.
29134         * modules/unistdio/u32-vsnprintf: New file.
29135         * modules/unistdio/u32-vsprintf: New file.
29136         * modules/unistdio/u32-u32-asnprintf: New file.
29137         * modules/unistdio/u32-u32-asprintf: New file.
29138         * modules/unistdio/u32-u32-snprintf: New file.
29139         * modules/unistdio/u32-u32-sprintf: New file.
29140         * modules/unistdio/u32-u32-vasnprintf: New file.
29141         * modules/unistdio/u32-u32-vasprintf: New file.
29142         * modules/unistdio/u32-u32-vsnprintf: New file.
29143         * modules/unistdio/u32-u32-vsprintf: New file.
29144         * modules/unistdio/ulc-asnprintf-tests: New file.
29145         * modules/unistdio/ulc-vasnprintf-tests: New file.
29146         * modules/unistdio/ulc-vasprintf-tests: New file.
29147         * modules/unistdio/ulc-vsnprintf-tests: New file.
29148         * modules/unistdio/ulc-vsprintf-tests: New file.
29149         * modules/unistdio/u8-asnprintf-tests: New file.
29150         * modules/unistdio/u8-vasnprintf-tests: New file.
29151         * modules/unistdio/u8-vasprintf-tests: New file.
29152         * modules/unistdio/u8-vsnprintf-tests: New file.
29153         * modules/unistdio/u8-vsprintf-tests: New file.
29154         * modules/unistdio/u16-asnprintf-tests: New file.
29155         * modules/unistdio/u16-vasnprintf-tests: New file.
29156         * modules/unistdio/u16-vasprintf-tests: New file.
29157         * modules/unistdio/u16-vsnprintf-tests: New file.
29158         * modules/unistdio/u16-vsprintf-tests: New file.
29159         * modules/unistdio/u32-asnprintf-tests: New file.
29160         * modules/unistdio/u32-vasnprintf-tests: New file.
29161         * modules/unistdio/u32-vasprintf-tests: New file.
29162         * modules/unistdio/u32-vsnprintf-tests: New file.
29163         * modules/unistdio/u32-vsprintf-tests: New file.
29164         * MODULES.html.sh (Unicode string functions): Add the new modules.
29165
29166 2007-07-01  Bruno Haible  <bruno@clisp.org>
29167
29168         * lib/sprintf.c (sprintf): Limit the available length estimation,
29169         to avoid address wraparound.
29170         * lib/vsprintf.c (vsprintf): Likewise.
29171         * modules/sprintf-posix (Dependencies): Add stdint.
29172         * modules/vsprintf-posix (Dependencies): Likewise.
29173
29174 2007-07-01  Bruno Haible  <bruno@clisp.org>
29175
29176         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
29177         Windows PATH as well. Conservative double-quoting. Comments.
29178
29179 2007-07-01  Bruno Haible  <bruno@clisp.org>
29180             Eric Blake  <ebb9@byu.net>
29181             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29182
29183         * gnulib-tool (self_abspathname): Fix algorithm to cope with
29184         empty components in $PATH, denoting '.'.
29185
29186 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29187
29188         * gnulib-tool: Fix indentation.
29189         (func_create_megatestdir): Likewise.
29190         Report by Bruno Haible.
29191
29192 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29193
29194         Sync from Automake.
29195         * build-aux/gnupload: Fix shell portability issues with for loops.
29196         Report by Karl Berry.
29197
29198 2007-06-29  Simon Josefsson  <simon@josefsson.org>
29199
29200         * build-aux/maint.mk (POURL): Use translationproject.org.
29201
29202 2007-06-27  Simon Josefsson  <simon@josefsson.org>
29203             Bruno Haible  <bruno@clisp.org>
29204
29205         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
29206         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
29207         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
29208         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
29209         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
29210
29211 2007-06-27  Bruno Haible  <bruno@clisp.org>
29212
29213         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
29214         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
29215
29216 2007-06-26  Karl Berry  <karl@gnu.org>
29217
29218         * MODULES.html.sh: remove xreadlink-with-size.
29219
29220 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29221
29222         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
29223         method that I hope also handles the double-include problem noted
29224         by Bruno Haible in
29225         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
29226
29227 2007-06-23  Bruno Haible  <bruno@clisp.org>
29228
29229         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29230         Don't let the 'mostlyclean' target fail if the last subdirectory could
29231         not be removed.
29232         Reported by Karl Berry.
29233
29234 2007-06-23  Bruno Haible  <bruno@clisp.org>
29235
29236         * gnulib-tool (echo): Add a speedier workaround for ksh.
29237         * tests/test-echo.sh: Likewise.
29238
29239 2007-06-23  Bruno Haible  <bruno@clisp.org>
29240
29241         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
29242         * tests/test-echo.sh: Likewise.
29243
29244 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29245
29246         * gnulib-tool (IFS): Initialize early, so we don't set it to
29247         empty later.
29248         (self_abspathname): Rewrite algorithm to set it, reindent.
29249         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
29250         (func_create_megatestdir): Merge some sed scripts.
29251
29252 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29253
29254         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
29255         exposed by Sun Studio 11 cc on Solaris 8.
29256
29257 2007-06-22  Bruno Haible  <bruno@clisp.org>
29258
29259         * gnulib-tool (echo): Ensure the echo primitive does not interpret
29260         backslashes.
29261         * tests/test-echo.sh: New file.
29262
29263 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29264
29265         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
29266         simplify `sed_replace_build_aux' scripts, they are portable but
29267         echoing them with `echo' is not.
29268         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
29269
29270 2007-06-21  Karl Berry  <karl@gnu.org>
29271
29272         * config/srclist.txt: guess we can't handle the licenses via
29273         srclist at the moment.
29274
29275 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
29276
29277         * MODULES.html.sh: Add include_next.
29278         * modules/include_next: New file.
29279
29280 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
29281
29282         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
29283         INCLUDE_NEXT.
29284         (gl_CHECK_NEXT_HEADERS): New macro.
29285         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
29286         the obsolescent gl_ABSOLUTE_HEADER.
29287         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
29288         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
29289         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
29290         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
29291         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
29292         * m4/math_h.m4 (gl_MATH_H): Likewise.
29293         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
29294         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
29295         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
29296         * m4/stdint.m4 (gl_STDINT_H): Likewise.
29297         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
29298         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
29299         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
29300         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
29301         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
29302         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
29303         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
29304         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
29305         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
29306         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
29307         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
29308         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
29309         * m4/inttypes.m4 (gl_INTTYPES_H): Define
29310         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
29311         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
29312         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
29313         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
29314         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
29315         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
29316         * lib/float_.h: Likewise.
29317         * lib/inttypes_.h: Likewise.
29318         * lib/math_.h: Likewise.
29319         * lib/search_.h: Likewise.
29320         * lib/signal_.h: Likewise.
29321         * lib/stdint_.h: Likewise.
29322         * lib/stdio_.h: Likewise.
29323         * lib/stdlib_.h: Likewise.
29324         * lib/string_.h: Likewise.
29325         * lib/sys_stat_.h: Likewise.
29326         * lib/sys_time_.h: Likewise.
29327         * lib/time_.h: Likewise.
29328         * lib/unistd_.h: Likewise.
29329         * lib/wchar_.h: Likewise.
29330         * lib/wctype_.h: Likewise.
29331         * lib/dirent_.h: Likewise.
29332         * lib/iconv_.h: Likewise.
29333         * lib/locale_.h: Likewise.
29334         * lib/netinet_in_.h: Likewise.
29335         * lib/sys_select_.h: Likewise.
29336         * lib/sys_socket_.h: Likewise.
29337         * lib/sysexits_.h: Likewise.
29338         * modules/fcntl (Depends-on): Depend on include_next, not
29339         absolute_header.
29340         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
29341         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
29342         * modules/fchdir: Likewise.
29343         * modules/float: Likewise.
29344         * modules/iconv_open: Likewise.
29345         * modules/inttypes: Likewise.
29346         * modules/locale: Likewise.
29347         * modules/math: Likewise.
29348         * modules/netinet_in: Likewise.
29349         * modules/search: Likewise.
29350         * modules/signal: Likewise.
29351         * modules/stdint: Likewise.
29352         * modules/stdio: Likewise.
29353         * modules/stdlib: Likewise.
29354         * modules/string: Likewise.
29355         * modules/sys_select: Likewise.
29356         * modules/sys_socket: Likewise.
29357         * modules/sys_stat: Likewise.
29358         * modules/sys_time: Likewise.
29359         * modules/sysexits: Likewise.
29360         * modules/time: Likewise.
29361         * modules/unistd: Likewise.
29362         * modules/wchar: Likewise.
29363         * modules/wctype: Likewise.
29364         * modules/sys_stat: Change maintainer to "all".
29365         * modules/unistd: Likewise.
29366
29367 2007-06-20  Karl Berry  <karl@gnu.org>
29368
29369         * config/srclist.txt: track www changes in license files.
29370
29371 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
29372
29373         * build-aux/bootstrap: Remove stray dot.
29374         Make sure build_aux settings are honored when linking
29375         gnulib_extra_files.
29376
29377 2007-06-19  Eric Blake  <ebb9@byu.net>
29378
29379         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29380         Allow compilation on cygwin.
29381
29382 2007-06-19  Jim Meyering  <jim@meyering.net>
29383
29384         xreadlink-with-size: Remove module.  No longer used.
29385         Ex-callers now use xreadlink or mreadlink-with-size.
29386         * modules/xreadlink-with-size: Remove module.
29387         * lib/xreadlink-with-size.c: Remove file.
29388         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
29389         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
29390         just before the function definition *is* accurate.
29391
29392         Eliminate one way canonicalize_filename_mode could exit.
29393         * lib/canonicalize.c (canonicalize_filename_mode):
29394         Use mreadlink_with_size, not xreadlink_with_size.
29395
29396 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
29397
29398         Detect porting problems to FreeBSD/arm, which has time_t wider than
29399         long int.  Original problem reported for GNU diff by Xin Li in
29400         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
29401         * modules/getdate (Depends-on): Add intprops, verify.
29402         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
29403         is an integer type no wider than long int.
29404
29405 2007-06-18  Jim Meyering  <jim@meyering.net>
29406
29407         New module: mreadlink-with-size.
29408         * MODULES.html.sh: Add mreadlink-with-size.
29409         * modules/mreadlink-with-size: New module
29410         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
29411         not xreadlink-with-size.
29412         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
29413
29414 2007-06-16  Bruno Haible  <bruno@clisp.org>
29415
29416         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
29417         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
29418         Reported by Gary V. Vaughan <gary@gnu.org>.
29419
29420 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
29421
29422         Revamp lchown so that it lives in unistd.h where it belongs.
29423         * lib/lchown.h: Remove.
29424         * lib/dirchownmod.c: Don't include lib/lchown.h.
29425         * lib/fchownat.c: Likewise.
29426         * lib/openat.c: Likewise.
29427         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
29428         does not follow symlinks.
29429         (EOPNOTSUPP): Define if not defined.
29430         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
29431         is defined to 0.
29432         (lchown): New decl.
29433         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
29434         Do not check for lchown decl.
29435         Set REPLACE_LCHOWN.
29436         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
29437         REPLACE_LCHOWN.
29438         * modules/chown: Make it clear it follows symlinks.
29439         * modules/lchown: Make it clear it doesn't follow symlinks.
29440         (Files): Remove lib/lchown.h
29441         (Depends-on): Add unistd.
29442         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
29443         (Include): Include <unistd.h>, not "lchown.h".
29444         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
29445         REPLACE_LCHOWN.
29446
29447 2007-06-15  Jim Meyering  <jim@meyering.net>
29448
29449         Change license (GPL to LGPL) of fsusage and dependents.
29450         * modules/fsusage (License): Change to LGPL.
29451         * modules/full-read (License): Likewise.
29452         * modules/full-write (License): Likewise.
29453         * modules/safe-read (License): Likewise.
29454         * modules/safe-write (License): Likewise.
29455
29456 2007-06-14  Ben Pfaff  <blp@gnu.org>
29457
29458         Missing part of allocsa -> malloca transition.
29459         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
29460         gl_MALLOCA.
29461
29462 2007-06-12  Bruno Haible  <bruno@clisp.org>
29463
29464         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
29465         to ia64, x86_64, i386.
29466         Reported by Eric Blake.
29467
29468 2007-06-12  Bruno Haible  <bruno@clisp.org>
29469
29470         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
29471         cross-compiling to x86_64.
29472
29473 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
29474
29475         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
29476         glitch reported by Ralf Wildenhues in
29477         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
29478
29479         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
29480         Vin Shelton.
29481
29482 2007-06-11  Bruno Haible  <bruno@clisp.org>
29483
29484         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
29485         replacement string.
29486         Reported by Eric Blake.
29487
29488 2007-06-10  Bruno Haible  <bruno@clisp.org>
29489
29490         Prepare vasnprintf code for use with Unicode strings.
29491         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
29492         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
29493         TYPE_U32_STRING.
29494         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
29495         a_u32_string variants.
29496         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
29497         * lib/printf-args.c: Don't include config.h and the specification
29498         header if PRINTF_FETCHARGS is already defined.
29499         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
29500         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
29501         TYPE_U16_STRING, TYPE_U32_STRING.
29502         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
29503         u16_directive, u16_directives, u32_directive, u32_directives): New
29504         types.
29505         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
29506         New declarations.
29507         * lib/printf-parse.c: Don't include config.h and the specification
29508         header if PRINTF_PARSE is already defined. Eliminate the set of
29509         parameters for WIDE_CHAR_VERSION; the user of this file must provide
29510         them now. Include c-ctype.h.
29511         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
29512         directive and CHAR_T_ONLY_ASCII.
29513         * lib/vasnprintf.c: Don't include config.h and the specification header
29514         if VASNPRINTF is already defined.
29515         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
29516         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
29517         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
29518         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
29519         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
29520         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
29521         code accordingly.
29522         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
29523         pad_ourselves also in this case, with the 'c' and 's' directives, and
29524         with a different notion of "width".
29525         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
29526
29527 2007-06-10  Bruno Haible  <bruno@clisp.org>
29528
29529         * modules/unistr/u32-mbsnlen: New file.
29530         * lib/unistr/u32-mbsnlen.c: New file.
29531
29532         * modules/unistr/u16-mbsnlen: New file.
29533         * lib/unistr/u16-mbsnlen.c: New file.
29534
29535         * modules/unistr/u8-mbsnlen: New file.
29536         * lib/unistr/u8-mbsnlen.c: New file.
29537
29538         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
29539         declarations.
29540
29541 2007-06-10  Bruno Haible  <bruno@clisp.org>
29542
29543         * lib/string_.h (mbsnlen): New declaration.
29544         * lib/mbsnlen.c: New file.
29545         * m4/mbsnlen.m4: New file.
29546         * modules/mbsnlen: New file.
29547         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
29548         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
29549         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
29550
29551 2007-06-10  Bruno Haible  <bruno@clisp.org>
29552
29553         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
29554
29555 2007-06-10  Bruno Haible  <bruno@clisp.org>
29556
29557         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
29558         * lib/mbuiter.h: Likewise.
29559
29560 2007-06-10  Bruno Haible  <bruno@clisp.org>
29561
29562         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
29563         declaration.
29564
29565 2007-06-10  Karl Berry  <karl@gnu.org>
29566
29567         * config/srclist.txt: remove gettext entries, Bruno prefers
29568         to update individually.
29569
29570 2007-06-10  Bruno Haible  <bruno@clisp.org>
29571
29572         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
29573         'maxlen'. Ensure only length + width bytes are allocated, not
29574         length + 1 + width.
29575
29576 2007-06-09  Bruno Haible  <bruno@clisp.org>
29577
29578         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
29579         (CHAR_T): Remove macro.
29580         (VASNPRINTF): Update.
29581
29582 2007-06-09  Bruno Haible  <bruno@clisp.org>
29583
29584         * MODULES.html.sh (Unicode string functions): Add the new modules.
29585
29586         * modules/uniconv/u32-conv-to-enc: New file.
29587         * lib/uniconv/u32-conv-to-enc.c: New file.
29588         * modules/uniconv/u32-conv-to-enc-tests: New file.
29589         * tests/uniconv/test-u32-conv-to-enc.c: New file.
29590
29591         * modules/uniconv/u16-conv-to-enc: New file.
29592         * lib/uniconv/u16-conv-to-enc.c: New file.
29593         * lib/uniconv/u-conv-to-enc.h: New file.
29594         * modules/uniconv/u16-conv-to-enc-tests: New file.
29595         * tests/uniconv/test-u16-conv-to-enc.c: New file.
29596
29597         * modules/uniconv/u8-conv-to-enc: New file.
29598         * lib/uniconv/u8-conv-to-enc.c: New file.
29599         * modules/uniconv/u8-conv-to-enc-tests: New file.
29600         * tests/uniconv/test-u8-conv-to-enc.c: New file.
29601
29602         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
29603         u32_conv_to_encoding): New declarations.
29604
29605 2007-06-09  Bruno Haible  <bruno@clisp.org>
29606
29607         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
29608
29609 2007-06-09  Bruno Haible  <bruno@clisp.org>
29610
29611         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
29612         * modules/malloca: Renamed from modules/allocsa, updated.
29613         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
29614         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
29615         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
29616         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
29617         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
29618         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
29619         * modules/xmalloca: Renamed from modules/xallocsa, updated.
29620         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
29621         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
29622         * modules/c-strcasestr (Depends-on): Update.
29623         * lib/c-strcasestr.c: Update.
29624         * modules/c-strstr (Depends-on): Update.
29625         * lib/c-strstr.c: Update.
29626         * modules/canonicalize-lgpl (Depends-on): Update.
29627         * lib/canonicalize-lgpl.c: Update.
29628         * modules/clean-temp (Depends-on): Update.
29629         * lib/clean-temp.c: Update.
29630         * modules/csharpcomp (Depends-on): Update.
29631         * lib/csharpcomp.c: Update.
29632         * modules/csharpexec (Depends-on): Update.
29633         * lib/csharpexec.c: Update.
29634         * modules/javacomp (Depends-on): Update.
29635         * lib/javacomp.c: Update.
29636         * modules/javaexec (Depends-on): Update.
29637         * lib/javaexec.c: Update.
29638         * modules/mbscasestr (Depends-on): Update.
29639         * lib/mbscasestr.c: Update.
29640         * modules/mbsstr (Depends-on): Update.
29641         * lib/mbsstr.c: Update.
29642         * modules/setenv (Depends-on): Update.
29643         * lib/setenv.c: Update.
29644         * modules/strcasestr (Depends-on): Update.
29645         * lib/strcasestr.c: Update.
29646         * modules/striconveha (Depends-on): Update.
29647         * lib/striconveha.c: Update.
29648         * modules/relocatable-prog-wrapper (Files): Update.
29649         * lib/relocwrapper.c: Update.
29650         * build-aux/install-reloc: Update.
29651         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
29652
29653 2007-06-08  Bruno Haible  <bruno@clisp.org>
29654
29655         Port to uClibc.
29656         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
29657         * lib/fpurge.c (fpurge): Likewise.
29658         * lib/freading.c (freading): Likewise.
29659         * lib/fseeko.c (rpl_fseeko): Likewise.
29660         * lib/fseterr.c (fseterr): Likewise.
29661         * lib/fwriting.c (fwriting): Likewise.
29662         * tests/test-fflush.c (main): Avoid a failure on uClibc.
29663
29664 2007-06-08  Bruno Haible  <bruno@clisp.org>
29665
29666         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
29667         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
29668         * modules/gettext (Files): Add m4/intlmacosx.m4.
29669
29670 2007-06-07  Bruno Haible  <bruno@clisp.org>
29671
29672         * modules/localename-tests: New file.
29673         * tests/test-localename.c: New file.
29674
29675         New module 'localename'.
29676         * lib/localename.h: New file.
29677         * lib/localename.c: New file, from GNU gettext.
29678         * m4/localename.m4: New file.
29679         * modules/localename: New file.
29680
29681 2007-06-07  Bruno Haible  <bruno@clisp.org>
29682
29683         Work around the lack of <wchar.h> on some builds of uClibc.
29684         * doc/headers/wchar.texi: Update.
29685         * lib/wchar_.h: Include <wchar.h> only if it exists.
29686         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
29687         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
29688         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
29689         doesn't exist.
29690         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
29691         * modules/mbfile (Depends-on): Add wchar.
29692         * modules/mbiter (Depends-on): Likewise.
29693         * modules/mbuiter (Depends-on): Likewise.
29694         Reported by Simon Josefsson.
29695
29696 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
29697
29698         Work around problem reported by Steven M. Schweda in
29699         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
29700         Tru64 5.1B with the Compaq compiler environment installed declares
29701         an 'isblank' function but does not define it in the C library.
29702         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
29703         * lib/regex_internal.h (isblank): Likewise.
29704         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
29705         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
29706
29707 2007-06-05  Bruno Haible  <bruno@clisp.org>
29708
29709         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
29710         ia64.
29711         * modules/printf-safe: New file.
29712         * modules/fprintf-posix (Depends-on): Add printf-safe.
29713         * modules/printf-posix (Depends-on): Likewise.
29714         * modules/snprintf-posix (Depends-on): Likewise.
29715         * modules/sprintf-posix (Depends-on): Likewise.
29716         * modules/vasnprintf-posix (Depends-on): Likewise.
29717         * modules/vasprintf-posix (Depends-on): Likewise.
29718         * modules/vfprintf-posix (Depends-on): Likewise.
29719         * modules/vprintf-posix (Depends-on): Likewise.
29720         * modules/vsnprintf-posix (Depends-on): Likewise.
29721         * modules/vsprintf-posix (Depends-on): Likewise.
29722         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
29723         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
29724         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
29725         "no" on i386, x86_64, ia64.
29726         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
29727         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29728         on i386, x86_64, ia64.
29729         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
29730         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29731         on i386, x86_64, ia64.
29732         * tests/test-vasnprintf-posix.c: Include float.h.
29733         (LDBL80_WORDS): New macro.
29734         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29735         on i386, x86_64, ia64.
29736         * tests/test-vasprintf-posix.c: Include float.h.
29737         (LDBL80_WORDS): New macro.
29738         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29739         on i386, x86_64, ia64.
29740         * tests/test-snprintf-posix.c: Include float.h.
29741         * tests/test-sprintf-posix.c: Likewise.
29742         * tests/test-vsnprintf-posix.c: Likewise.
29743         * tests/test-vsprintf-posix.c: Likewise.
29744
29745 2007-06-05  Bruno Haible  <bruno@clisp.org>
29746
29747         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
29748         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
29749         non-IEEE numbers on i386, x86_64, ia64.
29750         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
29751         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
29752         * tests/test-isnanl.h: Include float.h.
29753         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
29754
29755 2007-06-05  Bruno Haible  <bruno@clisp.org>
29756
29757         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
29758         also the %a / %A. Handle the %a / %A code before this extra handling.
29759
29760 2007-06-05  Bruno Haible  <bruno@clisp.org>
29761
29762         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
29763         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
29764
29765 2007-06-05  Bruno Haible  <bruno@clisp.org>
29766
29767         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
29768         typo in variable name.
29769
29770 2007-06-05  Eric Blake  <ebb9@byu.net>
29771
29772         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
29773         Reported by Simon Josefsson.
29774
29775 2007-06-04  Bruno Haible  <bruno@clisp.org>
29776
29777         Avoid test failures on some PowerPC platforms.
29778         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
29779         Define differently for PowerPC.
29780         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
29781         Reported by Gary V. Vaughan <gary@gnu.org>.
29782
29783 2007-06-02  Bruno Haible  <bruno@clisp.org>
29784
29785         Fix test-stdint failure on FreeBSD/ia64.
29786         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
29787         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
29788         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
29789         * doc/headers/stdint.texi: Update.
29790
29791 2007-06-01  Bruno Haible  <bruno@clisp.org>
29792
29793         * tests/test-binary-io.c (main): Pass a third argument to open().
29794         Reported by Gary V. Vaughan <gary@gnu.org>.
29795
29796 2007-06-01  Bruno Haible  <bruno@clisp.org>
29797
29798         * doc/functions/frexpl.texi: Update for mingw.
29799
29800 2007-06-01  Bruno Haible  <bruno@clisp.org>
29801
29802         * tests/test-lseek.c (main): Disable test of errno for invalid third
29803         argument.
29804         * doc/functions/lseek.texi: Update.
29805         Reported by Gary V. Vaughan <gary@gnu.org>.
29806
29807 2007-05-28  Bruno Haible  <bruno@clisp.org>
29808
29809         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
29810
29811 2007-05-31  Eric Blake  <ebb9@byu.net>
29812
29813         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
29814         cross compiling.
29815
29816 2007-05-30  Eric Blake  <ebb9@byu.net>
29817         and Bruno Haible  <bruno@clisp.org>
29818
29819         Work around mingw test failures exposed by m4-1.4.9b.
29820         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
29821         * tests/test-unistd.c: Disable uid_t and git_t tests for the
29822         moment.
29823
29824 2007-05-30  Bruno Haible  <bruno@clisp.org>
29825
29826         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
29827         assuming that they are closed. Needed on HP-UX 11.
29828
29829 2007-05-29  Bruno Haible  <bruno@clisp.org>
29830
29831         Fix a problem with #include_next.
29832         * lib/dirent_.h: Split the double-inclusion guard.
29833         * lib/fcntl_.h: Likewise.
29834         * lib/float_.h: Likewise.
29835         * lib/iconv_.h: Likewise.
29836         * lib/inttypes_.h: Likewise.
29837         * lib/locale_.h: Likewise.
29838         * lib/math_.h: Likewise.
29839         * lib/netinet_in_.h: Likewise.
29840         * lib/search_.h: Likewise.
29841         * lib/signal_.h: Likewise.
29842         * lib/stdint_.h: Likewise.
29843         * lib/stdio_.h: Likewise.
29844         * lib/stdlib_.h: Likewise.
29845         * lib/string_.h: Likewise.
29846         * lib/sys_select_.h: Likewise.
29847         * lib/sys_socket_.h: Likewise.
29848         * lib/sys_stat_.h: Likewise.
29849         * lib/sys_time_.h: Likewise.
29850         * lib/sysexits_.h: Likewise.
29851         * lib/time_.h: Likewise.
29852         * lib/unistd_.h: Likewise.
29853         * lib/wchar_.h: Likewise.
29854         * lib/wctype_.h: Likewise.
29855
29856 2007-05-29  Bruno Haible  <bruno@clisp.org>
29857
29858         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
29859         for the moment.
29860
29861 2007-05-29  Bruno Haible  <bruno@clisp.org>
29862
29863         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
29864         invocation.
29865         Reported by Eric Blake.
29866
29867 2007-05-29  Bruno Haible  <bruno@clisp.org>
29868
29869         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
29870         compiling case.
29871
29872 2007-05-29  Eric Blake  <ebb9@byu.net>
29873             Bruno Haible  <bruno@clisp.org>
29874
29875         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
29876         cross compiles.
29877
29878 2007-05-28  Eric Blake  <ebb9@byu.net>
29879
29880         * modules/closein-tests (test_closein_LDADD): Support test on
29881         cygwin with libtool.
29882
29883 2007-05-28  Bruno Haible  <bruno@clisp.org>
29884
29885         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
29886         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
29887         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
29888         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
29889         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
29890         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
29891         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
29892         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
29893         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
29894
29895 2007-05-28  Eric Blake  <ebb9@byu.net>
29896
29897         Unconditionally include <config.h> in unit tests.
29898         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
29899         * tests/test-allocsa.c, tests/test-arcfour.c,
29900         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
29901         tests/test-array_list.c, tests/test-array_oset.c,
29902         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
29903         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
29904         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
29905         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
29906         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
29907         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
29908         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
29909         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
29910         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
29911         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
29912         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
29913         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
29914         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
29915         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
29916         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
29917         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
29918         test-md5.c, test-memmem.c, test-printf-posix.c,
29919         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
29920         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
29921         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
29922         test-strcasestr.c, test-striconv.c, test-striconveh.c,
29923         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
29924         test-vasnprintf-posix2.c, test-vasnprintf.c,
29925         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
29926         test-vfprintf-posix.c, test-vprintf-posix.c,
29927         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
29928         test-xvasprintf.c: Likewise.
29929
29930 2007-05-28  Bruno Haible  <bruno@clisp.org>
29931
29932         * gnulib-tool (func_import): Remember the --with-tests command-line
29933         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
29934         Reported by Eric Blake.
29935
29936 2007-05-28  Bruno Haible  <bruno@clisp.org>
29937
29938         * modules/ftell-tests: New file.
29939         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
29940         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
29941
29942         * lib/ftell.c: New file.
29943         * modules/ftell: New file.
29944         * m4/ftell.m4: New file.
29945         * doc/functions/ftell.texi: Update.
29946         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
29947         REPLACE_FTELL.
29948         * lib/stdio_.h (rpl_ftell): New declaration.
29949         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
29950         REPLACE_FTELL.
29951
29952 2007-05-28  Eric Blake  <ebb9@byu.net>
29953
29954         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
29955
29956 2007-05-28  Bruno Haible  <bruno@clisp.org>
29957
29958         * modules/fseek-tests: New file.
29959         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
29960         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
29961
29962         * lib/fseek.c: New file.
29963         * modules/fseek: New file.
29964         * m4/fseek.m4: New file.
29965         * doc/functions/fseek.texi: Update.
29966         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
29967         REPLACE_FSEEK.
29968         * lib/stdio_.h (rpl_fseek): New declaration.
29969         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
29970         REPLACE_FSEEK.
29971
29972 2007-05-28  Bruno Haible  <bruno@clisp.org>
29973
29974         * lib/stdio_.h (fflush): More comments.
29975
29976 2007-05-28  Bruno Haible  <bruno@clisp.org>
29977
29978         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
29979         runtime test.
29980
29981 2007-05-28  Eric Blake  <ebb9@byu.net>
29982
29983         Improve lseek module.
29984         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
29985         * lib/unistd_.h (lseek): Scale back link warning message.
29986         * tests/test-lseek.c: Beef up test.
29987         * tests/test-lseek.sh: Exercise more facets of lseek.
29988         Reported by Bruno Haible.
29989
29990 2007-05-28  Bruno Haible  <bruno@clisp.org>
29991
29992         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
29993         to define.
29994
29995 2007-05-27  Bruno Haible  <bruno@clisp.org>
29996
29997         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
29998
29999 2007-05-27  Bruno Haible  <bruno@clisp.org>
30000
30001         * modules/openmp: New file.
30002         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
30003         Noah Misch.
30004
30005 2007-05-26  Bruno Haible  <bruno@clisp.org>
30006
30007         * modules/chdir-long (Depends-on): Add fchdir.
30008         * modules/chdir-safer (Depends-on): Likewise.
30009         * modules/fts (Depends-on): Likewise.
30010         * modules/fts-lgpl (Depends-on): Likewise.
30011         * modules/openat (Depends-on): Likewise.
30012         * modules/savewd (Depends-on): Likewise.
30013
30014 2007-05-24  Eric Blake  <ebb9@byu.net>
30015
30016         Fix lseek on mingw.
30017         * modules/lseek: New module.
30018         * m4/lseek.m4: New file.
30019         * lib/lseek.c: New file.
30020         * modules/lseek-tests: New file.
30021         * tests/test-lseek.c: New file.
30022         * tests/test-lseek.sh: New file.
30023         * MODULES.html.sh: Document lseek module.
30024         * modules/fflush (Depends-on): Add lseek, fseeko.
30025         * modules/fseeko (Depends-on): Likewise.
30026         * modules/ftello (Depends-on): Likewise.
30027         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
30028         broken.
30029         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
30030         broken.
30031         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
30032         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
30033         * lib/ftello.c (rpl_ftello): Likewise.
30034         * tests/test-fseeko.c (main): Test this.
30035         * tests/test-fseeko.sh: Likewise.
30036         * tests/test-ftello.c (main): Likewise.
30037         * tests/test-ftello.sh: Likewise.
30038         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
30039         implies replacing fseek.
30040         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
30041         HAVE_FTELLO.
30042         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
30043         * modules/unistd (Makefile.am): Likewise.
30044         * lib/unistd_.h (lseek): Declare a replacement.
30045         * doc/functions/lseek.texi (lseek): Document this fix.
30046         * doc/functions/fseek.texi (fseek): Likewise.
30047         * doc/functions/ftell.texi (ftell): Likewise.
30048
30049 2007-05-24  Bruno Haible  <bruno@clisp.org>
30050
30051         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
30052         in the printed representation of a NaN.
30053         * tests/test-vasprintf-posix.c (test_function): Likewise.
30054         * tests/test-snprintf-posix.h (test_function): Likewise.
30055         * tests/test-sprintf-posix.h (test_function): Likewise.
30056         Reported by Eric Blake.
30057
30058 2007-05-23  Eric Blake  <ebb9@byu.net>
30059
30060         Fix fseeko/ftello on cygwin 1.5.24.
30061         * doc/functions/fseeko.texi (fseeko): Document the fix.
30062         * doc/functions/ftello.texi (ftello): Document the fix.
30063         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
30064         * doc/functions/stdout.text (stdout): New file.
30065         * doc/functions/stderr.text (stderr): New file.
30066         * doc/gnulib.texi (Function Substitutes): Use new files.
30067         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
30068         prior to 1.7.0.
30069         * tests/test-ftello.c (main): Likewise for ftello.
30070         * tests/test-fseeko.sh: New file.
30071         * tests/test-ftello.sh: New file.
30072         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
30073         with seekable stdin.
30074         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
30075         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
30076         (gl_REPLACE_FSEEKO): New macro.
30077         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
30078         * modules/fseeko (Files): Distribute fseeko.c.
30079         * modules/ftello (Files): Distribute ftello.c.
30080         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
30081         mode.
30082         * lib/ftello.c (rpl_ftello): New file.
30083         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
30084         fseeko, ftello.
30085         (gl_STDIN_LARGE_OFFSET): New macro.
30086         * modules/stdio (Makefile.am): Perform the replacement.
30087         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
30088
30089 2007-05-23  Bruno Haible  <bruno@clisp.org>
30090
30091         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
30092         GNULIB_POSIXCHECK is defined.
30093
30094 2007-05-21  Bruno Haible  <bruno@clisp.org>
30095
30096         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
30097         Check also the output for NaN arguments. When cross-compiling, guess
30098         no on IRIX.
30099         * lib/vasnprintf.c: Update comments.
30100         * tests/test-vasnprintf-posix.c (strisnan): New function.
30101         (test_function): Use it.
30102         * tests/test-vasprintf-posix.c (strisnan): New function.
30103         (test_function): Use it.
30104         * tests/test-snprintf-posix.h (strisnan): New function.
30105         (test_function): Use it.
30106         * tests/test-sprintf-posix.h (strisnan): New function.
30107         (test_function): Use it.
30108         Reported by Eric Blake.
30109
30110 2007-05-20  Bruno Haible  <bruno@clisp.org>
30111
30112         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
30113         numbers that fails on BeOS.
30114         * doc/functions/frexpl.texi: Update.
30115
30116 2007-05-20  Jim Meyering  <jim@meyering.net>
30117
30118         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
30119         forced upon us by glibc-2.6.
30120
30121 2007-05-20  Bruno Haible  <bruno@clisp.org>
30122
30123         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
30124         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
30125         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
30126         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
30127         NEED_PRINTF_INFINITE.
30128         (is_infinitel): New function.
30129         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
30130         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
30131         gl_PREREQ_VASNPRINTF_INFINITE.
30132         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
30133         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30134         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
30135         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
30136         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
30137         gl_PREREQ_VASNPRINTF_INFINITE.
30138         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30139         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30140         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30141         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30142         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30143         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30144         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30145         * doc/functions/fprintf.texi: Update.
30146         * doc/functions/printf.texi: Update.
30147         * doc/functions/snprintf.texi: Update.
30148         * doc/functions/sprintf.texi: Update.
30149         * doc/functions/vfprintf.texi: Update.
30150         * doc/functions/vprintf.texi: Update.
30151         * doc/functions/vsnprintf.texi: Update.
30152         * doc/functions/vsprintf.texi: Update.
30153
30154 2007-05-20  Bruno Haible  <bruno@clisp.org>
30155
30156         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
30157         was not found in libc.
30158         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
30159
30160 2007-05-20  Bruno Haible  <bruno@clisp.org>
30161
30162         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30163         printed as "-nan" instead of "nan".
30164         * tests/test-vasprintf-posix.c (test_function): Likewise.
30165         * tests/test-snprintf-posix.h (test_function): Likewise.
30166         * tests/test-sprintf-posix.h (test_function): Likewise.
30167         Needed for HP-UX 11.
30168
30169 2007-05-20  Jim Meyering  <jim@meyering.net>
30170
30171         Fix buggy test for the fchownat-deref bug.
30172         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
30173         symlink required for the run-test.  Without it, this test would
30174         always declare that fchownat doesn't work, and client code would
30175         unnecessarily use the replacement function with fixed libc.
30176         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
30177         Reported by Greg Schafer.
30178
30179 2007-05-19  Bruno Haible  <bruno@clisp.org>
30180
30181         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
30182         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
30183         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
30184         Needed for IRIX 6.5 and Solaris 2.5.1.
30185
30186 2007-05-19  Bruno Haible  <bruno@clisp.org>
30187
30188         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
30189         (test_function): Skip tests involving -0.0 on platforms where
30190         -0.0 = 0.0.
30191         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
30192         (test_function): Skip tests involving -0.0 on platforms where
30193         -0.0 = 0.0.
30194         * tests/test-snprintf-posix.h (have_minus_zero): New function.
30195         (test_function): Skip tests involving -0.0 on platforms where
30196         -0.0 = 0.0.
30197         * tests/test-sprintf-posix.h (have_minus_zero): New function.
30198         (test_function): Skip tests involving -0.0 on platforms where
30199         -0.0 = 0.0.
30200         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
30201         tests.
30202         * tests/test-printf-posix.h (test_function): Likewise.
30203         * tests/test-printf-posix.output: Remove all -0.0 related results.
30204         Needed for IRIX 6.5.
30205
30206 2007-05-19  Bruno Haible  <bruno@clisp.org>
30207
30208         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30209         printed as "nan0x7fffffff" instead of "nan".
30210         * tests/test-vasprintf-posix.c (test_function): Likewise.
30211         * tests/test-snprintf-posix.h (test_function): Likewise.
30212         * tests/test-sprintf-posix.h (test_function): Likewise.
30213         * tests/test-fprintf-posix.h (NaN): Remove macro.
30214         (test_function): Remove all NaN related tests.
30215         * tests/test-printf-posix.h (NaN): Remove macro.
30216         (test_function): Remove all NaN related tests.
30217         * tests/test-printf-posix.output: Remove all NaN related results.
30218         Needed for IRIX 6.5.
30219
30220 2007-05-19  Bruno Haible  <bruno@clisp.org>
30221
30222         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
30223         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
30224
30225 2007-05-19  Bruno Haible  <bruno@clisp.org>
30226
30227         * lib/float_.h: New file.
30228         * m4/float_h.m4: New file.
30229         * modules/float: New file.
30230         * modules/isnanl (Dependencies): Add float.
30231         * modules/isnanl-nolibm (Dependencies): Likewise.
30232         * modules/mathl (Dependencies): Likewise.
30233         * modules/printf-frexpl (Dependencies): Likewise.
30234         * modules/signbit (Dependencies): Likewise.
30235         * modules/vasnprintf (Dependencies): Likewise.
30236         * doc/headers/float.texi: Update.
30237
30238 2007-05-19  Jim Meyering  <jim@meyering.net>
30239
30240         * lib/utimens.c (gl_futimens): Rename from futimens,
30241         now that glibc-2.6 declares futimens.
30242         * lib/utimens.h: Likewise.
30243
30244 2007-05-19  Bruno Haible  <bruno@clisp.org>
30245
30246         Avoid test failures on mingw.
30247         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
30248         * tests/test-printf-posix.sh: Likewise.
30249         * tests/test-vfprintf-posix.sh: Likewise.
30250         * tests/test-vprintf-posix.sh: Likewise.
30251
30252 2007-05-19  Bruno Haible  <bruno@clisp.org>
30253
30254         Fix *printf result for NaN, Inf, -0.0 on mingw.
30255         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
30256         * lib/vasnprintf.c: Include math.h and isnan.h.
30257         (is_infinite_or_zero): New function.
30258         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
30259         values in the %f, %F, %e, %E, %g, %G directives.
30260         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
30261         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30262         gl_PRINTF_INFINITE and test its result. Invoke
30263         gl_PREREQ_VASNPRINTF_INFINITE.
30264         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30265         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30266         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30267         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30268         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30269         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30270         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30271         * doc/functions/fprintf.texi: Update.
30272         * doc/functions/printf.texi: Update.
30273         * doc/functions/snprintf.texi: Update.
30274         * doc/functions/sprintf.texi: Update.
30275         * doc/functions/vfprintf.texi: Update.
30276         * doc/functions/vprintf.texi: Update.
30277         * doc/functions/vsnprintf.texi: Update.
30278         * doc/functions/vsprintf.texi: Update.
30279
30280 2007-05-19  Bruno Haible  <bruno@clisp.org>
30281
30282         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
30283         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
30284         Instead of multiplying with 10^k, set extra_zeroes to k.
30285         (scale10_round_long_double): Remove function.
30286
30287 2007-05-18  Bruno Haible  <bruno@clisp.org>
30288
30289         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
30290         introduced on 2007-05-06.
30291
30292 2007-05-18  Bruno Haible  <bruno@clisp.org>
30293
30294         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
30295         %g directives.
30296         * tests/test-vasprintf-posix.c (test_function): Likewise.
30297         * tests/test-snprintf-posix.h (test_function): Likewise.
30298         * tests/test-sprintf-posix.h (test_function): Likewise.
30299
30300 2007-05-18  Bruno Haible  <bruno@clisp.org>
30301
30302         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
30303         (strmatch): New function.
30304         (test_function): Test the %f directive on numbers of various exponents.
30305         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
30306         (strmatch): New function.
30307         (test_function): Test the %f directive on numbers of various exponents.
30308         * tests/test-snprintf-posix.h (strmatch): New function.
30309         (test_function): Test the %f directive on numbers of various exponents.
30310         * tests/test-sprintf-posix.h (strmatch): New function.
30311         (test_function): Test the %f directive on numbers of various exponents.
30312         * tests/test-snprintf-posix.c (SIZEOF): New macro.
30313         * tests/test-sprintf-posix.c (SIZEOF): New macro.
30314         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
30315         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
30316
30317 2007-05-18  Bruno Haible  <bruno@clisp.org>
30318
30319         Add support for 'long double' number output.
30320         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
30321         * lib/vasnprintf.c: Include math.h and float+.h.
30322         (mp_limb_t): New type.
30323         (GMP_LIMB_BITS): New macro.
30324         (mp_twolimb_t): New type.
30325         (GMP_TWOLIMB_BITS): New macro.
30326         (mpn_t): New type.
30327         (multiply, divide, convert_to_decimal, decode_long_double,
30328         scale10_round_long_double, scale10_round_decimal_long_double,
30329         floorlog10l): New functions.
30330         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
30331         for the %f, %F, %e, %E, %g, %G directives.
30332         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
30333         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30334         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
30335         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
30336         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30337         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30338         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30339         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30340         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30341         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30342         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30343         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
30344         * modules/snprintf-posix (Depends-on): Likewise.
30345         * modules/sprintf-posix (Depends-on): Likewise.
30346         * modules/vasnprintf-posix (Depends-on): Likewise.
30347         * modules/vasprintf-posix (Depends-on): Likewise.
30348         * modules/vfprintf-posix (Depends-on): Likewise.
30349         * modules/vsnprintf-posix (Depends-on): Likewise.
30350         * modules/vsprintf-posix (Depends-on): Likewise.
30351         * modules/vasnprintf (Files): Add lib/float+.h.
30352         * doc/functions/fprintf.texi: Update.
30353         * doc/functions/printf.texi: Update.
30354         * doc/functions/snprintf.texi: Update.
30355         * doc/functions/sprintf.texi: Update.
30356         * doc/functions/vfprintf.texi: Update.
30357         * doc/functions/vprintf.texi: Update.
30358         * doc/functions/vsnprintf.texi: Update.
30359         * doc/functions/vsprintf.texi: Update.
30360
30361 2007-05-18  Bruno Haible  <bruno@clisp.org>
30362
30363         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
30364
30365 2007-05-18  Bruno Haible  <bruno@clisp.org>
30366
30367         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
30368         for printing 64-bit integers. Needed for mingw.
30369
30370 2007-05-18  Bruno Haible  <bruno@clisp.org>
30371
30372         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
30373         gl_FUNC_FREXPL_WORKS.
30374         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
30375
30376 2007-05-18  Bruno Haible  <bruno@clisp.org>
30377
30378         * modules/frexpl-nolibm-tests: New file.
30379
30380         * modules/frexpl-nolibm: New file.
30381         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
30382
30383 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30384
30385         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
30386         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30387         GCC 4.2, which otherwise issues a lot of warnings.
30388         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
30389         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
30390         Likewise.
30391         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
30392         * modules/iconv_open (iconv.h): Likewise.
30393         * modules/locale (locale.h): Likewise.
30394         * modules/netinet_in (netinet/in.h): Likewise.
30395         * modules/sys_select (sys_select.h): Likewise.
30396         * modules/sys_socket (sys/socket.h): Likewise.
30397         * modules/sys_stat (sys/stat.h): Likewise.
30398         * modules/sysexits (sysexits.h): Likewise.
30399         * modules/unistd (unistd.h): Likewise.
30400
30401 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30402
30403         * modules/closein-tests (Makefile.am): Distribute
30404         `test-closein.sh'.
30405
30406 2007-05-17  Bruno Haible  <bruno@clisp.org>
30407
30408         * tests/test-printf-posix.output: Renamed from
30409         tests/test-fprintf-posix.out.
30410         * modules/fprintf-posix-tests: Update.
30411         * modules/printf-posix-tests: Update.
30412         * modules/vfprintf-posix-tests: Update.
30413         * modules/vprintf-posix-tests: Update.
30414         * tests/test-fprintf-posix.sh: Update.
30415         * tests/test-printf-posix.sh: Update.
30416         * tests/test-vfprintf-posix.sh: Update.
30417         * tests/test-vprintf-posix.sh: Update.
30418         Reported by Ralf Wildenhues.
30419
30420 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30421
30422         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
30423         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30424         GCC 4.2, which otherwise issues a lot of warnings.
30425         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
30426         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
30427         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
30428         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
30429         it should no longer be needed.
30430         * lib/string_.h: Likewise.
30431         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
30432         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
30433         * modules/inttypes (inttypes.h): Likewise.
30434         * modules/math (math.h): Likewise.
30435         * modules/search (search.h): Likewise.
30436         * modules/signal (signal.h): Likewise.
30437         * modules/stdint (stdint.h): Likewise.
30438         * modules/stdio (stdio.h): Likewise.
30439         * modules/stdlib (stdlib.h): Likewise.
30440         * modules/string (string.h): Likewise.
30441         * modules/sys_time (sys/time.h): Likewise.
30442         * modules/time (time.h): Likewise.
30443         * modules/wchar (wchar.h): Likewise.
30444         * modules/wctype (wtype.h): Likewise.
30445
30446 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
30447
30448         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
30449
30450 2007-05-13  Bruno Haible  <bruno@clisp.org>
30451
30452         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
30453         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30454         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
30455         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30456         (gl_PREREQ_STRTOK_R): Don't require it here.
30457
30458 2007-05-13  Bruno Haible  <bruno@clisp.org>
30459
30460         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
30461         when used in C++ mode.
30462
30463 2007-05-12  Bruno Haible  <bruno@clisp.org>
30464
30465         * lib/linebuffer.h: Tweak doc.
30466         * lib/linebuffer.c: Likewise.
30467
30468 2007-05-12  James Youngman  <jay@gnu.org>
30469
30470         * lib/linebuffer.c (readlinebuffer_delim): New function,
30471         like readlinebuffer, but use a caller-specified delimiter.
30472         (readlinebuffer): Just call readlinebuffer_delim with '\n'
30473         as the delimiter.
30474         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
30475
30476 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
30477
30478         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
30479         * modules/openat (Files): Remove openat-die.c.
30480         (Depends-on): Add openat-die.
30481         * modules/openat-die: New module.
30482
30483 2007-05-06  Bruno Haible  <bruno@clisp.org>
30484
30485         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
30486         Update with info about Cygwin.
30487         * doc/functions/fprintf.texi: Update.
30488         * doc/functions/printf.texi: Update.
30489         * doc/functions/snprintf.texi: Update.
30490         * doc/functions/sprintf.texi: Update.
30491         * doc/functions/vfprintf.texi: Update.
30492         * doc/functions/vprintf.texi: Update.
30493         * doc/functions/vsnprintf.texi: Update.
30494         * doc/functions/vsprintf.texi: Update.
30495         Reported by Eric Blake.
30496
30497 2007-05-06  Bruno Haible  <bruno@clisp.org>
30498
30499         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
30500         padding ourselves for the floating-point directives.
30501         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
30502         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
30503         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30504         gl_PRINTF_FLAG_ZERO and test its result. Invoke
30505         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
30506         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30507         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
30508         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30509         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30510         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30511         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30512         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30513         * tests/test-snprintf-posix.h (test_function): Also check the width
30514         and some flags in the %f directive.
30515         * tests/test-sprintf-posix.h (test_function): Likewise.
30516         * tests/test-vasnprintf-posix.c (test_function): Likewise.
30517         * tests/test-vasprintf-posix.c (test_function): Likewise.
30518         * doc/functions/fprintf.texi: Update.
30519         * doc/functions/printf.texi: Update.
30520         * doc/functions/snprintf.texi: Update.
30521         * doc/functions/sprintf.texi: Update.
30522         * doc/functions/vfprintf.texi: Update.
30523         * doc/functions/vprintf.texi: Update.
30524         * doc/functions/vsnprintf.texi: Update.
30525         * doc/functions/vsprintf.texi: Update.
30526
30527 2007-05-06  Bruno Haible  <bruno@clisp.org>
30528
30529         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
30530         pass the ' flag character to sprintf or snprintf.
30531         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
30532         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
30533         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30534         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
30535         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
30536         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30537         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
30538         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30539         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30540         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30541         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30542         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30543         * tests/test-snprintf-posix.h (test_function): Also check the grouping
30544         flag.
30545         * tests/test-sprintf-posix.h (test_function): Likewise.
30546         * tests/test-vasnprintf-posix.c (test_function): Likewise.
30547         * tests/test-vasprintf-posix.c (test_function): Likewise.
30548         * doc/functions/fprintf.texi: Update.
30549         * doc/functions/printf.texi: Update.
30550         * doc/functions/snprintf.texi: Update.
30551         * doc/functions/sprintf.texi: Update.
30552         * doc/functions/vfprintf.texi: Update.
30553         * doc/functions/vprintf.texi: Update.
30554         * doc/functions/vsnprintf.texi: Update.
30555         * doc/functions/vsprintf.texi: Update.
30556
30557 2007-05-01  Bruno Haible  <bruno@clisp.org>
30558
30559         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
30560
30561 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
30562
30563         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
30564         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
30565
30566 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30567
30568         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
30569         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
30570         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
30571
30572 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
30573
30574         * lib/argp-help.c (struct hol_entry): New member `ord'.
30575         (HOL_ENTRY_PTRCMP): Use ord for comparison
30576         (hol_sort): Initialize ord.
30577
30578 2007-05-01  Bruno Haible  <bruno@clisp.org>
30579
30580         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
30581         Reported by Eric Blake.
30582         * doc/gnulib.texi (Function Substitutes): Update.
30583
30584 2007-05-01  Bruno Haible  <bruno@clisp.org>
30585
30586         * doc/functions.texi: Remove file, now redundant through
30587         doc/functions/*.texi.
30588
30589 2007-05-01  Bruno Haible  <bruno@clisp.org>
30590
30591         * modules/argp (Depends-on): Add sleep.
30592
30593 2007-05-01  Bruno Haible  <bruno@clisp.org>
30594
30595         * modules/sleep-tests: New file.
30596         * tests/test-sleep.c: New file.
30597
30598         * modules/sleep: New file.
30599         * lib/sleep.c: New file.
30600         * m4/sleep.m4: New file.
30601         * lib/unistd_.h (sleep): New declaration.
30602         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
30603         HAVE_SLEEP.
30604         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
30605         * doc/functions/sleep.texi: Document the sleep module.
30606
30607 2007-05-01  Bruno Haible  <bruno@clisp.org>
30608
30609         * lib/sigprocmask.h: Remove file.
30610         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
30611         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
30612         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
30613         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
30614         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
30615         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
30616         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
30617         HAVE_SIGSET_T as a shell variable.
30618         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
30619         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
30620         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
30621         (Depends-on): Add signal. Remove verify.
30622         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
30623         (Include): Mention <signal.h> instead of sigprocmask.h.
30624         * NEWS: Mention the change.
30625         * lib/fatal-signal.c: Don't include sigprocmask.h.
30626
30627 2007-05-01  Bruno Haible  <bruno@clisp.org>
30628
30629         * modules/signal: New file.
30630         * lib/signal_.h: New file.
30631         * m4/signal_h.m4: New file.
30632
30633 2007-05-01  Bruno Haible  <bruno@clisp.org>
30634
30635         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
30636         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
30637         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
30638         HAVE_WCTYPE_CTMP_BUG into wctype.h.
30639
30640 2007-05-01  Bruno Haible  <bruno@clisp.org>
30641
30642         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
30643         configure time.
30644         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
30645         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
30646         * modules/sys_stat (Makefile.am): Substitute their values into
30647         sys/stat.h.
30648
30649 2007-05-01  Bruno Haible  <bruno@clisp.org>
30650
30651         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
30652         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
30653         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
30654
30655 2007-05-01  Bruno Haible  <bruno@clisp.org>
30656
30657         * doc/header/assert.texi: Undo last change: don't mention the gnulib
30658         'assert' module here.
30659
30660 2007-05-01  Bruno Haible  <bruno@clisp.org>
30661
30662         * doc/functions/*.texi: New files.
30663         * doc/functions/google-ranking.txt: New file.
30664         * doc/gnulib.texi (Function Substitutes): New chapter.
30665         (ctime, inet_ntoa): Remove sections.
30666         * doc/ctime.texi: Remove file.
30667         * doc/inet_ntoa.texi: Remove file.
30668         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
30669         dependencies.
30670         (%.info): New rule, specifying a --reference-limit.
30671
30672 2007-05-01  Bruno Haible  <bruno@clisp.org>
30673
30674         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
30675
30676 2007-05-01  Bruno Haible  <bruno@clisp.org>
30677
30678         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
30679         the portability of 'mkdir' to mingw systems.
30680
30681 2007-05-01  Bruno Haible  <bruno@clisp.org>
30682
30683         * doc/headers/google-ranking.txt: New file.
30684
30685 2007-04-30  Eric Blake  <ebb9@byu.net>
30686
30687         Prefer fseeko to fseek.
30688         * modules/getpass (Depends-on): Add fseeko.
30689         * lib/getpass.c (getpass): Use fseeko, not fseek.
30690
30691 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
30692
30693         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
30694         assumes the sorting is stable, while most qsort implementations
30695         are not.  Use argument addresses to ensure they never compare as
30696         equal.
30697
30698         * tests/test-argp-2.sh (usage-indent test): Fix output
30699         (func_compare): Restore diff options
30700         * tests/test-argp.c: Restore #include "progname.h"
30701
30702 2007-04-29  Bruno Haible  <bruno@clisp.org>
30703
30704         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
30705         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30706         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
30707         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30708         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
30709         (configure.ac): Define CHECK_SNPRINTF_POSIX.
30710         (TESTS, check_PROGRAMS): Add test-snprintf.
30711         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
30712         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
30713         (TESTS, check_PROGRAMS): Add test-vsnprintf.
30714         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
30715         assertions that fail on HP-UX, OSF/1, or IRIX.
30716         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
30717
30718 2007-04-29  Bruno Haible  <bruno@clisp.org>
30719
30720         * MODULES.html.sh (posix_functions): Remove 'contents'.
30721
30722 2007-04-29  Karl Berry  <karl@gnu.org>
30723
30724         * config/srclist.txt (gendocs_template_min): new entry.
30725
30726 2007-04-29  Bruno Haible  <bruno@clisp.org>
30727
30728         Work around fpurge bug on BSD systems.
30729         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
30730         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
30731         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
30732         fpurge to rpl_fpurge if the system already has this function.
30733         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
30734         the case where the system already has this function. Correct invariants
30735         on BSD systems.
30736         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
30737         BSD systems.
30738
30739 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
30740
30741         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
30742         proposed by Sven Verdoolaege.
30743
30744         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
30745         options.
30746         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
30747         (usage and help tests): Update
30748
30749 2007-04-29  Bruno Haible  <bruno@clisp.org>
30750
30751         * tests/test-fflush.c (main): Use a file of size 17, not 10.
30752         Print more information in case of failure. Disable a test on BeOS.
30753
30754 2007-04-29  Bruno Haible  <bruno@clisp.org>
30755
30756         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
30757         This helps debugging on systems on which no gdb is available.
30758
30759 2007-04-29  Bruno Haible  <bruno@clisp.org>
30760
30761         * lib/freading.h: Improve comments.
30762         * lib/fwriting.h: Likewise.
30763         * tests/test-freading.c (main): Don't check freading immediately after
30764         repositioning. Needed for glibc.
30765
30766 2007-04-29  Bruno Haible  <bruno@clisp.org>
30767
30768         * lib/freading.c (freading): Trivial simplification.
30769
30770 2007-04-28  Bruno Haible  <bruno@clisp.org>
30771
30772         * tests/test-fwriting.c (main): Also test the interaction between
30773         fflush and fwriting.
30774         * modules/fwriting-tests (Depends-on): Add fflush.
30775
30776         * tests/test-freading.c (main): Also test the interaction between
30777         fflush and freading.
30778         * modules/freading-tests (Depends-on): Add fflush.
30779
30780 2007-04-28  Bruno Haible  <bruno@clisp.org>
30781
30782         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
30783         fseeko and ftello.
30784         Suggested by Eric Blake.
30785
30786 2007-04-28  Jim Meyering  <jim@meyering.net>
30787
30788         Avoid false-negative in gl_STDINT_H's C99 conformance test.
30789         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
30790         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
30791
30792 2007-04-27  Eric Blake  <ebb9@byu.net>
30793
30794         * doc/headers/assert.texi (assert.h): Document assert module use.
30795
30796 2007-04-27  Bruno Haible  <bruno@clisp.org>
30797
30798         * doc/headers/*.texi: New files.
30799         * doc/gnulib.texi (Header File Substitutes): New chapter.
30800         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
30801         dependencies.
30802         (standards.info ,standards.html, standards.dvi): Update dependencies.
30803         (mostlyclean, clean): New targets.
30804
30805 2007-04-27  Bruno Haible  <bruno@clisp.org>
30806
30807         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
30808         * modules/sysexits (Files, Makefile.am): Update.
30809
30810         * lib/sys_socket_.h: Renamed from lib/socket_.h.
30811         * modules/sys_socket (Files, Makefile.am): Update.
30812
30813         * lib/sys_stat_.h: Renamed from lib/stat_.h.
30814         * modules/sys_stat (Files, Makefile.am): Update.
30815
30816 2007-04-27  Eric Blake  <ebb9@byu.net>
30817
30818         * lib/freading.h: Improve comments.
30819         * lib/fwriting.h: Likewise.
30820         * lib/fflush.c: Likewise.
30821
30822         Fix closein for mingw.
30823         * modules/closein-tests: Add tests for closein.
30824         * tests/test-closein.c: New file.
30825         * tests/test-closein.sh: Likewise.
30826         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
30827         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
30828
30829 2007-04-27  Bruno Haible  <bruno@clisp.org>
30830
30831         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
30832         version is < 6.
30833         * lib/math_.h [__DECC]: Likewise.
30834         * lib/stdio_.h [__DECC]: Likewise.
30835         * lib/stdlib_.h [__DECC]: Likewise.
30836         * lib/string_.h [__DECC]: Likewise.
30837         * lib/time_.h [__DECC]: Likewise.
30838         * lib/wchar_.h [__DECC]: Likewise.
30839         * lib/wctype_.h [__DECC]: Likewise.
30840
30841 2007-04-27  Bruno Haible  <bruno@clisp.org>
30842
30843         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
30844
30845 2007-04-27  Bruno Haible  <bruno@clisp.org>
30846
30847         * lib/fflush.c: Add comments.
30848         * modules/fpurge-tests (Depends-on): Add fflush.
30849         * modules/freadable-tests (Depends-on): Likewise.
30850         * modules/fwritable-tests (Depends-on): Likewise.
30851
30852 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
30853
30854         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
30855         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
30856         Report by Bruno Haible <bruno@clisp.org>.
30857
30858 2007-04-26  Eric Blake  <ebb9@byu.net>
30859
30860         Fix fflush on mingw.
30861         * modules/fflush (Depends-on): Add freading.
30862         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
30863         but unread data.
30864
30865 2007-04-26  Eric Blake  <ebb9@byu.net>
30866         and Bruno Haible  <bruno@clisp.org>
30867
30868         Implement freading and fwriting.
30869         * lib/freading.c: New file.
30870         * lib/freading.h: Likewise.
30871         * m4/freading.m4: Likewise.
30872         * modules/freading: Likewise.
30873         * modules/freading-tests: Likewise.
30874         * tests/test-freading.c: Likewise.
30875         * lib/fwriting.c: New file.
30876         * lib/fwriting.h: Likewise.
30877         * m4/fwriting.m4: Likewise.
30878         * modules/fwriting: Likewise.
30879         * modules/fwriting-tests: Likewise.
30880         * tests/test-fwriting.c: Likewise.
30881         * MODULES.html.sh (File stream based Input/Output): Mention them.
30882
30883 2007-04-26  Bruno Haible  <bruno@clisp.org>
30884
30885         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
30886         'long' when we assume it.
30887         Suggested by Eric Blake.
30888
30889 2007-04-26  Bruno Haible  <bruno@clisp.org>
30890
30891         Ensure fseeko, ftello are declared on glibc systems.
30892         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
30893         * modules/fseeko (configure.ac-early): Likewise.
30894         * modules/ftello (configure.ac-early): Likewise.
30895         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
30896         AC_FUNC_FSEEKO for this.
30897         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
30898         (gl_CHECK_FSEEKO): Remove macro.
30899
30900 2007-04-26  Bruno Haible  <bruno@clisp.org>
30901
30902         * tests/test-fflush.c (main): Also check the ftell result after
30903         fflush and fseek/fseeko.
30904         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
30905         file descriptor position cache in the stream.
30906         * lib/fseeko.c (rpl_fseeko): Likewise.
30907
30908 2007-04-26  Bruno Haible  <bruno@clisp.org>
30909
30910         * modules/fflush-tests (Depends-on): Add fseeko.
30911
30912 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
30913             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30914
30915         * lib/argz_.h: ensure error_t definition is obtained in same
30916         mechanism system argz.h would have.
30917         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
30918         argz facilities are known bad.  Err on the side of caution if
30919         cross-compiling.
30920
30921 2007-04-25  Eric Blake  <ebb9@byu.net>
30922
30923         * lib/fpurge.c (includes): Use stdlib.h for free.
30924         * tests/test-fflush.c (main): Also test fflush-fseeko.
30925
30926 2007-04-25  Bruno Haible  <bruno@clisp.org>
30927
30928         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
30929         * lib/fseeko.c: New file.
30930         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
30931         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
30932         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
30933         gl_FUNC_FSEEKO.
30934         (gl_FUNC_FSEEKO): Invoke it.
30935         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
30936         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
30937         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
30938
30939 2007-04-25  Bruno Haible  <bruno@clisp.org>
30940
30941         * modules/fflush (Depends-on): Add ftello.
30942
30943 2007-04-25  Bruno Haible  <bruno@clisp.org>
30944
30945         * modules/ftello-tests: New file.
30946         * tests/test-ftello.c: New file.
30947
30948         * modules/ftello: New file.
30949         * m4/ftello.m4: New file.
30950         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
30951         HAVE_FTELLO.
30952         * lib/stdio_.h (ftello): New declaration.
30953         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
30954         HAVE_FTELLO.
30955
30956 2007-04-25  Bruno Haible  <bruno@clisp.org>
30957
30958         * modules/fseeko-tests: New file.
30959         * tests/test-fseeko.c: New file.
30960
30961         * modules/fseeko: New file.
30962         * m4/fseeko.m4: New file.
30963         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
30964         HAVE_FSEEKO.
30965         * lib/stdio_.h (fseeko): New declaration.
30966         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
30967         HAVE_FSEEKO.
30968
30969 2007-04-25  Bruno Haible  <bruno@clisp.org>
30970
30971         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
30972
30973 2007-04-25  Bruno Haible  <bruno@clisp.org>
30974
30975         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
30976         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
30977         * tests/test-unistd.c: Likewise.
30978         * tests/test-fcntl.c: Likewise.
30979
30980 2007-04-23  Eric Blake  <ebb9@byu.net>
30981
30982         * lib/fflush.c: Fix missing include.
30983         Reported by Bruno Haible.
30984
30985 2007-04-23  Bruno Haible  <bruno@clisp.org>
30986
30987         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
30988         Reported by Eric Blake.
30989
30990 2007-04-23  Bruno Haible  <bruno@clisp.org>
30991
30992         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
30993
30994 2007-04-23  Bruno Haible  <bruno@clisp.org>
30995
30996         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
30997
30998 2007-04-23  Bruno Haible  <bruno@clisp.org>
30999
31000         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
31001         Needed on HP-UX 11.
31002
31003 2007-04-16  Eric Blake  <ebb9@byu.net>
31004
31005         Make fflush rely on fpurge.
31006         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
31007         open coding all variants.
31008         * modules/fflush (Depends-on): Add fpurge and unistd.
31009         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
31010         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
31011
31012         Fix --with-tests compilation on cygwin.
31013         * modules/argmatch-tests (Makefile.am): List gnulib library first
31014         in LDADD.
31015         * modules/argp-tests (Makefile.am): Likewise.
31016         * modules/array-list-tests (Makefile.am): Likewise.
31017         * modules/array-oset-tests (Makefile.am): Likewise.
31018         * modules/avltree-list-tests (Makefile.am): Likewise.
31019         * modules/avltree-oset-tests (Makefile.am): Likewise.
31020         * modules/avltreehash-list-tests (Makefile.am): Likewise.
31021         * modules/carray-list-tests (Makefile.am): Likewise.
31022         * modules/dirname-tests (Makefile.am): Likewise.
31023         * modules/frexp-tests (Makefile.am): Likewise.
31024         * modules/isnanl-tests (Makefile.am): Likewise.
31025         * modules/linked-list-tests (Makefile.am): Likewise.
31026         * modules/linkedhash-list-tests (Makefile.am): Likewise.
31027         * modules/lock-tests (Makefile.am): Likewise.
31028         * modules/rbtree-list-tests (Makefile.am): Likewise.
31029         * modules/rbtree-oset-tests (Makefile.am): Likewise.
31030         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
31031         * modules/tls-tests (Makefile.am): Likewise.
31032         * modules/tsearch-tests (Makefile.am): Likewise.
31033         * modules/xvasprintf-tests (Makefile.am): Likewise.
31034
31035         Fix fpurge for cygwin.
31036         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
31037         value.
31038         * modules/fpurge-tests (Depends-on): Clean up trash.
31039
31040 2007-04-16  Simon Josefsson  <simon@josefsson.org>
31041
31042         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
31043
31044         * m4/autobuild.m4: Re-indent.
31045
31046 2007-04-13  Bruno Haible  <bruno@clisp.org>
31047
31048         * modules/fpurge-tests: New file.
31049         * tests/test-fpurge.c: New file.
31050
31051         * modules/fpurge: New file.
31052         * lib/fpurge.h: New file.
31053         * lib/fpurge.c: New file.
31054         * m4/fpurge.m4: New file.
31055
31056 2007-04-13  Bruno Haible  <bruno@clisp.org>
31057
31058         * modules/fbufmode-tests: New file.
31059         * tests/test-fbufmode.c: New file.
31060
31061         * modules/fbufmode: New file.
31062         * lib/fbufmode.h: New file.
31063         * lib/fbufmode.c: New file.
31064         * m4/fbufmode.m4: New file.
31065
31066 2007-04-13  Bruno Haible  <bruno@clisp.org>
31067
31068         * modules/fwritable-tests: New file.
31069         * tests/test-fwritable.c: New file.
31070
31071         * modules/fwritable: New file.
31072         * lib/fwritable.h: New file.
31073         * lib/fwritable.c: New file.
31074         * m4/fwritable.m4: New file.
31075
31076 2007-04-13  Bruno Haible  <bruno@clisp.org>
31077
31078         * modules/freadable-tests: New file.
31079         * tests/test-freadable.c: New file.
31080
31081         * modules/freadable: New file.
31082         * lib/freadable.h: New file.
31083         * lib/freadable.c: New file.
31084         * m4/freadable.m4: New file.
31085
31086 2007-04-13  Bruno Haible  <bruno@clisp.org>
31087
31088         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
31089         MOSTLYCLEANFILES.
31090
31091 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31092
31093         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
31094         gzip bootstrap.conf to avoid dragging in i18n machinery.
31095         (gnulib_tool_option): Use it.
31096
31097 2007-04-13  Bruno Haible  <bruno@clisp.org>
31098
31099         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
31100         %F directives.
31101         * tests/test-vasprintf-posix.c (test_function): Likewise.
31102         * tests/test-snprintf-posix.h (test_function): Likewise.
31103         * tests/test-sprintf-posix.h (test_function): Likewise.
31104         * tests/test-fprintf-posix.h (test_function): Likewise.
31105         * tests/test-printf-posix.h (test_function): Likewise.
31106         * tests/test-fprintf-posix.out: Likewise.
31107
31108 2007-04-13  Bruno Haible  <bruno@clisp.org>
31109
31110         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
31111         * modules/tls-tests (configure.ac): Likewise.
31112         Reported by Arto C. Nirkko <anirkko@insel.ch>.
31113
31114 2007-04-13  Bruno Haible  <bruno@clisp.org>
31115
31116         * lib/tls.c (glthread_tls_get): Fix return type.
31117         Patch by Arto C. Nirkko <anirkko@insel.ch>.
31118
31119 2007-04-12  Eric Blake  <ebb9@byu.net>
31120
31121         * modules/gettime (Depends-on): Remove gettime.
31122         Reported by Dmitry V. Levin.
31123
31124 2007-04-12  Bruno Haible  <bruno@clisp.org>
31125
31126         * modules/fflush (Include): Mention <stdio.h>.
31127         * modules/strtoimax (Include): Mention <inttypes.h>.
31128         * modules/strtoumax (Include): Likewise.
31129
31130 2007-04-12  Eric Blake  <ebb9@byu.net>
31131
31132         * .cvsignore: New file.
31133         * .gitignore: Likewise.
31134
31135 2007-04-12  Bruno Haible  <bruno@clisp.org>
31136
31137         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
31138         not before, since $(LDADD) often contains libgnu.a.
31139         * modules/striconv-tests (test_striconv_LDADD): Likewise.
31140         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
31141         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
31142         Needed on Cygwin.
31143
31144 2007-04-12  Eric Blake  <ebb9@byu.net>
31145
31146         Work around glibc's failure to flush stdin on fclose.
31147         * lib/closein.c (close_stdin): Flush stdin before closing.
31148
31149         Work around glibc's failure to reset seekable stdin on exit.
31150         * modules/closein: New module.
31151         * lib/closein.c: New file.
31152         * lib/closein.h: Likewise.
31153         * m4/closein.m4: Likewise.
31154         * MODULES.html.sh (File stream based Input/Output): Document it.
31155
31156 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31157
31158         * gnulib-tool: Rename generated 'autobuild' script to
31159         'do-autobuild' in --create-megatestdir output.
31160
31161         * doc/gnulib.texi (Build robot for gnulib): Fix.
31162
31163 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31164
31165         * modules/sysexits (Depends-on): Add absolute-header.
31166
31167 2007-04-12  Eric Blake  <ebb9@byu.net>
31168
31169         No need to preserve errno on success.
31170         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
31171         Reported by Bruno Haible.
31172
31173 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31174
31175         * MODULES.html.sh (Support for maintaining and releasing
31176         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
31177
31178 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31179
31180         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
31181
31182 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31183
31184         * modules/autobuild: New module.
31185
31186         * m4/autobuild.m4: New file.
31187
31188 2007-04-11  Bruno Haible  <bruno@clisp.org>
31189
31190         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
31191         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
31192         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
31193         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
31194         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31195         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31196         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31197         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31198         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31199         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31200         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
31201         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31202         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31203         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
31204         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31205         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31206         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
31207         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31208         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31209         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
31210         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31211         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31212         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
31213         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31214         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31215         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
31216         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31217         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31218         Reported by Eric Blake.
31219
31220 2007-04-11  Bruno Haible  <bruno@clisp.org>
31221
31222         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
31223
31224 2007-04-10  Bruno Haible  <bruno@clisp.org>
31225
31226         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
31227         for NaN and Infinity. Needed on FreeBSD 6.1.
31228         * tests/test-vasnprintf-posix.c (test_function): Undo last change
31229         regarding results for "%010a" of Infinity and NaN.
31230         * tests/test-vasprintf-posix.c (test_function): Likewise.
31231         * tests/test-snprintf-posix.h (test_function): Likewise.
31232         * tests/test-sprintf-posix.h (test_function): Likewise.
31233         * tests/test-fprintf-posix.h (test_function): Likewise.
31234         * tests/test-printf-posix.h (test_function): Likewise.
31235         * tests/test-fprintf-posix.out: Likewise.
31236
31237 2007-04-10  Bruno Haible  <bruno@clisp.org>
31238
31239         * modules/locale-tests: New file.
31240         * tests/test-locale.c: New file.
31241
31242         * modules/locale: New file.
31243         * lib/locale_.h: New file.
31244         * m4/locale_h.m4: New file.
31245
31246 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
31247             Bruno Haible  <bruno@clisp.org>
31248
31249         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
31250         be determined, test for availability of the copysignf, copysign,
31251         copysignl functions.
31252         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
31253         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
31254         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
31255
31256 2007-04-09  Eric Blake  <ebb9@byu.net>
31257
31258         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
31259         * modules/stdio (Makefile.am): Support fflush.
31260         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
31261         * modules/fflush: New file.
31262         * lib/fflush.c: Likewise.
31263         * m4/fflush.m4: Likewise.
31264         * modules/fflush-tests: New test.
31265         * tests/test-fflush.c: Likewise.
31266         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
31267
31268 2007-04-06  Bruno Haible  <bruno@clisp.org>
31269
31270         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
31271         (VASNPRINTF): Use signbit for faster determination whether to print a
31272         minus sign.
31273         * modules/vasnprintf (Files): Remove lib/float+.h.
31274         * modules/fprintf-posix (Depends-on): Add signbit.
31275         * modules/snprintf-posix (Depends-on): Likewise.
31276         * modules/sprintf-posix (Depends-on): Likewise.
31277         * modules/vasnprintf-posix (Depends-on): Likewise.
31278         * modules/vasprintf-posix (Depends-on): Likewise.
31279         * modules/vfprintf-posix (Depends-on): Likewise.
31280         * modules/vsnprintf-posix (Depends-on): Likewise.
31281         * modules/vsprintf-posix (Depends-on): Likewise.
31282
31283 2007-04-06  Bruno Haible  <bruno@clisp.org>
31284
31285         * tests/test-frexp.c (main): Test also the sign bit of zero results.
31286         * tests/test-frexpl.c (main): Likewise.
31287         * tests/test-ldexpl.c (main): Likewise.
31288         * modules/frexp-tests (Depends-on): Add signbit.
31289         * modules/frexpl-tests (Depdends-on): Likewise.
31290         * modules/ldexpl-tests (Depdends-on): Likewise.
31291
31292 2007-04-06  Bruno Haible  <bruno@clisp.org>
31293
31294         * modules/signbit-tests: New file.
31295         * tests/test-signbit.c: New file.
31296
31297         * modules/signbit: New file.
31298         * lib/signbitf.c: New file.
31299         * lib/signbitd.c: New file.
31300         * lib/signbitl.c: New file.
31301         * m4/signbit.m4: New file.
31302         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
31303         (signbit): New macro.
31304         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
31305         REPLACE_SIGNBIT.
31306         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
31307         REPLACE_FREXPL into math.h.
31308
31309 2007-04-06  Bruno Haible  <bruno@clisp.org>
31310
31311         * modules/isnanf-nolibm-tests: New file.
31312         * tests/test-isnanf.c: New file.
31313
31314         * modules/isnanf-nolibm: New file.
31315         * lib/isnanf.h: New file.
31316         * lib/isnanf.c: New file.
31317         * lib/isnan.c: Consider the USE_FLOAT macro.
31318         * m4/isnanf.m4: New file.
31319
31320 2007-04-06  Bruno Haible  <bruno@clisp.org>
31321
31322         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
31323         (Link): New section.
31324
31325         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
31326
31327 2007-04-06  Bruno Haible  <bruno@clisp.org>
31328
31329         Assume the 'long double' type.
31330         * m4/longdouble.m4: Remove file.
31331         * config/srclist.txt: Don't mention longdouble.m4.
31332         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
31333         * lib/float+.h: Likewise.
31334         * lib/frexp.c: Likewise.
31335         * lib/printf-args.h: Likewise.
31336         * lib/printf-args.c: Likewise.
31337         * lib/printf-frexp.c: Likewise.
31338         * lib/printf-parse.c: Likewise.
31339         * lib/vasnprintf.c: Likewise.
31340         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
31341         * m4/intl.m4: Likewise.
31342         * m4/isnanl.m4: Likewise.
31343         * m4/printf.m4: Likewise.
31344         * m4/printf-frexpl.m4: Likewise.
31345         * m4/vasnprintf.m4: Likewise.
31346         * modules/allocsa (Files): Remove m4/longdouble.m4.
31347         * modules/gettext (Files): Likewise.
31348         * modules/relocatable-prog-wrapper (Files): Likewise.
31349         * modules/vasnprintf (Files): Likewise.
31350         * modules/isnanl (Files): Likewise.
31351         (Include): Simplify.
31352         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
31353         (Include): Simplify.
31354         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
31355         (Include): Simplify.
31356         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
31357         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31358         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
31359         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31360         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31361         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31362         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
31363         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31364         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31365         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31366         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
31367         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31368         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
31369         * tests/test-isnanl.c: Likewise.
31370         * tests/test-snprintf-posix.h: Likewise.
31371         * tests/test-sprintf-posix.h: Likewise.
31372         * tests/test-vasnprintf-posix.c: Likewise.
31373         * tests/test-vasnprintf-posix2.c: Likewise.
31374         * tests/test-vasprintf-posix.c: Likewise.
31375
31376 2007-04-06  Bruno Haible  <bruno@clisp.org>
31377
31378         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
31379         * lib/math_.h [__DECC]: Include the overridden include file through
31380         #include_next, outside the double-inclusion guard.
31381         * lib/stdio_.h [__DECC]: Likewise.
31382         * lib/stdlib_.h [__DECC]: Likewise.
31383         * lib/string_.h [__DECC]: Likewise.
31384         * lib/time_.h [__DECC]: Likewise.
31385         * lib/wchar_.h [__DECC]: Likewise.
31386         * lib/wctype_.h [__DECC]: Likewise.
31387         * lib/inttypes_.h [__DECC]: Likewise.
31388         Reported by Albert Chin <china@thewrittenword.com> in
31389         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
31390
31391 2007-04-04  Eric Blake  <ebb9@byu.net>
31392
31393         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
31394         1.5.x.
31395
31396 2007-04-04  Bruno Haible  <bruno@clisp.org>
31397
31398         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
31399         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
31400
31401 2007-04-04  Bruno Haible  <bruno@clisp.org>
31402
31403         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
31404         results for "%010a" of Infinity and NaN.
31405         * tests/test-vasprintf-posix.c (test_function): Likewise.
31406         * tests/test-snprintf-posix.h (test_function): Likewise.
31407         * tests/test-sprintf-posix.h (test_function): Likewise.
31408         * tests/test-fprintf-posix.h (test_function): Remove these tests.
31409         * tests/test-printf-posix.h (test_function): Likewise.
31410         * tests/test-fprintf-posix.out: Update.
31411         Needed for FreeBSD 6.1.
31412
31413 2007-04-04  Bruno Haible  <bruno@clisp.org>
31414
31415         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
31416         directly used by the gnulib modules nor by gnulib-tool.
31417
31418 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31419
31420         * DEPENDENCIES: Give overall description of version dependency
31421         desirability.  Use more-typical names for apps.
31422         Add shell, coreutils, diffutils, grep, tar, gzip.
31423
31424 2007-04-04  Simon Josefsson  <simon@josefsson.org>
31425
31426         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
31427
31428 2007-04-04  Karl Berry  <karl@gnu.org>
31429
31430         * MODULES.html.sh (func_module): missing '.
31431
31432 2007-04-03  Bruno Haible  <bruno@clisp.org>
31433
31434         * modules/argmatch-tests (Makefile.am): New variable
31435         test_argmatch_LDADD.
31436         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
31437         * modules/array-list-tests (Makefile.am): New variable
31438         test_array_list_LDADD.
31439         * modules/array-oset-tests (Makefile.am): New variable
31440         test_array_oset_LDADD.
31441         * modules/avltree-list-tests (Makefile.am): New variable
31442         test_avltree_list_LDADD.
31443         * modules/avltree-oset-tests (Makefile.am): New variable
31444         test_avltree_oset_LDADD.
31445         * modules/avltreehash-list-tests (Makefile.am): New variable
31446         test_avltreehash_list_LDADD.
31447         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
31448         test_canonicalize_lgpl_LDADD.
31449         * modules/carray-list-tests (Makefile.am): New variable
31450         test_carray_list_LDADD.
31451         * modules/dirname-tests (Makefile.am): New variable
31452         test_dirname_LDADD.
31453         * modules/linked-list-tests (Makefile.am): New variable
31454         test_linked_list_LDADD.
31455         * modules/linkedhash-list-tests (Makefile.am): New variable
31456         test_linkedhash_list_LDADD.
31457         * modules/rbtree-list-tests (Makefile.am): New variable
31458         test_rbtree_list_LDADD.
31459         * modules/rbtree-oset-tests (Makefile.am): New variable
31460         test_rbtree_oset_LDADD.
31461         * modules/rbtreehash-list-tests (Makefile.am): New variable
31462         test_rbtreehash_list_LDADD.
31463         * modules/xvasprintf-tests (Makefile.am): New variable
31464         test_xvasprintf_LDADD.
31465         Reported by Eric Blake.
31466
31467 2007-04-03  Eric Blake  <ebb9@byu.net>
31468
31469         * DEPENDENCIES: Weaken m4 requirements.
31470
31471 2007-04-03  Bruno Haible  <bruno@clisp.org>
31472
31473         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
31474         * modules/isnanl-tests (configure.ac): Likewise.
31475
31476 2007-04-03  Ben Pfaff  <blp@gnu.org>
31477
31478         * modules/iconv_open: Add $(srcdir)/ to source directory
31479         references in Makefile fragments that call gperf, to fix VPATH
31480         builds.
31481
31482 2007-04-03  Bruno Haible  <bruno@clisp.org>
31483
31484         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
31485         * lib/ldexpl.c: Undo last change.
31486
31487 2007-04-03  Bruno Haible  <bruno@clisp.org>
31488
31489         * modules/printf-frexpl (Depends-on): Undo last change.
31490         (Files): Add m4/ldexpl.m4.
31491
31492 2007-04-03  Bruno Haible  <bruno@clisp.org>
31493
31494         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
31495         * modules/isnanl (Link): New section.
31496
31497         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
31498         * modules/frexp (Link): New section.
31499
31500         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
31501         * modules/frexpl (Link): New section.
31502
31503         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
31504         * modules/ldexpl (Link): New section.
31505
31506 2007-04-03  Bruno Haible  <bruno@clisp.org>
31507
31508         * modules/TEMPLATE-EXTENDED: New file.
31509         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
31510
31511 2007-04-03  Bruno Haible  <bruno@clisp.org>
31512
31513         * DEPENDENCIES: New file.
31514         Suggested by Simon Josefsson.
31515
31516 2007-04-03  Bruno Haible  <bruno@clisp.org>
31517
31518         * doc/gnulib.texi: Escape @.
31519
31520 2007-04-03  James Youngman  <jay@gnu.org>
31521         and Paul Eggert  <eggert@cs.ucla.edu>
31522
31523         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
31524         birthtime on all systems that have birthtime, not just those which
31525         use st_birthtimensec rather than st_birthtim.  Putting zero in
31526         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
31527         that the birth time is not available for files on an NFS mount.
31528
31529 2007-04-03  Simon Josefsson  <simon@josefsson.org>
31530
31531         * modules/memxor: Move back from crypto/, suggested by Bruno.
31532         * modules/crypto/hmac-sha1: Fix memxor dependency.
31533
31534         * modules/crypto/gc: Moved from ../.
31535
31536 2007-04-02  Eric Blake  <ebb9@byu.net>
31537
31538         * lib/ldexpl.c (includes): Avoid libm.
31539
31540         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
31541
31542 2007-04-02  Bruno Haible  <bruno@clisp.org>
31543
31544         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
31545         on IRIX.
31546
31547 2007-04-02  Bruno Haible  <bruno@clisp.org>
31548
31549         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
31550         x86 or x86_64 platforms running MacOS X.
31551         Reported by Ryan Schmidt <@ryandesign.com>.
31552
31553 2007-04-02  Bruno Haible  <bruno@clisp.org>
31554
31555         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
31556         i386.
31557
31558 2007-04-01  Simon Josefsson  <simon@josefsson.org>
31559
31560         * modules/crypto/arcfour: Moved from ../.
31561         * modules/crypto/arcfour-tests: Moved from ../.
31562         * modules/crypto/arctwo: Moved from ../.
31563         * modules/crypto/arctwo-tests: Moved from ../.
31564         * modules/crypto/des: Moved from ../.
31565         * modules/crypto/des-tests: Moved from ../.
31566         * modules/crypto/gc-arcfour: Moved from ../.
31567         * modules/crypto/gc-arcfour-tests: Moved from ../.
31568         * modules/crypto/gc-arctwo: Moved from ../.
31569         * modules/crypto/gc-arctwo-tests: Moved from ../.
31570         * modules/crypto/gc-des: Moved from ../.
31571         * modules/crypto/gc-des-tests: Moved from ../.
31572         * modules/crypto/gc-hmac-md5: Moved from ../.
31573         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
31574         * modules/crypto/gc-hmac-sha1: Moved from ../.
31575         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
31576         * modules/crypto/gc-md2: Moved from ../.
31577         * modules/crypto/gc-md2-tests: Moved from ../.
31578         * modules/crypto/gc-md4: Moved from ../.
31579         * modules/crypto/gc-md4-tests: Moved from ../.
31580         * modules/crypto/gc-md5: Moved from ../.
31581         * modules/crypto/gc-md5-tests: Moved from ../.
31582         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
31583         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
31584         * modules/crypto/gc-random: Moved from ../.
31585         * modules/crypto/gc-rijndael: Moved from ../.
31586         * modules/crypto/gc-rijndael-tests: Moved from ../.
31587         * modules/crypto/gc-sha1: Moved from ../.
31588         * modules/crypto/gc-sha1-tests: Moved from ../.
31589         * modules/crypto/gc-tests: Moved from ../.
31590         * modules/crypto/hmac-md5: Moved from ../.
31591         * modules/crypto/hmac-md5-tests: Moved from ../.
31592         * modules/crypto/hmac-sha1: Moved from ../.
31593         * modules/crypto/hmac-sha1-tests: Moved from ../.
31594         * modules/crypto/md2: Moved from ../.
31595         * modules/crypto/md2-tests: Moved from ../.
31596         * modules/crypto/md4: Moved from ../.
31597         * modules/crypto/md4-tests: Moved from ../.
31598         * modules/crypto/md5: Moved from ../.
31599         * modules/crypto/md5-tests: Moved from ../.
31600         * modules/crypto/memxor: Moved from ../.
31601         * modules/crypto/rijndael: Moved from ../.
31602         * modules/crypto/rijndael-tests: Moved from ../.
31603         * modules/crypto/sha1: Moved from ../.
31604
31605 2007-03-30  James Youngman  <jay@gnu.org>
31606
31607         * tests/test-stat-time.c (prepare_test): use chmod() rather than
31608         rename() to change the ctime of a file (because ctime is unaffected
31609         by rename on jfs2 on AIX 5.1).
31610         (main): Start by doing cleanup, in case a previous run failed leaving
31611         test files behind.
31612
31613 2007-03-31  Bruno Haible  <bruno@clisp.org>
31614
31615         Support old proprietary implementations of iconv.
31616         * modules/iconv_open: New file.
31617         * lib/iconv_.h: New file.
31618         * m4/iconv_h.m4: New file.
31619         * lib/iconv_open.c: New file.
31620         * lib/iconv_open-aix.gperf: New file.
31621         * lib/iconv_open-hpux.gperf: New file.
31622         * lib/iconv_open-irix.gperf: New file.
31623         * lib/iconv_open-osf.gperf: New file.
31624         * m4/iconv_open.m4: New file.
31625         * modules/linebreak (Depends-on): Add iconv_open.
31626         * modules/striconv (Depends-on): Likewise.
31627         * modules/striconveh (Depends-on): Likewise.
31628         * modules/unicodeio (Depends-on): Likewise.
31629         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
31630         (iconv_t)(-1).
31631         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
31632         conversion if cd is (iconv_t)(-1).
31633         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
31634         is not possible.
31635
31636 2007-03-31  Bruno Haible  <bruno@clisp.org>
31637
31638         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
31639         work on Solaris either. Protect also second use of "autodetect_jp".
31640
31641 2007-03-31  Bruno Haible  <bruno@clisp.org>
31642
31643         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
31644         the function is not present.
31645
31646 2007-03-31  Bruno Haible  <bruno@clisp.org>
31647
31648         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
31649         the function is not present.
31650
31651 2007-03-31  Bruno Haible  <bruno@clisp.org>
31652
31653         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
31654         a bug in HP-UX iconv_open().
31655
31656 2007-03-31  Bruno Haible  <bruno@clisp.org>
31657
31658         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
31659         (Mathematics <math.h>): New section, add fpieee.
31660         (Input/output <stdio.h>): Add fseterr.
31661         (Mathematics <math.h>): New section, add printf-frexp.
31662         (Container data structures): Add sublist.
31663         (Core language properties): Add fpucw, inline.
31664         (Functions for greatest-width integer types <inttypes.h>): Add
31665         imaxabs, imaxdiv, inttypes.
31666         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
31667         isnanl-nolibm, ldexp.
31668         (Mathematics <math.h>): New section, add printf-frexpl.
31669         (Support for systems lacking POSIX:2001): Add fprintf-posix,
31670         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
31671         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
31672         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
31673         (Unicode string functions): Add unistr/u*-mbtoucr.
31674         (Java): Add javacomp-script, javaexec-script.
31675         (C#): Add csharpcomp-script, csharpexec-script.
31676         (Support for building libraries and executables): Add havelib,
31677         relocatable-*.
31678         (Support for maintaining and releasing projects): Renamed from
31679         'Support for maintaining and release projects'. Add announce-gen.
31680
31681 2007-03-31  Bruno Haible  <bruno@clisp.org>
31682
31683         * README: Talk primarily about git.
31684         (git and CVS): Renamed from CVS.
31685         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
31686         gnulib is available through git.
31687         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
31688
31689 2007-03-30  Bruno Haible  <bruno@clisp.org>
31690
31691         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
31692         * lib/poll_.h: Likewise.
31693         * lib/stat_.h: Likewise.
31694         * lib/sys_time_.h: Likewise.
31695         * lib/sysexit_.h: Likewise.
31696         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
31697         * lib/stdbool_.h: Likewise.
31698         * lib/byteswap_.h: Add double-inclusion guard.
31699
31700 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
31701
31702         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
31703
31704 2007-03-30  Karl Berry  <karl@gnu.org>
31705
31706         * config/srclist-update: double space after USA in the license
31707         substitution, since that's how it's usually (?) written.
31708
31709 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31710
31711         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
31712         reported by Bruno Haible.
31713
31714 2007-03-29  Bruno Haible  <bruno@clisp.org>
31715
31716         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
31717         a bug in AIX iconv().
31718
31719 2007-03-29  Bruno Haible  <bruno@clisp.org>
31720
31721         * modules/ldexpl-tests: New file.
31722         * tests/test-ldexpl.c: New file.
31723
31724 2007-03-29  Bruno Haible  <bruno@clisp.org>
31725
31726         * lib/ldexpl.c: Include fpucw.h.
31727         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
31728         multiplication.
31729         * modules/ldexpl (Depends-on): Add fpucw.
31730
31731 2007-03-29  Bruno Haible  <bruno@clisp.org>
31732
31733         * modules/ldexpl: New file.
31734         * m4/ldexpl.m4: New file.
31735         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
31736         set.
31737         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
31738         REPLACE_LDEXPL.
31739         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
31740         REPLACE_LDEXPL.
31741         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
31742         gl_FUNC_LDEXPL_WORKS.
31743         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
31744         * modules/mathl (Files): Remove lib/ldexpl.c.
31745         (Depends-on): Add ldexpl.
31746
31747 2007-03-29  Bruno Haible  <bruno@clisp.org>
31748
31749         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
31750
31751 2007-03-29  Bruno Haible  <bruno@clisp.org>
31752
31753         * tests/test-striconveh.c (main): Don't assume that a direct conversion
31754         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
31755         and possibly also HP-UX.
31756         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
31757         work on AIX, IRIX, HP-UX, OSF/1.
31758         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
31759         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
31760         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
31761         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
31762         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
31763         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
31764
31765 2007-03-29  Bruno Haible  <bruno@clisp.org>
31766
31767         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
31768
31769 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
31770
31771         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
31772         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
31773
31774 2007-03-29  Eric Blake  <ebb9@byu.net>
31775
31776         * lib/acl-internal.h: Remove redundant include.
31777         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
31778         Cygwin when a file is locked.
31779
31780 2007-03-29  Bruno Haible  <bruno@clisp.org>
31781
31782         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
31783         file.
31784         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
31785
31786 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
31787
31788         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
31789         try to remove a parent directory if the child couldn't be removed
31790         (except for the first rmdir, which could fail because the child
31791         doesn't exist).  Problem reported by Jeff Blaine in
31792         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
31793
31794 2007-03-28  Bruno Haible  <bruno@clisp.org>
31795
31796         * lib/striconveh.c (utf8conv_carefully): New function.
31797         (mem_cd_iconveh_internal): Invoke it.
31798
31799 2007-03-28  Bruno Haible  <bruno@clisp.org>
31800
31801         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
31802         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
31803         input.
31804         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
31805         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
31806         unistr/u8-uctomb.
31807
31808 2007-03-28  Bruno Haible  <bruno@clisp.org>
31809
31810         * modules/unistr/u8-mbtoucr: New file.
31811         * lib/unistr/u8-mbtoucr.c: New file.
31812         * modules/unistr/u16-mbtoucr: New file.
31813         * lib/unistr/u16-mbtoucr.c: New file.
31814         * modules/unistr/u16-mbtoucr: New file.
31815         * lib/unistr/u16-mbtoucr.c: New file.
31816         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
31817
31818 2007-03-27  Simon Josefsson  <simon@josefsson.org>
31819             Bruno Haible  <bruno@clisp.org>
31820
31821         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
31822         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
31823         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
31824
31825         * m4/stdio_h.m4: Add stubs for vasprintf too.
31826
31827         * modules/stdio: Support vasprintf in sed command.
31828
31829         * modules/vasprintf: Depend on stdio for prototypes.  Remove
31830         vasprintf.h.  Add stdio module indicator.
31831
31832         * lib/stdio_.h: Declare asprintf and vasprintf, based on
31833         vasprintf.h.
31834
31835         * lib/vasprintf.h: File removed.
31836
31837         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
31838         * lib/vasprintf.c: Ditto.
31839         * lib/xvasprintf.c: Ditto.
31840         * tests/test-vasprintf-posix.c: Ditto.
31841         * tests/test-vasprintf.c: Ditto.
31842
31843 2007-03-27  Bruno Haible  <bruno@clisp.org>
31844
31845         Make vasnprintf multithread-safe.
31846         * lib/vasnprintf.c (decimal_point_char): New function.
31847         (VASNPRINTF): Use it.
31848         Suggested by Simon Josefsson.
31849
31850 2007-03-27  Eric Blake  <ebb9@byu.net>
31851
31852         Support sub-second birthtime on cygwin.
31853         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
31854         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
31855         (get_stat_birthtime): Also work with st_birthtim.
31856
31857 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
31858
31859         * lib/stat-time.h (USE_BIRTHTIME): Remove.
31860         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
31861         (get_stat_birthtime_ns): Do not try to use "spare" fields.
31862         (get_stat_birthtime_ns): Simplify compile-time tests.
31863         (get_stat_birthtime): Change the API to look like
31864         get_stat_mtime etc., except return a negative tv_nsec on error.
31865         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
31866         Don't check for "spare" fields.
31867         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
31868         or for struct stat.st_birthtime, as these tests aren't used.
31869         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
31870
31871 2007-03-27  Bruno Haible  <bruno@clisp.org>
31872
31873         * lib/stat-time.h: Include <sys/stat.h>.
31874
31875 2007-03-27  James Youngman  <jay@gnu.org>
31876
31877         * lib/stat-time.h (get_stat_birthtime): New function for
31878           retrieving st_birthtime as provided by UFS2 (hence *BSD).
31879         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
31880           and its variants.
31881         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
31882         * modules/stat-time-test: New file.
31883         * tests/test-stat-time.c: New test, devised by Bruno Haible.
31884
31885 2007-03-26  Bruno Haible  <bruno@clisp.org>
31886
31887         Better support of signalling NaNs.
31888         * lib/atanl.c: Include isnanl.h.
31889         (atanl): Perform test for NaN at the beginning of the function and
31890         through a call to isnanl.
31891         * lib/cosl.c: Include isnanl.h.
31892         (cosl): Perform test for NaN at the beginning of the function and
31893         through a call to isnanl.
31894         * lib/ldexpl.c: Include isnanl.h.
31895         (ldexpl): Perform test for NaN through a call to isnanl.
31896         * lib/logl.c: Include isnanl.h.
31897         (logl): Perform test for NaN at the beginning of the function and
31898         through a call to isnanl.
31899         * lib/sinl.c: Include isnanl.h.
31900         (sinl): Perform test for NaN at the beginning of the function and
31901         through a call to isnanl.
31902         * lib/sqrtl.c: Include isnanl.h.
31903         (sqrtl): Perform test for NaN at the beginning of the function and
31904         through a call to isnanl.
31905         * lib/tanl.c: Include isnanl.h.
31906         (tanl): Perform test for NaN at the beginning of the function and
31907         through a call to isnanl.
31908         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
31909         * modules/mathl (Depends-on): Add isnanl.
31910
31911 2007-03-26  Eric Blake  <ebb9@byu.net>
31912
31913         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
31914         regression in logic sense of previous patch.
31915
31916 2007-03-26  Bruno Haible  <bruno@clisp.org>
31917
31918         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
31919         unportable shell command "if ! ...".
31920         Reported by Ralf Wildenhues.
31921
31922 2007-03-25  Bruno Haible  <bruno@clisp.org>
31923
31924         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
31925         <sysexits.h> file, and only add EX_CONFIG.
31926         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
31927         absolute file name and whether it is sufficient. Substitute also
31928         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
31929         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
31930         ABSOLUTE_SYSEXITS_H into sysexits.h.
31931
31932 2007-03-25  Bruno Haible  <bruno@clisp.org>
31933
31934         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
31935         hints is NULL.
31936
31937 2007-03-25  Bruno Haible  <bruno@clisp.org>
31938
31939         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
31940         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
31941
31942 2007-03-25  Bruno Haible  <bruno@clisp.org>
31943
31944         * lib/vasnprintf.c: Include langinfo.h.
31945         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
31946         multithread-safe.
31947         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
31948         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
31949         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31950         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31951         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31952         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31953         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31954         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
31955         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31956         Reported by Simon Josefsson.
31957
31958 2007-03-25  Bruno Haible  <bruno@clisp.org>
31959
31960         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
31961         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
31962         * modules/vasnprintf (Depends-on): Add stdint.
31963
31964 2007-03-25  Bruno Haible  <bruno@clisp.org>
31965
31966         * modules/fpieee: New file.
31967         * m4/fpieee.m4: New file.
31968         * modules/isnan-nolibm (Depends-on): Add fpieee.
31969         * modules/isnanl-nolibm (Depends-on): Add fpieee.
31970         * modules/isnanl (Depends-on): Add fpieee.
31971
31972 2007-03-25  Bruno Haible  <bruno@clisp.org>
31973
31974         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
31975
31976 2007-03-25  Bruno Haible  <bruno@clisp.org>
31977
31978         Avoid test failures on IRIX 6.5.
31979         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
31980         (main): Use it.
31981         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
31982         macros.
31983         (main): Use them.
31984
31985 2007-03-25  Bruno Haible  <bruno@clisp.org>
31986
31987         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
31988         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
31989         exists but doesn't work.
31990         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
31991         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
31992         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
31993         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
31994
31995 2007-03-25  Bruno Haible  <bruno@clisp.org>
31996
31997         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
31998         returns inf. Needed on IRIX 6.5.
31999
32000 2007-03-25  Bruno Haible  <bruno@clisp.org>
32001
32002         * tests/test-frexpl.c: Include isnanl-nolibm.h.
32003         (main): Use isnanl instead of x != x idiom.
32004         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
32005
32006         * tests/test-frexp.c: Include isnan.h.
32007         (main): Use isnan instead of x != x idiom.
32008         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
32009
32010 2007-03-25  Bruno Haible  <bruno@clisp.org>
32011
32012         * tests/test-frexp.c (NaN): New function/macro.
32013         (main): Use it instead of 0.0 / 0.0.
32014         * tests/test-isnan.c (NaN): New function/macro.
32015         (main): Use it instead of 0.0 / 0.0.
32016         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
32017         (test_function): Use it instead of 0.0 / 0.0.
32018         * tests/test-vasprintf-posix.c (NaN): New function/macro.
32019         (test_function): Use it instead of 0.0 / 0.0.
32020         * tests/test-snprintf-posix.h (NaN): New function/macro.
32021         (test_function): Use it instead of 0.0 / 0.0.
32022         * tests/test-sprintf-posix.h (NaN): New function/macro.
32023         (test_function): Use it instead of 0.0 / 0.0.
32024         * tests/test-fprintf-posix.h (NaN): New function/macro.
32025         (test_function): Use it instead of 0.0 / 0.0.
32026         * tests/test-printf-posix.h (NaN): New function/macro.
32027         (test_function): Use it instead of 0.0 / 0.0.
32028
32029         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
32030
32031 2007-03-25  Bruno Haible  <bruno@clisp.org>
32032
32033         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
32034
32035 2007-03-25  Bruno Haible  <bruno@clisp.org>
32036
32037         * lib/regexec.c (merge_state_with_log): Make static.
32038
32039 2007-03-25  Bruno Haible  <bruno@clisp.org>
32040
32041         * lib/trigl.c (kernel_rem_pio2): Make static.
32042
32043 2007-03-25  Bruno Haible  <bruno@clisp.org>
32044
32045         * lib/sincosl.c (sincosl_table): Make static.
32046
32047 2007-03-25  Bruno Haible  <bruno@clisp.org>
32048
32049         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
32050         if the compiler does not support C99.
32051
32052 2007-03-25  Bruno Haible  <bruno@clisp.org>
32053
32054         * modules/time (Makefile.am): Ensure all rule action lines start with a
32055         tab.
32056
32057 2007-03-24  Bruno Haible  <bruno@clisp.org>
32058
32059         * modules/tsearch-tests: New file.
32060         * tests/test-tsearch.sh: New file.
32061         * tests/test-tsearch.c: New file, mostly copied from glibc.
32062
32063         * modules/search-tests: New file.
32064         * tests/test-search.c: New file.
32065
32066         * modules/search: New file.
32067         * lib/search_.h: New file, incorporating lib/tsearch.h.
32068         * m4/search_h.m4: New file.
32069         * lib/tsearch.h: Remove file.
32070         * lib/tsearch.c: Include search.h instead of tsearch.h.
32071         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
32072         HAVE_TSEARCH.
32073         * modules/tsearch (Files): Remove lib/tsearch.h.
32074         (Depends-on): Add search.
32075         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
32076         (Include): Change tsearch.h into search.h.
32077
32078 2007-03-24  Bruno Haible  <bruno@clisp.org>
32079
32080         * modules/fpucw: New file.
32081         * lib/fpucw.h: New file.
32082         * lib/frexp.c: Include fpucw.h.
32083         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32084         (FUNC): Use them.
32085         * lib/printf-frexp.c: Include fpucw.h.
32086         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32087         (FUNC): Use them.
32088         * lib/vasnprintf.c: Include fpucw.h.
32089         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
32090         'long double' calculations.
32091         * tests/test-frexpl.c: Include fpucw.h.
32092         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32093         * tests/test-printf-frexpl.c: Include fpucw.h.
32094         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32095         * modules/frexpl (Depends-on): Add fpucw.
32096         * modules/printf-frexpl (Depends-on): Likewise.
32097         * modules/fprintf-posix (Depends-on): Likewise.
32098         * modules/snprintf-posix (Depends-on): Likewise.
32099         * modules/sprintf-posix (Depends-on): Likewise.
32100         * modules/vasnprintf-posix (Depends-on): Likewise.
32101         * modules/vasprintf-posix (Depends-on): Likewise.
32102         * modules/vfprintf-posix (Depends-on): Likewise.
32103         * modules/vsnprintf-posix (Depends-on): Likewise.
32104         * modules/vsprintf-posix (Depends-on): Likewise.
32105         * modules/frexpl-tests (Depends-on): Likewise.
32106         * modules/printf-frexpl-tests (Depends-on): Likewise.
32107
32108 2007-03-24  Bruno Haible  <bruno@clisp.org>
32109
32110         * lib/float+.h: New file.
32111         * lib/isnan.c: Include float+.h.
32112         (SIZE): New macro.
32113         (FUNC): Compare only SIZE bytes of the value.
32114         * lib/vasnprintf.c: Include float+.h.
32115         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
32116         SIZEOF_LDBL or SIZEOF_DBL bytes.
32117         * modules/isnan-nolibm (Files): Add lib/float+.h.
32118         * modules/isnanl-nolibm (Files): Add lib/float+.h.
32119         * modules/isnanl (Files): Add lib/float+.h.
32120         * modules/vasnprintf (Files): Add lib/float+.h.
32121
32122 2007-03-24  Bruno Haible  <bruno@clisp.org>
32123
32124         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
32125         include isnanl-nolibm.h.
32126
32127 2007-03-24  Bruno Haible  <bruno@clisp.org>
32128
32129         * tests/test-read-file.c (main): Don't produce spurious output for
32130         expected situations. Make the test fail if it encountered unexpected
32131         results.
32132
32133 2007-03-24  Bruno Haible  <bruno@clisp.org>
32134
32135         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
32136         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
32137
32138 2007-03-24  Bruno Haible  <bruno@clisp.org>
32139
32140         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
32141
32142 2007-03-24  Bruno Haible  <bruno@clisp.org>
32143
32144         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
32145         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
32146
32147         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
32148         * modules/utf8-ucs4: Turn into a symbolic link to module
32149         unistr/u8-mbtouc.
32150
32151         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
32152         utf8-ucs4-unsafe.
32153         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
32154         unistr/u8-mbtouc-unsafe.
32155
32156         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
32157         * modules/utf16-ucs4: Turn into a symbolic link to module
32158         unistr/u16-mbtouc.
32159
32160         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
32161         utf16-ucs4-unsafe.
32162         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
32163         unistr/u16-mbtouc-unsafe.
32164
32165         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
32166         * modules/ucs4-utf8: Turn into a symbolic link to module
32167         unistr/u8-ubtomb.
32168
32169         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
32170         * modules/ucs4-utf16: Turn into a symbolic link to module
32171         unistr/u16-ubtomb.
32172
32173 2007-03-24  Bruno Haible  <bruno@clisp.org>
32174
32175         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
32176         Enable the function only if HAVE_INLINE.
32177         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
32178         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32179         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
32180         Enable the function only if HAVE_INLINE.
32181         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
32182         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32183         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
32184         Enable the function only if HAVE_INLINE.
32185         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
32186         Enable the function only if HAVE_INLINE.
32187         * modules/utf8-ucs4: Update.
32188         * modules/utf8-ucs4-unsafe: Update.
32189         * modules/utf16-ucs4: Update.
32190         * modules/utf16-ucs4-unsafe: Update.
32191         * modules/ucs4-utf8: Update.
32192         * modules/ucs4-utf16: Update.
32193
32194 2007-03-24  Bruno Haible  <bruno@clisp.org>
32195
32196         * lib/utf8-ucs4.h: Remove file.
32197         * lib/utf8-ucs4-unsafe.h: Remove file.
32198         * lib/utf16-ucs4.h: Remove file.
32199         * lib/utf16-ucs4-unsafe.h: Remove file.
32200         * lib/ucs4-utf8.h: Remove file.
32201         * lib/ucs4-utf16.h: Remove file.
32202         * lib/unistr.h: Include their previous contents.
32203         * m4/utf-ucs4.m4: Remove file.
32204         * m4/ucs4-utf.m4: Remove file.
32205         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
32206         (Depends-on): Add unistr/base.
32207         (configure.ac): Remove gl_UTF_UCS4.
32208         (Makefile.am): Update.
32209         (Include): Change to unistr.h.
32210         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
32211         (Depends-on): Add unistr/base.
32212         (configure.ac): Remove gl_UTF_UCS4.
32213         (Makefile.am): Update.
32214         (Include): Change to unistr.h.
32215         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
32216         (Depends-on): Add unistr/base.
32217         (configure.ac): Remove gl_UTF_UCS4.
32218         (Makefile.am): Update.
32219         (Include): Change to unistr.h.
32220         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
32221         (Depends-on): Add unistr/base.
32222         (configure.ac): Remove gl_UTF_UCS4.
32223         (Makefile.am): Update.
32224         (Include): Change to unistr.h.
32225         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
32226         (Depends-on): Add unistr/base.
32227         (configure.ac): Remove gl_UCS4_UTF.
32228         (Makefile.am): Update.
32229         (Include): Change to unistr.h.
32230         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
32231         (Depends-on): Add unistr/base.
32232         (configure.ac): Remove gl_UCS4_UTF.
32233         (Makefile.am): Update.
32234         (Include): Change to unistr.h.
32235         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
32236         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
32237         utf8-ucs4-unsafe.h.
32238         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
32239         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
32240         utf16-ucs4-unsafe.h.
32241         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
32242         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
32243         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
32244         * lib/unistr/u8-strchr.c: Likewise.
32245         * lib/unistr/u8-strrchr.c: Likewise.
32246         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
32247         * lib/unistr/u16-strchr.c: Likewise.
32248         * lib/unistr/u16-strrchr.c: Likewise.
32249         * lib/striconveh.c: Update.
32250         * lib/linebreak.c: Update.
32251
32252 2007-03-24  Bruno Haible  <bruno@clisp.org>
32253
32254         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
32255         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
32256
32257 2007-03-22  Bruno Haible  <bruno@clisp.org>
32258
32259         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
32260
32261 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
32262
32263         * MODULES.html.sh (File system functions): New module write-any-file.
32264         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
32265         * m4/write-any-file.m4: New files.
32266
32267 2007-03-23  Eric Blake  <ebb9@byu.net>
32268
32269         * gnulib-tool: Rearrange space-tab sequences, since some editors
32270         like to eat them.
32271
32272 2007-03-23  Eric Blake  <ebb9@byu.net>
32273
32274         * lib/version-etc.c (version_etc_va): Update license wording to
32275         be more concise.  Recommended by Richard Stallman.
32276
32277 2007-03-22  Bruno Haible  <bruno@clisp.org>
32278
32279         * lib/poll.c (MSG_PEEK): New fallback definition.
32280
32281 2007-03-22  Bruno Haible  <bruno@clisp.org>
32282
32283         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
32284         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
32285         (main): Update.
32286         Fixes a compilation error on BeOS.
32287
32288 2007-03-22  Bruno Haible  <bruno@clisp.org>
32289
32290         * modules/frexpl-tests: New file.
32291         * tests/test-frexpl.c: New file.
32292
32293         * modules/frexpl: New file.
32294         * m4/frexpl.m4: New file.
32295         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
32296         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
32297         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
32298         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
32299         (Depends-on): Add frexpl. Remove isnanl-nolibm.
32300         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
32301
32302 2007-03-22  Bruno Haible  <bruno@clisp.org>
32303
32304         * lib/frexpl.c: Share code with lib/frexp.c.
32305         * modules/mathl (Files): Add lib/frexp.c.
32306         (Depends-on): Add isnanl-nolibm.
32307
32308 2007-03-22  Bruno Haible  <bruno@clisp.org>
32309
32310         * modules/printf-frexp (Files): Add m4/frexp.m4.
32311         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
32312         only if the found frexp function actually works.
32313
32314 2007-03-22  Bruno Haible  <bruno@clisp.org>
32315
32316         * lib/frexp.c: Remove older implementation that uses divisions.
32317
32318 2007-03-21  Bruno Haible  <bruno@clisp.org>
32319
32320         * modules/frexp-tests: New file.
32321         * tests/test-frexp.c: New file.
32322
32323         * modules/frexp: New file.
32324         * lib/frexp.c: New file.
32325         * m4/frexp.m4: New file.
32326         * lib/math_.h (frexp): New declaration.
32327         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
32328         REPLACE_FREXP.
32329         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
32330
32331 2007-03-21  Bruno Haible  <bruno@clisp.org>
32332
32333         * modules/isnanl-tests: New file.
32334         * tests/test-isnanl.c: New file.
32335
32336         * modules/isnanl: New file.
32337         * lib/isnanl.h: New file.
32338         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
32339         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
32340         gl_FUNC_ISNANL_WORKS.
32341         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
32342         New macros.
32343
32344 2007-03-21  Bruno Haible  <bruno@clisp.org>
32345
32346         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
32347         lib/isnanl.h.
32348         (Include): Update.
32349         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
32350         * lib/vasnprintf.c: Update.
32351         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
32352         tests/test-isnanl.h, remove tests/test-isnanl.c.
32353         (Makefile.am): Update.
32354         * tests/test-isnanl-nolibm.c: New file.
32355         * tests/test-isnanl.h: New file.
32356         * tests/test-isnanl.c: Remove file.
32357
32358 2007-03-21  Jim Meyering  <jim@meyering.net>
32359
32360         When trying to open ".", treat ESTALE like EACCES.
32361         * lib/savewd.c (savewd_save): Resort to forking not just upon
32362         failure with EACCES, but also when errno is ESTALE.
32363
32364 2007-03-20  Bruno Haible  <bruno@clisp.org>
32365
32366         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
32367         Needed on AIX 5.1. Reported by Matthew Woehlke.
32368
32369 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32370
32371         Suggestions by Bruno Haible:
32372         * lib/acl-internal.h: Include "gettext.h" rather than rolling
32373         our own.
32374         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
32375         * modules/acl (Depends-on): Add gettext.
32376
32377 2007-03-19  Bruno Haible  <bruno@clisp.org>
32378
32379         * modules/iconvme: Remove file.
32380         * lib/iconvme.h: Remove file.
32381         * lib/iconvme.c: Remove file.
32382         * m4/iconvme.m4: Remove file.
32383
32384 2007-03-19  Bruno Haible  <bruno@clisp.org>
32385
32386         * doc/relocatable-maint.texi: Break long shell script line.
32387         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32388
32389 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32390
32391         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
32392         handle file_has_acl.
32393         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
32394         * lib/acl.c: Move header inclusions and related macro defns into
32395         lib/acl-internal.h.
32396         (S_ISLNK): Remove defn, since that's now done for us.
32397         (file_has_acl): Move to lib/file-has-acl.c.
32398         Call acl_trivial if available.  This is the crucial part of the fix.
32399         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
32400         shared within the library.  Rewrite a bit, partly to make it compatible
32401         with the GNU coding style.
32402         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
32403         Remove unnecessary double-quotes.
32404         Don't test for acl_to_text; the build will catch that.
32405         Replace acl_entries if it doesn't exist and it is needed.
32406         Check for -lsec and acl_trivial (as used on Solaris 10).
32407         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
32408         lib/file-has-acl.c.
32409         (Depends-on): Add sys_stat, for S_ISLNK.
32410
32411 2007-03-19  Ben Pfaff  <blp@gnu.org>
32412
32413         * doc/gnulib.texi: Fix typos.
32414         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32415
32416 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32417
32418         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
32419         If size is zero here, buf must be zero.
32420
32421 2007-03-19  Simon Josefsson  <simon@josefsson.org>
32422
32423         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
32424         <bruno@clisp.org>.
32425
32426 2007-03-18  Bruno Haible  <bruno@clisp.org>
32427
32428         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
32429         Suggested by Eric Blake.
32430
32431 2007-03-18  Ben Pfaff  <blp@gnu.org>
32432
32433         * doc/relocatable.texi: Recommend using as prefix a directory
32434         that does not exist and will never be created.  Based on
32435         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
32436         and others.
32437
32438 2007-03-17  Bruno Haible  <bruno@clisp.org>
32439
32440         * lib/fchownat.c: Include lchown.h.
32441
32442 2007-03-17  Bruno Haible  <bruno@clisp.org>
32443
32444         Fix endless loop when the given allocated size was > INT_MAX.
32445         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
32446         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
32447         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
32448         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
32449         * lib/sprintf.c (sprintf): Likewise.
32450
32451 2007-03-17  Bruno Haible  <bruno@clisp.org>
32452
32453         * tests/test-argp-2.sh (func_compare): Output a context diff.
32454
32455 2007-03-17  Bruno Haible  <bruno@clisp.org>
32456
32457         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
32458         locale's decimal-point character.
32459
32460 2007-03-17  Bruno Haible  <bruno@clisp.org>
32461
32462         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
32463         before comparing it. Needed because on some platforms (e.g. x86) a
32464         'long double' occupies less bytes than sizeof (long double).
32465
32466 2007-03-17  Bruno Haible  <bruno@clisp.org>
32467
32468         * tests/test-crc.c (main): Make printf statements 64-bit clean.
32469         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
32470         * tests/test-getaddrinfo.c (simple): Likewise.
32471         * tests/test-read-file.c (main): Likewise.
32472
32473 2007-03-17  Bruno Haible  <bruno@clisp.org>
32474
32475         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
32476
32477 2007-03-17  Bruno Haible  <bruno@clisp.org>
32478
32479         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
32480         unused variable.
32481
32482 2007-03-17  Bruno Haible  <bruno@clisp.org>
32483
32484         * tests/test-c-strcasecmp.c: Include c-strcase.h.
32485         * tests/test-c-strncasecmp.c: Likewise.
32486
32487 2007-03-17  Bruno Haible  <bruno@clisp.org>
32488
32489         * modules/stdlib (Depends-on): Add unistd.
32490         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
32491         Needed for MacOS X 10.3.
32492
32493 2007-03-17  Bruno Haible  <bruno@clisp.org>
32494
32495         * lib/unistr/u-strdup.h: Include <stdlib.h>.
32496
32497 2007-03-17  Bruno Haible  <bruno@clisp.org>
32498
32499         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
32500
32501 2007-03-17  Bruno Haible  <bruno@clisp.org>
32502
32503         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
32504         to reflect files copied from gnulib (with or without modifications).
32505         Suggested by Jim Meyering.
32506
32507 2007-03-17  Eric Blake  <ebb9@byu.net>
32508
32509         * NEWS: Document stdlib change from 2007-02-18.
32510
32511 2007-03-17  Jim Meyering  <jim@meyering.net>
32512
32513         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
32514         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
32515         someone uses a name containing shell meta-characters.
32516         Reported by Alfred M. Szmidt.
32517
32518         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
32519
32520 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
32521
32522         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
32523         and copy gettext configuration files only if configure.ac contains
32524         a use of AM_GNU_GETTEXT_VERSION.
32525
32526 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
32527
32528         * build-aux/bootstrap (gnulib_name): New variable.
32529         (gnulib_tool_options): Use it.
32530
32531 2007-03-13  Simon Josefsson  <simon@josefsson.org>
32532
32533         * tests/test-des.c: Use new namespace.
32534
32535 2007-03-15  Bruno Haible  <bruno@clisp.org>
32536
32537         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
32538         Reported by James Youngman <jay@gnu.org>.
32539
32540 2007-03-15  Bruno Haible  <bruno@clisp.org>
32541
32542         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
32543         declared prototype. Needed with cc on OSF/1 5.1.
32544
32545 2007-03-15  Bruno Haible  <bruno@clisp.org>
32546
32547         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
32548         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
32549         (struct gl_list_implementation): Add dispose_fn argument to the
32550         'create_empty', 'create' methods.
32551         (struct gl_list_impl_base): Add field 'dispose_fn'.
32552         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
32553         argument.
32554         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
32555         dispose_fn argument.
32556         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
32557         dispose_fn on the dropped values.
32558         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
32559         dispose_fn argument.
32560         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
32561         dropped values.
32562         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
32563         (gl_tree_remove_node): Call dispose_fn on the dropped value.
32564         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
32565         (gl_tree_remove_node): Call dispose_fn on the dropped value.
32566         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
32567         argument.
32568         (gl_tree_list_free): Call dispose_fn on the dropped values.
32569         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
32570         the dropped values.
32571         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
32572         Add dispose_fn argument.
32573         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
32574         Call dispose_fn on the dropped values.
32575         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
32576         Add dispose_fn argument.
32577         (gl_sublist_create): Initialize the 'dispose_fn' field.
32578         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
32579         * tests/test-array_list.c (main): Update.
32580         * tests/test-carray_list.c (main): Update.
32581         * tests/test-avltree_list.c (main): Update.
32582         * tests/test-rbtree_list.c (main): Update.
32583         * tests/test-avltreehash_list.c (main): Update.
32584         * tests/test-rbtreehash_list.c (main): Update.
32585         * tests/test-linked_list.c (main): Update.
32586         * tests/test-linkedhash_list.c (main): Update.
32587         * tests/test-array_oset.c (main): Update.
32588
32589 2007-03-15  Bruno Haible  <bruno@clisp.org>
32590
32591         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
32592         (gl_oset_create_empty): Add dispose_fn argument.
32593         (struct gl_oset_implementation): Add dispose_fn argument to
32594         'create_empty' method.
32595         (struct gl_oset_impl_base): Add dispose_fn field.
32596         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
32597         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
32598         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
32599         values.
32600         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
32601         (gl_tree_oset_free): Call dispose_fn on the dropped values.
32602         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
32603         dropped value.
32604         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
32605         dropped value.
32606         * tests/test-array_oset.c (main): Update.
32607         * tests/test-avltree_oset.c (main): Update.
32608         * tests/test-rbtree_oset.c (main): Update.
32609         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
32610
32611 2007-03-13  Bruno Haible  <bruno@clisp.org>
32612
32613         * tests/test-stdbool.c (i): Update after last patch.
32614
32615 2007-03-12  Bruno Haible  <bruno@clisp.org>
32616
32617         * lib/quotearg.c: Include <wctype.h> early, before the definition of
32618         the iswprint macro. Needed on Solaris 2.5.1.
32619
32620 2007-03-12  Bruno Haible  <bruno@clisp.org>
32621
32622         * tests/test-printf-frexp.c (main): Declare x as volatile.
32623
32624 2007-03-12  Simon Josefsson  <simon@josefsson.org>
32625
32626         * doc/gnulib.texi (Build robot for gnulib): New section.
32627
32628 2007-03-12  Jim Meyering  <jim@meyering.net>
32629
32630         * build-aux/bootstrap: New file.
32631         * build-aux/bootstrap.conf: New file, from coreutils.
32632
32633 2007-03-11  Bruno Haible  <bruno@clisp.org>
32634
32635         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
32636
32637 2007-03-12  Simon Josefsson  <simon@josefsson.org>
32638
32639         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
32640         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
32641         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
32642
32643 2007-03-11  Bruno Haible  <bruno@clisp.org>
32644
32645         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
32646         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
32647
32648 2007-03-11  Bruno Haible  <bruno@clisp.org>
32649
32650         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
32651         formula. Needed for SunPRO C 5.0.
32652
32653 2007-03-11  Bruno Haible  <bruno@clisp.org>
32654
32655         * modules/long-options (Depends-on): Add getopt.
32656
32657 2007-03-11  Bruno Haible  <bruno@clisp.org>
32658
32659         * modules/modechange (Depends-on): Add stdbool.
32660
32661 2007-03-11  Bruno Haible  <bruno@clisp.org>
32662
32663         * modules/i-ring (Depends-on): Add stdbool.
32664
32665 2007-03-11  Bruno Haible  <bruno@clisp.org>
32666
32667         * modules/gc-des (Depends-on): Add stdbool.
32668
32669 2007-03-11  Bruno Haible  <bruno@clisp.org>
32670
32671         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
32672
32673 2007-03-11  Bruno Haible  <bruno@clisp.org>
32674
32675         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
32676
32677 2007-03-11  Bruno Haible  <bruno@clisp.org>
32678
32679         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
32680
32681 2007-03-11  Bruno Haible  <bruno@clisp.org>
32682
32683         * lib/vasnprintf.c (sprintf): Undefine.
32684
32685 2007-03-11  Bruno Haible  <bruno@clisp.org>
32686
32687         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
32688         initializers in SunPRO C and Compaq C compilers.
32689
32690 2007-03-11  Bruno Haible  <bruno@clisp.org>
32691
32692         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
32693         decrementing code ANSI C compliant.
32694
32695 2007-03-11  Bruno Haible  <bruno@clisp.org>
32696
32697         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
32698         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
32699
32700 2007-03-11  Bruno Haible  <bruno@clisp.org>
32701
32702         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
32703         <stdbool.h> substitute doesn't pass.
32704
32705 2007-03-11  Bruno Haible  <bruno@clisp.org>
32706
32707         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
32708
32709 2007-03-11  Bruno Haible  <bruno@clisp.org>
32710
32711         * gnulib-tool (func_create_megatestdir): Create also an autobuild
32712         script, for submission to autobuild.josefsson.org.
32713
32714 2007-03-10  Bruno Haible  <bruno@clisp.org>
32715
32716         * modules/canonicalize-lgpl-tests: New file.
32717         * tests/test-canonicalize-lgpl.sh: New file.
32718         * tests/test-canonicalize-lgpl.c: New file.
32719
32720         * modules/c-strcase-tests: New file.
32721         * tests/test-c-strcase.sh: New file.
32722         * tests/test-c-strcasecmp.c: New file.
32723         * tests/test-c-strncasecmp.c: New file.
32724
32725         * modules/atexit-tests: New file.
32726         * tests/test-atexit.sh: New file.
32727         * tests/test-atexit.c: New file.
32728
32729 2007-03-10  Bruno Haible  <bruno@clisp.org>
32730
32731         * tests/test-binary-io.sh: Use temporary filenames that are not so
32732         likely to clash with those of other tests (in a parallel make).
32733         * tests/test-binary-io.c: Likewise.
32734
32735 2007-03-10  Bruno Haible  <bruno@clisp.org>
32736
32737         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
32738         fallback; use #error instead.
32739         Suggested by Simon Josefsson.
32740
32741 2007-03-10  Bruno Haible  <bruno@clisp.org>
32742
32743         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
32744         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
32745         first and the last.
32746
32747 2007-03-10  Bruno Haible  <bruno@clisp.org>
32748
32749         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
32750
32751 2007-03-10  Bruno Haible  <bruno@clisp.org>
32752
32753         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
32754         "make distcheck".
32755         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
32756         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
32757         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
32758
32759 2007-03-10  Bruno Haible  <bruno@clisp.org>
32760
32761         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
32762         variable.
32763         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
32764         variable.
32765
32766 2007-03-09  Eric Blake  <ebb9@byu.net>
32767         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
32768
32769         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
32770         types are not being provided by gnulib.
32771         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
32772         types are supported.
32773
32774 2007-03-10  Bruno Haible  <bruno@clisp.org>
32775
32776         * lib/stdio_.h (__attribute__): New macro.
32777         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
32778         vsprintf): Specify __attribute__ __format__ for GCC.
32779         Suggested by Eric Blake.
32780
32781 2007-03-09  Bruno Haible  <bruno@clisp.org>
32782
32783         * modules/printf-posix-tests: New file.
32784         * tests/test-printf-posix.sh: New file.
32785         * tests/test-printf-posix.c: New file.
32786
32787         * modules/printf-posix: New file.
32788         * lib/printf.c: New file.
32789         * m4/printf-posix-rpl.m4: New file.
32790         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
32791         REPLACE_PRINTF.
32792         * lib/stdio_.h (printf): New declaration.
32793         (format, __format__, ____printf____, ____scanf____, ____strftime____,
32794         ____strfmon____): New macros.
32795         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
32796         REPLACE_PRINTF.
32797
32798 2007-03-09  Bruno Haible  <bruno@clisp.org>
32799
32800         * tests/test-vasnprintf-posix2.sh: New file.
32801         * tests/test-vasnprintf-posix2.c: New file.
32802         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
32803         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
32804         (Makefile.am): Activate test-vasnprintf-posix2.sh.
32805
32806         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
32807         a locale dependent decimal point, rather than always '.'.
32808
32809 2007-03-09  Eric Blake  <ebb9@byu.net>
32810
32811         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
32812         spite of platforms like Tandem/NSK that define it to -1.
32813
32814 2007-03-08  Bruno Haible  <bruno@clisp.org>
32815
32816         * modules/vprintf-posix-tests: New file.
32817         * tests/test-vprintf-posix.sh: New file.
32818         * tests/test-vprintf-posix.c: New file.
32819         * tests/test-printf-posix.h: New file.
32820
32821         * modules/vprintf-posix: New file.
32822         * lib/vprintf.c: New file.
32823         * m4/vprintf-posix.m4: New file.
32824         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
32825         REPLACE_VPRINTF.
32826         * lib/stdio_.h (vprintf): New declaration.
32827         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
32828         REPLACE_VPRINTF.
32829
32830 2007-03-08  Bruno Haible  <bruno@clisp.org>
32831
32832         * modules/fprintf-posix-tests: New file.
32833         * tests/test-fprintf-posix.sh: New file.
32834         * tests/test-fprintf-posix.c: New file.
32835
32836         * modules/fprintf-posix: New file.
32837         * lib/fprintf.c: New file.
32838         * m4/fprintf-posix.m4: New file.
32839         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
32840         REPLACE_FPRINTF.
32841         * lib/stdio_.h (fprintf): New declaration.
32842         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
32843         REPLACE_FPRINTF.
32844
32845 2007-03-08  Bruno Haible  <bruno@clisp.org>
32846
32847         * modules/vfprintf-posix-tests: New file.
32848         * tests/test-vfprintf-posix.sh: New file.
32849         * tests/test-vfprintf-posix.c: New file.
32850         * tests/test-fprintf-posix.h: New file.
32851         * tests/test-fprintf-posix.out: New file.
32852
32853         * modules/vfprintf-posix: New file.
32854         * lib/vfprintf.c: New file.
32855         * m4/vfprintf-posix.m4: New file.
32856         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
32857         REPLACE_VFPRINTF.
32858         * lib/stdio_.h (vfprintf): New declaration.
32859         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
32860         REPLACE_VFPRINTF.
32861
32862 2007-03-08  Bruno Haible  <bruno@clisp.org>
32863
32864         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
32865
32866 2007-03-08  Bruno Haible  <bruno@clisp.org>
32867
32868         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
32869         instead of 'expr' invocations.
32870         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32871         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32872         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32873         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32874         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32875         Suggested by Paul Eggert.
32876
32877 2007-03-08  Bruno Haible  <bruno@clisp.org>
32878
32879         * modules/fseterr-tests: New file.
32880         * tests/test-fseterr.c: New file.
32881
32882         * modules/fseterr: New file.
32883         * lib/fseterr.h: New file.
32884         * lib/fseterr.c: New file.
32885
32886 2007-03-08  Bruno Haible  <bruno@clisp.org>
32887
32888         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
32889         * lib/getopt_.h: Likewise.
32890         * lib/mbswidth.h: Likewise.
32891         * lib/setenv.h: Likewise.
32892         * lib/vasnprintf.h: Likewise.
32893         * lib/vasprintf.h: Likewise.
32894         * lib/verror.h: Likewise.
32895         * lib/xsetenv.h: Likewise.
32896         * lib/xvasprintf.h: Likewise.
32897
32898 2007-03-08  Jim Meyering  <jim@meyering.net>
32899
32900         * users.txt: Add parted.
32901
32902         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
32903
32904 2007-03-07  Bruno Haible  <bruno@clisp.org>
32905
32906         * m4/printf.m4: Make the shell script snippets copy&pastable.
32907
32908 2007-03-02  Bruno Haible  <bruno@clisp.org>
32909
32910         * lib/netinet_in_.h: New file.
32911         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
32912         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
32913         * modules/netinet_in (Files): Add lib/netinet_in_.h.
32914         (Depends-on): Add absolute-header.
32915         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
32916         into netinet/in.h.
32917
32918 2007-03-03  Bruno Haible  <bruno@clisp.org>
32919
32920         * lib/sys_select_.h: New file.
32921         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
32922         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
32923         * modules/sys_select (Files): Add lib/sys_select_.h.
32924         (Depends-on): Add absolute-header.
32925         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
32926         into sys/select.h.
32927
32928 2007-03-02  Bruno Haible  <bruno@clisp.org>
32929
32930         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
32931         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
32932         values.
32933         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
32934         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
32935         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
32936         * modules/sys_socket (Depends-on): Add absolute-header.
32937         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
32938         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
32939         (Include): Remove requirement of inclusion of <sys/types.h>.
32940
32941 2007-03-02  Bruno Haible  <bruno@clisp.org>
32942
32943         * lib/byteswap_.h (bswap_32): Fix formula.
32944
32945 2007-03-06  Bruno Haible  <bruno@clisp.org>
32946
32947         * modules/sprintf-posix-tests: New file.
32948         * tests/test-sprintf-posix.c: New file.
32949
32950         * modules/sprintf-posix: New file.
32951         * lib/sprintf.c: New file.
32952         * m4/sprintf-posix.m4: New file.
32953         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
32954         REPLACE_SPRINTF.
32955         * lib/stdio_.h (sprintf): New declaration.
32956         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
32957         REPLACE_SPRINTF.
32958
32959 2007-03-06  Bruno Haible  <bruno@clisp.org>
32960
32961         * modules/vsprintf-posix-tests: New file.
32962         * tests/test-vsprintf-posix.c: New file.
32963         * tests/test-sprintf-posix.h: New file.
32964
32965         * modules/vsprintf-posix: New file.
32966         * lib/vsprintf.c: New file.
32967         * m4/vsprintf-posix.m4: New file.
32968         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
32969         REPLACE_VSPRINTF.
32970         * lib/stdio_.h (vsprintf): New declaration.
32971         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
32972         REPLACE_VSPRINTF.
32973
32974 2007-03-06  Bruno Haible  <bruno@clisp.org>
32975
32976         * modules/vsnprintf (Depend-on): Remove minmax.
32977
32978 2007-03-06  Bruno Haible  <bruno@clisp.org>
32979
32980         * modules/snprintf-posix-tests: New file.
32981         * tests/test-snprintf-posix.c: New file.
32982
32983         * modules/snprintf-posix: New file.
32984         * m4/snprintf-posix.m4: New file.
32985         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
32986         gl_FUNC_SNPRINTF.
32987         (gl_FUNC_SNPRINTF): Invoke it.
32988         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
32989         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
32990         is set.
32991         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
32992
32993 2007-03-06  Bruno Haible  <bruno@clisp.org>
32994
32995         * modules/vsnprintf-posix-tests: New file.
32996         * tests/test-vsnprintf-posix.c: New file.
32997         * tests/test-snprintf-posix.h: New file.
32998
32999         * modules/vsnprintf-posix: New file.
33000         * m4/vsnprintf-posix.m4: New file.
33001         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
33002         gl_FUNC_VSNPRINTF.
33003         (gl_FUNC_VSNPRINTF): Invoke it.
33004         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
33005         * lib/stdio_.h (vsnprintf): Define as a replacement if
33006         REPLACE_VSNPRINTF is set.
33007         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
33008
33009 2007-03-06  Bruno Haible  <bruno@clisp.org>
33010
33011         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
33012         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
33013
33014 2007-03-06  Bruno Haible  <bruno@clisp.org>
33015
33016         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
33017         (asinl): Declare also if HAVE_DECL_ASINL is set.
33018         (atanl): Declare also if HAVE_DECL_ATANL is set.
33019         (ceill): Declare also if HAVE_DECL_CEILL is set.
33020         (cosl): Declare also if HAVE_DECL_COSL is set.
33021         (expl): Declare also if HAVE_DECL_EXPL is set.
33022         (floorl): Declare also if HAVE_DECL_FLOORL is set.
33023         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
33024         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
33025         (logl): Declare also if HAVE_DECL_LOGL is set.
33026         (sinl): Declare also if HAVE_DECL_SINL is set.
33027         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
33028         (tanl): Declare also if HAVE_DECL_TANL is set.
33029         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
33030         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
33031         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
33032         declaration of frexpl, ldexpl.
33033         * modules/printf-frexpl (Depends-on): Add math.
33034         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
33035
33036 2007-03-05  Bruno Haible  <bruno@clisp.org>
33037
33038         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
33039         frexpl and ldexpl are declared.
33040         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
33041
33042 2007-03-05  Bruno Haible  <bruno@clisp.org>
33043
33044         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
33045         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
33046
33047 2007-03-05  Bruno Haible  <bruno@clisp.org>
33048
33049         * lib/stdio_.h: Include <stddef.h>.
33050
33051 2007-03-05  Bruno Haible  <bruno@clisp.org>
33052
33053         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
33054
33055 2007-03-05  Bruno Haible  <bruno@clisp.org>
33056
33057         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
33058         NetBSD 4, from Ralf Wildenhues.
33059
33060 2007-03-04  Bruno Haible  <bruno@clisp.org>
33061
33062         * lib/vasprintf.h: Update #if logic for the case when the functions
33063         exist but are overridden.
33064
33065 2007-03-04  Bruno Haible  <bruno@clisp.org>
33066
33067         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
33068         implementations: glibc-2.4 and MacOS X 10.3.
33069         * tests/test-vasnprintf-posix.c (test_function): Test also the case
33070         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
33071         * tests/test-vasprintf-posix.c (test_function): Likewise.
33072
33073 2007-03-04  Bruno Haible  <bruno@clisp.org>
33074
33075         * modules/vasprintf-posix-tests: New file.
33076         * tests/test-vasprintf-posix.c: New file.
33077
33078         * modules/vasprintf-posix: New file.
33079         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
33080         defined.
33081         * m4/vasprintf-posix.m4: New file.
33082         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
33083         gl_FUNC_VASPRINTF.
33084         (gl_FUNC_VASPRINTF): Invoke it.
33085         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
33086         here.
33087         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
33088
33089 2007-03-04  Bruno Haible  <bruno@clisp.org>
33090
33091         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
33092         REPLACE_GETTIMEOFDAY.
33093         * modules/sys_time (Makefile.am): Likewise.
33094         * m4/sys_time_h.m4: Likewise.
33095         * m4/gettimeofday.m4: Likewise.
33096
33097 2007-03-04  Bruno Haible  <bruno@clisp.org>
33098
33099         * modules/vasnprintf-posix-tests: New file.
33100         * tests/test-vasnprintf-posix.c: New file.
33101
33102         * modules/vasnprintf-posix: New file.
33103         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
33104         printf-frexpl.h.
33105         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
33106         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
33107         REPLACE_VASNPRINTF is defined.
33108         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
33109         gl_FUNC_VASNPRINTF.
33110         (gl_FUNC_VASNPRINTF): Invoke it.
33111         * m4/vasnprintf-posix.m4: New file.
33112         * m4/printf.m4: New file.
33113
33114 2007-03-04  Bruno Haible  <bruno@clisp.org>
33115
33116         Compile progreloc.c only if --enable-relocatable is specified.
33117         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
33118         if --enable-relocatable was specified.
33119         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
33120         lib_SOURCES.
33121
33122 2007-03-04  Jim Meyering  <jim@meyering.net>
33123
33124         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
33125         Use it consistently, rather than enumerating errno constants.
33126
33127 2007-03-04  Bruno Haible  <bruno@clisp.org>
33128
33129         * modules/xvasprintf-tests: New file.
33130         * tests/test-xvasprintf.c: New file.
33131
33132         * modules/vasprintf-tests: New file.
33133         * tests/test-vasprintf.c: New file.
33134
33135         * modules/vasnprintf-tests: New file.
33136         * tests/test-vasnprintf.c: New file.
33137
33138         * modules/vsnprintf-tests: New file.
33139         * tests/test-vsnprintf.c: New file.
33140
33141         * modules/snprintf-tests: New file.
33142         * tests/test-snprintf.c: New file.
33143
33144 2007-03-04  Bruno Haible  <bruno@clisp.org>
33145
33146         Compile relocatable.c only if --enable-relocatable is specified.
33147         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
33148         gl_RELOCATABLE_LIBRARY.
33149         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
33150         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
33151         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
33152         gl_RELOCATABLE_LIBRARY.
33153         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
33154         (Makefile.am): Remove lib_SOURCES.
33155         * modules/relocatable-lib-lgpl (configure.ac): Invoke
33156         gl_RELOCATABLE_LIBRARY.
33157         (Makefile.am): Remove lib_SOURCES.
33158         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
33159         always.
33160         * modules/relocatable-prog-wrapper (configure.ac): Invoke
33161         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
33162
33163 2007-03-04  Bruno Haible  <bruno@clisp.org>
33164
33165         * modules/argmatch-tests: New file.
33166         * tests/test-argmatch.c: New file.
33167
33168         * tests/test-allocsa.c (main): Halve the number of loop runs.
33169
33170         * modules/alloca-opt-tests: New file.
33171         * tests/test-alloca-opt.c: New file.
33172
33173 2007-03-04  Jim Meyering  <jim@meyering.net>
33174
33175         Work around difference between Linux ACLs and Solaris 10 ZFS.
33176         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
33177         for EINVAL.
33178
33179 2007-03-03  Bruno Haible  <bruno@clisp.org>
33180
33181         * modules/relocatable-prog (Depends-on): Add back progreloc's
33182         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
33183
33184 2007-03-03  Bruno Haible  <bruno@clisp.org>
33185
33186         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
33187         * modules/relocatable-lib: New file.
33188
33189 2007-03-03  Bruno Haible  <bruno@clisp.org>
33190
33191         * modules/relocatable-prog: Renamed from modules/relocatable.
33192         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
33193
33194 2007-03-03  Bruno Haible  <bruno@clisp.org>
33195
33196         * modules/relocatable-script (Files): Add doc/relocatable.texi,
33197         m4/relocatable-lib.m4.
33198         (Depends-on): Remove 'relocatable'.
33199         (configure.ac): Add gl_RELOCATABLE_NOP.
33200
33201 2007-03-03  Bruno Haible  <bruno@clisp.org>
33202
33203         * modules/relocatable-prog-wrapper: New file.
33204         * modules/relocatable (Depends-on): Add it. Remove all other
33205         dependencies except progname.
33206         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
33207
33208         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
33209         (gl_FUNC_STRERROR): Nop.
33210         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
33211
33212         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
33213         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
33214
33215         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
33216         (gl_FUNC_READLINK): Update.
33217
33218         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
33219
33220 2007-03-03  Bruno Haible  <bruno@clisp.org>
33221
33222         * lib/xreadlink.c: Include <unistd.h> unconditionally.
33223         * modules/xreadlink (Depends-on): Add unistd.
33224         * modules/xreadlink-with-size (Depends-on): Likewise.
33225
33226 2007-03-03  Bruno Haible  <bruno@clisp.org>
33227
33228         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
33229         extracted from gt_FUNC_SETENV.
33230         (gt_FUNC_SETENV): Remove macro.
33231         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
33232         remove gt_FUNC_SETENV.
33233
33234 2007-03-03  Bruno Haible  <bruno@clisp.org>
33235
33236         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
33237         ENABLE_RELOCATABLE here.
33238         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
33239
33240 2007-03-03  Bruno Haible  <bruno@clisp.org>
33241
33242         * modules/rbtreehash-list-tests (Depends-on): Add progname.
33243         * tests/test-rbtreehash_list.c: Include progname.h.
33244         (main): Call set_program_name.
33245
33246         * modules/rbtree-oset-tests (Depends-on): Add progname.
33247         * tests/test-rbtree_oset.c: Include progname.h.
33248         (main): Call set_program_name.
33249
33250         * modules/rbtree-list-tests (Depends-on): Add progname.
33251         * tests/test-rbtree_list.c: Include progname.h.
33252         (main): Call set_program_name.
33253
33254         * modules/linked-list-tests (Depends-on): Add progname.
33255         * tests/test-linked_list.c: Include progname.h.
33256         (main): Call set_program_name.
33257
33258 2007-03-03  Bruno Haible  <bruno@clisp.org>
33259
33260         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
33261         All uses of __restrict changed to _Restrict_.
33262         * lib/glob_.h (__restrict): Remove macro.
33263
33264 2007-03-02  Bruno Haible  <bruno@clisp.org>
33265
33266         * modules/gettext (configure.ac): Require gettext infrastructure
33267         from version 0.16.1.
33268
33269 2007-03-02  Bruno Haible  <bruno@clisp.org>
33270
33271         * modules/linkedhash-list-tests (Depends-on): Add progname.
33272         * tests/test-linkedhash_list.c: Include progname.h.
33273         (main): Call set_program_name.
33274
33275         * modules/carray-list-tests (Depends-on): Add progname.
33276         * tests/test-carray_list.c: Include progname.h.
33277         (main): Call set_program_name.
33278
33279         * modules/avltreehash-list-tests (Depends-on): Add progname.
33280         * tests/test-avltreehash_list.c: Include progname.h.
33281         (main): Call set_program_name.
33282
33283         * modules/avltree-oset-tests (Depends-on): Add progname.
33284         * tests/test-avltree_oset.c: Include progname.h.
33285         (main): Call set_program_name.
33286
33287         * modules/avltree-list-tests (Depends-on): Add progname.
33288         * tests/test-avltree_list.c: Include progname.h.
33289         (main): Call set_program_name.
33290
33291         * modules/array-oset-tests (Depends-on): Add progname.
33292         * tests/test-array_oset.c: Include progname.h.
33293         (main): Call set_program_name.
33294
33295         * modules/array-list-tests (Depends-on): Add progname.
33296         * tests/test-array_list.c: Include progname.h.
33297         (main): Call set_program_name.
33298
33299         * modules/argp-tests (Depends-on): Add progname.
33300         * tests/test-argp.c: Include argp.h first. Include progname.h.
33301         (main): Call set_program_name.
33302
33303 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
33304
33305         * doc/gnulib-tool.texi (Initial import): Reword description of
33306         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
33307         limited effect even if defined after the first system include.
33308
33309 2007-03-01  Bruno Haible  <bruno@clisp.org>
33310
33311         * build-aux/config.libpath: Update to libtool-1.5.22.
33312         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
33313
33314 2007-03-01  Bruno Haible  <bruno@clisp.org>
33315
33316         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
33317         foo_CFLAGS.
33318         Reported by Ralf Wildenhues.
33319
33320 2007-03-01  Bruno Haible  <bruno@clisp.org>
33321
33322         * build-aux/install-reloc: Remove object files left over by some
33323         compilers.
33324         Reported by Ralf Wildenhues.
33325
33326 2007-03-01  Bruno Haible  <bruno@clisp.org>
33327
33328         * build-aux/install-reloc: Break long lines.
33329
33330 2007-03-01  Bruno Haible  <bruno@clisp.org>
33331
33332         * doc/relocatable.texi: Document that it may not work on OpenBSD.
33333         Reported by Ralf Wildenhues.
33334
33335 2007-03-01  Bruno Haible  <bruno@clisp.org>
33336
33337         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
33338         include ordering constraints.
33339
33340 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33341
33342         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
33343         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
33344         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
33345         as another example.
33346         * lib/time_.h: Fix misspelling.
33347         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33348         Require gl_HEADER_TIME_H_DEFAULTS.
33349         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
33350         * m4/time_r.m4 (gl_TIME_R): Likewise.
33351         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
33352
33353 2007-03-01  Bruno Haible  <bruno@clisp.org>
33354
33355         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
33356         * m4/utimens.m4 (gl_UTIMENS): Likewise.
33357
33358 2007-03-01  Jim Meyering  <jim@meyering.net>
33359
33360         * modules/xreadlink (Maintainer): Add my name.
33361         * modules/xreadlink-with-size (Depends-on): Alphabetize.
33362
33363 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
33364             Bruno Haible  <bruno@clisp.org>
33365
33366         * build-aux/install-reloc: Compile also c-ctype.c.
33367         * build-aux/relocatable.sh.in: New file.
33368         * doc/relocatable.texi: New file.
33369         * doc/relocatable-maint.texi: New file.
33370         * doc/gnulib.texi: Include relocatable-maint.texi.
33371         * lib/progreloc.c: Include unistd.h unconditionally.
33372         * lib/relocwrapper.c: Include unistd.h unconditionally.
33373         Include c-ctype.h.
33374         (add_dotbin): Use c_tolower.
33375         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
33376         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
33377         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
33378         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
33379         to m4/relocatable-lib.m4.
33380         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
33381         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
33382         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
33383         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
33384         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
33385         * modules/relocatable: New file.
33386         * modules/relocatable-lib: New file.
33387         * modules/relocatable-script: New file.
33388
33389 2007-02-28  Bruno Haible  <bruno@clisp.org>
33390
33391         Import --enable-relocatable infrastructure.
33392         * build-aux/config.libpath: New file, from GNU gettext.
33393         * build-aux/install-reloc: New file, from GNU gettext.
33394         * build-aux/reloc-ldflags: New file, from GNU gettext.
33395         * lib/relocatable.h: New file, from GNU gettext.
33396         * lib/relocatable.c: New file, from GNU gettext.
33397         * lib/relocwrapper.c: New file, from GNU gettext.
33398         * m4/relocatable.m4: New file, from GNU gettext.
33399
33400 2007-02-28  Bruno Haible  <bruno@clisp.org>
33401
33402         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
33403
33404         * modules/xreadlink: New file, from GNU gettext with modifications.
33405         * lib/xreadlink.c: New file, from GNU gettext.
33406         * lib/xreadlink.h: Add comments.
33407         (xreadlink): New declaration.
33408
33409         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
33410         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
33411         lib/xreadlink-with-size.c.
33412         (configure.ac): Remove gl_XREADLINK invocation.
33413         (Makefile.am): Augment lib_SOURCES.
33414         * m4/xreadlink.m4: Remove file.
33415         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
33416         (xreadlink_with_size): Renamed from xreadink.
33417         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
33418         * modules/canonicalize (Depends-on): Replace xreadlink with
33419         xreadlink-with-size.
33420         * lib/canonicalize.c (canonicalize_filename_mode): Update.
33421
33422 2007-02-25  Jim Meyering  <jim@meyering.net>
33423
33424         * build-aux/announce-gen: When complaining about excess arguments,
33425         list them.
33426
33427 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33428
33429         * README: Document signed integer overflow situation more
33430         accurately.
33431
33432 2007-02-25  Bruno Haible  <bruno@clisp.org>
33433
33434         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
33435         'a' or 'A' conversion.
33436
33437 2007-02-25  Bruno Haible  <bruno@clisp.org>
33438
33439         * modules/filename: Renamed from modules/pathname.
33440         (Files): Replace lib/pathname.h with lib/filename.h. Replace
33441         lib/concatpath.c with lib/concat-filename.c.
33442         (Makefile.am): Update.
33443         (Include): Replace pathname.h with filename.h.
33444         * lib/filename.h: Renamed from lib/pathname.h.
33445         (concatenated_filename): Renamed from concatenated_pathname.
33446         * lib/concat-filename.c: Renamed from lib/concatpath.c.
33447         (concatenated_filename): Renamed from concatenated_pathname.
33448         * lib/findprog.c: Include filename.h instead of pathname.h.
33449         (find_in_path): Update.
33450         * lib/javacomp.c: Include filename.h instead of pathname.h.
33451         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
33452         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
33453         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
33454         is_oldgcj_14_13_usable, is_javac_usable): Update.
33455         * lib/javaexec.c: Include filename.h instead of pathname.h.
33456         (execute_java_class): Update.
33457         * modules/findprog: Update.
33458         * modules/javacomp: Update.
33459         * modules/javaexec: Update.
33460         * MODULES.html.sh (File system functions): Add 'filename', remove
33461         'pathname'.
33462
33463 2007-02-25  Bruno Haible  <bruno@clisp.org>
33464
33465         * modules/printf-frexpl-tests: New file.
33466         * tests/test-printf-frexpl.c: New file.
33467
33468         * modules/printf-frexpl: New file.
33469         * lib/printf-frexpl.h: New file.
33470         * lib/printf-frexpl.c: New file.
33471         * m4/printf-frexpl.m4: New file.
33472
33473 2007-02-25  Bruno Haible  <bruno@clisp.org>
33474
33475         * modules/printf-frexp-tests: New file.
33476         * tests/test-printf-frexp.c: New file.
33477
33478         * modules/printf-frexp: New file.
33479         * lib/printf-frexp.h: New file.
33480         * lib/printf-frexp.c: New file.
33481         * m4/printf-frexp.m4: New file.
33482
33483 2007-02-25  Bruno Haible  <bruno@clisp.org>
33484
33485         Assume automake >= 1.10 for the tests.
33486         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
33487         * modules/arctwo-tests: Likewise.
33488         * modules/argp-tests: Likewise.
33489         * modules/avltree-list-tests: Likewise.
33490         * modules/avltree-oset-tests: Likewise.
33491         * modules/avltreehash-list-tests: Likewise.
33492         * modules/carray-list-tests: Likewise.
33493         * modules/crc-tests: Likewise.
33494         * modules/des-tests: Likewise.
33495         * modules/gc-arcfour-tests: Likewise.
33496         * modules/gc-arctwo-tests: Likewise.
33497         * modules/gc-des-tests: Likewise.
33498         * modules/gc-hmac-md5-tests: Likewise.
33499         * modules/gc-hmac-sha1-tests: Likewise.
33500         * modules/gc-md2-tests: Likewise.
33501         * modules/gc-md4-tests: Likewise.
33502         * modules/gc-md5-tests: Likewise.
33503         * modules/gc-pbkdf2-sha1-tests: Likewise.
33504         * modules/gc-rijndael-tests: Likewise.
33505         * modules/gc-sha1-tests: Likewise.
33506         * modules/gc-tests: Likewise.
33507         * modules/getaddrinfo-tests: Likewise.
33508         * modules/hmac-md5-tests: Likewise.
33509         * modules/hmac-sha1-tests: Likewise.
33510         * modules/linked-list-tests: Likewise.
33511         * modules/linkedhash-list-tests: Likewise.
33512         * modules/lock-tests: Likewise.
33513         * modules/md2-tests: Likewise.
33514         * modules/md4-tests: Likewise.
33515         * modules/md5-tests: Likewise.
33516         * modules/rbtree-list-tests: Likewise.
33517         * modules/rbtree-oset-tests: Likewise.
33518         * modules/rbtreehash-list-tests: Likewise.
33519         * modules/read-file-tests: Likewise.
33520         * modules/rijndael-tests: Likewise.
33521         * modules/stdint-tests: Likewise.
33522         * modules/tls-tests: Likewise.
33523
33524 2007-02-24  Bruno Haible  <bruno@clisp.org>
33525
33526         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
33527         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
33528         function; instead check whether isnan with a double argument links.
33529         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
33530         function; instead check whether isnan with a 'long double' argument
33531         links.
33532         Reported by Eric Blake <ebb9@byu.net>.
33533
33534 2007-02-24  Bruno Haible  <bruno@clisp.org>
33535
33536         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
33537         defined.
33538         * lib/isnanl.c: Remove all code. Just include isnan.c.
33539         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
33540
33541 2007-02-25  Jim Meyering  <jim@meyering.net>
33542
33543         Avoid conflicting types for 'unsetenv' on FreeBSD.
33544         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
33545         conflicting with FreeBSD's (5.0 and 6.1) function declaration
33546         in stdlib.h.
33547
33548 2007-02-24  Bruno Haible  <bruno@clisp.org>
33549
33550         * modules/isnanl-nolibm-tests: New file.
33551         * tests/test-isnanl.c: New file.
33552
33553         * modules/isnanl-nolibm: New file.
33554         * lib/isnanl.h: New file.
33555         * lib/isnanl.c: New file.
33556         * m4/isnanl.m4: New file.
33557
33558 2007-02-24  Bruno Haible  <bruno@clisp.org>
33559
33560         * modules/isnan-nolibm-tests: New file.
33561         * tests/test-isnan.c: New file.
33562
33563         * modules/isnan-nolibm: New file.
33564         * lib/isnan.h: New file.
33565         * lib/isnan.c: New file.
33566         * m4/isnan.m4: New file.
33567
33568 2007-02-24  Bruno Haible  <bruno@clisp.org>
33569
33570         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
33571         assume that an exponent fits in 20 bits.
33572
33573 2007-02-24  Jim Meyering  <jim@meyering.net>
33574
33575         * m4/regex.m4: Update the description of the configure-time option,
33576         --without-included-regex, to state accurately what the defaults are,
33577         and perhaps to give people an idea why using this option is risky.
33578
33579 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
33580
33581         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
33582         loops on small arguments.  This attempts to avoid the problem
33583         Bruno Haible reported for AIX 4.3.2 in
33584         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
33585
33586 2007-02-23  Bruno Haible  <bruno@clisp.org>
33587
33588         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
33589         Needed for help2man.
33590
33591 2007-02-23  Karl Berry  <karl@gnu.org>
33592
33593         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
33594         exists, foo.h should be cvs-ignored, not committed.
33595
33596 2007-02-23  Eric Blake  <ebb9@byu.net>
33597
33598         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
33599         * lib/stat-time.h (includes): Likewise.
33600         * lib/utimecmp.c (includes): Likewise.
33601         * lib/utimens.h (includes): Likewise.
33602         * lib/getdate.y (includes): Also include "timespec.h" for use
33603         internal to the module.
33604         * modules/utimens (Depends-on): Revert yesterday's patch.
33605         * modules/nanosleep (Depends-on): Add missing dependency.
33606
33607 2007-02-22  Bruno Haible  <bruno@clisp.org>
33608
33609         * lib/glob.c: Don't include getlogin_r.h.
33610
33611 2007-02-22  Jim Meyering  <jim@meyering.net>
33612
33613         * modules/utimens (Depends-on): Add timespec, required for
33614         utimens.h's inclusion of timespec.h.
33615
33616 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
33617
33618         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
33619         long unreadable paths in GNU/Linux.  Problem reported by Andreas
33620         Schwab in
33621         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
33622         I'll try to think of a better way to fix the Solaris problem.
33623
33624         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
33625         like glibc; on Solaris 10, it fails with errno == EINVAL.
33626         POSIX says the behavior is unspecified if the first argument is NULL,
33627         so play it safe and never pass NULL to the system getcwd.
33628
33629 2007-02-21  Jim Meyering  <jim@meyering.net>
33630
33631         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
33632         of gettimeofday.  It would conflict with the one now always
33633         provided via sys_time_.h.  Reported by Matthew Woehlke, as
33634         an IRIX 6.5 build failure.
33635
33636 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
33637
33638         Minor fixups to port to Solaris 10 with Sun C 5.8.
33639         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
33640         * modules/getcwd (Depends-on): Add dirfd.
33641         * lib/putenv.c (putenv): #undef it.
33642         (rpl_putenv): New decl.
33643         (malloc, free): Include <stdlib.h> rather than prototyping separately.
33644
33645 2007-02-20  Bruno Haible  <bruno@clisp.org>
33646
33647         * modules/stdio-tests: New file.
33648         * tests/test-stdio.c: New file.
33649
33650         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
33651         (Depends-on): Add stdio.
33652         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
33653         (Include): Use <stdio.h> instead of vsnprintf.h.
33654         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
33655         HAVE_DECL_VSNPRINTF.
33656         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
33657
33658         * modules/snprintf (Files): Remove lib/snprintf.h.
33659         (Depends-on): Add stdio.
33660         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
33661         (Include): Use <stdio.h> instead of snprintf.h.
33662         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
33663         HAVE_DECL_SNPRINTF.
33664         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
33665         * lib/getaddrinfo.c: Likewise.
33666
33667         * modules/stdio: New file.
33668         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
33669         * lib/snprintf.h: Remove file.
33670         * lib/vsnprintf.h: Remove file.
33671         * lib/.cppi-disable: Remove snprintf.h.
33672         * m4/stdio_h.m4: New file.
33673         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
33674
33675 2007-02-20  Jim Meyering  <jim@meyering.net>
33676
33677         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
33678         used by e.g., mingw.  From Bruno Haible.
33679
33680 2007-02-19  Bruno Haible  <bruno@clisp.org>
33681
33682         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
33683         warnings.
33684         Reported by Ben Pfaff <blp@cs.stanford.edu>.
33685
33686 2007-02-19  Bruno Haible  <bruno@clisp.org>
33687
33688         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
33689         from mingw users.
33690
33691 2007-02-19  Bruno Haible  <bruno@clisp.org>
33692
33693         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
33694         warnings.
33695         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
33696
33697 2007-02-19  Jim Meyering  <jim@meyering.net>
33698
33699         Don't use FD after a successful "fdopendir (fd)".
33700         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
33701         Reset it by calling dirfd on the just-obtained DIR*.
33702
33703         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
33704         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
33705
33706 2007-02-18  Bruno Haible  <bruno@clisp.org>
33707
33708         * lib/readlink.c: Include <unistd.h>.
33709         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
33710         HAVE_READLINK.
33711         * modules/readlink (Depends-on): Add unistd.
33712         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33713         (Include): Add <unistd.h>.
33714
33715         * lib/getlogin_r.h: Remove file.
33716         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
33717         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
33718         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
33719         HAVE_DECL_GETLOGIN_R.
33720         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
33721         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33722         (Include): Use <unistd.h> instead of getlogin_r.h.
33723
33724         * lib/getcwd.h: Remove file.
33725         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
33726         * lib/xgetcwd.c: Likewise.
33727         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
33728         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
33729         * modules/getcwd (Files): Remove lib/getcwd.h.
33730         (Depends-on): Add unistd.
33731         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33732         (Include): Use <unistd.h> instad of getcwd.h.
33733
33734         * lib/ftruncate.c: Include <unistd.h> first.
33735         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
33736         Set HAVE_FTRUNCATE.
33737         * modules/ftruncate (Depends-on): Add unistd.
33738         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33739
33740         * lib/fchdir.c: Include <unistd.h> first.
33741         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
33742         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
33743         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
33744         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33745         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
33746
33747         * lib/dup2.c: Include <unistd.h> first.
33748         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
33749         HAVE_DUP2.
33750         * modules/dup2 (Depends-on): Add unistd.
33751         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33752
33753         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
33754         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
33755         REPLACE_CHOWN. Don't define chown as a macro here.
33756         * modules/chown (Depends-on): Add unistd.
33757         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33758
33759         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
33760         Add definition for GL_LINK_WARNING.
33761         (chown, dup2): New declarations.
33762         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
33763         link warning.
33764         (ftruncate): New declaration.
33765         (getcwd): New declaration, taken from old getcwd.h.
33766         (getlogin_r): New declaration, taken from old getlogin_r.h.
33767         (readlink): New declaration.
33768         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
33769         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
33770         (gl_PREREQ_UNISTD): Remove macro.
33771         (gl_UNISTD_MODULE_INDICATOR): New macro.
33772         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
33773         many new variables. Don't set UNISTD_H.
33774         * modules/unistd (Description): Change.
33775         (Depends-on): Add link-warning.
33776         (configure.ac): Update.
33777         (Makefile.am): Create unistd.h always. Substitute many new variables
33778         into it.
33779
33780 2007-02-18  Bruno Haible  <bruno@clisp.org>
33781
33782         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
33783         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
33784         HAVE_GETSUBOPT.
33785         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
33786         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
33787         * lib/getsubopt.h: Remove file.
33788         * modules/getsubopt (Files): Remove lib/getsubopt.h.
33789         (Depends-on): Add stdlib.
33790         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33791         (Includes): Use <stdlib.h> instead of getsubopt.h.
33792         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
33793         Set HAVE_GETSUBOPT.
33794         * lib/getsubopt.c: Don't include getsubopt.h.
33795
33796 2007-02-18  Bruno Haible  <bruno@clisp.org>
33797
33798         * modules/fchdir (Depends-on): Add dup2.
33799
33800 2007-02-18  Bruno Haible  <bruno@clisp.org>
33801
33802         * lib/stdlib_.h: Handle glibc's special invocation convention
33803         specially.
33804
33805 2007-02-18  Bruno Haible  <bruno@clisp.org>
33806
33807         * modules/stdlib-tests: New file.
33808         * tests/test-stdlib.c: New file.
33809
33810         * modules/mkstemp (Files): Remove lib/mkstemp.h.
33811         (Depends-on): Add stdlib.
33812         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33813         (Includes): Use <stdlib.h> instead of mkstemp.h.
33814         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
33815         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
33816         * lib/mkstemp.c: Don't include mkstemp.h.
33817         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
33818         * lib/stdlib--.h: Don't include mkstemp.h.
33819
33820         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
33821         (Depends-on): Add stdlib.
33822         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33823         (Includes): Use <stdlib.h> instead of mkdtemp.h.
33824         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
33825         HAVE_MKDTEMP.
33826         * lib/mkdtemp.c: Don't include mkdtemp.h.
33827         * lib/clean-temp.c: Don't include mkdtemp.h.
33828
33829         * modules/exit (Files): Remove lib/exit.h.
33830         (Depends-on): Add stdlib.
33831         (Makefile.am): Remove lib_SOURCES.
33832         (Include): Use <stdlib.h> instead of exit.h.
33833         * lib/argmatch.c: Don't include exit.h.
33834         * lib/execute.c: Likewise.
33835         * lib/pagealign_alloc.c: Likewise.
33836         * lib/pipe.c: Likewise.
33837         * lib/wait-process.c: Likewise.
33838         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
33839         * lib/exitfail.c: Likewise.
33840         * lib/savewd.c: Likewise.
33841         * lib/xsetenv.c: Likewise.
33842
33843         * modules/stdlib: New file.
33844         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
33845         and extra comments about mkstemp().
33846         * lib/exit.h: Remove file.
33847         * lib/mkdtemp.h: Remove file.
33848         * lib/mkstemp.h: Remove file.
33849         * m4/stdlib_h.m4: New file.
33850         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
33851
33852 2007-02-18  Bruno Haible  <bruno@clisp.org>
33853
33854         * modules/math-tests: New file.
33855         * tests/test-math.c: New file.
33856
33857         * modules/math: New file.
33858         * modules/mathl (Files): Remove lib/mathl.h.
33859         (Depends-on): Add math.
33860         (Makefile.am): Don't mention mathl.h.
33861         (Include): Use <math.h> instead of mathl.h.
33862         * lib/math_.h: New file.
33863         * lib/mathl.h: Remove file.
33864         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
33865         mathl.h.
33866         * lib/asinl.c: Likewise.
33867         * lib/atanl.c: Likewise.
33868         * lib/ceill.c: Likewise.
33869         * lib/cosl.c: Likewise.
33870         * lib/expl.c: Likewise.
33871         * lib/floorl.c: Likewise.
33872         * lib/frexpl.c: Likewise.
33873         * lib/ldexpl.c: Likewise.
33874         * lib/logl.c: Likewise.
33875         * lib/sincosl.c: Likewise.
33876         * lib/sinl.c: Likewise.
33877         * lib/sqrtl.c: Likewise.
33878         * lib/tanl.c: Likewise.
33879         * lib/trigl.c: Likewise.
33880         * m4/math_h.m4: New file.
33881         * MODULES.html.sh (Mathematics): Add math.
33882
33883 2007-02-17  Bruno Haible  <bruno@clisp.org>
33884
33885         * modules/wctype-tests: New file.
33886         * tests/test-wctype.c: New file.
33887
33888         * modules/wchar-tests: New file.
33889         * tests/test-wchar.c: New file.
33890
33891         * modules/unistd-tests: New file.
33892         * tests/test-unistd.c: New file.
33893
33894         * modules/time-tests: New file.
33895         * tests/test-time.c: New file.
33896
33897         * modules/sysexits-tests: New file.
33898         * tests/test-sysexits.c: New file.
33899
33900         * modules/sys_time-tests: New file.
33901         * tests/test-sys_time.c: New file.
33902
33903         * modules/sys_stat-tests: New file.
33904         * tests/test-sys_stat.c: New file.
33905
33906         * modules/sys_socket-tests: New file.
33907         * tests/test-sys_socket.c: New file.
33908
33909         * modules/sys_select-tests: New file.
33910         * tests/test-sys_select.c: New file.
33911
33912         * modules/string-tests: New file.
33913         * tests/test-string.c: New file.
33914
33915         * modules/stdbool-tests: New file.
33916         * tests/test-stdbool.c: New file.
33917
33918         * modules/netinet_in-tests: New file.
33919         * tests/test-netinet_in.c: New file.
33920
33921         * modules/inttypes-tests: New file.
33922         * tests/test-inttypes.c: New file.
33923
33924         * modules/fcntl-tests: New file.
33925         * tests/test-fcntl.c: New file.
33926
33927         * modules/byteswap-tests: New file.
33928         * tests/test-byteswap.c: New file.
33929
33930         * modules/arpa_inet-tests: New file.
33931         * tests/test-arpa_inet.c: New file.
33932
33933 2007-02-17  Bruno Haible  <bruno@clisp.org>
33934
33935         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
33936         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
33937         if the corresponding module is not enabled. Emit link warnings if
33938         the function is used nevertheless.
33939         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
33940         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
33941         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
33942         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
33943         * modules/inttypes (Depends-on): Add link-warning.
33944         (Makefile.am): Copy the contents of build-aux/link-warning.h into
33945         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
33946         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
33947         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
33948         * modules/imaxdiv (configure.ac): Likewise.
33949         * modules/strtoimax (configure.ac): Likewise.
33950         * modules/strtoumax (configure.ac): Likewise.
33951
33952 2007-02-17  Bruno Haible  <bruno@clisp.org>
33953
33954         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
33955         gl_STRING_MODULE_INDICATOR_DEFAULTS.
33956         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
33957         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
33958
33959 2007-02-17  Bruno Haible  <bruno@clisp.org>
33960
33961         * modules/link-warning: New file.
33962         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
33963         * lib/string_.h (GL_LINK_WARNING): Remove definition.
33964         * modules/string (Depends-on): Add link-warning.
33965         (Makefile.am): Copy the contents of build-aux/link-warning.h into
33966         string.h.
33967         * MODULES.html.sh (Support for building libraries and executables): Add
33968         link-warning.
33969
33970 2007-02-17  Bruno Haible  <bruno@clisp.org>
33971
33972         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
33973         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
33974         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
33975         long lines.
33976
33977 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
33978             Bruno Haible  <bruno@clisp.org>
33979
33980         * modules/tmpfile: New file.
33981         * lib/tmpfile.c: New file.
33982         * m4/tmpfile.m4: New file.
33983         * MODULES.html.sh (func_all_modules): New section "Input/output".
33984
33985 2007-02-15  Bruno Haible  <bruno@clisp.org>
33986
33987         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
33988         (supports_delete_on_close): New function.
33989         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
33990
33991 2007-02-14  Bruno Haible  <bruno@clisp.org>
33992
33993         * modules/mbspcasecmp-tests: New file.
33994         * tests/test-mbspcasecmp.sh: New file.
33995         * tests/test-mbspcasecmp.c: New file.
33996
33997         New module mbspcasecmp.
33998         * modules/mbspcasecmp: New file.
33999         * lib/mbspcasecmp.c: New file.
34000         * lib/string_.h (strncasecmp): Change warning message.
34001         (mbspcasecmp): New declaration.
34002         * m4/mbspcasecmp.m4: New file.
34003         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34004         GNULIB_MBSPCASECMP.
34005         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
34006         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
34007
34008 2007-02-14  Bruno Haible  <bruno@clisp.org>
34009
34010         * modules/mbsncasecmp-tests: New file.
34011         * tests/test-mbsncasecmp.sh: New file.
34012         * tests/test-mbsncasecmp.c: New file.
34013
34014         New module mbsncasecmp.
34015         * modules/mbsncasecmp: New file.
34016         * lib/mbsncasecmp.c: New file.
34017         * lib/string_.h (mbsncasecmp): New declaration.
34018         * m4/mbsncasecmp.m4: New file.
34019         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34020         GNULIB_MBSNCASECMP.
34021         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
34022         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
34023
34024 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
34025
34026         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
34027         Verify that it doesn't overlap with our flags.
34028         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
34029         do not have the desired effect in multibyte locales; instead, use
34030         mbscasecmp.
34031         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
34032         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
34033         we don't require GNU fnmatch ourselves (if our users require it, they
34034         should do so explicitly).
34035
34036         Fix regex code so it doesn't rely on strcasecmp.
34037         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
34038         Otherwise, include gnulib's langinfo.h.
34039         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
34040         undesirable behavior in non-C locales.  Instead, rely on localecharset.
34041         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
34042         * modules/regex (FILES): Remove m4/codeset.m4.
34043         (Depends-on): Add localcharset.  Remove strcase.
34044
34045 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34046
34047         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
34048         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
34049
34050 2007-02-13  Bruno Haible  <bruno@clisp.org>
34051
34052         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
34053         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34054
34055 2007-02-12  Bruno Haible  <bruno@clisp.org>
34056
34057         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
34058         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
34059         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
34060         time warning rather than a link error.
34061
34062 2007-02-12  Bruno Haible  <bruno@clisp.org>
34063
34064         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
34065         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
34066         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34067
34068 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34069
34070         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
34071         args, not 2.
34072
34073 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34074
34075         New module 'time', so that apps can include <time.h> as per
34076         POSIX and GNU instead of separate include files like time_r.h
34077         and timegm.h.  This implementation tries out a simpler approach
34078         for replacing decls in standard include files (as compared to
34079         the string module), somewhat as an experiment.
34080
34081         * config/srclist.txt: Comment out mktime.c for now.
34082         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
34083         since it doesn't apply any more.  Use generic wording instead.
34084         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
34085         'time'.
34086         * lib/time_.h, m4/time_h.m4, modules/time: New files.
34087         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
34088         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
34089         Don't include <sys/types.h>; no longer needed since we assume C89.
34090         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
34091         * lib/strftime.c: Likewise.
34092         * lib/time_r.c: Likewise.
34093         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
34094         * lib/nanosleep.c: Include <time.h> first, to check interface.
34095         * lib/strptime.c: Likewise.
34096         * lib/time_r.c: Likewise.
34097         * lib/timegm.c: Likewise.
34098         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
34099         needed.
34100         * lib/timegm.c: Don't include timegm.h; no longer needed.
34101         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
34102         time.h now handles any problems in that area.
34103         (struct timespec, nanosleep): Remove; time.h now arranges for these.
34104         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
34105         that time.h defines struct timespec.
34106         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
34107         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
34108         handles that.
34109         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
34110         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
34111         needed.  Set REPLACE_LOCALTIME.
34112         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
34113         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
34114         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
34115         nanosleep; time_h.m4 now does that.  Don't require
34116         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
34117         module handles this now.
34118         * modules/getdate (Depends-on): Remove timespec.  Add time.
34119         * modules/nanosleep (Depends-on): Likewise.
34120         * modules/stat-time (Depends-on): Likewise.
34121         * modules/nanosleep (Include): Include time.h, not timespec.h.
34122         * modules/strptime (Files): Remove lib/strptime.h.
34123         (Depends-on): Add extensions, time.
34124         (Include): Include time.h, not strptime.h.
34125         * modules/time_r (Files): Remove lib/time_r.h.
34126         (Depends-on): Add time.
34127         (Include): Include time.h, not time_r.h.
34128         * modules/timegm: Likewise.
34129         * modules/timespec (Description): Now does timespec-related decls
34130         of our own, instead of struct timespec itself.
34131         (Depends-on): Add time; remove extensions.
34132         (Maintainer): Add self.
34133         * modules/utimecmp (Depends-on): Add time; remove timespec.
34134         * modules/utimens (Depends-on): Likewise.
34135         * modules/xnanosleep (Depends-on): Likewise.
34136
34137 2007-02-11  Bruno Haible  <bruno@clisp.org>
34138
34139         * lib/c-strstr.c: Include allocsa.h.
34140         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34141         * lib/c-strcasestr.c: Include allocsa.h.
34142         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34143         * lib/strcasestr.c: Include allocsa.h.
34144         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34145         * lib/mbsstr.c: Include allocsa.h.
34146         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34147         allocsa/freesa instead of malloc/free.
34148         * lib/mbscasestr.c: Include allocsa.h.
34149         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34150         allocsa/freesa instead of malloc/free.
34151         * modules/c-strstr (Depends-on): Add allocsa.
34152         * modules/c-strcasestr (Depends-on): Likewise.
34153         * modules/strcasestr (Depends-on): Likewise.
34154         * modules/mbsstr (Depends-on): Likewise.
34155         * modules/mbscasestr (Depends-on): Likewise.
34156
34157 2007-02-11  Bruno Haible  <bruno@clisp.org>
34158
34159         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
34160
34161         * modules/mbsspn-tests: New file.
34162         * tests/test-mbsspn.sh: New file.
34163         * tests/test-mbsspn.c: New file.
34164
34165 2007-02-11  Bruno Haible  <bruno@clisp.org>
34166
34167         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
34168
34169         * modules/mbspbrk-tests: New file.
34170         * tests/test-mbspbrk.sh: New file.
34171         * tests/test-mbspbrk.c: New file.
34172
34173 2007-02-11  Bruno Haible  <bruno@clisp.org>
34174
34175         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
34176         unneeded cast.
34177
34178         * modules/mbscspn-tests: New file.
34179         * tests/test-mbscspn.sh: New file.
34180         * tests/test-mbscspn.c: New file.
34181
34182 2007-02-11  Bruno Haible  <bruno@clisp.org>
34183
34184         * modules/mbscasecmp-tests: New file.
34185         * tests/test-mbscasecmp.sh: New file.
34186         * tests/test-mbscasecmp.c: New file.
34187
34188 2007-02-11  Bruno Haible  <bruno@clisp.org>
34189
34190         Ensure O(n) worst-case complexity of mbscasestr.
34191         * lib/mbscasestr.c: Include stdbool.h.
34192         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34193         functions.
34194         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
34195         the bookkeeping indicates that it's worth it.
34196         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
34197
34198         * modules/mbscasestr-tests: New file.
34199         * tests/test-mbscasestr1.c: New file.
34200         * tests/test-mbscasestr2.sh: New file.
34201         * tests/test-mbscasestr2.c: New file.
34202         * tests/test-mbscasestr3.sh: New file.
34203         * tests/test-mbscasestr3.c: New file.
34204         * tests/test-mbscasestr4.sh: New file.
34205         * tests/test-mbscasestr4.c: New file.
34206         * m4/locale-tr.m4: New file.
34207
34208 2007-02-11  Bruno Haible  <bruno@clisp.org>
34209
34210         Ensure O(n) worst-case complexity of mbsstr.
34211         * lib/mbsstr.c: Include stdbool.h.
34212         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34213         functions.
34214         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
34215         bookkeeping indicates that it's worth it.
34216         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
34217
34218         * modules/mbsstr-tests: New file.
34219         * tests/test-mbsstr1.c: New file.
34220         * tests/test-mbsstr2.sh: New file.
34221         * tests/test-mbsstr2.c: New file.
34222         * tests/test-mbsstr3.sh: New file.
34223         * tests/test-mbsstr3.c: New file.
34224         * m4/locale-fr.m4: New file.
34225
34226 2007-02-11  Bruno Haible  <bruno@clisp.org>
34227
34228         * lib/mbsrchr.c (mbsrchr): Fix bug.
34229
34230         * modules/mbsrchr-tests: New file.
34231         * tests/test-mbsrchr.sh: New file.
34232         * tests/test-mbsrchr.c: New file.
34233
34234 2007-02-11  Bruno Haible  <bruno@clisp.org>
34235
34236         * lib/mbschr.c (mbschr): Fix bug.
34237
34238         * modules/mbschr-tests: New file.
34239         * tests/test-mbschr.sh: New file.
34240         * tests/test-mbschr.c: New file.
34241         * m4/locale-zh.m4: New file.
34242
34243 2007-02-11  Bruno Haible  <bruno@clisp.org>
34244
34245         Support for copying multibyte string iterators.
34246         * lib/mbiter.h: Include <string.h>.
34247         (mbiter_multi_copy): New function.
34248         (mbi_copy): New macro.
34249         * lib/mbuiter.h: Include <string.h>.
34250         (mbuiter_multi_copy): New function.
34251         (mbui_copy): New macro.
34252
34253 2007-02-11  Bruno Haible  <bruno@clisp.org>
34254
34255         New module mbslen.
34256         * modules/mbslen: New file.
34257         * lib/mbslen.c: New file.
34258         * lib/string_.h (mbslen): New declaration.
34259         * m4/mbslen.m4: New file.
34260         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34261         GNULIB_MBSLEN.
34262         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
34263         * MODULES.html.sh (Internationalization functions): Add mbslen.
34264
34265 2007-02-11  Bruno Haible  <bruno@clisp.org>
34266
34267         Ensure O(n) worst-case complexity of strcasestr substitute.
34268         * lib/strcasestr.c: Include stdbool.h.
34269         (knuth_morris_pratt): New function.
34270         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34271         bookkeeping indicates that it's worth it.
34272         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
34273
34274         * modules/strcasestr-tests: New file.
34275         * tests/test-strcasestr.c: New file.
34276
34277 2007-02-11  Bruno Haible  <bruno@clisp.org>
34278
34279         Ensure O(n) worst-case complexity of c_strcasestr.
34280         * lib/c-strcasestr.c: Include stdbool.h, string.h.
34281         (knuth_morris_pratt): New function.
34282         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
34283         the bookkeeping indicates that it's worth it.
34284         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
34285
34286         * modules/c-strcasestr-tests: New file.
34287         * tests/test-c-strcasestr.c: New file.
34288
34289 2007-02-11  Bruno Haible  <bruno@clisp.org>
34290
34291         Ensure O(n) worst-case complexity of c_strstr.
34292         * lib/c-strstr.c: Include stdbool.h, string.h.
34293         (knuth_morris_pratt): New function.
34294         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34295         bookkeeping indicates that it's worth it.
34296         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
34297
34298         * lib/c-strstr.c: Complete rewrite for maintainability.
34299
34300         * modules/c-strstr-tests: New file.
34301         * tests/test-c-strstr.c: New file.
34302
34303 2007-02-11  Bruno Haible  <bruno@clisp.org>
34304
34305         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
34306         5.2.1 and earlier, whereby \055 was treated just like the range
34307         delimiter '-'.
34308         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34309
34310 2007-02-08  Bruno Haible  <bruno@clisp.org>
34311
34312         * modules/regex (Depends-on): Add stdbool.
34313         Reported by Dalibor Topic <robilad@kaffe.org>.
34314
34315 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
34316
34317         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
34318         Prefer returning from main to exiting from it.
34319         Remove unnecessary parens after sizeof.
34320
34321 2007-02-05  Bruno Haible  <bruno@clisp.org>
34322
34323         New module mbssep.
34324         * modules/mbssep: New file.
34325         * lib/mbssep.c: New file.
34326         * lib/string_.h (strsep): Add a conditional link warning.
34327         (mbssep): New declaration.
34328         * m4/mbssep.m4: New file.
34329         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34330         GNULIB_MBSSEP.
34331         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
34332         * MODULES.html.sh (Internationalization functions): Add mbssep.
34333
34334 2007-02-05  Bruno Haible  <bruno@clisp.org>
34335
34336         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
34337         Optimize search in case of 1 delimiter.
34338
34339 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34340
34341         * lib/acl.h: Include sys/types.h before sys/acl.h.
34342
34343 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34344
34345         Merge upstream fix for glibc bugzilla #3957:
34346
34347         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
34348
34349         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
34350         bit for RE_HAT_LISTS_NOT_NEWLINE.
34351         (build_charclass_op): Remove bogus comment.
34352
34353 2007-02-05  Simon Josefsson  <simon@josefsson.org>
34354
34355         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
34356
34357 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
34358
34359         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
34360         * lib/memmem.c [!defined _LIBC]: Include config.h.
34361
34362 2007-02-04  Bruno Haible  <bruno@clisp.org>
34363
34364         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
34365         warning message.
34366
34367 2007-02-04  Bruno Haible  <bruno@clisp.org>
34368
34369         New module mbstok_r.
34370         * modules/mbstok_r: New file.
34371         * lib/mbstok_r.c: New file.
34372         * lib/string_.h (strtok_r): Change argument names to match the
34373         comments. Add a conditional link warning.
34374         (mbstok_r): New declaration.
34375         * m4/mbstok_r.m4: New file.
34376         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34377         GNULIB_MBSTOK_R.
34378         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
34379         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
34380
34381 2007-02-04  Bruno Haible  <bruno@clisp.org>
34382
34383         New module mbsspn.
34384         * modules/mbsspn: New file.
34385         * lib/mbsspn.c: New file.
34386         * lib/string_.h (strspn): Add a conditional link warning.
34387         (mbsspn): New declaration.
34388         * m4/mbsspn.m4: New file.
34389         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34390         GNULIB_MBSSPN.
34391         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
34392         * MODULES.html.sh (Internationalization functions): Add mbsspn.
34393
34394 2007-02-04  Bruno Haible  <bruno@clisp.org>
34395
34396         New module mbspbrk.
34397         * modules/mbspbrk: New file.
34398         * lib/mbspbrk.c: New file.
34399         * lib/string_.h (strpbrk): Add a conditional link warning.
34400         (mbspbrk): New declaration.
34401         * m4/mbspbrk.m4: New file.
34402         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34403         GNULIB_MBSPBRK.
34404         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
34405         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
34406
34407 2007-02-04  Bruno Haible  <bruno@clisp.org>
34408
34409         New module mbscspn.
34410         * modules/mbscspn: New file.
34411         * lib/mbscspn.c: New file.
34412         * lib/string_.h (strcspn): Add a conditional link warning.
34413         (mbscspn): New declaration.
34414         * m4/mbscspn.m4: New file.
34415         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34416         GNULIB_MBSCSPN.
34417         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
34418         * MODULES.html.sh (Internationalization functions): Add mbscspn.
34419
34420 2007-02-04  Bruno Haible  <bruno@clisp.org>
34421
34422         New module mbscasestr, reduced goal of strcasestr.
34423         * modules/mbscasestr: New file.
34424         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
34425         (mbscasestr): Renamed from strcasestr.
34426         * lib/strcasestr.c: Don't include mbuiter.h.
34427         (strcasestr): Remove support for multibyte locales.
34428         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
34429         Change the conditional link warning.
34430         (mbscasestr): New declaration.
34431         * m4/mbscasestr.m4: New file.
34432         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
34433         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
34434         REPLACE_STRCASESTR.
34435         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
34436         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34437         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34438         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
34439         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
34440         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34441         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
34442         (Depends-on): Remove mbuiter.
34443         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
34444
34445 2007-02-04  Bruno Haible  <bruno@clisp.org>
34446
34447         Simplify handling of strncasecmp.
34448         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
34449         the conditional link warning.
34450         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34451         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
34452         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
34453         * modules/strcase (configure.ac): Don't invoke
34454         gl_STRING_MODULE_INDICATOR.
34455         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
34456
34457 2007-02-04  Bruno Haible  <bruno@clisp.org>
34458
34459         New module mbscasecmp, reduced goal of strcasecmp.
34460         * modules/mbscasecmp: New file.
34461         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
34462         (mbscasecmp): Renamed from strcasecmp.
34463         * lib/strcasecmp.c: Don't include mbuiter.h.
34464         (strcasecmp): Remove support for multibyte locales.
34465         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
34466         Change the conditional link warning.
34467         (mbscasecmp): New declaration.
34468         * m4/mbscasecmp.m4: New file.
34469         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
34470         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
34471         REPLACE_STRCASECMP.
34472         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
34473         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34474         GNULIB_MBSCASECMP.
34475         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
34476         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
34477         * modules/strcase (Files): Remove m4/mbrtowc.m4.
34478         (Depends-on): Remove mbuiter.
34479         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
34480
34481 2007-02-04  Bruno Haible  <bruno@clisp.org>
34482
34483         New module mbsstr. Remove module strstr.
34484         * modules/mbsstr: New file.
34485         * modules/strstr: Remove file.
34486         * lib/mbsstr.c: Renamed from lib/strstr.c.
34487         (mbsstr): Renamed from strstr.
34488         * lib/string_.h (strstr): Remove declaration. Change the conditional
34489         link warning.
34490         (mbsstr): New declaration.
34491         * m4/mbsstr.m4: New file.
34492         * m4/strstr.m4: Remove file.
34493         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
34494         REPLACE_STRSTR.
34495         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
34496         Don't initialize GNULIB_STRSTR.
34497         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
34498         substitute GNULIB_STRSTR and REPLACE_STRSTR.
34499         * MODULES.html.sh (Internationalization functions): Add mbsstr.
34500         (Support for systems lacking ANSI C 89): Remove strstr.
34501
34502 2007-02-04  Bruno Haible  <bruno@clisp.org>
34503
34504         New module mbsrchr.
34505         * modules/mbsrchr: New file.
34506         * lib/mbsrchr.c: New file.
34507         * lib/string_.h (strrchr): Add a conditional link warning.
34508         (mbsrchr): New declaration.
34509         * m4/mbsrchr.m4: New file.
34510         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34511         GNULIB_MBSRCHR.
34512         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
34513         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
34514
34515 2007-02-04  Bruno Haible  <bruno@clisp.org>
34516
34517         New module mbschr.
34518         * modules/mbschr: New file.
34519         * lib/mbschr.c: New file.
34520         * lib/string_.h (strchr): Add a conditional link warning.
34521         (mbschr): New declaration.
34522         * m4/mbschr.m4: New file.
34523         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34524         GNULIB_MBSCHR.
34525         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
34526         * MODULES.html.sh (Internationalization functions): Add mbschr.
34527
34528 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
34529
34530         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
34531
34532         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
34533
34534 2007-02-04  Bruno Haible  <bruno@clisp.org>
34535
34536         New module description section 'configure.ac-early'.
34537         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
34538         (func_get_autoconf_early_snippet): New function.
34539         (func_import, func_create_testdir): Use it. Remove special cases for
34540         modules 'extensions' and 'lock'.
34541         * modules/extensions (configure.ac-early): Require
34542         gl_USE_SYSTEM_EXTENSIONS.
34543         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
34544
34545 2007-02-04  Bruno Haible  <bruno@clisp.org>
34546
34547         Make use of gcj-4.3's -fsource and -ftarget option.
34548         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
34549         and if so try the options -fsource and -ftarget.
34550         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
34551         source_version, ftarget_option, target_version arguments.
34552         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
34553         (is_envjavac_oldgcj_14_14_usable): Renamed from
34554         is_envjavac_gcj_14_14_usable.
34555         (is_envjavac_oldgcj_14_13_usable): Renamed from
34556         is_envjavac_gcj_14_13_usable.
34557         (is_gcj_present): Update.
34558         (is_gcj_43, is_gcj43_usable): New functions.
34559         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
34560         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
34561         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
34562         try the options -fsource and -ftarget.
34563
34564 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34565
34566         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
34567         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
34568         larger value.
34569
34570 2007-02-03  Jim Meyering  <jim@meyering.net>
34571
34572         Give tools a better chance to allocate space for very large buffers.
34573         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
34574
34575         Make pwd and readlink work also when run with an unreadable parent dir
34576         on systems with openat support.
34577         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
34578         provided getcwd function, even when we have openat support.
34579         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
34580
34581 2007-02-02  Bruno Haible  <bruno@clisp.org>
34582
34583         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
34584         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
34585         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
34586         portability problems if one of these functions is only used on specific
34587         platforms.
34588         Reported by Paul Eggert.
34589
34590 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
34591
34592         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
34593         is causing more trouble than it's curing.
34594         * lib/regex_internal.h (__mempcpy): Remove.
34595         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
34596         (and make the code a tad smaller to boot).
34597         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
34598
34599 2007-02-02  Jim Meyering  <jim@meyering.net>
34600
34601         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
34602         section, not in the Makefile.am: one.
34603
34604 2007-02-02  Eric Blake  <ebb9@byu.net>
34605
34606         * lib/strchrnul.c: Always include config.h first.
34607
34608         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
34609         gnulib strstr is not necessary here.
34610
34611 2007-02-02  Simon Josefsson  <simon@josefsson.org>
34612
34613         * m4/socklen.m4: Fix typo.
34614
34615 2007-02-02  Eric Blake  <ebb9@byu.net>
34616
34617         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
34618         * modules/netinet_in (Makefile.am): Likewise.
34619
34620 2007-02-01  Bruno Haible  <bruno@clisp.org>
34621
34622         * lib/string_.h (GL_LINK_WARNING): New macro.
34623         (strcasecmp, strstr, strcasestr): If provided by the system,
34624         conditionally define as a macro that leads to a warning instead of to
34625         an error.
34626         (strncasecmp): Conditionally define as a macro that leads to a warning.
34627
34628 2007-02-01  Karl Berry  <karl@gnu.org>
34629
34630         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
34631
34632 2007-02-01  Bruno Haible  <bruno@clisp.org>
34633
34634         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
34635         renamings.
34636
34637 2007-02-01  Eric Blake  <ebb9@byu.net>
34638
34639         * modules/regex (Depends-on): Revert dependence on mempcpy.
34640         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
34641         module's definition of mempcpy.
34642         Reported by Paul Eggert.
34643
34644 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34645
34646         * lib/string_.h: If the gnulib module XYZ is not present, undefine
34647         the symbol XYZ before redefining it.  This fixes a problem with
34648         programs that don't use XYZ, when compiled on systems that define
34649         XYZ to something else.
34650
34651 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
34652
34653         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
34654         occurs when "mkdir -m foo" creates a setgid directory that is (1)
34655         writeable to group or other and (2) is intended to have a special
34656         mode bit that is set or cleared.  In such a case, the directory
34657         should be neither group- nor other-writeable until the special
34658         mode bits are right.
34659
34660 2007-01-31  Eric Blake  <ebb9@byu.net>
34661
34662         * modules/mountlist (Depends-on): Add strstr.
34663
34664         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
34665         bug.
34666         * modules/string (Makefile.am): Remove redundant replacement.
34667         * modules/regex (Depends-on): Add mempcpy.
34668
34669 2007-01-31  Bruno Haible  <bruno@clisp.org>
34670
34671         New module description field 'Link'.
34672         * gnulib-tool (func_usage): Document --extract-link-directive.
34673         (sed_extract_prog): Recognize 'Link' directive.
34674         (func_get_link_directive): New function.
34675         (func_import): Show summary of link directives.
34676         Handle --extract-link-directive option.
34677         * modules/acl (Link): New section.
34678         * modules/clock-time (Link): New section.
34679         * modules/euidaccess (Link): New section.
34680         * modules/gettext (Link): New section.
34681         * modules/iconv (Link): New section.
34682         * modules/lock (Link): New section.
34683         * modules/nanosleep (Link): New section.
34684         * modules/readline (Link): New section.
34685
34686 2007-01-27  Bruno Haible  <bruno@clisp.org>
34687
34688         Enforce the use of gnulib modules for unportable <string.h> functions.
34689         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
34690         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
34691         (gl_HEADER_STRING_H_BODY): Require it.
34692         * lib/string_.h: If the gnulib module XYZ is not present, redefine
34693         the symbol XYZ to one that gives a link error.
34694         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
34695         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
34696         * modules/mempcpy (configure.ac): Likewise.
34697         * modules/memrchr (configure.ac): Likewise.
34698         * modules/stpcpy (configure.ac): Likewise.
34699         * modules/stpncpy (configure.ac): Likewise.
34700         * modules/strcase (configure.ac): Likewise.
34701         * modules/strcasestr (configure.ac): Likewise.
34702         * modules/strchrnul (configure.ac): Likewise.
34703         * modules/strdup (configure.ac): Likewise.
34704         * modules/strndup (configure.ac): Likewise.
34705         * modules/strnlen (configure.ac): Likewise.
34706         * modules/strpbrk (configure.ac): Likewise.
34707         * modules/strsep (configure.ac): Likewise.
34708         * modules/strstr (configure.ac): Likewise.
34709         * modules/strtok_r (configure.ac): Likewise.
34710
34711 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
34712
34713         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
34714
34715 2007-01-30  Jim Meyering  <jim@meyering.net>
34716
34717         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
34718
34719 2007-01-29  Bruno Haible  <bruno@clisp.org>
34720
34721         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
34722         * lib/execute.c: Likewise.
34723         * lib/pipe.c: Likewise.
34724         * lib/printf-args.h: Likewise.
34725         * lib/printf-args.c: Likewise.
34726         * lib/printf-parse.c: Likewise.
34727         * lib/vasnprintf.c: Likewise.
34728
34729 2007-01-29  Eric Blake  <ebb9@byu.net>
34730
34731         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
34732         declaration.
34733
34734 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
34735
34736         * lib/strptime.h (strptime): Use 'restrict' for args where
34737         POSIX requires this.
34738         * lib/strptime.c (strptime): Likewise.
34739         Change license notice from LGPL to GPL, since gnulib-tool will
34740         change this as needed.
34741         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
34742         defined.
34743         Include "strptime.h" first, to check interface.
34744         Do not #undef _LIBC and _NL_CURRENT.
34745         Do not include <stdlib.h>; no longer needed.
34746         Include "time_r.h" and declare ptime_locale_status
34747         only if _LIBC is not defined.
34748         (__P): Remove unused macro.
34749         (match_string): Bring back glibc version, but use it only if _LIBC
34750         is defined.
34751         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
34752         Remove unnecessary assertion and abort() call.
34753         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
34754         * m4/strptime.m4: Fix serial number comment.
34755         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
34756         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
34757         (Depends-on): Add time_r.
34758
34759 2007-01-29  Bruno Haible  <bruno@clisp.org>
34760
34761         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34762         strptime.
34763         * modules/strptime (Depends-on): Add stdbool.
34764         * lib/strptime.h: Include <time.h> always. Add comments.
34765
34766 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34767
34768         * modules/strptime: New file.
34769         * lib/strptime.h: New file.
34770         * lib/strptime.c: New file.
34771         * m4/strptime.m4: New file.
34772
34773 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34774
34775         * MODULES.html.sh: New module mpsort.
34776         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
34777
34778         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
34779         a circularity problem with HP-UX ia64 reported by Bob Proulx in
34780         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
34781         All uses changed.
34782         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
34783         All uses changed.
34784         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
34785         to _Restrict_.
34786         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
34787         the parameter matches the prototype.
34788
34789 2007-01-28  Jim Meyering  <jim@meyering.net>
34790
34791         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
34792         sys/time.h here, reverting that part of the previous patch:
34793         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
34794
34795 2007-01-28  Bruno Haible  <bruno@clisp.org>
34796
34797         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
34798         value of $(SYS_TIME_H).
34799         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
34800         remove it conditionally, too. [added by Jim Meyering]
34801         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
34802         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
34803         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
34804         GETTIMEOFDAY_REPLACEMENT to 1.
34805
34806 2007-01-28  Bruno Haible  <bruno@clisp.org>
34807
34808         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
34809         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
34810         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
34811         Set UNISTD_H instead of UNISTD_H2.
34812         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
34813
34814 2007-01-28  Bruno Haible  <bruno@clisp.org>
34815
34816         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
34817         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
34818
34819 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34820
34821         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
34822         (func_create_testdir): Ensure C locale for `grep' and `tr'
34823         character ranges.
34824         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
34825         ACLOCAL_AMFLAGS parsing state machine.
34826
34827 2007-01-27  Bruno Haible  <bruno@clisp.org>
34828
34829         * modules/unistr/base: Update.
34830
34831 2007-01-27  Bruno Haible  <bruno@clisp.org>
34832
34833         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
34834         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
34835         * modules/unistr/u32-mbtouc-unsafe: Renamed from
34836         modules/unistr/u32-mbtouc.
34837         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
34838         * lib/unistr.h: Update.
34839         * lib/linebreak.c: Update.
34840         * modules/unistr/u32-mbtouc: Renamed from
34841         modules/unistr/u32-mbtouc-safe.
34842         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
34843         * lib/unistr.h: Update.
34844         * lib/unistr/u32-to-u8.c: Update.
34845         * lib/unistr/u32-to-u16.c: Update.
34846
34847 2007-01-27  Bruno Haible  <bruno@clisp.org>
34848
34849         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
34850         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
34851         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
34852         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
34853         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
34854         * modules/unistr/u16-mbtouc-unsafe: Renamed from
34855         modules/unistr/u16-mbtouc.
34856         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
34857         * lib/unistr.h: Update.
34858         * lib/linebreak.c: Update.
34859         * modules/linebreak: Update.
34860         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
34861         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
34862         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
34863         * modules/unistr/u16-mbtouc: Renamed from
34864         modules/unistr/u16-mbtouc-safe.
34865         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
34866         * lib/unistr.h: Update.
34867         * lib/unistr/u16-to-u8.c: Update.
34868         * modules/unistr/u16-to-u8: Update.
34869         * lib/unistr/u16-to-u32.c: Update.
34870         * modules/unistr/u16-to-u32: Update.
34871
34872 2007-01-27  Bruno Haible  <bruno@clisp.org>
34873
34874         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
34875         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
34876         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
34877         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
34878         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
34879         * modules/unistr/u8-mbtouc-unsafe: Renamed from
34880         modules/unistr/u8-mbtouc.
34881         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
34882         * lib/unistr.h: Update.
34883         * lib/striconveh.c: Update.
34884         * modules/striconveh: Update.
34885         * lib/linebreak.c: Update.
34886         * modules/linebreak: Update.
34887         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
34888         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
34889         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
34890         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
34891         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
34892         * lib/unistr.h: Update.
34893         * lib/striconveh.c: Update.
34894         * modules/striconveh: Update.
34895         * lib/unistr/u8-to-u16.c: Update.
34896         * modules/unistr/u8-to-u16: Update.
34897         * lib/unistr/u8-to-u32.c: Update.
34898         * modules/unistr/u8-to-u32: Update.
34899
34900 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34901
34902         Sync from Libtool.
34903         * lib/argz.c: Do not include strings.h nor memory.h, include
34904         string.h unconditionally.  Patch by Simon Josefsson.
34905
34906 2007-01-27  Bruno Haible  <bruno@clisp.org>
34907
34908         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
34909         from gl_HEADER_STRING_H_BODY.
34910         (gl_HEADER_STRING_H_BODY): Require it.
34911         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
34912         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
34913         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
34914         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
34915         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34916         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
34917         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
34918         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
34919         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
34920         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
34921         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
34922         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
34923         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
34924         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
34925         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34926
34927 2007-01-27  Bruno Haible  <bruno@clisp.org>
34928
34929         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
34930         check_PROGRAMS into noinst_PROGRAMS.
34931         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
34932         check_PROGRAMS in this case.
34933         (func_import): Set for_test to false.
34934         (func_create_testdir): Set for_test to true.
34935
34936 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
34937             Bruno Haible  <bruno@clisp.org>
34938
34939         * modules/strcasestr (Files): Remove lib/strcasestr.h.
34940         (Depends-on): Add string.
34941         (Includes): Use <string.h> instead of strcasestr.h.
34942         * modules/string (Makefile.am): Also substitute the value of
34943         REPLACE_STRCASESTR.
34944         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
34945         assume strcasestr is declared in <string.h> not <strings.h>. Also
34946         set REPLACE_STRCASESTR.
34947         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
34948         REPLACE_STRCASESTR.
34949         * lib/strcasestr.h: Remove file.
34950         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
34951         * lib/string_.h (strcasestr): New declaration.
34952
34953 2007-01-27  Bruno Haible  <bruno@clisp.org>
34954
34955         * lib/string_.h: Use 'extern'.
34956
34957 2007-01-27  Jim Meyering  <jim@meyering.net>
34958
34959         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
34960         of set-but-not-used local, "q".
34961
34962         * lib/mempcpy.c: Include <config.h> before <string.h>.
34963         This fixes a compilation error on HP-UX, due to the system's
34964         "restrict"-using mempcpy prototype.
34965
34966 2007-01-26  Bruno Haible  <bruno@clisp.org>
34967
34968         Small optimization.
34969         * lib/javacomp.c: Include c-strstr.h.
34970          (is_envjavac_gcj): Use c_strstr instead of strstr.
34971         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
34972
34973 2007-01-26  Bruno Haible  <bruno@clisp.org>
34974
34975         * MODULES.html.sh (Unicode string functions): Add the new modules.
34976
34977         * modules/uniconv/u32-strconv-to-locale: New file.
34978         * lib/uniconv/u32-strconv-to-locale.c: New file.
34979
34980         * modules/uniconv/u16-strconv-to-locale: New file.
34981         * lib/uniconv/u16-strconv-to-locale.c: New file.
34982
34983         * modules/uniconv/u8-strconv-to-locale: New file.
34984         * lib/uniconv/u8-strconv-to-locale.c: New file.
34985
34986         * modules/uniconv/u32-strconv-from-locale: New file.
34987         * lib/uniconv/u32-strconv-from-locale.c: New file.
34988
34989         * modules/uniconv/u16-strconv-from-locale: New file.
34990         * lib/uniconv/u16-strconv-from-locale.c: New file.
34991
34992         * modules/uniconv/u8-strconv-from-locale: New file.
34993         * lib/uniconv/u8-strconv-from-locale.c: New file.
34994
34995         * modules/uniconv/u32-strconv-to-enc: New file.
34996         * lib/uniconv/u32-strconv-to-enc.c: New file.
34997         * modules/uniconv/u32-strconv-to-enc-tests: New file.
34998         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
34999
35000         * modules/uniconv/u16-strconv-to-enc: New file.
35001         * lib/uniconv/u16-strconv-to-enc.c: New file.
35002         * lib/uniconv/u-strconv-to-enc.h: New file.
35003         * modules/uniconv/u16-strconv-to-enc-tests: New file.
35004         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
35005
35006         * modules/uniconv/u8-strconv-to-enc: New file.
35007         * lib/uniconv/u8-strconv-to-enc.c: New file.
35008         * modules/uniconv/u8-strconv-to-enc-tests: New file.
35009         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
35010
35011         * modules/uniconv/u32-strconv-from-enc: New file.
35012         * lib/uniconv/u32-strconv-from-enc.c: New file.
35013         * modules/uniconv/u32-strconv-from-enc-tests: New file.
35014         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
35015
35016         * modules/uniconv/u16-strconv-from-enc: New file.
35017         * lib/uniconv/u16-strconv-from-enc.c: New file.
35018         * modules/uniconv/u16-strconv-from-enc-tests: New file.
35019         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
35020
35021         * modules/uniconv/u8-strconv-from-enc: New file.
35022         * lib/uniconv/u8-strconv-from-enc.c: New file.
35023         * lib/uniconv/u-strconv-from-enc.h: New file.
35024         * modules/uniconv/u8-strconv-from-enc-tests: New file.
35025         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
35026
35027         * modules/uniconv/u32-conv-from-enc: New file.
35028         * lib/uniconv/u32-conv-from-enc.c: New file.
35029         * modules/uniconv/u32-conv-from-enc-tests: New file.
35030         * tests/uniconv/test-u32-conv-from-enc.c: New file.
35031
35032         * modules/uniconv/u16-conv-from-enc: New file.
35033         * lib/uniconv/u16-conv-from-enc.c: New file.
35034         * lib/uniconv/u-conv-from-enc.h: New file.
35035         * modules/uniconv/u16-conv-from-enc-tests: New file.
35036         * tests/uniconv/test-u16-conv-from-enc.c: New file.
35037
35038         * modules/uniconv/u8-conv-from-enc: New file.
35039         * lib/uniconv/u8-conv-from-enc.c: New file.
35040         * modules/uniconv/u8-conv-from-enc-tests: New file.
35041         * tests/uniconv/test-u8-conv-from-enc.c: New file.
35042
35043         * modules/uniconv/base: New file.
35044         * lib/uniconv.h: New file.
35045
35046 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
35047
35048         * doc/gnulib-tool.texi (Initial import): Update to match current
35049         behavior with strdup module.
35050         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
35051         * lib/memmem.h: Remove; all uses removed.  This is now done
35052         by <string.h>.
35053         * lib/mempcpy.h: Likewise.
35054         * lib/memrchr.h: Likewise.
35055         * lib/stpcpy.h: Likewise.
35056         * lib/stpncpy.h: Likewise.
35057         * lib/strcase.h: Likewise.
35058         * lib/strchrnul.h: Likewise.
35059         * lib/strdup.h: Likewise.
35060         * lib/strndup.h: Likewise.
35061         * lib/strnlen.h: Likewise.
35062         * lib/strpbrk.h: Likewise.
35063         * lib/strsep.h: Likewise.
35064         * lib/strstr.h: Likewise.
35065         * lib/strtok_r.h: Likewise.
35066         * lib/string_.h: New file.
35067         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
35068         Rely on <string.h> instead.
35069         * lib/canon-host.c: Likewise.
35070         * lib/chdir-long.c: Likewise.
35071         * lib/concatpath.c: Likewise.
35072         * lib/exclude.c: Likewise.
35073         * lib/fchdir.c: Likewise.
35074         * lib/getaddrinfo.c: Likewise.
35075         * lib/getcwd.c: Likewise.
35076         * lib/getsubopt.c: Likewise.
35077         * lib/glob.c: Likewise.
35078         * lib/hard-locale.c: Likewise.
35079         * lib/iconvme.c: Likewise.
35080         * lib/javacomp.c: Likewise.
35081         * lib/mempcpy.c: Likewise.
35082         * lib/memrchr.c: Likewise.
35083         * lib/regex_internal.h: Likewise.
35084         * lib/stpncpy.c: Likewise.
35085         * lib/strcasecmp.c: Likewise.
35086         * lib/strchrnul.c: Likewise.
35087         * lib/strdup.c: Likewise.
35088         * lib/striconv.c: Likewise.
35089         * lib/striconveh.c: Likewise.
35090         * lib/striconveha.c: Likewise.
35091         * lib/strncasecmp.c: Likewise.
35092         * lib/strndup.c: Likewise.
35093         * lib/strnlen.c: Likewise.
35094         * lib/strsep.c: Likewise.
35095         * lib/strstr.c: Likewise.
35096         * lib/strtok_r.c: Likewise.
35097         * lib/userspec.c: Likewise.
35098         * lib/w32spawn.h: Likewise.
35099         * lib/xstrndup.c: Likewise.
35100         * lib/mountlist.c (strstr): Remove decl.
35101         * m4/string_h.m4: New file.
35102         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
35103         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
35104         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
35105         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
35106         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
35107         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
35108         Set REPLACE_STRCASECMP if necessary.
35109         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
35110         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
35111         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
35112         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
35113         HAVE_DECL_STRDUP if necessary.
35114         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
35115         since gl_FUNC_STRNDUP does that now.
35116         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
35117         Check for decl here...
35118         (gl_PREREQ_STRNLEN): ... not here.
35119         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
35120         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
35121         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
35122         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
35123         necessary.
35124         * modules/string: New file.
35125         * modules/memmem (Files): Remove special-purpose include file.
35126         (Depends-on): Add string.
35127         (Include): Include <string.h>, not the removed file.
35128         * modules/mempcpy: Likewise.
35129         * modules/memrchr: Likewise.
35130         * modules/stpcpy: Likewise.
35131         * modules/stpncpy: Likewise.
35132         * modules/strcase: Likewise.
35133         * modules/strchrnul: Likewise.
35134         * modules/strdup: Likewise.
35135         * modules/strndup: Likewise.
35136         * modules/strnlen: Likewise.
35137         * modules/strpbrk: Likewise.
35138         * modules/strsep: Likewise.
35139         * modules/strstr: Likewise.
35140         * modules/strtok_r: Likewise.
35141         * tests/test-dirname.c: Don't include "strdup.h", since
35142         <string.h> now suffices.
35143         * tests/test-memmem.c: Don't include "memmem.h", since
35144         <string.h> now suffices.
35145
35146 2007-01-25  Bruno Haible  <bruno@clisp.org>
35147
35148         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
35149         *resultp is 0.
35150
35151         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
35152         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
35153         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
35154         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
35155
35156         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
35157         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
35158         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
35159         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
35160         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
35161         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
35162
35163 2007-01-24  Bruno Haible  <bruno@clisp.org>
35164
35165         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
35166         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
35167         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
35168         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
35169         gl_FUNC_FTS_CORE.
35170         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
35171         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
35172         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35173         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
35174         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
35175         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
35176         gl_FUNC_FCHOWNAT.
35177         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
35178         gl_FUNC_STRFTIME.
35179         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
35180         Reported by Ralf Wildenhues.
35181
35182 2007-01-24  Bruno Haible  <bruno@clisp.org>
35183
35184         Drop AC_REQUIRE calls that are redundant with the module dependencies.
35185         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
35186         gl_GETADDRINFO.
35187         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
35188         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
35189         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
35190
35191 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
35192
35193         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
35194         Don't use 'exit'; just return from 'main'.
35195         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
35196
35197         * lib/fnmatch_.h: Readjust white space and comments to match
35198         glibc, to avoid spurious diffs.
35199
35200 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35201
35202         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
35203         2004-12-01 change by Jakub Jelinek, since this code won't compile
35204         if !LIBC.  Problem reported by Bob Proulx.
35205
35206 2007-01-23  Bruno Haible  <bruno@clisp.org>
35207
35208         * lib/striconveh.c: Include c-strcaseeq.h.
35209         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
35210         * modules/striconveh (Depends-on): Add c-strcaseeq.
35211
35212 2007-01-23  Bruno Haible  <bruno@clisp.org>
35213
35214         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
35215
35216         * modules/c-strcaseeq: New file.
35217         * lib/c-strcaseeq.h: New file.
35218
35219         * modules/streq: New file.
35220         * lib/streq.h: New file.
35221
35222 2007-01-23  Bruno Haible  <bruno@clisp.org>
35223
35224         * modules/striconveha-tests: New file.
35225         * tests/test-striconveha.c: New file.
35226
35227         * lib/striconveha.h: Include <stdbool.h>.
35228         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
35229         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
35230         (mem_iconveha_notranslit): Renamed from mem_iconveha.
35231         (mem_iconveha): New function.
35232         (str_iconveha_notranslit): Renamed from str_iconveha.
35233         (str_iconveha): New function.
35234         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
35235         c-strcase.
35236
35237 2007-01-23  Bruno Haible  <bruno@clisp.org>
35238
35239         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
35240         encodings without forgiving before trying any encoding with handler.
35241         (str_iconveha): Try all encodings without forgiving before trying any
35242         encoding with handler.
35243
35244 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35245
35246         Import the following changes from libc.
35247
35248         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
35249
35250         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
35251
35252         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35253
35254         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
35255         normal_bracket label.
35256
35257         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
35258
35259         [BZ #361]
35260         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
35261         to normal_bracket after fetching the next character.
35262
35263 2007-01-22  Bruno Haible  <bruno@clisp.org>
35264
35265         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
35266         argument.
35267         * lib/striconveh.c (iconv_carefully_1): New function.
35268         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
35269         argument.
35270         (str_cd_iconveh): Update.
35271         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
35272         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
35273         * tests/test-striconveh.c (MAGIC): New macro.
35274         (new_offsets): New function.
35275         (main): Test call with and without offsets.
35276
35277 2007-01-22  Bruno Haible  <bruno@clisp.org>
35278
35279         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
35280         * modules/sys_select (Makefile.am): Likewise.
35281         * modules/sys_socket (Makefile.am): Likewise.
35282         * modules/sys_time (Makefile.am): Likewise.
35283
35284 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
35285
35286         * modules/gettimeofday (License): Change from GPL to LGPL, since
35287         gettimeofday is a library function.
35288
35289 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35290
35291         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
35292
35293 2007-01-21  Bruno Haible  <bruno@clisp.org>
35294
35295         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
35296
35297 2007-01-21  Bruno Haible  <bruno@clisp.org>
35298
35299         * modules/striconveha: New file.
35300         * lib/striconveha.h: New file.
35301         * lib/striconveha.c: New file.
35302         * MODULES.html.sh (Internationalization functions): Add striconveha.
35303         * lib/striconv.c (str_iconv): Optimize the case of an empty input
35304         string.
35305         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
35306
35307 2007-01-21  Bruno Haible  <bruno@clisp.org>
35308
35309         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
35310         * lib/striconveh.c (str_iconveh): Likewise.
35311
35312 2007-01-21  Bruno Haible  <bruno@clisp.org>
35313
35314         * lib/striconveh.h (mem_iconveh): New declaration.
35315         * lib/striconveh.c (mem_iconveh): New function.
35316         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
35317
35318 2007-01-21  Bruno Haible  <bruno@clisp.org>
35319
35320         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
35321
35322         * lib/striconveh.h (mem_cd_iconveh): Change specification.
35323         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
35324         original result buffer.
35325         (str_cd_iconveh): Update.
35326         * tests/test-striconveh.c (main): Update.
35327
35328         * lib/striconv.h (mem_cd_iconv): Change specification.
35329         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
35330         result buffer.
35331         (str_cd_iconv): Update.
35332         * tests/test-striconv.c (main): Update.
35333
35334 2007-01-21  Bruno Haible  <bruno@clisp.org>
35335
35336         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
35337
35338 2007-01-20  Jim Meyering  <jim@meyering.net>
35339
35340         * lib/userspec.c (parse_with_separator): If a user or group string
35341         starts with "+", skip the corresponding name-to-ID look-up, since
35342         such a look-up must fail: user and group names may not include "+".
35343
35344 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
35345
35346         * lib/poll.c: Include sys/time.h and time.h unconditionally,
35347         since we now assume the sys_time module.
35348         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
35349         check for sys/time.h; no longer needed.
35350         * modules/poll (Depends-on): Depend on sys_time.
35351
35352 2007-01-18  Bruno Haible  <bruno@clisp.org>
35353
35354         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
35355         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35356
35357         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
35358         gettimeofday.
35359
35360         * tests/test-gettimeofday.c: Include <time.h>.
35361         (dummy): Remove variable.
35362
35363         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
35364         gl_HEADER_SYS_TIME_H.
35365         (gl_HEADER_SYS_TIME_H): New macro.
35366
35367         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
35368         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35369         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
35370         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
35371         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35372         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
35373         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
35374         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35375         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
35376         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
35377         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35378
35379         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
35380         last change; it caused a compilation error when cross-compiling to
35381         Cygwin.
35382
35383 2007-01-18  Jim Meyering  <jim@meyering.net>
35384
35385         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
35386         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
35387         than the race-prone "test -d sys || mkdir sys".
35388         (configure.ac): Use AC_PROG_MKDIR_P.
35389         * modules/sys_select: Likewise.
35390         * modules/sys_socket: Likewise.
35391         * modules/sys_time: Likewise.
35392
35393 2007-01-18  Eric Blake  <ebb9@byu.net>
35394
35395         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
35396         replace gettimeofday.
35397         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
35398         name, to avoid infinite recursion.
35399
35400 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
35401
35402         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
35403         module sys_time.
35404         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
35405         assume timespec.h defines struct timeval.
35406         * lib/settime.c: Likewise.
35407         * lib/utimens.c: Likewise.
35408         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
35409         since we now assume the gettimeofday module.
35410         * lib/tempname.c (__gen_tempname): Likewise.
35411         * lib/gettimeofday.h: Remove.
35412         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
35413         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
35414         Include <time.h>, for 'time()'.
35415         (localtime_buffer_addr): Also use this workaround if
35416         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
35417         to simplify the uses.  All uses changed.
35418         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
35419         that #undef is inside {}, and 'const' follows type name consistently.
35420         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
35421         (gettimeofday): Do not use the maximum possible value for
35422         tv->tv_usec, since that might break usages other than ls.c.
35423         Instead, we'll leave ls.c alone.  This undoes today's patch
35424         by Bruno.  Add a compile-time warning for 1s-clock resolution;
35425         we've never observed the problem but might as well keep the
35426         canary.
35427         * lib/nanosleep.c: Include timespec.h first, for interface check.
35428         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
35429         now assume the sys_time module.
35430         * lib/tempname.c: Likewise.
35431         * lib/timespec.h: Likewise.
35432         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
35433         needed.
35434         * lib/strftime.c: Likewise.
35435         * lib/timespec.h: Likewise.
35436         * lib/posixtm.c: Include posixtm.h first, for interface check.
35437         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
35438         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
35439         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
35440         * lib/sys_time_.h: New file.
35441         * lib/timespec.h (struct timespec): Use long int, not long.
35442         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35443         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
35444         Remove obsolescent call to AC_HEADER_TIME.
35445         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
35446         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
35447         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35448         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
35449         Likewise.
35450         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
35451         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
35452         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
35453         into the sys_time module.  Check for gettimeofday just once.
35454         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
35455         for gettimeofday signature to just check the signature.  Merely
35456         compile it, since linking doesn't test signature.  Improve test for
35457         whether gettimeofday.o is actually needed.
35458         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
35459         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
35460         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
35461         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35462         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
35463         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
35464         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
35465         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
35466         than worrying about sys/time.h.
35467         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
35468         Don't bother worrying about TIME_WITH_SYS_TIME.
35469         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
35470         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
35471         * m4/sys_time_h.m4: New file.
35472         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
35473         Don't include sys/time.h.  Return from main rather than exiting.
35474         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
35475         all uses changed.
35476         * modules/gethrxtime (Depends-on): Add sys_time.
35477         * modules/gettime (Depends-on): Likewise.
35478         * modules/gettimeofday (Depends-on): Likewise.
35479         * modules/nanosleep (Depends-on): Likewise.
35480         * modules/settime (Depends-on): Likewise.
35481         * modules/tempname (Depends-on): Likewise.
35482         * modules/utimens (Depends-on): Likewise.
35483         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
35484         (Include:) Change back to <sys/time.h>.
35485         (Maintainer:) Add self.
35486         * modules/sys_time: New file.
35487         * modules/tempname (Depends-on): Add gettimeofday.
35488         * tests/test-gettimeofday.c: Include <sys/time.h>
35489         rather than gettimeofday.h.
35490
35491 2007-01-17  Bruno Haible  <bruno@clisp.org>
35492
35493         * gnulib-tool (func_get_license): Revert last patch. Instead, let
35494         the license default to GPL.
35495         (func_create_testdir): Don't complain if a module is LGPL and its
35496         tests module depends on GPLed modules.
35497
35498 2007-01-17  Bruno Haible  <bruno@clisp.org>
35499
35500         * lib/gettimeofday.c (gettimeofday): Add code for the case
35501         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
35502         maximum possible value for tv->tv_usec, rather than the minimum one.
35503
35504 2005-10-08  Martin Lambers  <marlam@marlam.de>
35505 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
35506 2007-01-16  Bruno Haible  <bruno@clisp.org>
35507
35508         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
35509         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
35510         gl_FUNC_GETTIMEOFDAY.
35511         (Include): Add gettimeofday.h.
35512         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
35513         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
35514         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
35515         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
35516         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
35517         * lib/gettimeofday.h: New file.
35518         * lib/gettimeofday.c: Include <sys/timeb.h>.
35519         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
35520         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35521         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
35522         fall back on time().
35523
35524         * tests/test-gettimeofday.c: New file.
35525         * modules/gettimeofday-tests: New file.
35526
35527 2007-01-16  Eric Blake  <ebb9@byu.net>
35528
35529         * modules/fnmatch (Depends-on): Depend on wchar.
35530         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
35531         * m4/fnmatch.m4: Likewise.
35532         * modules/mbchar (Makefile.am): Assume <wchar.h>.
35533         * m4/mbchar.m4: Likewise.
35534         * modules/mbswidth (Depends-on): Depend on wchar.
35535         * lib/mbswidth.c: Assume <wchar.h>.
35536         * m4/mbswidth.m4: Likewise.
35537         * modules/quotearg (Depends-on): Depend on wchar.
35538         * lib/quotearg.c: Assume <wchar.h>.
35539         * m4/quotearg.m4: Likewise.
35540         * modules/regex (Depends-on): Depend on wchar.
35541         * lib/regex_internal.h: Assume <wchar.h>.
35542         * m4/regex.m4: Likewise.
35543         * modules/stdint (Depends-on): Depend on wchar.
35544         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
35545         * m4/stdint.m4: Likewise.
35546         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
35547         * modules/strftime (Depends-on): Depend on wchar.
35548         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
35549         * modules/strtol (Depends-on): Depend on wchar.
35550         * lib/strtol.c: Assume <wchar.h>.
35551         * modules/wcwidth (Depends-on): Depend on wchar.
35552         * lib/wcwidth.h: Assume <wchar.h>.
35553         * m4/wcwidth.m4: Likewise.
35554
35555 2007-01-16  Bruno Haible  <bruno@clisp.org>
35556
35557         * modules/csharpexec-script: New, created from...
35558         * modules/csharpexec: ... this.
35559
35560 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
35561
35562         * modules/javaexec-script: New, created from...
35563         * modules/javaexec: ... this.
35564
35565 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35566
35567         * modules/poll (Dependencies): Add sys_select.
35568
35569 2007-01-15  Jim Meyering  <jim@meyering.net>
35570
35571         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
35572         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
35573         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
35574         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
35575
35576 2007-01-15  Bruno Haible  <bruno@clisp.org>
35577
35578         * modules/striconveh: New file.
35579         * lib/striconveh.h: New file.
35580         * lib/striconveh.c: New file.
35581         * MODULES.html.sh (Internationalization functions): Add striconveh.
35582
35583         * modules/striconveh-tests: New file.
35584         * tests/test-striconveh.c: New file.
35585
35586 2007-01-15  Bruno Haible  <bruno@clisp.org>
35587
35588         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
35589         not from GNU libiconv or GNU libc.
35590
35591 2007-01-15  Bruno Haible  <bruno@clisp.org>
35592
35593         * doc/gnulib-intro.texi (Copyright): Explain the different license
35594         terms for module descriptions, autoconf macros, tests, documentation.
35595
35596 2007-01-14  Bruno Haible  <bruno@clisp.org>
35597
35598         * modules/striconv-tests: New file.
35599         * tests/test-striconv.c: New file.
35600
35601 2007-01-14  Bruno Haible  <bruno@clisp.org>
35602
35603         * modules/iconv-tests: New file.
35604         * tests/test-iconv.c: New file.
35605
35606 2007-01-14  Bruno Haible  <bruno@clisp.org>
35607
35608         * gnulib-tool (func_get_license): For test modules, use the license of
35609         the main module.
35610
35611 2007-01-14  Bruno Haible  <bruno@clisp.org>
35612
35613         * modules/iconv (Include): Clarify that <iconv.h> can only be included
35614         if iconv is found to exist.
35615
35616 2007-01-14  Bruno Haible  <bruno@clisp.org>
35617
35618         * modules/c-ctype-tests: New file.
35619         * tests/test-c-ctype.c: New file.
35620
35621 2007-01-14  Bruno Haible  <bruno@clisp.org>
35622
35623         * modules/binary-io-tests: New file.
35624         * tests/test-binary-io.sh: New file.
35625         * tests/test-binary-io.c: New file.
35626
35627 2007-01-14  Bruno Haible  <bruno@clisp.org>
35628
35629         * modules/array-oset-tests: New file.
35630         * tests/test-array_oset.c: New file.
35631
35632 2007-01-14  Bruno Haible  <bruno@clisp.org>
35633
35634         * modules/array-list-tests: New file.
35635         * tests/test-array_list.c: New file.
35636
35637 2007-01-14  Bruno Haible  <bruno@clisp.org>
35638
35639         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
35640         and make.
35641         Reported by Simon Josefsson in
35642         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
35643
35644 2007-01-14  Bruno Haible  <bruno@clisp.org>
35645
35646         * modules/allocsa-tests: New file.
35647         * tests/test-allocsa.c: New file.
35648
35649 2007-01-14  Bruno Haible  <bruno@clisp.org>
35650
35651         * modules/fchdir (Depends-on): Add absolute-header.
35652         * modules/unistd (Depends-on): Likewise.
35653
35654 2006-12-30  Bruno Haible  <bruno@clisp.org>
35655
35656         * modules/fchdir: New file.
35657         * modules/unistd (Files): Add lib/unistd_.h.
35658         (Makefile.am): Generate unistd.h from unistd_.h.
35659         * lib/fchdir.c: New file.
35660         * lib/dirent_.h: New file.
35661         * lib/unistd_.h: New file.
35662         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
35663         * m4/fchdir.m4: New file.
35664         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
35665         (gl_HEADER_UNISTD): Invoke it.
35666         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
35667         function.
35668         * lib/backupfile.c (opendir, closedir): Undefine.
35669         * lib/chown.c (open, close): Undefine.
35670         * lib/clean-temp.c (open, close): Undefine.
35671         * lib/copy-file.c (open, close): Undefine.
35672         * lib/execute.c (open, close): Undefine.
35673         * lib/fsusage.c (open, close): Undefine.
35674         * lib/gc-gnulib.c (open, close): Undefine.
35675         * lib/getcwd.c (opendir, closedir): Undefine.
35676         * lib/glob.c (opendir, closedir): Undefine.
35677         * lib/javacomp.c (open, close): Undefine.
35678         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
35679         * lib/openat-proc.c (open, close): Undefine.
35680         * lib/pagealign_alloc.c (open, close): Undefine.
35681         * lib/pipe.c (open, close): Undefine.
35682         * lib/progreloc.c (open, close): Undefine.
35683         * lib/savedir.c (opendir, closedir): Undefine.
35684         * lib/utime.c (open, close): Undefine.
35685         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
35686
35687 2007-01-10  Bruno Haible  <bruno@clisp.org>
35688
35689         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
35690
35691 2007-01-12  Eric Blake  <ebb9@byu.net>
35692
35693         Provide a robust <wchar.h>.  Further simplifications are now
35694         possible in other modules, but not included here.
35695         * modules/wchar: New module.
35696         * m4/wchar.m4: New file.
35697         * lib/wchar_.h: Likewise.
35698         * modules/mbchar (Depends-on): Depend on wchar, as the first use
35699         of the new module.
35700         * MODULES.html.sh (Extended multibyte and wide character utilities):
35701         New section.
35702
35703 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
35704
35705         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
35706         to a reasonable default for memory allocation.
35707         (xreadlink): Don't allocate a huge buffer, to work around a buggy
35708         file system that reports garbage st_size values for symlinks.
35709         Problem reported by Liyang Hu.
35710
35711 2007-01-11  Simon Josefsson  <simon@josefsson.org>
35712
35713         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
35714         Emacs .#* auto-save files).
35715
35716 2007-01-11  Bruno Haible  <bruno@clisp.org>
35717
35718         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
35719         directory.
35720
35721 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35722
35723         Use @...@ consistently in lib/wctype_.h.
35724         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
35725         on it being set to 1 or 0.
35726         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
35727         go back to AC_SUBSTing it.
35728         * modules/wctype (Makefile.am): Undo previous change.
35729
35730 2007-01-10  Eric Blake  <ebb9@byu.net>
35731
35732         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
35733         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
35734         * modules/wctype (Makefile.am): Likewise.
35735         Reported by Chris McGuire.
35736
35737 2007-01-10  Jim Meyering  <jim@meyering.net>
35738
35739         fts.c: a small readability/maintainability improvement
35740         * lib/fts.c (fts_read): Make this code slightly more readable and
35741         maintainable by hoisting the "sp->fts_cur = p" assignments to
35742         immediately follow the statements that set P.  Derived from
35743         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
35744
35745 2007-01-10  Eric Blake  <ebb9@byu.net>
35746
35747         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
35748         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
35749         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
35750         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
35751         Reported by Chris McGuire.
35752
35753 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35754
35755         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
35756         in sed script.
35757
35758 2007-01-09  Bruno Haible  <bruno@clisp.org>
35759
35760         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
35761         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
35762         variables.
35763         (func_module): Use them.
35764
35765 2007-01-09  Bruno Haible  <bruno@clisp.org>
35766
35767         * modules/unistr/base: New file.
35768         * lib/unistr.h: New file.
35769
35770         * modules/unistr/u8-to-u16: New file.
35771         * lib/unistr/u8-to-u16.c: New file.
35772
35773         * modules/unistr/u8-to-u32: New file.
35774         * lib/unistr/u8-to-u32.c: New file.
35775
35776         * modules/unistr/u16-to-u8: New file.
35777         * lib/unistr/u16-to-u8.c: New file.
35778
35779         * modules/unistr/u16-to-u32: New file.
35780         * lib/unistr/u16-to-u32.c: New file.
35781
35782         * modules/unistr/u32-to-u8: New file.
35783         * lib/unistr/u32-to-u8.c: New file.
35784
35785         * modules/unistr/u32-to-u16: New file.
35786         * lib/unistr/u32-to-u16.c: New file.
35787
35788         * modules/unistr/u8-check: New file.
35789         * modules/unistr/u16-check: New file.
35790         * modules/unistr/u32-check: New file.
35791         * lib/unistr/u8-check.c: New file.
35792         * lib/unistr/u16-check.c: New file.
35793         * lib/unistr/u32-check.c: New file.
35794
35795         * modules/unistr/u8-chr: New file.
35796         * modules/unistr/u16-chr: New file.
35797         * modules/unistr/u32-chr: New file.
35798         * lib/unistr/u8-chr.c: New file.
35799         * lib/unistr/u16-chr.c: New file.
35800         * lib/unistr/u32-chr.c: New file.
35801
35802         * modules/unistr/u8-cmp: New file.
35803         * modules/unistr/u16-cmp: New file.
35804         * modules/unistr/u32-cmp: New file.
35805         * lib/unistr/u8-cmp.c: New file.
35806         * lib/unistr/u16-cmp.c: New file.
35807         * lib/unistr/u32-cmp.c: New file.
35808
35809         * modules/unistr/u8-cpy: New file.
35810         * modules/unistr/u16-cpy: New file.
35811         * modules/unistr/u32-cpy: New file.
35812         * lib/unistr/u8-cpy.c: New file.
35813         * lib/unistr/u16-cpy.c: New file.
35814         * lib/unistr/u32-cpy.c: New file.
35815         * lib/unistr/u-cpy.h: New file.
35816
35817         * modules/unistr/u8-cpy-alloc: New file.
35818         * modules/unistr/u16-cpy-alloc: New file.
35819         * modules/unistr/u32-cpy-alloc: New file.
35820         * lib/unistr/u8-cpy-alloc.c: New file.
35821         * lib/unistr/u16-cpy-alloc.c: New file.
35822         * lib/unistr/u32-cpy-alloc.c: New file.
35823         * lib/unistr/u-cpy-alloc.h: New file.
35824
35825         * modules/unistr/u8-endswith: New file.
35826         * modules/unistr/u16-endswith: New file.
35827         * modules/unistr/u32-endswith: New file.
35828         * lib/unistr/u8-endswith.c: New file.
35829         * lib/unistr/u16-endswith.c: New file.
35830         * lib/unistr/u32-endswith.c: New file.
35831         * lib/unistr/u-endswith.h: New file.
35832
35833         * modules/unistr/u8-mblen: New file.
35834         * modules/unistr/u16-mblen: New file.
35835         * modules/unistr/u32-mblen: New file.
35836         * lib/unistr/u8-mblen.c: New file.
35837         * lib/unistr/u16-mblen.c: New file.
35838         * lib/unistr/u32-mblen.c: New file.
35839
35840         * modules/unistr/u8-mbtouc: New file.
35841         * modules/unistr/u16-mbtouc: New file.
35842         * modules/unistr/u32-mbtouc: New file.
35843         * lib/unistr/u8-mbtouc.c: New file.
35844         * lib/unistr/u16-mbtouc.c: New file.
35845         * lib/unistr/u32-mbtouc.c: New file.
35846
35847         * modules/unistr/u8-mbtouc-safe: New file.
35848         * modules/unistr/u16-mbtouc-safe: New file.
35849         * modules/unistr/u32-mbtouc-safe: New file.
35850         * lib/unistr/u8-mbtouc-safe.c: New file.
35851         * lib/unistr/u16-mbtouc-safe.c: New file.
35852         * lib/unistr/u32-mbtouc-safe.c: New file.
35853
35854         * modules/unistr/u8-move: New file.
35855         * modules/unistr/u16-move: New file.
35856         * modules/unistr/u32-move: New file.
35857         * lib/unistr/u8-move.c: New file.
35858         * lib/unistr/u16-move.c: New file.
35859         * lib/unistr/u32-move.c: New file.
35860         * lib/unistr/u-move.h: New file.
35861
35862         * modules/unistr/u8-next: New file.
35863         * modules/unistr/u16-next: New file.
35864         * modules/unistr/u32-next: New file.
35865         * lib/unistr/u8-next.c: New file.
35866         * lib/unistr/u16-next.c: New file.
35867         * lib/unistr/u32-next.c: New file.
35868
35869         * modules/unistr/u8-prev: New file.
35870         * modules/unistr/u16-prev: New file.
35871         * modules/unistr/u32-prev: New file.
35872         * lib/unistr/u8-prev.c: New file.
35873         * lib/unistr/u16-prev.c: New file.
35874         * lib/unistr/u32-prev.c: New file.
35875
35876         * modules/unistr/u8-set: New file.
35877         * modules/unistr/u16-set: New file.
35878         * modules/unistr/u32-set: New file.
35879         * lib/unistr/u8-set.c: New file.
35880         * lib/unistr/u16-set.c: New file.
35881         * lib/unistr/u32-set.c: New file.
35882         * lib/unistr/u-set.h: New file.
35883
35884         * modules/unistr/u8-startswith: New file.
35885         * modules/unistr/u16-startswith: New file.
35886         * modules/unistr/u32-startswith: New file.
35887         * lib/unistr/u8-startswith.c: New file.
35888         * lib/unistr/u16-startswith.c: New file.
35889         * lib/unistr/u32-startswith.c: New file.
35890         * lib/unistr/u-startswith.h: New file.
35891
35892         * modules/unistr/u8-stpcpy: New file.
35893         * modules/unistr/u16-stpcpy: New file.
35894         * modules/unistr/u32-stpcpy: New file.
35895         * lib/unistr/u8-stpcpy.c: New file.
35896         * lib/unistr/u16-stpcpy.c: New file.
35897         * lib/unistr/u32-stpcpy.c: New file.
35898         * lib/unistr/u-stpcpy.h: New file.
35899
35900         * modules/unistr/u8-stpncpy: New file.
35901         * modules/unistr/u16-stpncpy: New file.
35902         * modules/unistr/u32-stpncpy: New file.
35903         * lib/unistr/u8-stpncpy.c: New file.
35904         * lib/unistr/u16-stpncpy.c: New file.
35905         * lib/unistr/u32-stpncpy.c: New file.
35906         * lib/unistr/u-stpncpy.h: New file.
35907
35908         * modules/unistr/u8-strcat: New file.
35909         * modules/unistr/u16-strcat: New file.
35910         * modules/unistr/u32-strcat: New file.
35911         * lib/unistr/u8-strcat.c: New file.
35912         * lib/unistr/u16-strcat.c: New file.
35913         * lib/unistr/u32-strcat.c: New file.
35914         * lib/unistr/u-strcat.h: New file.
35915
35916         * modules/unistr/u8-strchr: New file.
35917         * modules/unistr/u16-strchr: New file.
35918         * modules/unistr/u32-strchr: New file.
35919         * lib/unistr/u8-strchr.c: New file.
35920         * lib/unistr/u16-strchr.c: New file.
35921         * lib/unistr/u32-strchr.c: New file.
35922
35923         * modules/unistr/u8-strcmp: New file.
35924         * modules/unistr/u16-strcmp: New file.
35925         * modules/unistr/u32-strcmp: New file.
35926         * lib/unistr/u8-strcmp.c: New file.
35927         * lib/unistr/u16-strcmp.c: New file.
35928         * lib/unistr/u32-strcmp.c: New file.
35929
35930         * modules/unistr/u8-strcpy: New file.
35931         * modules/unistr/u16-strcpy: New file.
35932         * modules/unistr/u32-strcpy: New file.
35933         * lib/unistr/u8-strcpy.c: New file.
35934         * lib/unistr/u16-strcpy.c: New file.
35935         * lib/unistr/u32-strcpy.c: New file.
35936         * lib/unistr/u-strcpy.h: New file.
35937
35938         * modules/unistr/u8-strcspn: New file.
35939         * modules/unistr/u16-strcspn: New file.
35940         * modules/unistr/u32-strcspn: New file.
35941         * lib/unistr/u8-strcspn.c: New file.
35942         * lib/unistr/u16-strcspn.c: New file.
35943         * lib/unistr/u32-strcspn.c: New file.
35944         * lib/unistr/u-strcspn.h: New file.
35945
35946         * modules/unistr/u8-strdup: New file.
35947         * modules/unistr/u16-strdup: New file.
35948         * modules/unistr/u32-strdup: New file.
35949         * lib/unistr/u8-strdup.c: New file.
35950         * lib/unistr/u16-strdup.c: New file.
35951         * lib/unistr/u32-strdup.c: New file.
35952         * lib/unistr/u-strdup.h: New file.
35953
35954         * modules/unistr/u8-strlen: New file.
35955         * modules/unistr/u16-strlen: New file.
35956         * modules/unistr/u32-strlen: New file.
35957         * lib/unistr/u8-strlen.c: New file.
35958         * lib/unistr/u16-strlen.c: New file.
35959         * lib/unistr/u32-strlen.c: New file.
35960         * lib/unistr/u-strlen.h: New file.
35961
35962         * modules/unistr/u8-strmblen: New file.
35963         * modules/unistr/u16-strmblen: New file.
35964         * modules/unistr/u32-strmblen: New file.
35965         * lib/unistr/u8-strmblen.c: New file.
35966         * lib/unistr/u16-strmblen.c: New file.
35967         * lib/unistr/u32-strmblen.c: New file.
35968
35969         * modules/unistr/u8-strmbtouc: New file.
35970         * modules/unistr/u16-strmbtouc: New file.
35971         * modules/unistr/u32-strmbtouc: New file.
35972         * lib/unistr/u8-strmbtouc.c: New file.
35973         * lib/unistr/u16-strmbtouc.c: New file.
35974         * lib/unistr/u32-strmbtouc.c: New file.
35975
35976         * modules/unistr/u8-strncat: New file.
35977         * modules/unistr/u16-strncat: New file.
35978         * modules/unistr/u32-strncat: New file.
35979         * lib/unistr/u8-strncat.c: New file.
35980         * lib/unistr/u16-strncat.c: New file.
35981         * lib/unistr/u32-strncat.c: New file.
35982         * lib/unistr/u-strncat.h: New file.
35983
35984         * modules/unistr/u8-strncmp: New file.
35985         * modules/unistr/u16-strncmp: New file.
35986         * modules/unistr/u32-strncmp: New file.
35987         * lib/unistr/u8-strncmp.c: New file.
35988         * lib/unistr/u16-strncmp.c: New file.
35989         * lib/unistr/u32-strncmp.c: New file.
35990
35991         * modules/unistr/u8-strncpy: New file.
35992         * modules/unistr/u16-strncpy: New file.
35993         * modules/unistr/u32-strncpy: New file.
35994         * lib/unistr/u8-strncpy.c: New file.
35995         * lib/unistr/u16-strncpy.c: New file.
35996         * lib/unistr/u32-strncpy.c: New file.
35997         * lib/unistr/u-strncpy.h: New file.
35998
35999         * modules/unistr/u8-strnlen: New file.
36000         * modules/unistr/u16-strnlen: New file.
36001         * modules/unistr/u32-strnlen: New file.
36002         * lib/unistr/u8-strnlen.c: New file.
36003         * lib/unistr/u16-strnlen.c: New file.
36004         * lib/unistr/u32-strnlen.c: New file.
36005         * lib/unistr/u-strnlen.h: New file.
36006
36007         * modules/unistr/u8-strpbrk: New file.
36008         * modules/unistr/u16-strpbrk: New file.
36009         * modules/unistr/u32-strpbrk: New file.
36010         * lib/unistr/u8-strpbrk.c: New file.
36011         * lib/unistr/u16-strpbrk.c: New file.
36012         * lib/unistr/u32-strpbrk.c: New file.
36013         * lib/unistr/u-strpbrk.h: New file.
36014
36015         * modules/unistr/u8-strrchr: New file.
36016         * modules/unistr/u16-strrchr: New file.
36017         * modules/unistr/u32-strrchr: New file.
36018         * lib/unistr/u8-strrchr.c: New file.
36019         * lib/unistr/u16-strrchr.c: New file.
36020         * lib/unistr/u32-strrchr.c: New file.
36021
36022         * modules/unistr/u8-strspn: New file.
36023         * modules/unistr/u16-strspn: New file.
36024         * modules/unistr/u32-strspn: New file.
36025         * lib/unistr/u8-strspn.c: New file.
36026         * lib/unistr/u16-strspn.c: New file.
36027         * lib/unistr/u32-strspn.c: New file.
36028         * lib/unistr/u-strspn.h: New file.
36029
36030         * modules/unistr/u8-strstr: New file.
36031         * modules/unistr/u16-strstr: New file.
36032         * modules/unistr/u32-strstr: New file.
36033         * lib/unistr/u8-strstr.c: New file.
36034         * lib/unistr/u16-strstr.c: New file.
36035         * lib/unistr/u32-strstr.c: New file.
36036         * lib/unistr/u-strstr.h: New file.
36037
36038         * modules/unistr/u8-strtok: New file.
36039         * modules/unistr/u16-strtok: New file.
36040         * modules/unistr/u32-strtok: New file.
36041         * lib/unistr/u8-strtok.c: New file.
36042         * lib/unistr/u16-strtok.c: New file.
36043         * lib/unistr/u32-strtok.c: New file.
36044         * lib/unistr/u-strtok.h: New file.
36045
36046         * modules/unistr/u8-uctomb: New file.
36047         * modules/unistr/u16-uctomb: New file.
36048         * modules/unistr/u32-uctomb: New file.
36049         * lib/unistr/u8-uctomb.c: New file.
36050         * lib/unistr/u16-uctomb.c: New file.
36051         * lib/unistr/u32-uctomb.c: New file.
36052
36053         * MODULES.html.sh (Unicode string functions): Add the new modules.
36054
36055 2007-01-08  Bruno Haible  <bruno@clisp.org>
36056
36057         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
36058         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
36059         subdirectories.
36060
36061 2007-01-08  Karl Berry  <karl@gnu.org>
36062
36063         * doc/error.texi: mention that main() fns must set program_name
36064         when progname is used.
36065
36066 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
36067
36068         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
36069         WCTYPE_H is empty, for the benefit of builds from non-distclean
36070         directories.  Problem reported by Eric Blake in
36071         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
36072
36073 2007-01-08  Bruno Haible  <bruno@clisp.org>
36074
36075         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
36076         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
36077         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
36078         PROVIDE_CANONICALIZE_FILENAME_MODE.
36079         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
36080
36081 2007-01-08  Bruno Haible  <bruno@clisp.org>
36082
36083         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
36084         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
36085         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
36086         * lib/fts.c: Likewise.
36087         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
36088
36089 2006-12-25  Bruno Haible  <bruno@clisp.org>
36090
36091         * modules/utf8-ucs4-safe: New file.
36092         * lib/utf8-ucs4-safe.h: New file.
36093         * lib/unistr/utf8-ucs4-safe.c: New file.
36094
36095         * modules/utf16-ucs4-safe: New file.
36096         * lib/utf16-ucs4-safe.h: New file.
36097         * lib/unistr/utf16-ucs4-safe.c: New file.
36098
36099         * MODULES.html.sh (Unicode string functions): Add the new modules.
36100
36101 2007-01-08  Bruno Haible  <bruno@clisp.org>
36102
36103         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
36104         (Depends-on): Add unitypes.
36105         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36106         (u8_mbtouc_aux): Move out to separate file.
36107         (u8_mbtouc): Use ucs4_t, uint8_t types.
36108         * lib/unistr/utf8-ucs4.c: New file.
36109
36110         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
36111         (Depends-on): Add unitypes.
36112         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36113         (u16_mbtouc_aux): Move out to separate file.
36114         (u16_mbtouc): Use ucs4_t, uint16_t types.
36115         * lib/unistr/utf16-ucs4.c: New file.
36116
36117         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
36118         (Depends-on): Add unitypes.
36119         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
36120         (u8_uctomb_aux): Move out to separate file.
36121         (u8_uctomb): Use ucs4_t, uint8_t types.
36122         * lib/unistr/ucs4-utf8.c: New file.
36123
36124         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
36125         (Depends-on): Add unitypes.
36126         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
36127         (u16_uctomb_aux): Move out to separate file.
36128         (u16_uctomb): Use ucs4_t, uint16_t types.
36129         * lib/unistr/ucs4-utf16.c: New file.
36130
36131 2006-12-25  Bruno Haible  <bruno@clisp.org>
36132
36133         * modules/unitypes: New file.
36134         * lib/unitypes.h: New file.
36135         * MODULES.html.sh (func_all_modules): New section "Unicode string
36136         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
36137         this section. Add unitypes.
36138
36139 2007-01-08  Bruno Haible  <bruno@clisp.org>
36140
36141         Avoid variable names that conflict with those from libtool.
36142         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
36143         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
36144         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
36145         library_names_spec to acl_library_names_spec, hardcode_* to
36146         acl_hardcode_*.
36147         Reported by Ralf Wildenhues.
36148
36149 2007-01-08  Bruno Haible  <bruno@clisp.org>
36150
36151         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
36152         definition.
36153         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
36154         definition.
36155         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
36156         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
36157         definition.
36158         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
36159         definition.
36160         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
36161         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
36162         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
36163         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
36164         definition.
36165         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
36166         definition.
36167         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
36168         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
36169         GC_USE_<algorithm>.
36170         * lib/gc-libgcrypt.c: Likewise.
36171         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
36172         * modules/gc-arctwo (configure.ac): Likewise.
36173         * modules/gc-des (configure.ac): Likewise.
36174         * modules/gc-hmac-md5 (configure.ac): Likewise.
36175         * modules/gc-hmac-sha1 (configure.ac): Likewise.
36176         * modules/gc-md2 (configure.ac): Likewise.
36177         * modules/gc-md4 (configure.ac): Likewise.
36178         * modules/gc-md5 (configure.ac): Likewise.
36179         * modules/gc-random (configure.ac): Likewise.
36180         * modules/gc-rijndael (configure.ac): Likewise.
36181         * modules/gc-sha1 (configure.ac): Likewise.
36182
36183 2007-01-08  Bruno Haible  <bruno@clisp.org>
36184
36185         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
36186         macro definition.
36187         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
36188         definition.
36189         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
36190         definition.
36191         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
36192         * modules/fcntl-safer (configure.ac): Likewise.
36193         * modules/fopen-safer (configure.ac): Likewise.
36194         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
36195         GNULIB_FWRITEERROR macro definition.
36196
36197 2007-01-08  Bruno Haible  <bruno@clisp.org>
36198
36199         * m4/gnulib-common.m4: New file.
36200         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
36201         (func_get_filelist): Add m4/gnulib-common.m4.
36202
36203 2007-01-08  Bruno Haible  <bruno@clisp.org>
36204
36205         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
36206         command.
36207
36208 2007-01-08  Jim Meyering  <jim@meyering.net>
36209
36210         Use a more robust test for a "can't happen" condition.
36211         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
36212         narrowed the st_size value.  Presuming the "can't happen" condition
36213         is true, that narrowing could conceivably convert an invalid st_size
36214         value into a valid one.  Instead, use a change based on Matthew
36215         Woehlke's original patch.
36216
36217         Slight readability improvement: use an assert-like macro
36218         in place of literal "abort ()" uses.
36219         * lib/fts.c (fts_assert): Define.
36220         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
36221         Use this macro instead of a bare 'abort'.
36222
36223 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
36224
36225         Don't worry about using IRIX 5.3's wctype.h broken definitions;
36226         simply work around them.
36227         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
36228         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
36229         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
36230         declaring.
36231         Don't bother to define as macros, since the standard doesn't require it.
36232         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
36233         longer worry about IRIX 5.3.
36234         (HAVE_WCTYPE_CTMP_BUG): Remove.
36235
36236 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36237
36238         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
36239         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
36240         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
36241         Problems reported by Georg Schwarz for IRIX 5.3.
36242
36243         * gnulib-tool (autoconf_minversion): Take the maximum version number
36244         found, not the minimum.  Problem reported by James Youngman.
36245
36246 2007-01-03  Karl Berry  <karl@gnu.org>
36247
36248         * doc/error.texi: new file, explaining interaction with progname.
36249         * doc/gnulib.texi: include it.  Update copyright.
36250
36251 2007-01-03  Simon Josefsson  <simon@josefsson.org>
36252
36253         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
36254         AC_CANONICAL_HOST, to improve autobuild outputs.
36255
36256 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
36257             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
36258
36259         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
36260         sockets, server sockets, and other file descriptors.  Count errors
36261         to compute the return value.  Reorder the code a bit to be easier
36262         to follow.  Don't set event bits that were not requested (except
36263         POLLERR and POLLHUP).
36264
36265 2007-01-01  Bruno Haible  <bruno@clisp.org>
36266
36267         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
36268
36269 2007-01-03  Jim Meyering  <jim@meyering.net>
36270
36271         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
36272
36273 2007-01-02  Bruno Haible  <bruno@clisp.org>
36274
36275         * modules/settime (Include): Require timespec.h.
36276         * modules/nanosleep (Include): Likewise.
36277
36278 2007-01-01  Bruno Haible  <bruno@clisp.org>
36279
36280         * gnulib-tool (func_emit_copyright_notice): Bump year.
36281         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
36282
36283 2007-01-01  Bruno Haible  <bruno@clisp.org>
36284
36285         Improve support for OpenBSD.
36286         * build-aux/config.rpath (libname_spec): Export.
36287         (library_names_spec): New variable. Export.
36288         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
36289         library_names_spec from the config.rpath output. Locate shared library
36290         through the name pattern in library_names_spec.
36291
36292 2007-01-01  Eric Blake  <ebb9@byu.net>
36293
36294         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
36295
36296 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
36297
36298         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
36299         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
36300         assume the C locale, and avoid an "eval" that could cause trouble.
36301         Problem with SORT reported by Bob Proulx.
36302
36303         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
36304         Define.  Trivial patch from Henning Nielsen Lund, originally
36305         sent to bug-grep@gnu.org today.
36306
36307 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
36308
36309         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
36310         struct stat.  Problem reported by Henning Nielsen Lund.
36311         * lib/acl.c: Include acl.h first, to check interface.  Don't
36312         bother to include sys/types.h and sys/stat.h again.
36313
36314 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36315
36316         Import the following change from libc; problem reported by
36317         Sven Verdoolaege.
36318
36319         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
36320
36321         [BZ #1373]
36322         * lib/argp.h: Remove __NTH for __argp_usage inline function.
36323
36324 2006-12-28  Jim Meyering  <jim@meyering.net>
36325
36326         * build-aux/announce-gen: Do not assume that the package
36327         builds any of tar.gz, tar.bz2, and .xdelta files.
36328         Suggestion from Simon Josefsson.
36329
36330 2006-12-28  Simon Josefsson  <simon@josefsson.org>
36331
36332         * modules/announce-gen: New file.
36333
36334 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
36335
36336         * lib/mbchar.h: Just include <wctype.h>; the wctype module
36337         handles its gotchas now.
36338         * lib/mbswidth.c: Likewise.
36339         * lib/wcwidth.h: Likewise.
36340         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
36341         and iswcntrl; the wctype module does this stuff now.
36342         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
36343         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36344         * modules/mbchar (Depends-on): Add wctype.
36345         * modules/mbswidth (Depends-on): Likewise.
36346         * modules/wcwidth (Depends-on): Likewise.
36347
36348 2006-12-27  Eric Blake  <ebb9@byu.net>
36349
36350         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
36351         module uses more than what <wctype.h> is required to provide.
36352
36353 2006-12-26  Eric Blake  <ebb9@byu.net>
36354
36355         * gnulib-tool (sed_extract_prog): Avoid space-tab.
36356
36357 2006-12-26  Eric Blake  <ebb9@byu.net>
36358
36359         * modules/absolute-header: New module.
36360         * modules/fcntl (Depends-on): Depend on it.
36361         * modules/inttypes (Depends-on): Likewise.
36362         * modules/stdint (Depends-on): Likewise.
36363         * modules/sys_stat (Depends-on): Likewise.
36364         * modules/wctype (Depends-on): Likewise.
36365         * MODULES.html.sh (Support for building libraries and
36366         executables): Document it.
36367
36368 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
36369
36370         * gnulib-tool (SED): Remove, undoing previous change.
36371         The problem was that it broke coreutils on Solaris, because
36372         "sed --posix" leaked into a makefile.
36373         (sed): New alias, if 'alias' and GNU sed.
36374
36375 2006-12-24  Jim Meyering  <jim@meyering.net>
36376
36377         Work around an fchownat bug in glibc-2.4:
36378         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
36379         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
36380         in spite of the -P option.
36381         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
36382         New macros.
36383         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
36384         * modules/openat (Files): Add lib/fchownat.c.
36385         * lib/openat.c (fchownat): Don't define here.  Move to...
36386         * lib/fchownat.c: ...this new file.
36387
36388 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36389
36390         Fix bug reported by Bruno Haible in
36391         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
36392         where quotearg.c didn't compile on Mac OS X 10.2 because it
36393         lacks <wchar.h> and wint_t.
36394         * lib/wctype_.h (__wctype_wint_t): New type.
36395         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
36396         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
36397         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
36398         Arg is now of type __wctype_wint_t, not wint_t.
36399         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
36400         substitute HAVE_WINT_T.
36401         * modules/wctype (Files): Add m4/wint_t.m4.
36402         (wctype.h): Substitute HAVE_WINT_T.
36403
36404 2006-12-23  Bruno Haible  <bruno@clisp.org>
36405
36406         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
36407
36408 2006-12-23  Bruno Haible  <bruno@clisp.org>
36409
36410         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
36411         S_ISLNK.
36412         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
36413         mingw.
36414
36415 2006-12-22  Bruno Haible  <bruno@clisp.org>
36416
36417         * lib/copy-file.c: Include acl.h.
36418         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
36419         Close the file descriptors only after being done with copy_acl.
36420         * modules/copy-file (Depends-on): Add acl.
36421
36422 2006-12-22  Bruno Haible  <bruno@clisp.org>
36423
36424         * gnulib-tool (SED): New variable.
36425         Use $SED instead of sed everywhere.
36426
36427 2006-12-22  Bruno Haible  <bruno@clisp.org>
36428
36429         * modules/no-c++: New file.
36430         * m4/no-c++.m4: New file.
36431         * MODULES.html.sh (Support for building libraries and executables):
36432         Add no-c++.
36433
36434 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
36435
36436         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
36437         Include <limits.h>, and use its INT_MAX to rewrite the
36438         j loop so that it does not overflow 'int'.  Problem reported by
36439         Ralf Wildenhues in
36440         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
36441         Play it safe by shifting left by 1 rather than multiplying by 2,
36442         as GCC is less likely to optimize this away when the value
36443         is signed (when it assumes overflow leads to undefined behavior).
36444         Also, don't assume time_t uses two's complement.
36445
36446 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
36447
36448         * MODULES.html.sh: New module wctype.
36449         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
36450         * lib/fnmatch.c: Don't bother to include <wchar.h> before
36451         <wctype.h>, since the new wctype module should fix this.
36452         * lib/quotearg.c: Include <wctype.h> unconditionally, since
36453         the wctype module should arrange for it.
36454         * lib/regex_internal.h: Likewise.
36455         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
36456         since the wctype module should handle this now.
36457         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
36458         * modules/fnmatch (Depends-on): Add wctype.
36459         * modules/quotearg (Depends-on): Likewise.
36460         * modules/regex (Depends-on): Likewise.
36461
36462 2006-12-19  Bruno Haible  <bruno@clisp.org>
36463
36464         * lib/strdup.h [C++]: Wrap definitions in extern "C".
36465         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
36466
36467 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36468
36469         * modules/savewd (Depends-on): Fix dependency on fcntl.
36470
36471 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
36472
36473         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
36474         conforms to C99, rather than relying on the user's environment
36475         setting of STDINT_H.
36476
36477 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
36478         and Eric Blake  <ebb9@byu.net>
36479
36480         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
36481         This is more consistent with the other defines here.
36482         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
36483         Port to z/OS.  Problem reported by Paul Gilmartin.
36484         Change local vars to use gl_ prefix rather than ac_.
36485         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
36486         with other defines.
36487         * modules/double-slash-root: New module.
36488         * modules/dirname (Files): Remove m4/double-slash-root.m4.
36489         (Depends-on): Add double-slash-root.
36490         * MODULES.html.sh (File system functions): Mention new module.
36491
36492 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
36493
36494         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
36495         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
36496         This is for the benefit of gzip, which doesn't do i18n.
36497
36498 2006-12-12  Jim Meyering  <jim@meyering.net>
36499
36500         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
36501         Reported by Andreas Schwab <schwab@suse.de>.
36502
36503 2006-12-12  Bruno Haible  <bruno@clisp.org>
36504
36505         Merge these changes.
36506         2006-09-05  Bruno Haible  <bruno@clisp.org>
36507         * lib/iconvme.c (iconv_string): No need to save and restore errno when
36508         iconv_alloc succeeded.
36509         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
36510         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
36511         test for " && dest " at the end - dest is always != NULL there. Call
36512         iconv with 4xNULL arguments initially, to reset the state. Call iconv
36513         with 2xNULL arguments, also to flush the state storage. Handle the
36514         IRIX iconv behaviour. Realloc the final result, to throw away unused
36515         memory.
36516
36517 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
36518
36519         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
36520         and fchmodat unconditionally, since glibc 2.4 has them.
36521         Problem reported by Arkadiusz Miskiewicz.
36522
36523 2006-12-10  Bruno Haible  <bruno@clisp.org>
36524
36525         * gnulib-tool (func_import): Show the include files only for those
36526         modules that are copied and specified.
36527         Reported by Karl Berry.
36528
36529 2006-12-08  Jim Meyering  <jim@meyering.net>
36530
36531         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
36532         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
36533
36534         * build-aux/announce-gen: Add two new options, both optional:
36535         --bootstrap-tools=TOOL_LIST
36536               a comma-separated list of tools, e.g.,
36537               autoconf,automake,bison,gnulib
36538         --gnulib-snapshot-date=DATE
36539               if gnulib is in the bootstrap tool list,
36540               then report this as the snapshot date.
36541               If not specified, use the current date/time.
36542               If you specify a date here, be sure it's UTC.
36543
36544 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36545
36546         * tests/test-argp-2.sh: Fix test to match actual output.
36547         (func_compare): Fix sed script to be portable.
36548
36549 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
36550
36551         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
36552         workaround for this case.  It is not autoconfigured now; offhand
36553         it's hard to see how to autoconfigure it.
36554
36555 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
36556
36557         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
36558         a directory that is about to be chowned.  Such a directory's
36559         initial file permissions should permit the owner only and this
36560         should not be changed until after the chown, since the group and
36561         other bits would be incorrect if they granted permission before
36562         the chown.
36563
36564         Fix porting problem for iswctype reported by Georg Schwarz in:
36565         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
36566         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
36567         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
36568         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
36569         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
36570
36571 2006-12-03  Jim Meyering  <jim@meyering.net>
36572
36573         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
36574         p->fts_statp may not yet be defined.
36575         (fts_read): Instead, set it in the caller, once p->fts_statp is
36576         sure to be defined, and corresponds to a top-level directory.
36577         This bug made du -x fail.  Here's the coreutils test case:
36578         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
36579         Reported by Mike Frysinger.
36580
36581 2006-12-01  Jim Meyering  <jim@meyering.net>
36582
36583         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
36584         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
36585         Reported by Simon Josefsson.
36586
36587 2006-11-30  Jim Meyering  <jim@meyering.net>
36588
36589         * m4/warning.m4: Use the all-permissive copyright notice
36590         recommended by RMS (rather than LGPL).
36591         * m4/vararrays.m4: Likewise.
36592         * m4/flexmember.m4: Likewise.
36593
36594 2006-11-29  Bruno Haible  <bruno@clisp.org>
36595
36596         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
36597         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
36598         using +=.
36599         Reported by Simon Josefsson <simon@josefsson.org>.
36600
36601 2006-11-28  James Youngman <jay@gnu.org>
36602
36603         * README: Advise users that they might find the bug-gnulib@gnu.org
36604         and autotools-announce@gnu.org mailing lists useful.
36605
36606 2006-11-28  Bruno Haible  <bruno@clisp.org>
36607
36608         * m4/ptrdiff_max.m4: Remove file.
36609
36610 2006-11-21  Bruno Haible  <bruno@clisp.org>
36611
36612         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
36613         _AC_COMPUTE_INT.
36614         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36615         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
36616         _AC_COMPUTE_INT.
36617         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36618         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
36619         _AC_COMPUTE_INT.
36620         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36621
36622 2006-11-28  Jim Meyering  <jim@meyering.net>
36623
36624         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
36625         warning from "gcc -Wshadow" about shadowing the builtin.
36626
36627 2006-11-27  Bruno Haible  <bruno@clisp.org>
36628
36629         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
36630         _AC_COMPUTE_INT.
36631         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36632
36633 2006-11-27  Bruno Haible  <bruno@clisp.org>
36634             Paul Eggert  <eggert@cs.ucla.edu>
36635
36636         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
36637
36638 2006-11-26  Bruno Haible  <bruno@clisp.org>
36639
36640         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
36641         noinst_LTLIBRARIES.
36642
36643 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
36644             Bruno Haible  <bruno@clisp.org>
36645
36646         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
36647         if compiling with "gcc -ansi".
36648
36649 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
36650
36651         Fix some incompatibilities with gcc -ansi -pedantic.
36652         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
36653         if compiling pedantically with GCC, unless it's C99 or later.
36654         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
36655         it mishandles gcc -ansi -pedantic as well.
36656         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
36657         if gcc -pedantic.
36658         * lib/regexec.c (check_node_accept_bytes): Don't use auto
36659         initializers for struct if -pedantic, unless it's C99 or later.
36660
36661 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
36662
36663         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
36664         Don't close an fd more than once. Identical atimes indicate
36665         success, not failure.
36666
36667 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
36668
36669         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
36670
36671 2006-11-23  Jim Meyering  <jim@meyering.net>
36672
36673         * build-aux/announce-gen: New file.  From coreutils.
36674
36675 2006-11-22  Jim Meyering  <jim@meyering.net>
36676
36677         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
36678         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
36679         (fts_read): Use a temporary to narrow the overused st_size member
36680         before using it in a switch statement.  Reported by Matthew Woehlke.
36681
36682         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
36683         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
36684
36685 2006-11-20  Bruno Haible  <bruno@clisp.org>
36686
36687         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
36688         changequote instead of pairs of brackets.
36689         Reported by Andreas Schwab <schwab@suse.de>.
36690
36691 2006-11-21  Jim Meyering  <jim@meyering.net>
36692
36693         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
36694         so as to remain compatible with older compilers.
36695         Patch from Michael Deutschmann.
36696
36697 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
36698
36699         * MODULES.html.sh (File system functions): Add openat.
36700
36701         * lib/openat.h (rpl_fstatat): New macro, if
36702         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
36703         (fstatat): Define to rpl_fstatat under the same conditions,
36704         unless COMPILING_FSTATAT.
36705         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
36706         seems to have the bug.
36707         * lib/fstatat.c: New file.
36708         * modules/openat (Files): Add it.
36709
36710 2006-11-20  Bruno Haible  <bruno@clisp.org>
36711
36712         * Makefile: New file.
36713
36714 2006-11-20  Jim Meyering  <jim@meyering.net>
36715
36716         The beginnings of syntax-related checks for gnulib.
36717         * lib/Makefile: New file.
36718         * lib/t-idcache: New script.  Ensure that the two halves of
36719         idcache.c stay in sync.
36720
36721         * lib/idcache.c: Adjust comments in user- and group- portions to
36722         be more accurate, and to be consistent with one another.
36723
36724 2006-11-20  Jim Meyering  <jim@meyering.net>
36725
36726         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
36727         continue using the flexible array member (thus, this module performs
36728         half as many malloc calls), with the addition that...
36729         (getgroup, getuser): Consistently record a non-match via an empty
36730         "name" string, and map an empty string match to a NULL return value.
36731         * modules/idcache (Depends-on): Re-add flexmember.
36732
36733         * lib/idcache.c (getuser): Remove all uses of the register keyword.
36734         (getuidbyname, getgroup, getgidbyname): Likewise.
36735
36736         Use cleaner syntax: NULL rather than 0.
36737         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
36738
36739 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
36740
36741         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
36742         It mishandled the case where the group was missing.
36743         Problem reported by Greg Schafer.
36744         * modules/idcache: Likewise.
36745
36746 2006-11-18  Jim Meyering  <jim@meyering.net>
36747
36748         * check-module (%exempt_header): Add exception for some
36749         conditionally-included headers.
36750
36751         * modules/i-ring (Depends-on): Add verify.
36752         (License): Change to LGPL.
36753
36754 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
36755
36756         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
36757         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
36758         and inttostr.h.  Use snprintf rather than uinttostr, so that
36759         LGPLed code doesn't depend on GPLed.
36760
36761 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
36762
36763         * modules/inline (License): Change from GPL to LGPL.
36764
36765 2006-11-17  Jim Meyering  <jim@meyering.net>
36766
36767         * modules/d-type (License): Switch to LGPL.
36768
36769 2006-11-15  Bruno Haible  <bruno@clisp.org>
36770
36771         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
36772
36773 2006-11-15  Eric Blake  <ebb9@byu.net>
36774
36775         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
36776         the module dependency.
36777
36778 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36779             Bruno Haible  <bruno@clisp.org>
36780
36781         * gnulib-tool (func_create_testdir): Add license consistency check.
36782
36783 2006-11-15  Eric Blake  <ebb9@byu.net>
36784
36785         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
36786         random "(cached)" in configure output.
36787
36788 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36789
36790         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
36791         test for conforming inttypes.h is both announced and cached.
36792
36793         * MODULES.html.sh (seen_modules, seen_files): New variables.
36794         (func_module): Rewrite to use a few less gnulib-tool and sed
36795         invocations.  Avoid a couple of quadratic algorithms for ...
36796         (missed_modules, missed_files): ... these, with ...
36797         (func_append, func_tmpdir): ... these new functions, from
36798         gnulib-tool.  Analogously, install traps for cleanup.
36799
36800         * tests/test-gc.c (main): Remove unused variables.
36801         * tests/test-read-file.c: Include stdlib.h, for 'free'.
36802
36803 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
36804
36805         * modules/inttostr (License): Change to LGPL.
36806
36807 2006-11-14  Eric Blake  <ebb9@byu.net>
36808
36809         * modules/tempname (License): Change to LGPL.
36810
36811 2006-11-14  Eric Blake  <ebb9@byu.net>
36812
36813         * doc/functions.texi (Function Portability): *printf functions on
36814         Cygwin now understand all POSIX size specifiers.
36815
36816 2006-11-14  Bruno Haible  <bruno@clisp.org>
36817
36818         * modules/c-ctype (License): Change to LGPL.
36819
36820 2006-11-12  Bruno Haible  <bruno@clisp.org>
36821
36822         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
36823         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
36824         for GNOME libraries, for which the include files are installed in
36825         subdirectories of $prefix/include.
36826
36827 2006-11-12  Bruno Haible  <bruno@clisp.org>
36828
36829         * m4/lib-link.m4: Require at least autoconf-2.54.
36830         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
36831         name to underscores for the --with option.
36832
36833 2006-11-13  Bruno Haible  <bruno@clisp.org>
36834
36835         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
36836         the tests directory.
36837         Reported by Ralf Wildenhues.
36838
36839 2006-11-13  Bruno Haible  <bruno@clisp.org>
36840
36841         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
36842         (func_emit_initmacro_end): Undo the override here.
36843         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
36844         Works around the famous automake error in coreutils.
36845
36846 2006-11-13  Eric Blake  <ebb9@byu.net>
36847
36848         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
36849         element, not its node.
36850
36851 2006-11-12  Bruno Haible  <bruno@clisp.org>
36852
36853         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
36854         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
36855
36856 2006-11-12  Bruno Haible  <bruno@clisp.org>
36857
36858         * gnulib-tool: New option --local-symlink.
36859         (func_usage): Document it.
36860         (lsymbolic): New variable.
36861         (func_import, func_create_testdir): If --symlink was not specified,
36862         test whether --local-symlink was specified and the file comes from
36863         the local_gnulib_dir.
36864
36865 2006-11-12  Bruno Haible  <bruno@clisp.org>
36866
36867         * gnulib-tool (func_ln): New function.
36868         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
36869
36870 2006-11-12  Bruno Haible  <bruno@clisp.org>
36871
36872         Finish support for source files in subdirectories.
36873         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
36874         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
36875         AUTOMAKE_OPTIONS.
36876         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
36877
36878 2006-11-12  Bruno Haible  <bruno@clisp.org>
36879
36880         * gnulib-tool (func_get_automake_snippet): Synthesize also an
36881         EXTRA_lib_SOURCES augmentation.
36882         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
36883
36884 2006-11-12  Jim Meyering  <jim@meyering.net>
36885
36886         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
36887         file descriptors.  This also averts a failure on systems with
36888         native openat support when a traversed directory lacks "x" access.
36889         * lib/fts_.h: Include "i-ring.h"
36890         (struct FTS) [fts_fd_ring]: New member.
36891         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
36892         (FCHDIR): Add parentheses.
36893         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
36894         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
36895         When descending, rather than simply closing the previous
36896         fts_cwd_fd value, push that file descriptor onto the ring.
36897         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
36898         (fts_open): Initialize the new fd_ring member.
36899         (fts_close): Clear the ring.
36900         (fts_safe_changedir): When possible, use our new fd_ring to skip
36901         the diropen and fstat and dev/ino comparison that would normally
36902         accompany a virtual `chdir ("..")'.
36903
36904         * modules/fts (Depends-on): Add i-ring.
36905         * modules/i-ring: New module.
36906         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
36907         * m4/i-ring.m4: New file.
36908
36909 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36910
36911         * gnulib-tool (func_create_testdir): Fix replacement of
36912         `build-aux' in configure.ac.  Run autotools in gltests
36913         subdirectory.
36914         (func_create_testdir, func_create_megatestdir, test): There is
36915         no need for '--force' in most autotool invocations in a new
36916         tree.  Actually fail the whole test if any of the tools, or the
36917         configure or make stages fail.
36918
36919         Sync from Automake.
36920         * build-aux/gnupload: Revert last change.  Add pointer to upload
36921         instructions of the GNU Maintenance Instructions.
36922         Suggestion by Karl Berry.
36923
36924 2006-11-10  Jim Meyering  <jim@meyering.net>
36925
36926         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
36927
36928 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
36929
36930         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
36931         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
36932         (bind_textdomain_codeset) [! ENABLE_NLS]:
36933         Evaluate all the arguments.  That way, callers get compatible behavior
36934         if the arguments have side effects.  Also, it avoids some GCC
36935         diagnostics in some cases; Joel E. Denny reported problems when Bison
36936         was configured with --enable-gcc-warnigs.
36937
36938 2006-11-10  Jim Meyering  <jim@meyering.net>
36939
36940         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
36941         relevant options in CFLAGS (like -O, -fno-inline) are taken into
36942         account.
36943
36944 2006-11-10  Jim Meyering  <jim@meyering.net>
36945
36946         * modules/inline: New file/module.
36947         * modules/xalloc (Files): Remove m4/inline.m4.
36948         (Depends-on): Add inline, instead.
36949         * modules/oset: Likewise.
36950         * modules/list: Likewise.
36951
36952 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
36953
36954         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
36955         Problem reported by Matthew Woehlke.
36956
36957 2006-11-09  Bruno Haible  <bruno@clisp.org>
36958
36959         * lib/tempname.c (gen_tempname): Remove variant that invokes
36960         __gen_tempname.
36961         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
36962         __gen_tempname.
36963
36964 2006-11-08  Bruno Haible  <bruno@clisp.org>
36965
36966         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
36967         to 'yes' instead of 'cross-compiling'.
36968
36969 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
36970
36971         * lib/quotearg.h (quotearg_free): New decl.
36972         * lib/quotearg.c (quotearg_free): New function.
36973         (slot0, nslots, slotvec0, slotvec):
36974         Now file-scope so that quotearg_free can get at them.
36975
36976 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36977
36978         Sync from Automake.
36979         * build-aux/gnupload: Add missing 'gnu' to example URL.
36980         Report by Karl Berry.
36981
36982 2006-11-08  Bruno Haible  <bruno@clisp.org>
36983
36984         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
36985         Suggested by Paul Eggert.
36986
36987 2006-11-08  Jim Meyering  <jim@meyering.net>
36988
36989         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
36990         It's already included if !_LIBC.
36991         (fts_safe_changedir): Add a comment.
36992
36993 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
36994
36995         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
36996         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
36997         Matthew Woehlke.
36998
36999         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
37000         definitions up, to avoid colliding with change below.
37001         (static_inline) [HAVE_INLINE]: New macro.
37002         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
37003         Provide extern decls when !HAVE_INLINE.  Do not define unless
37004         static_inline is defined, either by us or by xmalloc.c.  Use
37005         static_inline rather than static inline.
37006         (XCALLOC): Optimize sizeof(T) = 1 case.
37007         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
37008
37009 2006-11-07  Bruno Haible  <bruno@clisp.org>
37010
37011         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
37012         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
37013         AC_C_INLINE.
37014         * modules/xalloc (Files): Add m4/inline.m4.
37015
37016 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37017
37018         * README: Fix typo.
37019         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
37020         (Miscellanous Notes): ...from this.
37021
37022 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37023
37024         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
37025         Mention that offsetof should be used instead of sizeof.
37026         From Bruno Haible.
37027
37028 2006-11-07  Bruno Haible  <bruno@clisp.org>
37029
37030         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
37031
37032 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37033
37034         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37035         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
37036         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37037         (gl_tree_add_before, gl_tree_add_after):
37038         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
37039         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
37040         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37041         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
37042         (gl_linked_add_after, gl_linked_add_at): Likewise.
37043         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
37044         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37045         (gl_tree_add_before, gl_tree_add_after): Likewise.
37046         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
37047         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
37048         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
37049
37050 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37051
37052         * lib/gl_oset.h: Use C comment style, not C++ comment style.
37053
37054 2006-11-06  Bruno Haible  <bruno@clisp.org>
37055
37056         * m4/inline.m4: New file.
37057         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
37058         * modules/list (Files): Add m4/inline.m4.
37059         * modules/oset (Files): Likewise.
37060
37061 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37062
37063         * lib/idcache.c: Include <stddef.h>, for offsetof.
37064         (struct userid.name): Change from char * to a flexible array member.
37065         All uses changed.
37066         * modules/idcache (Depends-on): Add flexmember.
37067
37068         * MODULES.html.sh (Core language properties): New module flexmember.
37069         * modules/flexmember, m4/flexmember.m4: New files.
37070
37071         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
37072         inline functions that are identical with the old xnmalloc_inline,
37073         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
37074         that we can avoid some unnecessary integer multiplications and
37075         divisions in the common case where the element size is known at
37076         compile time.
37077         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
37078         needed.
37079         (xnboundedmalloc): Remove.
37080         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
37081         arguments, for consistency with rest of this header.
37082         (xcharalloc): Rewrite using XNMALLOC.
37083         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
37084         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
37085         versions have been moved to lib/xalloc.h and renamed to be the
37086         non-*_inline versions.
37087         (xmalloc, xrealloc): Implement without reference to the xnmalloc
37088         and xnrealloc functions, since those functions are now inline and
37089         now call us.
37090         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
37091         renaming described above.
37092         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
37093         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
37094         captures the dependency in AC_C_INLINE.
37095
37096         New module canonicalize-lgpl, proposed by Charles Wilson in
37097         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
37098         with a few small changes afterwards.
37099         * MODULES.html.sh (File system functions): New module
37100         canonicalize-lgpl.
37101         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
37102         and canonicalize_file_name.
37103         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
37104         * modules/canonicalize-lgpl: New files.
37105
37106 2006-11-05  Bruno Haible  <bruno@clisp.org>
37107
37108         * gnulib-tool (func_import, func_create_testdir): Create directories
37109         also for files in subdirectories of lib/.
37110
37111 2006-11-05  Bruno Haible  <bruno@clisp.org>
37112
37113         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
37114         ANSI C compliant.
37115
37116 2006-11-03  Bruno Haible  <bruno@clisp.org>
37117
37118         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37119         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
37120         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
37121         (xnboundedmalloc): New inline function.
37122         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
37123         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
37124         xmalloc.
37125         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
37126         xmalloc.
37127         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
37128         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
37129         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
37130         xmalloc.
37131         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37132         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
37133         xmalloc.
37134         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
37135         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37136         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
37137         xmalloc.
37138         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37139         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
37140         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37141         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
37142         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
37143         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
37144         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
37145
37146 2006-11-03  Bruno Haible  <bruno@clisp.org>
37147
37148         * lib/c-ctype.h [C++]: Define functions without name mangling.
37149         * lib/fwriteerror.h [C++]: Likewise.
37150         * lib/gcd.h [C++]: Likewise.
37151         * lib/linebreak.h [C++]: Likewise.
37152
37153 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
37154
37155         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
37156         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
37157         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
37158         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
37159         Check for functions and headers just once.
37160         Check for declaration of canonicalize_file_name.
37161         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
37162
37163 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37164
37165         * gnulib-tool (func_import): Fix typo in actioncmd.
37166
37167 2006-11-02  Bruno Haible  <bruno@clisp.org>
37168
37169         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
37170         newline sequence in the Makefile.am snippet as a space, like "make"
37171         does.
37172         Reported by Roger Persson <perrog@gmail.com>.
37173
37174 2006-11-01  Bruno Haible  <bruno@clisp.org>
37175
37176         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
37177         already declared in <string.h>.
37178         * lib/strcase.h (strncasecmp): Don't declare it if yes.
37179
37180 2006-11-01  Bruno Haible  <bruno@clisp.org>
37181
37182         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
37183         * lib/strcase.h: Include <string.h>.
37184         (strcasecmp): Define to rpl_strcasecmp here.
37185
37186 2006-11-01  Bruno Haible  <bruno@clisp.org>
37187
37188         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
37189
37190 2006-11-01  Eric Blake  <ebb9@byu.net>
37191
37192         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
37193
37194         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
37195
37196 2006-10-29  Bruno Haible  <bruno@clisp.org>
37197
37198         Make it compile in C++ mode.
37199         * lib/full-write.c (full_rw): Add a cast.
37200
37201 2006-11-01  Bruno Haible  <bruno@clisp.org>
37202
37203         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
37204         be POSIX compliant.
37205         Reported by Roger Persson <perrog@gmail.com>.
37206
37207 2006-11-01  Eric Blake  <ebb9@byu.net>
37208
37209         * lib/getopt_.h: Fix comments.
37210
37211 2006-10-31  Eric Blake  <ebb9@byu.net>
37212
37213         * modules/tmpdir (Depends-on): Add sys_stat.
37214         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
37215         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
37216         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
37217         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
37218         tempname.
37219
37220 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
37221
37222         Avoid some C++ diagnostics reported by Bruno Haible.
37223         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
37224         xmalloc.
37225         (quotearg_alloc): Use xcharalloc rather than xmalloc.
37226         (struct slotvec): Move to top level.
37227         (quotearg_n_options): Rewrite to avoid xmalloc.
37228         * lib/xalloc.h (xcharalloc): New function.
37229         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
37230         [defined __cplusplus]: Add function template that provides result
37231         type propagation.  This part of the change is from Bruno Haible.
37232
37233 2006-10-29  Bruno Haible  <bruno@clisp.org>
37234
37235         Make it compile in C++ mode.
37236         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
37237         * lib/strnlen1.c (strnlen1): Cast memchr result.
37238         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
37239         * lib/clean-temp.c (string_equals, string_hash): Add casts.
37240         (create_temp_dir): Rename local variable 'template'.
37241         (compile_csharp_using_sscli): Add cast.
37242         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
37243         * lib/findprog.c (find_in_path): Likewise.
37244         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
37245         * lib/wait-process.c (register_slave_subprocess): Likewise.
37246
37247 2006-10-22  Bruno Haible  <bruno@clisp.org>
37248
37249         * modules/tsearch: New file.
37250         * lib/tsearch.h: New file.
37251         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
37252         * m4/tsearch.m4: New file.
37253         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
37254
37255 2006-10-29  Eric Blake  <ebb9@byu.net>
37256
37257         * lib/arcfour.c: Assume config.h.
37258         * lib/arctwo.c: Likewise.
37259         * lib/base64.c: Likewise.
37260         * lib/check-version.c: Likewise.
37261         * lib/crc.c: Likewise.
37262         * lib/des.c: Likewise.
37263         * lib/gc-gnulib.c: Likewise.
37264         * lib/gc-libgcrypt.c: Likewise.
37265         * lib/gc-pbkdf2-sha1.c: Likewise.
37266         * lib/getaddrinfo.c: Likewise.
37267         * lib/getdelim.c: Likewise.
37268         * lib/getline.c: Likewise.
37269         * lib/hmac-md5.c: Likewise.
37270         * lib/hmac-sha1.c: Likewise.
37271         * lib/iconvme.c: Likewise.
37272         * lib/md2.c: Likewise.
37273         * lib/md4.c: Likewise.
37274         * lib/memxor.c: Likewise.
37275         * lib/read-file.c: Likewise.
37276         * lib/readline.c: Likewise.
37277         * lib/rijndael-alg-fst.c: Likewise.
37278         * lib/rijndael-api-fst.c: Likewise.
37279         * lib/xgetdomainname.c: Likewise.
37280
37281 2006-10-28  Eric Blake  <ebb9@byu.net>
37282
37283         * lib/xstrndup.c: Assume config.h.
37284
37285 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
37286
37287         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
37288         stat-macros.h is now for our own macros, whereas stat_h is for
37289         macros in the <sys/stat.h> name space.
37290         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
37291         (STAT_MACROS_H): Remove.
37292         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
37293         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
37294         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
37295         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
37296         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
37297         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
37298         Move these macros to ...
37299         * lib/stat_.h: here.  Don't include stat-macros.h.
37300         * lib/canonicalize.c: Don't include stat-macros.h.
37301         * lib/chown.c: Likewise.
37302         * lib/euidaccess.c: Likewise.
37303         * lib/file-type.c: Likewise.
37304         * lib/filemode.c: Likewise.
37305         * lib/glob.c: Likewise.
37306         * lib/isapipe.c: Likewise.
37307         * lib/lchown.c: Likewise.
37308         * lib/lstat.c: Likewise.
37309         * lib/mkdir-p.c: Likewise.
37310         * lib/rmdir.c: Likewise.
37311         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
37312         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
37313         unless mkdir isn't declared, to speed up 'configure'.
37314         Always create sys/stat.h, since it's unlikely any real sys/stat.h
37315         would define all the S_* symbols.
37316         * modules/canonicalize (Depends-on):
37317         Depend on sys_stat, not stat-macros.
37318         * modules/chown: Likewise.
37319         * modules/euidaccess: Likewise.
37320         * modules/filemode: Likewise.
37321         * modules/file-type: Likewise.
37322         * modules/glob: Likewise.
37323         * modules/isapipe: Likewise.
37324         * modules/lchown: Likewise.
37325         * modules/lstat: Likewise.
37326         * modules/mkancesdirs: Likewise.
37327         * modules/rmdir: Likewise.
37328         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
37329         * modules/modechange: Likewise.
37330         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
37331         (configure.ac): Remove gl_STAT_MACROS.
37332         * modules/sys_stat (Depends-on): Remove stat-macros.
37333
37334 2006-10-27  Bruno Haible  <bruno@clisp.org>
37335
37336         * m4/signed.m4: Remove file.
37337         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
37338         invocation.
37339         * modules/vasnprintf (Files): Remove m4/signed.m4.
37340
37341 2006-10-27  Bruno Haible  <bruno@clisp.org>
37342
37343         Update to GNU gettext 0.16.
37344         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
37345         m4/inttypes-h.m4, m4/signed.m4.
37346         * m4/gettext.m4: Update to GNU gettext 0.16.
37347         * m4/intl.m4: New file, from GNU gettext.
37348         * m4/intldir.m4: New file, from GNU gettext.
37349         * config/srclist.txt: Update
37350
37351 2006-10-27  Eric Blake  <ebb9@byu.net>
37352
37353         * MODULES.html.sh: Document tempname.
37354         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
37355         dependencies.
37356         (Files): Move lib/tempname.c...
37357         * modules/tempname: ...to this new module.
37358         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
37359         (gl_PREREQ_TEMPNAME): Move...
37360         * m4/tempname.m4: ...to this new file.
37361         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
37362         * modules/sys_stat (Depends-on): Add stat-macros.
37363         * lib/stat_.h (includes): Pick up stat macros.
37364         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
37365         if stat macros are broken.
37366         * lib/tempname.c (includes): No need to include "stat-macros.h".
37367         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
37368         (direxists, __path_search) [!_LIBC]: Don't compile these in
37369         gnulib; the tmpdir module covers that.
37370         * lib/tempname.h: New file.
37371
37372 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
37373
37374         * COPYING: Explain how gnulib-tool converts licence headers.
37375         Almost all wording by Eric Blake.
37376
37377 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
37378
37379         * lib/mbchar.h (is_basic_table): Make read-only.
37380         * lib/mbchar.c (is_basic_table): Likewise.
37381         Reported by John Darrington.
37382
37383 2006-10-25  Bruno Haible  <bruno@clisp.org>
37384
37385         * lib/progname.h (set_program_name): Undefine before defining.
37386
37387 2006-10-25  Bruno Haible  <bruno@clisp.org>
37388
37389         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
37390         false for non-gcc C++ compilers.
37391         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
37392
37393 2006-10-24  Bruno Haible  <bruno@clisp.org>
37394
37395         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
37396         iconv implementations like Irix iconv.
37397
37398 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37399
37400         * modules/vararrays: New file.
37401         * m4/vararrays.m4: New file, taken from diffutils.
37402         * MODULES.html.sh: New module vararrays.
37403
37404 2006-10-24  Karl Berry  <karl@gnu.org>
37405
37406         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
37407         Don't call GNU Unix.
37408
37409 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37410
37411         * users.txt: Add Libtool.
37412
37413         Sync from Libtool:
37414
37415         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37416
37417         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
37418         to gnulib's policy of including config.h unconditionally.
37419
37420 2006-10-24  Bruno Haible  <bruno@clisp.org>
37421
37422         * modules/wcwidth (Files): Add m4/wint_t.m4.
37423         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
37424         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
37425
37426 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37427
37428         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
37429         to pacify GCC with some -W flags enabled.  Problem reported by
37430         Bruno Haible.
37431
37432 2006-10-24  Jim Meyering  <jim@meyering.net>
37433
37434         * MODULES.html.sh: Remove uinttostr.  It's not a module.
37435         Reported by Karl Berry.
37436
37437 2006-10-23  Bruno Haible  <bruno@clisp.org>
37438
37439         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
37440
37441 2006-10-24  Bruno Haible  <bruno@clisp.org>
37442
37443         * lib/gl_list.h: Use C comment style, not C++ comment style.
37444
37445 2006-10-23  Eric Blake  <ebb9@byu.net>
37446
37447         * lib/getaddrinfo.c (includes): Add missing include.
37448
37449 2006-10-23  Bruno Haible  <bruno@clisp.org>
37450             Paul Eggert  <eggert@cs.ucla.edu>
37451
37452         Ability to rename obstack_free.
37453         * lib/obstack.h (__obstack_free): New macro. Declare instead of
37454         obstack_free.
37455         (obstack_free): Invoke the __obstack_free macro.
37456         * lib/obstack.c (obstack_free): Use __obstack_free macro.
37457
37458 2006-10-23  Bruno Haible  <bruno@clisp.org>
37459             Paul Eggert  <eggert@cs.ucla.edu>
37460
37461         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
37462         __argc, __argv from the declaration. (They are defined as macros on
37463         mingw.)
37464
37465 2006-10-22  Bruno Haible  <bruno@clisp.org>
37466
37467         * doc/gnulib-intro.texi: New file.
37468         * doc/gnulib.texi: Include it.
37469
37470 2006-10-21  Bruno Haible  <bruno@clisp.org>
37471
37472         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
37473         "Introduction", "Miscellanous Notes", "Particular Modules".
37474
37475 2006-10-21  Bruno Haible  <bruno@clisp.org>
37476
37477         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37478         Change mostlyclean-local rule to avoid sh syntax error from bash
37479         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
37480
37481 2006-10-23  Jim Meyering  <jim@meyering.net>
37482
37483         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
37484         in place of snprintf.
37485
37486         * modules/inttostr (Files): Add lib/uinttostr.c.
37487         * lib/uinttostr.c (inttostr): New file/function.
37488         * lib/inttostr.h (uinttostr): Declare.
37489         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
37490         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
37491         Add uinttostr.
37492         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
37493
37494 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
37495
37496         * lib/canonicalize.c (ELOOP): Define if not already defined.
37497         Problem reported by Bruno Haible in
37498         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
37499
37500 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
37501
37502         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
37503         Problem reported by Perry Smith and Ville Laurikari.
37504
37505         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
37506         uses.
37507
37508 2006-10-19  Bruno Haible  <bruno@clisp.org>
37509
37510         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
37511         for mingw.
37512
37513 2006-10-19  Bruno Haible  <bruno@clisp.org>
37514
37515         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
37516         Needed for mingw.
37517
37518 2006-10-19  Bruno Haible  <bruno@clisp.org>
37519
37520         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
37521
37522 2006-10-19  Bruno Haible  <bruno@clisp.org>
37523
37524         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
37525         it.
37526
37527 2006-10-19  Bruno Haible  <bruno@clisp.org>
37528
37529         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
37530         invocation.
37531
37532 2006-10-19  Bruno Haible  <bruno@clisp.org>
37533
37534         * gnulib-tool (func_create_testdir): Don't include ftruncate and
37535         mountlist by default.
37536
37537 2006-10-16  Bruno Haible  <bruno@clisp.org>
37538
37539         * lib/c-strstr.c: Include c-strstr.h.
37540
37541 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37542
37543         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
37544         in a slash.
37545
37546 2006-10-18  Bruno Haible  <bruno@clisp.org>
37547
37548         * lib/lock.h [C++]: Wrap definitions in extern "C".
37549
37550 2006-10-18  Bruno Haible  <bruno@clisp.org>
37551
37552         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
37553         gl_LIBOBJS list.
37554
37555 2006-10-18  Bruno Haible  <bruno@clisp.org>
37556
37557         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
37558
37559 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
37560
37561         * lib/xstrtol.h: Include gettext.h.
37562         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
37563         Problem reported by Eric Blake.
37564         * modules/xstrtol (Depends-on): Add gettext-h.
37565
37566 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
37567
37568         * lib/strftime.c (advance): New macro.
37569         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
37570         incomplete type, so you can't add 0 to it.  Problem and patch
37571         reported by Eelco Dolstra for dietlibc.
37572
37573 2006-10-18  Jim Meyering  <jim@meyering.net>
37574
37575         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
37576         type for a local, and rename it: s/up/user_proc/.
37577
37578 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
37579
37580         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
37581         READ_UTMP_USER_PROCESS.
37582         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
37583
37584 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
37585
37586         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
37587         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
37588
37589 2006-10-17  Eric Blake  <ebb9@byu.net>
37590
37591         * lib/sigprocmask.c (sigprocmask): Fix typo.
37592
37593         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
37594
37595         * modules/clean-temp (Makefile.am): Don't add to make output...
37596         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
37597         config.h.
37598
37599 2006-10-17  Bruno Haible  <bruno@clisp.org>
37600
37601         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
37602         differently if DEFAULT_TEXT_DOMAIN is set.
37603
37604 2006-10-16  Bruno Haible  <bruno@clisp.org>
37605
37606         * lib/clean-temp.c: Include fwriteerror.h.
37607
37608 2006-10-16  Bruno Haible  <bruno@clisp.org>
37609
37610         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
37611
37612 2006-10-16  Bruno Haible  <bruno@clisp.org>
37613
37614         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
37615         * lib/sigprocmask.h: Include <sys/types.h>.
37616         (sigset_t): Use the system's definition if present.
37617
37618 2006-10-17  Eric Blake  <ebb9@byu.net>
37619
37620         * lib/xvasprintf.c (includes): Assume config.h.
37621         * lib/xasprintf.c (includes): Likewise.
37622
37623 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
37624
37625         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
37626         at least as wide as intmax_t.
37627
37628 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
37629
37630         (Imported from Automake.)
37631         * build-aux/gnupload: Update to version 1.1 of directive file.
37632
37633 2006-10-16  Eric Blake  <ebb9@byu.net>
37634
37635         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
37636         match Automake 1.10a.
37637
37638 2006-10-14  Bruno Haible  <bruno@clisp.org>
37639
37640         * modules/sigprocmask: New file.
37641         * lib/sigprocmask.h: New file.
37642         * lib/sigprocmask.c: New file.
37643         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
37644         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
37645         request sigprocmask.o.
37646         (gl_PREREQ_SIGPROCMASK): New macro.
37647         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
37648         (Depends-on): Add sigprocmask.
37649         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
37650         gt_SIGNALBLOCKING. Test for 'raise' only once.
37651         * lib/fatal-signal.c: Include sigprocmask.h.
37652         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
37653         unblock_fatal_signals): Define always.
37654         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37655         sigprocmask.
37656
37657 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
37658
37659         Sync from Automake.
37660         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
37661         which incorrectly sets the mode of an existing destination
37662         directory.  In some cases the unpatched install-sh could do the
37663         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
37664         system.  We hope this is rare in practice, but it's clearly worth
37665         fixing.  Problem reported by Alex Unleashed in
37666         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
37667         Also, don't bother to check for -m bugs unless we're using -m;
37668         suggested by Stepan Kasal.
37669
37670 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37671
37672         Sync from Automake.
37673         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
37674         `-c' flag, so they appear at the same position as in %FASTDEP%
37675         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
37676         which ignores unknown options only after the first non-option.
37677         Bug report against M4 by Nelson H. F. Beebe.
37678
37679 2006-10-13  Jim Meyering  <jim@meyering.net>
37680
37681         Fix a bug in yesterday's change.
37682         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
37683         p->fts_statp->st_dev would be used uninitialized.
37684         Ensures that we always call fts_stat on the very first entry.
37685         Miklos Szeredi reported that find -xdev stopped working.
37686
37687 2006-10-12  Bruno Haible  <bruno@clisp.org>
37688
37689         * gnulib-tool (func_get_automake_snippet): Append an automatically
37690         computed EXTRA_DIST augmentation.
37691         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
37692         * modules/alloca-opt (Makefile.am): Likewise.
37693         * modules/allocsa (Makefile.am): Likewise.
37694         * modules/arcfour (Makefile.am): Likewise.
37695         * modules/arctwo (Makefile.am): Likewise.
37696         * modules/argmatch (Makefile.am): Likewise.
37697         * modules/argz (Makefile.am): Likewise.
37698         * modules/atexit (Makefile.am): Likewise.
37699         * modules/backupfile (Makefile.am): Likewise.
37700         * modules/byteswap (Makefile.am): Likewise.
37701         * modules/c-strtod (Makefile.am): Likewise.
37702         * modules/c-strtold (Makefile.am): Likewise.
37703         * modules/calloc (Makefile.am): Likewise.
37704         * modules/canon-host (Makefile.am): Likewise.
37705         * modules/canonicalize (Makefile.am): Likewise.
37706         * modules/chdir-long (Makefile.am): Likewise.
37707         * modules/chdir-safer (Makefile.am): Likewise.
37708         * modules/check-version (Makefile.am): Likewise.
37709         * modules/chown (Makefile.am): Likewise.
37710         * modules/cloexec (Makefile.am): Likewise.
37711         * modules/close-stream (Makefile.am): Likewise.
37712         * modules/closeout (Makefile.am): Likewise.
37713         * modules/crc (Makefile.am): Likewise.
37714         * modules/csharpexec (Makefile.am): Likewise.
37715         * modules/cycle-check (Makefile.am): Likewise.
37716         * modules/des (Makefile.am): Likewise.
37717         * modules/dev-ino (Makefile.am): Likewise.
37718         * modules/dirfd (Makefile.am): Likewise.
37719         * modules/dirname (Makefile.am): Likewise.
37720         * modules/dup2 (Makefile.am): Likewise.
37721         * modules/eealloc (Makefile.am): Likewise.
37722         * modules/error (Makefile.am): Likewise.
37723         * modules/euidaccess (Makefile.am): Likewise.
37724         * modules/exclude (Makefile.am): Likewise.
37725         * modules/exitfail (Makefile.am): Likewise.
37726         * modules/fcntl-safer (Makefile.am): Likewise.
37727         * modules/fcntl (Makefile.am): Likewise.
37728         * modules/file-type (Makefile.am): Likewise.
37729         * modules/fileblocks (Makefile.am): Likewise.
37730         * modules/filemode (Makefile.am): Likewise.
37731         * modules/filenamecat (Makefile.am): Likewise.
37732         * modules/fnmatch (Makefile.am): Likewise.
37733         * modules/fopen-safer (Makefile.am): Likewise.
37734         * modules/fpending (Makefile.am): Likewise.
37735         * modules/fprintftime (Makefile.am): Likewise.
37736         * modules/free (Makefile.am): Likewise.
37737         * modules/fsusage (Makefile.am): Likewise.
37738         * modules/ftruncate (Makefile.am): Likewise.
37739         * modules/fts (Makefile.am): Likewise.
37740         * modules/gc-arcfour (Makefile.am): Likewise.
37741         * modules/gc-des (Makefile.am): Likewise.
37742         * modules/gc-hmac-md5 (Makefile.am): Likewise.
37743         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
37744         * modules/gc-md4 (Makefile.am): Likewise.
37745         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
37746         * modules/gc-sha1 (Makefile.am): Likewise.
37747         * modules/gc (Makefile.am): Likewise.
37748         * modules/getaddrinfo (Makefile.am): Likewise.
37749         * modules/getcwd (Makefile.am): Likewise.
37750         * modules/getdelim (Makefile.am): Likewise.
37751         * modules/getdomainname (Makefile.am): Likewise.
37752         * modules/getgroups (Makefile.am): Likewise.
37753         * modules/gethostname (Makefile.am): Likewise.
37754         * modules/gethrxtime (Makefile.am): Likewise.
37755         * modules/getline (Makefile.am): Likewise.
37756         * modules/getloadavg (Makefile.am): Likewise.
37757         * modules/getlogin_r (Makefile.am): Likewise.
37758         * modules/getndelim2 (Makefile.am): Likewise.
37759         * modules/getopt (Makefile.am): Likewise.
37760         * modules/getpagesize (Makefile.am): Likewise.
37761         * modules/getpass-gnu (Makefile.am): Likewise.
37762         * modules/getpass (Makefile.am): Likewise.
37763         * modules/getsubopt (Makefile.am): Likewise.
37764         * modules/gettime (Makefile.am): Likewise.
37765         * modules/gettimeofday (Makefile.am): Likewise.
37766         * modules/getugroups (Makefile.am): Likewise.
37767         * modules/getusershell (Makefile.am): Likewise.
37768         * modules/glob (Makefile.am): Likewise.
37769         * modules/group-member (Makefile.am): Likewise.
37770         * modules/hard-locale (Makefile.am): Likewise.
37771         * modules/hash (Makefile.am): Likewise.
37772         * modules/hmac-md5 (Makefile.am): Likewise.
37773         * modules/hmac-sha1 (Makefile.am): Likewise.
37774         * modules/human (Makefile.am): Likewise.
37775         * modules/idcache (Makefile.am): Likewise.
37776         * modules/imaxabs (Makefile.am): Likewise.
37777         * modules/imaxdiv (Makefile.am): Likewise.
37778         * modules/inet_ntop (Makefile.am): Likewise.
37779         * modules/inet_pton (Makefile.am): Likewise.
37780         * modules/intprops (Makefile.am): Likewise.
37781         * modules/inttostr (Makefile.am): Likewise.
37782         * modules/inttypes (Makefile.am): Likewise.
37783         * modules/isapipe (Makefile.am): Likewise.
37784         * modules/javaversion (Makefile.am): Likewise.
37785         * modules/lchmod (Makefile.am): Likewise.
37786         * modules/lchown (Makefile.am): Likewise.
37787         * modules/localcharset (Makefile.am): Likewise.
37788         * modules/long-options (Makefile.am): Likewise.
37789         * modules/lstat (Makefile.am): Likewise.
37790         * modules/malloc (Makefile.am): Likewise.
37791         * modules/mathl (Makefile.am): Likewise.
37792         * modules/mbchar (Makefile.am): Likewise.
37793         * modules/md2 (Makefile.am): Likewise.
37794         * modules/md4 (Makefile.am): Likewise.
37795         * modules/md5 (Makefile.am): Likewise.
37796         * modules/memcasecmp (Makefile.am): Likewise.
37797         * modules/memchr (Makefile.am): Likewise.
37798         * modules/memcmp (Makefile.am): Likewise.
37799         * modules/memcoll (Makefile.am): Likewise.
37800         * modules/memcpy (Makefile.am): Likewise.
37801         * modules/memmem (Makefile.am): Likewise.
37802         * modules/memmove (Makefile.am): Likewise.
37803         * modules/mempcpy (Makefile.am): Likewise.
37804         * modules/memrchr (Makefile.am): Likewise.
37805         * modules/memset (Makefile.am): Likewise.
37806         * modules/memxor (Makefile.am): Likewise.
37807         * modules/mkancesdirs (Makefile.am): Likewise.
37808         * modules/mkdir-p (Makefile.am): Likewise.
37809         * modules/mkdir (Makefile.am): Likewise.
37810         * modules/mkdtemp (Makefile.am): Likewise.
37811         * modules/mkstemp (Makefile.am): Likewise.
37812         * modules/mktime (Makefile.am): Likewise.
37813         * modules/modechange (Makefile.am): Likewise.
37814         * modules/mountlist (Makefile.am): Likewise.
37815         * modules/nanosleep (Makefile.am): Likewise.
37816         * modules/obstack (Makefile.am): Likewise.
37817         * modules/openat (Makefile.am): Likewise.
37818         * modules/pagealign_alloc (Makefile.am): Likewise.
37819         * modules/pathmax (Makefile.am): Likewise.
37820         * modules/physmem (Makefile.am): Likewise.
37821         * modules/poll (Makefile.am): Likewise.
37822         * modules/posixtm (Makefile.am): Likewise.
37823         * modules/posixver (Makefile.am): Likewise.
37824         * modules/putenv (Makefile.am): Likewise.
37825         * modules/quote (Makefile.am): Likewise.
37826         * modules/quotearg (Makefile.am): Likewise.
37827         * modules/raise (Makefile.am): Likewise.
37828         * modules/read-file (Makefile.am): Likewise.
37829         * modules/readline (Makefile.am): Likewise.
37830         * modules/readlink (Makefile.am): Likewise.
37831         * modules/readtokens (Makefile.am): Likewise.
37832         * modules/readutmp (Makefile.am): Likewise.
37833         * modules/realloc (Makefile.am): Likewise.
37834         * modules/regex (Makefile.am): Likewise.
37835         * modules/rename-dest-slash (Makefile.am): Likewise.
37836         * modules/rename (Makefile.am): Likewise.
37837         * modules/rijndael (Makefile.am): Likewise.
37838         * modules/rmdir (Makefile.am): Likewise.
37839         * modules/rpmatch (Makefile.am): Likewise.
37840         * modules/safe-read (Makefile.am): Likewise.
37841         * modules/safe-write (Makefile.am): Likewise.
37842         * modules/same-inode (Makefile.am): Likewise.
37843         * modules/same (Makefile.am): Likewise.
37844         * modules/save-cwd (Makefile.am): Likewise.
37845         * modules/savedir (Makefile.am): Likewise.
37846         * modules/setenv (Makefile.am): Likewise.
37847         * modules/settime (Makefile.am): Likewise.
37848         * modules/sha1 (Makefile.am): Likewise.
37849         * modules/sig2str (Makefile.am): Likewise.
37850         * modules/snprintf (Makefile.am): Likewise.
37851         * modules/stat-macros (Makefile.am): Likewise.
37852         * modules/stat-time (Makefile.am): Likewise.
37853         * modules/stdbool (Makefile.am): Likewise.
37854         * modules/stdint (Makefile.am): Likewise.
37855         * modules/stdlib-safer (Makefile.am): Likewise.
37856         * modules/stpcpy (Makefile.am): Likewise.
37857         * modules/stpncpy (Makefile.am): Likewise.
37858         * modules/strcase (Makefile.am): Likewise.
37859         * modules/strcasestr (Makefile.am): Likewise.
37860         * modules/strchrnul (Makefile.am): Likewise.
37861         * modules/strcspn (Makefile.am): Likewise.
37862         * modules/strdup (Makefile.am): Likewise.
37863         * modules/strerror (Makefile.am): Likewise.
37864         * modules/strftime (Makefile.am): Likewise.
37865         * modules/strndup (Makefile.am): Likewise.
37866         * modules/strnlen (Makefile.am): Likewise.
37867         * modules/strpbrk (Makefile.am): Likewise.
37868         * modules/strsep (Makefile.am): Likewise.
37869         * modules/strstr (Makefile.am): Likewise.
37870         * modules/strtod (Makefile.am): Likewise.
37871         * modules/strtoimax (Makefile.am): Likewise.
37872         * modules/strtok_r (Makefile.am): Likewise.
37873         * modules/strtol (Makefile.am): Likewise.
37874         * modules/strtoll (Makefile.am): Likewise.
37875         * modules/strtoul (Makefile.am): Likewise.
37876         * modules/strtoull (Makefile.am): Likewise.
37877         * modules/strtoumax (Makefile.am): Likewise.
37878         * modules/strverscmp (Makefile.am): Likewise.
37879         * modules/sys_socket (Makefile.am): Likewise.
37880         * modules/sys_stat (Makefile.am): Likewise.
37881         * modules/sysexits (Makefile.am): Likewise.
37882         * modules/time_r (Makefile.am): Likewise.
37883         * modules/timegm (Makefile.am): Likewise.
37884         * modules/timespec (Makefile.am): Likewise.
37885         * modules/tmpfile-safer (Makefile.am): Likewise.
37886         * modules/trim (Makefile.am): Likewise.
37887         * modules/unistd-safer (Makefile.am): Likewise.
37888         * modules/unlinkdir (Makefile.am): Likewise.
37889         * modules/unlocked-io (Makefile.am): Likewise.
37890         * modules/userspec (Makefile.am): Likewise.
37891         * modules/utime (Makefile.am): Likewise.
37892         * modules/utimecmp (Makefile.am): Likewise.
37893         * modules/utimens (Makefile.am): Likewise.
37894         * modules/vasnprintf (Makefile.am): Likewise.
37895         * modules/vasprintf (Makefile.am): Likewise.
37896         * modules/vsnprintf (Makefile.am): Likewise.
37897         * modules/xalloc (Makefile.am): Likewise.
37898         * modules/xgetcwd (Makefile.am): Likewise.
37899         * modules/xnanosleep (Makefile.am): Likewise.
37900         * modules/xreadlink (Makefile.am): Likewise.
37901         * modules/xstrtod (Makefile.am): Likewise.
37902         * modules/xstrtol (Makefile.am): Likewise.
37903         * modules/xstrtold (Makefile.am): Likewise.
37904         * modules/yesno (Makefile.am): Likewise.
37905         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
37906
37907 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
37908
37909         * modules/error (Makefile.am): Distribute files through
37910         EXTRA_DIST, not lib_SOURCES.
37911
37912 2006-10-12  Eric Blake  <ebb9@byu.net>
37913
37914         * modules/error (Makefile.am): Distribute files in /lib.
37915         * modules/obstack (Makefile.am): Likewise.
37916
37917 2006-10-12  Bruno Haible  <bruno@clisp.org>
37918
37919         * modules/acl (Makefile.am): Distribute all files in lib/ through
37920         EXTRA_DIST.
37921         * modules/arcfour (Makefile.am): Likewise.
37922         * modules/arctwo (Makefile.am): Likewise.
37923         * modules/argmatch (Makefile.am): Likewise.
37924         * modules/argz (Makefile.am): Likewise.
37925         * modules/atexit (Makefile.am): Likewise.
37926         * modules/backupfile (Makefile.am): Likewise.
37927         * modules/c-strtod (Makefile.am): Likewise.
37928         * modules/c-strtold (Makefile.am): Likewise.
37929         * modules/calloc (Makefile.am): Likewise.
37930         * modules/canon-host (Makefile.am): Likewise.
37931         * modules/canonicalize (Makefile.am): Likewise.
37932         * modules/chdir-long (Makefile.am): Likewise.
37933         * modules/chdir-safer (Makefile.am): Likewise.
37934         * modules/check-version (Makefile.am): Likewise.
37935         * modules/chown (Makefile.am): Likewise.
37936         * modules/cloexec (Makefile.am): Likewise.
37937         * modules/close-stream (Makefile.am): Likewise.
37938         * modules/closeout (Makefile.am): Likewise.
37939         * modules/crc (Makefile.am): Likewise.
37940         * modules/cycle-check (Makefile.am): Likewise.
37941         * modules/des (Makefile.am): Likewise.
37942         * modules/dirfd (Makefile.am): Likewise.
37943         * modules/dirname (Makefile.am): Likewise.
37944         * modules/dup2 (Makefile.am): Likewise.
37945         * modules/euidaccess (Makefile.am): Likewise.
37946         * modules/exclude (Makefile.am): Likewise.
37947         * modules/exitfail (Makefile.am): Likewise.
37948         * modules/fcntl-safer (Makefile.am): Likewise.
37949         * modules/file-type (Makefile.am): Likewise.
37950         * modules/fileblocks (Makefile.am): Likewise.
37951         * modules/filemode (Makefile.am): Likewise.
37952         * modules/filenamecat (Makefile.am): Likewise.
37953         * modules/fnmatch (Makefile.am): Likewise.
37954         * modules/fopen-safer (Makefile.am): Likewise.
37955         * modules/fpending (Makefile.am): Likewise.
37956         * modules/fprintftime (Makefile.am): Likewise.
37957         * modules/free (Makefile.am): Likewise.
37958         * modules/fsusage (Makefile.am): Likewise.
37959         * modules/ftruncate (Makefile.am): Likewise.
37960         * modules/fts (Makefile.am): Likewise.
37961         * modules/gc (Makefile.am): Likewise.
37962         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
37963         * modules/getaddrinfo (Makefile.am): Likewise.
37964         * modules/getcwd (Makefile.am): Likewise.
37965         * modules/getdelim (Makefile.am): Likewise.
37966         * modules/getdomainname (Makefile.am): Likewise.
37967         * modules/getgroups (Makefile.am): Likewise.
37968         * modules/gethostname (Makefile.am): Likewise.
37969         * modules/gethrxtime (Makefile.am): Likewise.
37970         * modules/getline (Makefile.am): Likewise.
37971         * modules/getloadavg (Makefile.am): Likewise.
37972         * modules/getlogin_r (Makefile.am): Likewise.
37973         * modules/getopt (Makefile.am): Likewise.
37974         * modules/getpass (Makefile.am): Likewise.
37975         * modules/getpass-gnu (Makefile.am): Likewise.
37976         * modules/getsubopt (Makefile.am): Likewise.
37977         * modules/gettime (Makefile.am): Likewise.
37978         * modules/gettimeofday (Makefile.am): Likewise.
37979         * modules/getugroups (Makefile.am): Likewise.
37980         * modules/getusershell (Makefile.am): Likewise.
37981         * modules/glob (Makefile.am): Likewise.
37982         * modules/group-member (Makefile.am): Likewise.
37983         * modules/hard-locale (Makefile.am): Likewise.
37984         * modules/hash (Makefile.am): Likewise.
37985         * modules/hmac-md5 (Makefile.am): Likewise.
37986         * modules/hmac-sha1 (Makefile.am): Likewise.
37987         * modules/human (Makefile.am): Likewise.
37988         * modules/idcache (Makefile.am): Likewise.
37989         * modules/imaxabs (Makefile.am): Likewise.
37990         * modules/imaxdiv (Makefile.am): Likewise.
37991         * modules/inet_ntop (Makefile.am): Likewise.
37992         * modules/inet_pton (Makefile.am): Likewise.
37993         * modules/inttostr (Makefile.am): Likewise.
37994         * modules/isapipe (Makefile.am): Likewise.
37995         * modules/lchown (Makefile.am): Likewise.
37996         * modules/long-options (Makefile.am): Likewise.
37997         * modules/lstat (Makefile.am): Likewise.
37998         * modules/malloc (Makefile.am): Likewise.
37999         * modules/mathl (Makefile.am): Likewise.
38000         * modules/mbchar (Makefile.am): Likewise.
38001         * modules/md2 (Makefile.am): Likewise.
38002         * modules/md4 (Makefile.am): Likewise.
38003         * modules/md5 (Makefile.am): Likewise.
38004         * modules/memcasecmp (Makefile.am): Likewise.
38005         * modules/memchr (Makefile.am): Likewise.
38006         * modules/memcmp (Makefile.am): Likewise.
38007         * modules/memcoll (Makefile.am): Likewise.
38008         * modules/memcpy (Makefile.am): Likewise.
38009         * modules/memmem (Makefile.am): Likewise.
38010         * modules/memmove (Makefile.am): Likewise.
38011         * modules/mempcpy (Makefile.am): Likewise.
38012         * modules/memrchr (Makefile.am): Likewise.
38013         * modules/memset (Makefile.am): Likewise.
38014         * modules/memxor (Makefile.am): Likewise.
38015         * modules/mkancesdirs (Makefile.am): Likewise.
38016         * modules/mkdir (Makefile.am): Likewise.
38017         * modules/mkdir-p (Makefile.am): Likewise.
38018         * modules/mkdtemp (Makefile.am): Likewise.
38019         * modules/mkstemp (Makefile.am): Likewise.
38020         * modules/mktime (Makefile.am): Likewise.
38021         * modules/modechange (Makefile.am): Likewise.
38022         * modules/mountlist (Makefile.am): Likewise.
38023         * modules/nanosleep (Makefile.am): Likewise.
38024         * modules/openat (Makefile.am): Likewise.
38025         * modules/pagealign_alloc (Makefile.am): Likewise.
38026         * modules/physmem (Makefile.am): Likewise.
38027         * modules/poll (Makefile.am): Likewise.
38028         * modules/posixtm (Makefile.am): Likewise.
38029         * modules/posixver (Makefile.am): Likewise.
38030         * modules/putenv (Makefile.am): Likewise.
38031         * modules/quote (Makefile.am): Likewise.
38032         * modules/quotearg (Makefile.am): Likewise.
38033         * modules/raise (Makefile.am): Likewise.
38034         * modules/read-file (Makefile.am): Likewise.
38035         * modules/readline (Makefile.am): Likewise.
38036         * modules/readlink (Makefile.am): Likewise.
38037         * modules/readtokens (Makefile.am): Likewise.
38038         * modules/readutmp (Makefile.am): Likewise.
38039         * modules/realloc (Makefile.am): Likewise.
38040         * modules/regex (Makefile.am): Likewise.
38041         * modules/rename (Makefile.am): Likewise.
38042         * modules/rename-dest-slash (Makefile.am): Likewise.
38043         * modules/rijndael (Makefile.am): Likewise.
38044         * modules/rmdir (Makefile.am): Likewise.
38045         * modules/rpmatch (Makefile.am): Likewise.
38046         * modules/safe-read (Makefile.am): Likewise.
38047         * modules/safe-write (Makefile.am): Likewise.
38048         * modules/same (Makefile.am): Likewise.
38049         * modules/save-cwd (Makefile.am): Likewise.
38050         * modules/savedir (Makefile.am): Likewise.
38051         * modules/setenv (Makefile.am): Likewise.
38052         * modules/settime (Makefile.am): Likewise.
38053         * modules/sha1 (Makefile.am): Likewise.
38054         * modules/sig2str (Makefile.am): Likewise.
38055         * modules/snprintf (Makefile.am): Likewise.
38056         * modules/stdlib-safer (Makefile.am): Likewise.
38057         * modules/stpcpy (Makefile.am): Likewise.
38058         * modules/stpncpy (Makefile.am): Likewise.
38059         * modules/strcase (Makefile.am): Likewise.
38060         * modules/strcasestr (Makefile.am): Likewise.
38061         * modules/strchrnul (Makefile.am): Likewise.
38062         * modules/strcspn (Makefile.am): Likewise.
38063         * modules/strdup (Makefile.am): Likewise.
38064         * modules/strerror (Makefile.am): Likewise.
38065         * modules/strftime (Makefile.am): Likewise.
38066         * modules/strndup (Makefile.am): Likewise.
38067         * modules/strnlen (Makefile.am): Likewise.
38068         * modules/strpbrk (Makefile.am): Likewise.
38069         * modules/strsep (Makefile.am): Likewise.
38070         * modules/strstr (Makefile.am): Likewise.
38071         * modules/strtod (Makefile.am): Likewise.
38072         * modules/strtoimax (Makefile.am): Likewise.
38073         * modules/strtok_r (Makefile.am): Likewise.
38074         * modules/strtol (Makefile.am): Likewise.
38075         * modules/strtoll (Makefile.am): Likewise.
38076         * modules/strtoul (Makefile.am): Likewise.
38077         * modules/strtoull (Makefile.am): Likewise.
38078         * modules/strtoumax (Makefile.am): Likewise.
38079         * modules/strverscmp (Makefile.am): Likewise.
38080         * modules/time_r (Makefile.am): Likewise.
38081         * modules/timegm (Makefile.am): Likewise.
38082         * modules/tmpfile-safer (Makefile.am): Likewise.
38083         * modules/unistd-safer (Makefile.am): Likewise.
38084         * modules/unlinkdir (Makefile.am): Likewise.
38085         * modules/userspec (Makefile.am): Likewise.
38086         * modules/utime (Makefile.am): Likewise.
38087         * modules/utimecmp (Makefile.am): Likewise.
38088         * modules/utimens (Makefile.am): Likewise.
38089         * modules/vasnprintf (Makefile.am): Likewise.
38090         * modules/vasprintf (Makefile.am): Likewise.
38091         * modules/vsnprintf (Makefile.am): Likewise.
38092         * modules/xalloc (Makefile.am): Likewise.
38093         * modules/xgetcwd (Makefile.am): Likewise.
38094         * modules/xnanosleep (Makefile.am): Likewise.
38095         * modules/xreadlink (Makefile.am): Likewise.
38096         * modules/xstrtod (Makefile.am): Likewise.
38097         * modules/xstrtol (Makefile.am): Likewise.
38098         * modules/xstrtold (Makefile.am): Likewise.
38099         * modules/yesno (Makefile.am): Likewise.
38100
38101 2006-10-12  Jim Meyering  <jim@meyering.net>
38102
38103         * m4/getloadavg.m4: Revert the change below.
38104
38105         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
38106         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
38107         fail with a symlink, which is what coreutils' ./bootstrap now
38108         creates by default.
38109
38110 2006-10-12  Bruno Haible  <bruno@clisp.org>
38111
38112         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
38113         mingw.
38114         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
38115         MSVC and mingw explicitly.
38116
38117 2006-10-11  Simon Josefsson  <jas@extundo.com>
38118             Bruno Haible  <bruno@clisp.org>
38119
38120         Add support for multiple gnulib-tool invocations in the scope of a
38121         single configure.ac file.
38122         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
38123         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
38124         with the same contents as the _LIBADD variable.
38125         (func_emit_initmacro_start, func_emit_initmacro_end,
38126         func_emit_initmacro_done): New functions.
38127         (func_import, func_create_testdir): Invoke them. Allow the identifiers
38128         gl_LIBOBJS and gl_LTLIBOBJS.
38129
38130 2006-10-11  Bruno Haible  <bruno@clisp.org>
38131
38132         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
38133         (func_create_testdir): Don't create po/Makefile.am, don't invoke
38134         autoreconf. Instead, invoke autopoint explicitly but move back the
38135         *.m4 files from gnulib.
38136
38137 2006-10-11  Bruno Haible  <bruno@clisp.org>
38138
38139         * gnulib-tool (func_usage): Make module names after --create-testdir
38140         optional.
38141         (func_create_testdir): If no module was specified, use nearly all
38142         modules.
38143
38144 2006-10-12  Jim Meyering  <jim@meyering.net>
38145
38146         Big performance improvement for fts-based tools that use FTS_NOSTAT.
38147         Avoid spurious inode-mismatch problems on non-POSIX file systems.
38148         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
38149         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
38150         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
38151         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
38152         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
38153         (fts_set_stat_required): New function.
38154         (fts_open): Defer the calls to fts_stat, if possible or requested.
38155         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
38156         into fts_stat itself.
38157         (fts_read): Perform any required (deferred) fts_stat call.
38158         (fts_build): Likewise, for the directory we're about to open and read.
38159         In the readdir loop, carefully decide whether each entry will require
38160         an eventual call to fts_stat, using dirent.d_type info if available.
38161         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
38162         a command line argument into this function.  Update all callers.
38163         Map a return value of FTS_DOT to FTS_D for a command line argument.
38164         * modules/fts (Depends-on): Add d-type.  Alphabetize.
38165         Thanks to Miklos Szeredi for his tenacity and for the initial
38166         bug report about "find" failing on a FUSE-based file system.
38167
38168         * lib/fts.c (fts_open): Use consistent indentation.
38169
38170 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38171
38172         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
38173         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
38174         reported by Jim Meyering.  All uses of cache variables renamed
38175         to match Autoconf's.
38176         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
38177         the other one.
38178
38179         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
38180         Fix misspelling in diagnostic.
38181
38182 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38183
38184         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
38185         defined.  Problem reported by Matthew Woehlke.
38186
38187         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
38188         Add support for Tandem NonStop R series.
38189         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
38190         Use new macro.
38191
38192         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
38193         (has_trailing_slash): Omit size arg; all callers changed.
38194         Omit 'inline', since it doesn't help performance and we'd
38195         need to configure it.
38196         Don't count //, ///, etc. as having a trailing slash.
38197         As a side effect, this removes a C99ism reported by Matthew Woehlke.
38198         (rpl_rename_dest_slash): On failure, use rename's errno rather
38199         than (in some cases) an incorrect or junk errno.
38200         Simplify code by removing need to compute length; this does
38201         cause it to make two passes instead of one over the file name,
38202         but it's worth it.
38203
38204         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
38205         change, since Autoconf's version may no longer be appropriate now
38206         that we are using CVS Autoconf's version.  Add support for Tandem.
38207
38208 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38209             Bruno Haible  <bruno@clisp.org>
38210
38211         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
38212         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
38213         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
38214         gl_AC_TYPE_LONG_LONG.
38215
38216         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
38217         instead of HAVE_LONG_LONG.
38218         * lib/printf-args.c (printf_fetchargs): Likewise.
38219         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
38220         * lib/vasnprintf.c (VASNPRINTF): Likewise.
38221         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
38222         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
38223         gl_AC_TYPE_LONG_LONG.
38224
38225 2006-10-11  Bruno Haible  <bruno@clisp.org>
38226
38227         * m4/longlong.m4: Add comments.
38228         * m4/ulonglong.m4: Likewise.
38229
38230 2006-10-10  Bruno Haible  <bruno@clisp.org>
38231
38232         Make it possible to #define stpcpy, strdup to aliases.
38233         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
38234         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
38235
38236 2006-10-10  Bruno Haible  <bruno@clisp.org>
38237
38238         Make it possible to #define gcd to an alias.
38239         * lib/gcd.c: Include config.h.
38240
38241 2006-10-10  Bruno Haible  <bruno@clisp.org>
38242
38243         Make it possible to #define c_isascii to an alias.
38244         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
38245         defined. Undefine the macros before defining them, to avoid gcc
38246         warnings.
38247         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
38248         define NO_C_CTYPE_MACROS early.
38249
38250 2006-10-10  Bruno Haible  <bruno@clisp.org>
38251
38252         Make it possible to #define set_program_name to an alias.
38253         * lib/progname.c: Don't undefine set_program_name; instead, undefine
38254         ENABLE_RELOCATABLE early.
38255
38256 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38257
38258         Port to Tandem NSK OSS, which has 64-bit signed int but at most
38259         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
38260         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
38261         More generally, don't assume that 64-bit signed int is available
38262         if unsigned int is, and vice versa.
38263         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
38264         unsigned symbols, not on their signed counterparts.
38265         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
38266         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
38267         (UINT64_C, UINTMAX_C):
38268         Likewise.
38269         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
38270         unsigned counterparts.
38271         (Have_long_long, Unsigned): New macros.
38272         (Int): Renamed from INT.
38273         (strtoimax): Use the new macros.
38274         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
38275         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
38276         * modules/inttypes (inttypes.h): Substitute
38277         HAVE_UNSIGNED_LONG_LONG_INT.
38278         * modules/stdint (stdint.h): Likewise.
38279         (Files): Add m4/ulonglong.m4.
38280
38281 2006-10-10  Bruno Haible  <bruno@clisp.org>
38282
38283         Fix a gcc -Wshadow warning.
38284         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
38285         to 'bucket'.
38286         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
38287         gl_linked_indexof_from_to): Likewise.
38288         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
38289         Likewise.
38290         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
38291         Likewise.
38292         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
38293         Reported by Eric Blake.
38294
38295 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
38296
38297         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
38298         for NetBSD.  Problem reported by Bruno Haible.
38299
38300 2006-10-09  Jim Meyering  <jim@meyering.net>
38301
38302         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
38303         Patch from Bruno Haible.
38304
38305 2006-10-09  Jim Meyering  <jim@meyering.net>
38306
38307         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
38308         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
38309         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
38310
38311 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
38312
38313         Don't include <config.h> twice; this doesn't work in some cases,
38314         e.g., when config.h has "#define intmax_t long long int" and
38315         we include <config.h>, <inttypes.h>, <config.h> in that order.
38316         Problem reported by Matthew Woehlke in:
38317         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
38318         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
38319         * lib/fts-cycle.c: Don't include config.h.
38320         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
38321         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
38322         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
38323         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
38324         inttypes.h.
38325         * lib/xstrtoumax.c: Likewise.
38326         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
38327         __strtol and the like, so that this module is more like its siblings.
38328         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
38329         Remove; no longer needed now that we assume gnulib inttypes.h.
38330
38331 2006-10-08  Bruno Haible  <bruno@clisp.org>
38332
38333         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
38334         option.
38335
38336 2006-10-07  Jim Meyering  <jim@meyering.net>
38337
38338         * modules/inttypes (inttypes.h): Revert what seems to have been
38339         an inadvertent part of today's change: use "|", not "/" in the
38340         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
38341
38342 2006-10-07  Bruno Haible  <bruno@clisp.org>
38343
38344         * modules/sublist: New file.
38345
38346 2006-10-07  Bruno Haible  <bruno@clisp.org>
38347
38348         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
38349         * modules/argz (argz.h): Likewise.
38350         * modules/arpa_inet (arpa/inet.h): Likewise.
38351         * modules/byteswap (byteswap.h): Likewise.
38352         * modules/configmake (configmake.h): Likewise.
38353         * modules/fcntl (fcntl.h): Likewise.
38354         * modules/fnmatch (fnmatch.h): Likewise.
38355         * modules/getopt (getopt.h): Likewise.
38356         * modules/glob (glob.h): Likewise.
38357         * modules/inttypes (inttypes.h): Likewise.
38358         * modules/netinet_in (netinet/in.h): Likewise.
38359         * modules/poll (poll.h): Likewise.
38360         * modules/stdbool (stdbool.h): Likewise.
38361         * modules/stdint (stdint.h): Likewise.
38362         * modules/sys_select (sys/select.h): Likewise.
38363         * modules/sys_socket (sys/socket.h): Likewise.
38364         * modules/sys_stat (sys/stat.h): Likewise.
38365         * modules/sysexits (sysexits.h): Likewise.
38366         * modules/unistd (unistd.h): Likewise.
38367         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38368         Add a "DO NOT EDIT" comment to the generated file.
38369         (func_import): Likewise for gnulib-comp.m4.
38370
38371 2006-10-07  Bruno Haible  <bruno@clisp.org>
38372
38373         * lib/gl_sublist.h: New file.
38374         * lib/gl_sublist.c: New file.
38375
38376 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38377
38378         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
38379         name (relative to the original working directory) and the file
38380         name component (relative to the temporary working directory).  All
38381         callers changed.
38382         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
38383         * lib/mkdir-p.c (make_dir_parents): Likewise.
38384         * lib/mkdir-p.h (make_dir_parents): Likewise.
38385
38386 2006-10-06  Eric Blake  <ebb9@byu.net>
38387
38388         Define several macros for use by the clean-temp module.
38389         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
38390         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
38391         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
38392
38393         * lib/clean-temp.h (close_stream_temp): New declaration.
38394         * lib/clean-temp.c (includes): Pull in headers according to what
38395         other modules are in use.
38396         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
38397
38398 2006-10-06  Bruno Haible  <bruno@clisp.org>
38399
38400         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
38401         instead of fopen, fwriteerror.
38402
38403 2006-10-06  Bruno Haible  <bruno@clisp.org>
38404
38405         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
38406         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
38407         int.
38408         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
38409         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
38410         Return an error indicator.
38411         Suggested by Eric Blake.
38412
38413 2006-10-06  Bruno Haible  <bruno@clisp.org>
38414
38415         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
38416         Reported by Eric Blake.
38417
38418 2006-10-06  Bruno Haible  <bruno@clisp.org>
38419
38420         * modules/closeout (Description): Mention stderr too.
38421
38422 2006-10-06  Bruno Haible  <bruno@clisp.org>
38423         and Paul Eggert  <eggert@cs.ucla.edu>
38424
38425         * lib/closeout.c (close_stdout): Also close stderr.
38426         * lib/closeout.h: Update comment.
38427
38428 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
38429
38430         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
38431         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
38432         * lib/dirchownmod.c: Include lchown.h.
38433         * lib/lchown.c: Don't include files that lchown.h now includes.
38434         Don't declare chown, since lchown.h now does that.
38435         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
38436         (lchown): Define to rpl_chown if lchown is declared but
38437         does not exist.  Declare using a prototype if lchown is not
38438         declared.  Add a copyright notice.
38439         * lib/mkstemp.h: Include <unistd.h>.
38440         * lib/openat.c: Include lchown.h.
38441
38442         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
38443         we now test for that separately.
38444         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
38445         rather than O_NOFOLLOW, when testing whether it's possible to
38446         avoid a race condition reliably.
38447         * lib/savewd.c (savewd_chdir): Likewise.
38448
38449         Remove macros that are no longer needed now that stdint.h is
38450         reliable.
38451         * lib/fsusage.c (UINTMAX_MAX): Remove.
38452         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
38453         * lib/utimecmp.c (SIZE_MAX): Remove.
38454
38455         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
38456
38457         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
38458         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
38459         O_NOATIME works.
38460
38461 2006-10-05  Bruno Haible  <bruno@clisp.org>
38462
38463         * lib/gl_list.h (gl_sortedlist_search_from_to,
38464         gl_sortedlist_indexof_from_to): New declarations.
38465         (gl_list_implementation): New fields sortedlist_search_from_to,
38466         sortedlist_indexof_from_to.
38467         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
38468         inline functions.
38469         * lib/gl_list.c (gl_sortedlist_search_from_to,
38470         gl_sortedlist_indexof_from_to): New functions.
38471         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
38472         function.
38473         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
38474         (gl_array_sortedlist_search_from_to): New function.
38475         (gl_array_list_implementation): Update.
38476         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
38477         function.
38478         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
38479         (gl_carray_sortedlist_search_from_to): New function.
38480         (gl_carray_list_implementation): Update.
38481         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
38482         gl_linked_sortedlist_indexof_from_to): New functions.
38483         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
38484         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
38485         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
38486         gl_tree_sortedlist_indexof_from_to): New functions.
38487         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
38488         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
38489         Update.
38490         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
38491         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
38492         Update.
38493
38494 2006-10-05  Bruno Haible  <bruno@clisp.org>
38495
38496         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
38497         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
38498         (struct gl_list_implementation): Add fields search_from_to,
38499         indexof_from_to. Remove fields search, indexof.
38500         (gl_list_search): Use the search_from_to method.
38501         (gl_list_search_from, gl_list_search_from_to): New functions.
38502         (gl_list_indexof): Use the indexof_from_to method.
38503         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
38504         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
38505         (gl_list_search_from, gl_list_search_from_to): New functions.
38506         (gl_list_indexof): Use the indexof_from_to method.
38507         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
38508         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
38509         gl_array_indexof. Add start_index, end_index arguments.
38510         (gl_array_search_from_to): Renamed from gl_array_search. Add
38511         start_index, end_index arguments.
38512         (gl_array_remove, gl_array_list_implementation): Update.
38513         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
38514         gl_carray_indexof. Add start_index, end_index arguments.
38515         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
38516         start_index, end_index arguments.
38517         (gl_carray_remove, gl_carray_list_implementation): Update.
38518         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
38519         gl_linked_search. Add start_index, end_index arguments.
38520         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
38521         start_index, end_index arguments.
38522         (gl_linked_remove): Update.
38523         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
38524         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
38525         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
38526         field to 'size_t'.
38527         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
38528         gl_tree_search. Add start_index, end_index arguments.
38529         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
38530         start_index, end_index arguments.
38531         (gl_tree_remove): Update.
38532         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
38533         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
38534         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
38535         function.
38536         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
38537         gl_tree_search. Add start_index, end_index arguments.
38538         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
38539         start_index, end_index arguments.
38540         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
38541         Update.
38542         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
38543
38544 2006-10-05  Bruno Haible  <bruno@clisp.org>
38545
38546         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
38547
38548         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
38549         fwriteerror_temp): New declarations.
38550         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
38551         (descriptors): New variable.
38552         (cleanup): First, close the descriptors.
38553         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
38554         fclose_temp, fwriteerror_temp): New functions.
38555
38556 2006-10-04  Jim Meyering  <jim@meyering.net>
38557
38558         * lib/fts.c (fts_open): Tiny comment change.
38559
38560 2006-10-04  Bruno Haible  <bruno@clisp.org>
38561
38562         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
38563         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
38564         gl_LOCK_BODY.
38565         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
38566         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
38567         gl_LOCK_EARLY_BODY.
38568         (gl_LOCK): Require gl_LOCK_BODY.
38569
38570 2006-10-04  Bruno Haible  <bruno@clisp.org>
38571
38572         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
38573         (gl_oset_search_atleast): New declaration.
38574         (struct gl_oset_implementation): Add field 'search_atleast'.
38575         (gl_oset_search_atleast): New inline function.
38576         * lib/gl_oset.c (gl_oset_search_atleast): New function.
38577         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
38578         (gl_array_oset_implementation): Update.
38579         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
38580         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
38581         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
38582
38583 2006-10-04  Bruno Haible  <bruno@clisp.org>
38584
38585         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
38586
38587 2006-10-03  Bruno Haible  <bruno@clisp.org>
38588
38589         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
38590         from gl_avltreehash_list_implementation.
38591
38592 2006-10-03  Bruno Haible  <bruno@clisp.org>
38593
38594         * lib/gl_oset.c (gl_oset_add): Fix return type.
38595
38596 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
38597
38598         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
38599
38600 2006-10-02  Eric Blake  <ebb9@byu.net>
38601
38602         * modules/strnlen (Depends-on): Add extensions.
38603
38604 2006-10-02  Eric Blake  <ebb9@byu.net>
38605
38606         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
38607         definition in 2.60+.
38608
38609 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38610
38611         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
38612         checks.
38613
38614 2006-10-02  Bruno Haible  <bruno@clisp.org>
38615
38616         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
38617         to the AUTOMAKE_OPTIONS.
38618         Reported by Jim Meyering.
38619
38620 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
38621
38622         Work around bug in Solaris 10 /proc file system:
38623         /proc/self/fd/NNN/.. isn't the parent directory of
38624         the directory whose file descriptor is NNN.  This needs to
38625         be worked around at run time, not compile time, since a
38626         program might be built on Solaris 8, where things work, and
38627         run on Solaris 10.
38628         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
38629         to use the following interface instead:
38630         (OPENAT_BUFFER_SIZE): New macro.
38631         (openat_proc_name): New function.
38632         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
38633         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
38634         Likewise.
38635         * lib/openat-proc.c: New file.
38636         * modules/openat (Files): Add lib/openat-proc.c.
38637         (Depends-on): Add same-inode, stdbool.
38638         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
38639
38640 2006-09-29  Bruno Haible  <bruno@clisp.org>
38641
38642         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
38643         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
38644         argument. Set stdout_closed before testing for ferror, not after.
38645         (fwriteerror, fwriteerror_no_ebadf): New functions.
38646
38647 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38648
38649         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
38650
38651 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
38652
38653         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
38654         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
38655
38656 2006-09-28  Jim Meyering  <jim@meyering.net>
38657
38658         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
38659         Include <unistd.h>.
38660
38661 2006-09-28  Bruno Haible  <bruno@clisp.org>
38662
38663         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
38664         * modules/linkedhash-list (Depends-on): Likewise.
38665         * modules/rbtreehash-list (Depends-on): Likewise.
38666
38667 2006-09-28  Bruno Haible  <bruno@clisp.org>
38668
38669         * lib/strndup.h: Simplify the redefinition of strndup.
38670         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
38671         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
38672
38673 2006-09-28  Bruno Haible  <bruno@clisp.org>
38674
38675         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
38676         * lib/gl_linkedhash_list.c: Likewise.
38677         * lib/gl_rbtreehash_list.c: Likewise.
38678
38679 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
38680
38681         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
38682         getaddrinfo.
38683
38684         * lib/__fpending.h: Don't include <stdio_ext.h> unless
38685         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
38686         it causes <stdio_ext.h> to cause a compile-time error.
38687         Problem reported by Nelson H. F. Beebe.
38688         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
38689         of HAVE_DECL___PENDING.
38690
38691         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
38692         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
38693         declaration.
38694
38695 2006-09-27  Jim Meyering  <jim@meyering.net>
38696
38697         This file could end up with a definition for a function
38698         named __strndup, rather than rpl_strndup on a system with
38699         incomplete weak_alias support.
38700         * lib/strndup.c (strndup): Rename from __strndup.
38701         Remove #defines that used to map __strndup to strndup.
38702         Don't use K&R prototypes.
38703         Remove LIBC-related code, since this file is not sync'd with glibc.
38704         * lib/strndup.h: Revamp, accordingly.
38705         * m4/strndup.m4: Modernize.
38706
38707 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
38708
38709         * modules/savewd (Depends-on): Add 'raise'.
38710         * lib/savewd.c: Include <signal.h>, for 'raise'.
38711
38712 2006-09-26  Jim Meyering  <jim@meyering.net>
38713
38714         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
38715         when we detect Darwin 8.7.0's acl_get_file bug.
38716         Rearrange to perform the new (below) run-test while $LIBS
38717         contains any acl-related library.  Set USE_ACL at the end.
38718         (gl_ACL_GET_FILE): New function.
38719
38720 2006-09-26  Eric Blake  <ebb9@byu.net>
38721
38722         * lib/verror.c: Include <config.h> unconditionally.
38723
38724 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
38725
38726         * modules/clock-time (Maintainer): Add self.
38727         * modules/getlogin_r (Depends-on): Add extensions.
38728
38729 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38730
38731         * modules/clock-time: New module.
38732         * modules/nanosleep (Depends-on): Add clock-time.
38733         * modules/gethrxtime (Depends-on): Likewise.
38734         * modules/gettime (Depends-on): Likewise.
38735         * modules/settime (Depends-on): Likewise.
38736
38737         * modules/fts-lgpl: Depend on openat.
38738         * modules/mkancesdirs: Depend on savewd.
38739         * modules/mkdir-p: Likewise.
38740
38741 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38742
38743         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
38744
38745         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
38746         `gl_have_arbitrary_file_name_length_limit' to
38747         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
38748         actually works between configure runs.
38749
38750 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38751             Bruno Haible  <bruno@clisp.org>
38752
38753         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
38754
38755 2006-09-25  Jim Meyering  <jim@meyering.net>
38756
38757         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
38758         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
38759
38760 2006-09-25  Eric Blake  <ebb9@byu.net>
38761
38762         * gnulib-tool (func_import, func_create_testdir): Fix typos in
38763         exec's in 2006-09-18 patch when shuffling fds.
38764
38765 2006-09-25  Bruno Haible  <bruno@clisp.org>
38766
38767         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
38768         Reported by Jim Meyering.
38769
38770 2006-09-24  Jim Meyering  <jim@meyering.net>
38771
38772         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
38773         compare a pointer against a literal "0".  That caused failures with
38774         at least HP-UX's hpcc.
38775
38776 2006-09-22  Simon Josefsson  <jas@extundo.com>
38777
38778         * modules/gc-sha1:
38779         * modules/gc-md4:
38780         * modules/gc-hmac-sha1:
38781         * modules/gc-hmac-md5:
38782         * modules/gc-des:
38783         * modules/gc-arcfour: Distribute more files.
38784
38785 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38786
38787         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
38788         (gl_linked_iterator_from_to): Initialize struct completely.
38789         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
38790         (gl_tree_iterator_from_to): Likewise
38791         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
38792         * lib/gl_array_list.c [lint] (gl_array_iterator)
38793         (gl_array_iterator_from_to): Likewise.
38794         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
38795         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
38796         (gl_carray_iterator_from_to): Likewise.
38797
38798         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
38799         * lib/md4.c (md4_process_block): Remove unused variable.
38800         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
38801         parentheses for clarity.
38802
38803 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38804
38805         * modules/bison-i18n (Depends-on): Add gettext.
38806
38807 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38808
38809         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
38810         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
38811         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
38812         also add missing comma that caused broken test.
38813         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
38814         stdlib.h, for `abort'.
38815         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
38816         variables.
38817         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
38818         include unistd.h if present, for `rmdir'.
38819         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
38820         variables.
38821         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
38822         in the process include standard headers for prototypes.
38823         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
38824         gets declared on GNU/Linux.
38825         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
38826         unistd.h, for `rmdir'.
38827         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
38828
38829         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
38830         always true.
38831         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
38832
38833         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
38834
38835 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38836
38837         * gnulib-tool (func_version): Create output all at once.  This
38838         may help avoid triggering unnecessary SIGPIPEs, and at any
38839         rate it doesn't hurt.
38840
38841 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38842             Bruno Haible  <bruno@clisp.org>
38843
38844         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
38845         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
38846         * m4/signed.m4 (bh_C_SIGNED): Likewise.
38847
38848         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
38849         (gl_FUNC_VASPRINTF): Invoke it.
38850
38851 2006-09-22  Bruno Haible  <bruno@clisp.org>
38852
38853         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
38854         getloadavg.c as first argument.
38855
38856 2006-09-22  Bruno Haible  <bruno@clisp.org>
38857
38858         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
38859         at the beginning of the gl_INIT macro.
38860         * modules/getloadavg (configure.ac): Pass $gl_source_base to
38861         gl_GETLOADAVG.
38862
38863 2006-09-22  Bruno Haible  <bruno@clisp.org>
38864
38865         * gnulib-tool (func_create_megatestdir): Don't include the config-h
38866         module.
38867         Suggested by Ralf Wildenhues.
38868
38869 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
38870
38871         Import this patch from libc:
38872
38873         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
38874
38875         * lib/regex_internal.c (re_string_reconstruct): Handle
38876         offset < pstr->valid_raw_len && pstr->offsets_needed case.
38877         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
38878         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
38879         re_string_context_at.
38880
38881         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
38882         now requires it.
38883         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
38884         gl_REGEX now does it for us.
38885         (gl_REGEX): Add test taken from
38886         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
38887
38888         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
38889         Check that large offsets work.  Modernize Autoconf usages.
38890         Prefer "yes" to mean a good thing rather than a bad.
38891         Don't put "#define mkstemp" in config.h, as this might interfere
38892         with standard system headers that "#define mkstemp mkstemp64".
38893
38894         * modules/mkstemp (Depends-on): Add extensions, so that
38895         mkstemp is visible on some platforms.
38896         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
38897         (Include): Change to "mkstemp.h" from <stdlib.h>.
38898         (Files): Add mkstemp.h.
38899
38900         * lib/mkstemp.h: New file, since some standard headers
38901         #define mkstemp.
38902         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
38903         Include "mkstemp.h".
38904         Make the _LIBC code resemble glibc original more,
38905         e.g., use K&R style.
38906         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
38907         (mkstemp): Remove, since mkstemp.h does this for us.
38908         * lib/stdlib--.h: Include mkstemp.h.
38909
38910         Import this patch from libc:
38911
38912         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
38913
38914         * lib/tempname.c (__gen_tempname): Change attempts_min
38915         into a macro.  Use preprocessor to decide how to initialize
38916         attempts [Coverity CID 67].
38917
38918 2006-09-20  Bruno Haible  <bruno@clisp.org>
38919
38920         * lib/mkdtemp.c: Import from libc.
38921         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
38922                 * sysdeps/posix/tempname.c (__gen_tempname): Change
38923                 attempts_min into a macro.  Use preprocessor to decide how to
38924                 initialize attempts [Coverity CID 67].
38925         2001-11-27  Paul Eggert  <eggert@twinsun.com>
38926                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
38927                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
38928
38929 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38930
38931         * gnulib-tool (func_exit): New function, to allow to pass the
38932         exit status portably through the trap.  Use everywhere.
38933         (--help, --version): Signal a write error.
38934         (trap): catch SIGPIPE, for write errors.
38935         Exit at the end of the trap, with the correct exit status.
38936
38937 2006-09-19  Karl Berry  <karl@gnu.org>
38938
38939         * doc/gnulib.texi: note about the license texinfo files.
38940
38941 2006-09-19  Eric Blake  <ebb9@byu.net>
38942
38943         * gnulib-tool: Avoid space-tab.
38944
38945 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
38946
38947         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
38948         that prevented coreutils 6.1 from building.  Problem reported
38949         by Petter Reinholdtsen.
38950
38951 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
38952
38953         * gnulib-tool (avoidlist): Fix typo that broke options like
38954         --avoid=lock that are used by coreutils bootstrap.
38955
38956 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
38957
38958         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
38959         more systematically.
38960
38961 2006-09-18  Jim Meyering  <jim@meyering.net>
38962
38963         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
38964
38965 2006-09-18  Bruno Haible  <bruno@clisp.org>
38966
38967         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
38968
38969 2006-09-18  Bruno Haible  <bruno@clisp.org>
38970
38971         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
38972         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
38973         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
38974         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
38975         * m4/gettext.m4: Require autoconf >= 2.52.
38976         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
38977         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
38978         of gl_cv_header_inttypes_h.
38979
38980 2006-09-18  Bruno Haible  <bruno@clisp.org>
38981
38982         * lib/javaversion.c: Include configmake.h.
38983
38984 2006-09-18  Bruno Haible  <bruno@clisp.org>
38985
38986         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
38987         avoid that the while loops be executed in a subshell.
38988
38989 2006-09-18  Bruno Haible  <bruno@clisp.org>
38990
38991         * MODULES.html.sh (func_module): Break long lines.
38992         Suggested by Bruce Korb <bkorb@gnu.org>.
38993
38994 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38995
38996         Speed up by a factor of 1.12.
38997         * gnulib-tool (nl): New variable.
38998         (func_import): Rewrite include directive extraction to only read each
38999         directive once.
39000
39001 2006-09-17  Bruno Haible  <bruno@clisp.org>
39002
39003         * modules/javaversion (Makefile.am): Remove DEFS setting.
39004         (Depends-on): Add configmake, for PKGDATADIR definition.
39005
39006 2006-09-17  Bruno Haible  <bruno@clisp.org>
39007
39008         * gnulib-tool (func_create_testdir): Rewrite all files at once.
39009
39010 2006-09-17  Bruno Haible  <bruno@clisp.org>
39011
39012         * gnulib-tool (func_append): New function, stolen from libtool.m4.
39013         (func_modules_transitive_closure, func_modules_add_dummy,
39014         func_modules_to_filelist, func_import, func_create_testdir,
39015         func_create_megatestdir, ...): Use it wherever possible.
39016         Suggested by Ralf Wildenhues.
39017
39018 2006-09-16  Karl Berry  <karl@gnu.org>
39019
39020         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
39021         to avoid sectioning errors.
39022         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
39023         [ifinfo]: blank line after @center-ed titles.
39024         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
39025         Spell FSF address consistently with others.
39026         (These changes approved by rms.)
39027
39028 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39029
39030         Speed up by a factor of 1.61.
39031         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
39032         already checked module names again.
39033
39034 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39035
39036         Speed up by a factor of 1.13.
39037         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
39038         for new_files, and the input to func_add_or_update.
39039
39040 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39041
39042         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
39043         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
39044
39045 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39046
39047         * modules/mkancesdirs (Depends-on): Add fcntl.
39048         * modules/savewd: New file.
39049         * MODULES.html.sh (File system functions): Add savewd.
39050
39051         * modules/configmake (Makefile.am): Add support for the
39052         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
39053
39054 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39055
39056         * m4/savewd.m4: New file.
39057
39058 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39059
39060         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
39061         (dirchownmod): New arg FD.  All callers changed.
39062         Use FD rather than opening the directory ourself, as opening is
39063         now the caller's responsibility.
39064         * lib/dirchownmod.h: Likewise.
39065         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
39066         hosts that require <sys/types.h> before <sys/stat.h>.  Include
39067         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
39068         (test_dir): Remove.
39069         (mkancesdirs): Return length of prefix of FILE that has already
39070         been made, or -2 if there is a child doing the work.  Redo
39071         algorithm so that it is O(N) rather than O(N**2).  Optimize away
39072         ".", and treat ".." specially since it might stray back into
39073         already-created areas.  Use a subprocess if necessary.  New arg
39074         WD; all users changed.  MAKE_DIR function should now return 1
39075         if it creates a directory that is not readable.  Return -2 if
39076         a child process is spun off.
39077         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
39078         Adjust signature to match code.
39079         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
39080         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
39081         all users changed.
39082         * lib/savewd.c, lib/savewd.h: New files.
39083
39084 2006-09-15  Jim Meyering  <jim@meyering.net>
39085
39086         * modules/rename-dest-slash: New module.
39087         * MODULES.html.sh (posix_compat): Add it here.
39088
39089         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
39090
39091 2006-09-15  Jim Meyering  <jim@meyering.net>
39092
39093         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
39094         file.
39095
39096         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
39097
39098 2006-09-15  Jim Meyering  <jim@meyering.net>
39099
39100         * lib/rename-dest-slash.c (has_trailing_slash): Use
39101         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
39102         (rpl_rename_dest_slash): Perform the cheaper trailing slash
39103         test before testing whether SRC is a directory.
39104         Suggestions from Bruno Haible.
39105
39106         Avoid a warning about an unused variable.
39107         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
39108         into the #ifdef block where it's used.
39109
39110         * lib/rename-dest-slash.c: New file.
39111
39112 2006-09-14  Bruno Haible  <bruno@clisp.org>
39113
39114         * lib/allocsa.c: Include <config.h> unconditionally.
39115         * lib/asnprintf.c: Likewise.
39116         * lib/asprintf.c: Likewise.
39117         * lib/c-strcasecmp.c: Likewise.
39118         * lib/c-strcasestr.c: Likewise.
39119         * lib/c-strncasecmp.c: Likewise.
39120         * lib/c-strstr.c: Likewise.
39121         * lib/classpath.c: Likewise.
39122         * lib/clean-temp.c: Likewise.
39123         * lib/concatpath.c: Likewise.
39124         * lib/copy-file.c: Likewise.
39125         * lib/csharpcomp.c: Likewise.
39126         * lib/csharpexec.c: Likewise.
39127         * lib/execute.c: Likewise.
39128         * lib/fatal-signal.c: Likewise.
39129         * lib/findprog.c: Likewise.
39130         * lib/fwriteerror.c: Likewise.
39131         * lib/gl_array_list.c: Likewise.
39132         * lib/gl_array_oset.c: Likewise.
39133         * lib/gl_avltree_list.c: Likewise.
39134         * lib/gl_avltree_oset.c: Likewise.
39135         * lib/gl_avltreehash_list.c: Likewise.
39136         * lib/gl_carray_list.c: Likewise.
39137         * lib/gl_linked_list.c: Likewise.
39138         * lib/gl_linkedhash_list.c: Likewise.
39139         * lib/gl_list.c: Likewise.
39140         * lib/gl_oset.c: Likewise.
39141         * lib/gl_rbtree_list.c: Likewise.
39142         * lib/gl_rbtree_oset.c: Likewise.
39143         * lib/gl_rbtreehash_list.c: Likewise.
39144         * lib/imaxabs.c: Likewise.
39145         * lib/imaxdiv.c: Likewise.
39146         * lib/javacomp.c: Likewise.
39147         * lib/javaexec.c: Likewise.
39148         * lib/javaversion.c: Likewise.
39149         * lib/linebreak.c: Likewise.
39150         * lib/localcharset.c: Likewise.
39151         * lib/lock.c: Likewise.
39152         * lib/mbchar.c: Likewise.
39153         * lib/mbswidth.c: Likewise.
39154         * lib/mkdtemp.c: Likewise.
39155         * lib/pipe.c: Likewise.
39156         * lib/printf-args.c: Likewise.
39157         * lib/printf-parse.c: Likewise.
39158         * lib/progname.c: Likewise.
39159         * lib/progreloc.c: Likewise.
39160         * lib/readlink.c: Likewise.
39161         * lib/sh-quote.c: Likewise.
39162         * lib/stpcpy.c: Likewise.
39163         * lib/stpncpy.c: Likewise.
39164         * lib/strcasecmp.c: Likewise.
39165         * lib/strcasestr.c: Likewise.
39166         * lib/strcspn.c: Likewise.
39167         * lib/striconv.c: Likewise.
39168         * lib/strncasecmp.c: Likewise.
39169         * lib/strnlen1.c: Likewise.
39170         * lib/strstr.c: Likewise.
39171         * lib/strtok_r.c: Likewise.
39172         * lib/tls.c: Likewise.
39173         * lib/tmpdir.c: Likewise.
39174         * lib/unicodeio.c: Likewise.
39175         * lib/unsetenv.c: Likewise.
39176         * lib/vasnprintf.c: Likewise.
39177         * lib/vasprintf.c: Likewise.
39178         * lib/wait-process.c: Likewise.
39179         * lib/xallocsa.c: Likewise.
39180         * lib/xsetenv.c: Likewise.
39181         * lib/xstriconv.c: Likewise.
39182
39183 2006-09-13  Simon Josefsson  <jas@extundo.com>
39184
39185         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
39186         that internally, suggested by Ralf Wildenhues
39187         <Ralf.Wildenhues@gmx.de>.
39188
39189 2006-09-13  Simon Josefsson  <jas@extundo.com>
39190
39191         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
39192         @LIBOBJS@.
39193         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39194
39195 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39196
39197         * lib/_fpending.c: Include <config.h> unconditionally, since we no
39198         longer worry about uses that don't define HAVE_CONFIG_H.
39199         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
39200         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
39201         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
39202         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
39203         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
39204         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
39205         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
39206         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
39207         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
39208         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
39209         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
39210         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
39211         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
39212         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
39213         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
39214         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
39215         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
39216         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
39217         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
39218         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
39219         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
39220         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
39221         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
39222         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
39223         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
39224         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
39225         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
39226         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
39227         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
39228         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
39229         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
39230         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
39231         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
39232         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
39233         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
39234         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
39235         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
39236         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
39237         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
39238         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
39239         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
39240         Likewise.
39241
39242 2006-09-13  Eric Blake  <ebb9@byu.net>
39243
39244         * lib/getopt.c: Fix typo in last commit.
39245
39246 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
39247
39248         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
39249         dgettext.
39250
39251 2006-09-12  Jim Meyering  <jim@meyering.net>
39252
39253         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
39254         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
39255         Reported by Nelson H. F. Beebe.
39256
39257 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
39258
39259         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
39260         program_invocation_name and program_invocation_short_name are
39261         initialized.
39262         * lib/argp-namefrob.h: Move declarations of program_invocation_name
39263         and program_invocation_short_name to argp.h, so they are visible
39264         to user programs.
39265         * lib/argp.h: Likewise
39266
39267 2006-09-10  Bruno Haible  <bruno@clisp.org>
39268
39269         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
39270         m4/inttypes_h.m4, m4/uintmax_t.m4.
39271
39272 2006-09-10  Bruno Haible  <bruno@clisp.org>
39273
39274         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
39275         gl_AC_TYPE_UINTMAX_T.
39276
39277 2006-09-10  Bruno Haible  <bruno@clisp.org>
39278
39279         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
39280
39281 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39282
39283         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
39284         convention.  Text proposed by Bruno Haible.
39285         (struct argp_option): Document the use of N_() wrappers.
39286
39287         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
39288         '\v', and translate the two parts separately, instead of feeding
39289         the whole string to gettext.  This allows to exclude
39290         '\v' from the strings visible to the translator by writing doc
39291         strings as N_("..") "\v" N_("..").
39292
39293 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
39294
39295         * config/srclist.txt: Undo latest change; the bug was fixed.
39296
39297 2006-09-09  Bruno Haible  <bruno@clisp.org>
39298
39299         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
39300         assignments if building a library without libtool.
39301         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
39302         in func_emit_lib_Makefile_am.
39303         (func_import): When building a static library libfoo.a, arrange to
39304         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
39305         (func_create_testdir): Likewise.
39306         * modules/gc (configure.ac, Makefile.am): If building statically,
39307         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
39308         * modules/iconvme (configure.ac, Makefile.am): Likewise.
39309         * modules/striconv (configure.ac, Makefile.am): Likewise.
39310         Based on a suggestion by Ralf Wildenhues.
39311
39312 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39313
39314         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
39315         Check for unistd.h too, since Autoconf doesn't assume POSIX.
39316         Also:
39317
39318         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39319         Add year_2050_test to catch glibc bug 2821
39320         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39321
39322         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39323         Prefer #ifdef to #if.
39324
39325         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
39326         Return from 'main' instead of calling 'exit'.
39327
39328 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39329
39330         * lib/mktime.c (guess_time_tm): Fix bug where mktime
39331         returned the maximum time_t value rather than (time_t) -1.
39332         Problem originally reported by William Bardwell
39333         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39334
39335         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39336         Moved to here ...
39337         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39338         ... from here.
39339
39340 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39341
39342         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
39343         2821 is fixed.
39344
39345 2006-09-08  Jim Meyering  <jim@meyering.net>
39346
39347         Don't make generated files read-only.  That would bother too many
39348         people.  However, do retain the ability to work when targets are
39349         read-only: remove the destination and temporary files before writing
39350         them (when generated via sed or echo), or by using the -f option for
39351         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
39352         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39353         * modules/byteswap, modules/configmake, modules/fcntl:
39354         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39355         * modules/localcharset, modules/netinet_in, modules/poll:
39356         * modules/stdbool, modules/stdint, modules/sys_select:
39357         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39358
39359 2006-09-08  Jim Meyering  <jim@meyering.net>
39360
39361         Avoid new build failure on FreeBSD 6.0.
39362         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
39363         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
39364         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
39365
39366 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39367
39368         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
39369
39370 2006-09-07  Jim Meyering  <jim@meyering.net>
39371
39372         Fix global typo in last change: use chmod u-w, not chmod u-x.
39373         Spotted by Paul Eggert and Bruce Korb.
39374         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39375         * modules/byteswap, modules/configmake, modules/fcntl:
39376         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39377         * modules/localcharset, modules/netinet_in, modules/poll:
39378         * modules/stdbool, modules/stdint, modules/sys_select:
39379         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39380
39381 2006-09-06  Jim Meyering  <jim@meyering.net>
39382
39383         Make generated files be read-only.
39384         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
39385         Ensure that each generated file is now read-only.
39386         * modules/argz: Likewise.
39387         * modules/arpa_inet: Likewise.
39388         * modules/byteswap: Likewise.
39389         * modules/configmake: Likewise.
39390         * modules/fcntl: Likewise.
39391         * modules/fnmatch: Likewise.
39392         * modules/getopt: Likewise.
39393         * modules/glob: Likewise.
39394         * modules/inttypes: Likewise.
39395         * modules/netinet_in: Likewise.
39396         * modules/poll: Likewise.
39397         * modules/stdbool: Likewise.
39398         * modules/stdint: Likewise.
39399         * modules/sys_select: Likewise.
39400         * modules/sys_socket: Likewise.
39401         * modules/sys_stat: Likewise.
39402         * modules/sysexits: Likewise.
39403         * modules/localcharset: Same as above, but continue using temporary
39404         file named "t-$@" (why different?) rather than the "$@-t" used
39405         everywhere else.
39406
39407         * modules/sysexits (Makefile.am): Replace literal occurrences
39408         of "sysexit.h" more readable, and more consistent, "$@".
39409
39410 2006-09-06  Bruno Haible  <bruno@clisp.org>
39411
39412         * modules/striconv: New file.
39413         * modules/xstriconv: New file.
39414         * MODULES.html.sh (Internationalization functions): Add striconv,
39415         xstriconv.
39416
39417 2006-09-06  Bruno Haible  <bruno@clisp.org>
39418
39419         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
39420         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
39421         not using libtool correctly.
39422
39423 2006-09-06  Bruno Haible  <bruno@clisp.org>
39424
39425         * lib/striconv.h: New file.
39426         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
39427         iconvstring.c.
39428         * lib/xstriconv.h: New file.
39429         * lib/xstriconv.c: New file.
39430
39431 2006-09-06  Bruno Haible  <bruno@clisp.org>
39432
39433         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
39434         lib_..._LDFLAGS.
39435
39436 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39437
39438         * lib/argz_.h: Sync from Libtool.
39439
39440         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
39441                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
39442
39443         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
39444
39445 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39446
39447         * modules/trim: New file.
39448
39449 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39450
39451         * lib/trim.h: New file.
39452         * lib/trim.c: New file.
39453
39454 2006-09-05  Bruno Haible  <bruno@clisp.org>
39455
39456         * MODULES.html.sh (String handling): Add trim.
39457
39458 2006-09-04  Karl Berry  <karl@gnu.org>
39459
39460         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
39461         until next release.
39462
39463 2006-09-03  Bruno Haible  <bruno@clisp.org>
39464
39465         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
39466         correctly.
39467
39468 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39469
39470         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
39471         not gl_GETLOADAVG.  Omit unneeded semicolons.
39472         Problems reported by Ralf Wildenhues in
39473         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
39474         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
39475         at the end, which is the usual gnulib style.
39476
39477         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
39478         of doing all the work ourselves.
39479         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
39480         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
39481
39482 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39483
39484         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
39485         Problem reported by Ralf Wildenhues in
39486         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
39487
39488         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
39489         HAVE_STRUCT_STATFS_F_FSTYPENAME.
39490
39491 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39492
39493         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
39494         yesterday's patch by changing test -n to test -z.
39495
39496 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39497
39498         * modules/getloadavg (Files): Add m4/getloadavg.m4.
39499         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
39500         the former is now obsolescent.
39501
39502         * modules/chdir-long (Depends-on): Add fcntl.
39503
39504 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39505
39506         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
39507         obsolescent, and programs should use gnulib instead.
39508         * m4/getloadavg.m4: New file, with contents taken from Autoconf
39509         but with prefixes changed.
39510
39511 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39512
39513         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
39514         or stdbool.h, because they might not exist while configuring.
39515
39516         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
39517         Don't include unistd.h or limits.h; not needed, since chdir-long.h
39518         does that for us.
39519         (O_DIRECTORY): Remove.
39520
39521 2006-08-31  Eric Blake  <ebb9@byu.net>
39522
39523         * gnulib-tool: Don't let emacs change spaces to TAB.
39524
39525 2006-08-31  Bruno Haible  <bruno@clisp.org>
39526
39527         * gnulib-tool: When calling func_import more than once, do it in a
39528         subshell.
39529         Reported by Eric Blake <ebb9@byu.net>.
39530
39531 2006-08-31  Bruno Haible  <bruno@clisp.org>
39532
39533         * gnulib-tool (nl): Remove variable.
39534         (sed_transform_lib_file): Use more robust test for config-h module.
39535         (func_import): Fix typo in 2006-08-25 patch.
39536
39537 2006-08-31  Bruno Haible  <bruno@clisp.org>
39538
39539         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
39540         specified, augment Makefile.am variables instead of assigning them.
39541
39542 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39543
39544         Work around a bug in both the Linux and SunOS 64-bit kernels:
39545         nanosleep mishandles sleeps for longer than 2**31 seconds.
39546         Problem reported by Frank v Waveren in
39547         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
39548         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
39549         Check for nanosleep bug.
39550         (LIB_NANOSLEEP): Append clock_gettime library if needed.
39551
39552 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39553
39554         Work around a bug in both the Linux and SunOS 64-bit kernels:
39555         nanosleep mishandles sleeps for longer than 2**31 seconds.
39556         Problem reported by Frank v Waveren in
39557         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
39558         * lib/nanosleep.c (BILLION): New constant.
39559         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
39560         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
39561         implementation.
39562
39563 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39564
39565         * modules/nanosleep (Depends-on): Add gettime.
39566
39567 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39568         and Simon Josefsson  <jas@extundo.com>
39569         and Oskar Liljeblad  <oskar@osk.mine.nu>
39570
39571         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
39572         * gnulib-tool (func_import): New license type 'unmodifiable license
39573         text'.
39574         * modules/fdl: Use it.  Longer description.
39575         * module/gpl, module/lgpl: New files.
39576
39577 2006-08-30  Jim Meyering  <jim@meyering.net>
39578
39579         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
39580         shadowing the parameter.
39581
39582 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39583
39584         Sync from Libtool:
39585
39586         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39587
39588         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
39589         sharing with gnulib.  Report by Eric Blake.
39590
39591 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39592
39593         * modules/isapipe: New file.
39594         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
39595
39596 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39597
39598         * modules/configmake (Makefile.am): Add a comment, and omit
39599         the CONFIGMAKE_ prefix from generated macro names.  Suggested
39600         by Bruno Haible.
39601
39602 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39603
39604         * m4/isapipe.m4: New file.
39605
39606 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39607
39608         * lib/isapipe.c, lib/isapipe.h: New files.
39609
39610 2006-08-29  Jim Meyering  <jim@meyering.net>
39611
39612         * modules/configmake (Makefile.am): Make configmake.h depend on
39613         Makefile.  Otherwise, a stale configmake.h could hang around.
39614
39615 2006-08-29  Eric Blake  <ebb9@byu.net>
39616
39617         * lib/error.c (error_at_line, print_errno_message): Match libc, after
39618         resolution of upstream bug 3044.
39619
39620 2006-08-29  Bruno Haible  <bruno@clisp.org>
39621
39622         * modules/localcharset (Depends-on): Add configmake.
39623         (Makefile.am): Remove setting of LIBDIR through DEFS.
39624
39625 2006-08-29  Bruno Haible  <bruno@clisp.org>
39626
39627         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
39628         defined.
39629
39630 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39631
39632         * modules/fcntl: New file.
39633         * modules/chdir-safer (Depends-on): Add fcntl.
39634         * modules/fts: Likewise.
39635         * modules/mkdir-p: Likewise.
39636
39637         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
39638         This undoes the most recent change, since we're now addressing the
39639         problem in a different way.
39640
39641         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
39642         into output, since the output might be called Makefile.am even
39643         if $makefile_name is something different.
39644         (func_import): Use $makefile_am rather than
39645         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
39646         empty.
39647
39648         * modules/inttypes (Files): Add m4/inttypes-h.m4.
39649
39650 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39651
39652         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
39653         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
39654         recent change to stdint.m4, since we're now addressing the problem in a
39655         different way.
39656
39657 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39658
39659         * m4/fcntl_h.m4: New file.
39660
39661 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39662
39663         * lib/fcntl_.h: New file.
39664         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
39665         the fcntl module.
39666         * lib/dirchownmod.c: Likewise.
39667         * lib/fts.c: Likewise.
39668
39669         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
39670         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
39671         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
39672         just before including <inttypes.h>, to avoid circular inclusion.
39673
39674 2006-08-28  Jim Meyering  <jim@meyering.net>
39675
39676         * doc/visibility.texi: Actually read and correct the grammar of the
39677         sentence affected by yesterday's change.
39678
39679 2006-08-28  Eric Blake  <ebb9@byu.net>
39680
39681         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
39682         needs wrapper.
39683
39684 2006-08-28  Eric Blake  <ebb9@byu.net>
39685
39686         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
39687
39688 2006-08-28  Eric Blake  <ebb9@byu.net>
39689
39690         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
39691
39692 2006-08-28  Bruno Haible  <bruno@clisp.org>
39693
39694         * modules/c-strstr: New file, from GNU gettext.
39695         * MODULES.html.sh (String handling): Add c-strstr.
39696
39697 2006-08-28  Bruno Haible  <bruno@clisp.org>
39698
39699         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
39700         macros.
39701         Reported by Eric Blake.
39702
39703 2006-08-28  Bruno Haible  <bruno@clisp.org>
39704
39705         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
39706         (VASNPRINTF): Return a string of length > INT_MAX without failing.
39707         * lib/vasprintf.c: Include errno.h, limits.h.
39708         (EOVERFLOW): New fallback definition.
39709         (vasprintf): Test here whether the string length is > INT_MAX.
39710         * lib/vsnprintf.c: Include errno.h, limits.h.
39711         (EOVERFLOW): New fallback definition.
39712         (vsnprintf): Fix bug when generated string was too long for the buffer.
39713         Test here whether the string length is > INT_MAX.
39714
39715 2006-08-28  Bruno Haible  <bruno@clisp.org>
39716
39717         * lib/inttypes_.h (SCNX*): Remove definitions.
39718         Reported by Eric Blake.
39719
39720 2006-08-28  Bruno Haible  <bruno@clisp.org>
39721
39722         * lib/c-strstr.h: New file, from GNU gettext.
39723         * lib/c-strstr.c: New file, from GNU gettext.
39724
39725 2006-08-28  Bruno Haible  <bruno@clisp.org>
39726
39727         * gnulib-tool: Reorder some statements.
39728
39729 2006-08-28  Bruno Haible  <bruno@clisp.org>
39730
39731         * gnulib-tool: New option --makefile-name.
39732         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
39733         $makefile_name.
39734         (func_import): Write $makefile_name to the cache file, and read it from
39735         there unless explicitly specified. Use $makefile_name as file name
39736         instead of Makefile.am. Adjust the recommendations accordingly.
39737
39738 2006-08-28  Bruno Haible  <bruno@clisp.org>
39739
39740         * gnulib-tool (func_verify_module): Check against misapplying patch.
39741
39742 2006-08-28  Bruno Haible  <bruno@clisp.org>
39743
39744         * gnulib-tool (func_relativize, func_relconcat): New functions.
39745         Give an error if --local-dir is given with --update.
39746         Remove trailing slashes from $local_gnulib_dir.
39747         (func_import): Store the relativized $local_gnulib_dir in
39748         gnulib-cache.m4, and read it from there if not specified explicitly.
39749
39750 2006-08-28  Bruno Haible  <bruno@clisp.org>
39751
39752         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
39753         is the current directory. Respect also $local_gnulib_dir.
39754
39755 2006-08-28  Bruno Haible  <bruno@clisp.org>
39756             Simon Josefsson  <jas@extundo.com>
39757
39758         BeOS portability.
39759         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
39760
39761 2006-08-27  Jim Meyering  <jim@meyering.net>
39762
39763         * doc/visibility.texi: Remove duplicate word: "pointer".
39764
39765 2006-08-26  Bruno Haible  <bruno@clisp.org>
39766
39767         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
39768         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
39769         (Makefile.am): Create inttypes.h from inttypes_.h.
39770         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
39771
39772         * modules/imaxabs: New file.
39773
39774         * modules/imaxdiv: New file.
39775
39776 2006-08-26  Bruno Haible  <bruno@clisp.org>
39777
39778         * m4/inttypes.m4: New file.
39779         * m4/_inttypes_h.m4: Remove file.
39780         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
39781         PRI_MACROS_BROKEN.
39782         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
39783
39784         * m4/imaxabs.m4: New file.
39785
39786         * m4/imaxdiv.m4: New file.
39787
39788 2006-08-26  Bruno Haible  <bruno@clisp.org>
39789
39790         * lib/inttypes_.h: New file.
39791         * lib/inttypes.h: Remove file.
39792         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
39793
39794         * lib/imaxabs.c: New file.
39795
39796         * lib/imaxdiv.c: New file.
39797
39798 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39799
39800         New config-h module, so that "make" output needn't be cluttered
39801         by -DHAVE_CONFIG_H.
39802         * MODULES.html.sh (Support for building libraries and executables):
39803         Add config-h.
39804         * modules/config-h: New file.
39805         * gnulib-tool (nl, sed_transform_lib_file): New vars.
39806         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
39807         the config-h module is used.
39808
39809         New configmake module, so that "make" output needn't be cluttered
39810         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
39811         * MODULES.html.sh (Support for building libraries and executables):
39812         Add configmake.
39813         * modules/configmake: New file.
39814
39815 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39816
39817         * m4/config-h.m4: New file.
39818
39819 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39820
39821         * config/srclist.txt: Add elisp-comp.
39822
39823 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39824
39825         * MODULES.html.sh (Support for building libraries and executables):
39826         Add elisp-comp.
39827         * build-aux/elisp-comp: New file.
39828         * modules/elisp-comp: New file.
39829
39830 2006-08-24  Bruno Haible  <bruno@clisp.org>
39831
39832         * gnulib-tool (func_create_testdir): Use non-default values of
39833         sourcebase and m4base.
39834
39835 2006-08-24  Bruno Haible  <bruno@clisp.org>
39836
39837         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
39838         HTML structure.
39839
39840 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39841
39842         * modules/openat (Depends-on): Add lchown.
39843
39844 2006-08-23  Bruno Haible  <bruno@clisp.org>
39845
39846         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
39847         of gl_LOCK_EARLY instead of gl_LOCK.
39848
39849 2006-08-23  Bruno Haible  <bruno@clisp.org>
39850
39851         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
39852         on OSF/1 to no.
39853         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
39854
39855 2006-08-23  Bruno Haible  <bruno@clisp.org>
39856
39857         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
39858         as unusable.
39859
39860         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
39861         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
39862         (gl_LOCK): New macro.
39863
39864 2006-08-22  Simon Josefsson  <jas@extundo.com>
39865
39866         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
39867         to md5 module.
39868
39869 2006-08-22  Simon Josefsson  <jas@extundo.com>
39870
39871         * MODULES.html.sh: Add "Support for maintaining and release
39872         projects".
39873
39874         * build-aux/gnupload: New file, from coreutils.
39875
39876 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
39877
39878         Avoid the need for AC_LIBSOURCES in m4 macros.
39879         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
39880         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
39881         * modules/check-version (EXTRA_DIST): Add check-version.h.
39882         * modules/crc (EXTRA_DIST): Add crc.h.
39883         * modules/des (EXTRA_DIST): Add des.h.
39884         * modules/gc (EXTRA_DIST): Add gc.h.
39885         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
39886         * modules/getline (EXTRA_DIST): Add getline.h.
39887         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
39888         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
39889         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
39890         * modules/md2 (EXTRA_DIST): Add md2.h.
39891         * modules/md4 (EXTRA_DIST): Add md4.h.
39892         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
39893         * modules/read-file (EXTRA_DIST): Add read-file.h.
39894         * modules/readline (EXTRA_DIST): Add readline.h.
39895         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
39896         rijndael-api-fst.h.
39897
39898 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
39899
39900         * m4/rijndael.m4 (gl_ARCFOUR):
39901         * m4/arctwo.m4 (gl_ARCTWO):
39902         * m4/check-version.m4 (gl_CHECK_VERSION):
39903         * m4/crc.m4 (gl_CRC):
39904         * m4/des.m4 (gl_DES):
39905         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
39906         * m4/gc.m4 (gl_GC):
39907         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
39908         * m4/getline.m4 (gl_FUNC_GETLINE):
39909         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
39910         * m4/hmac-md5.m4 (gl_HMAC_MD5):
39911         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
39912         * m4/md2.m4 (gl_MD2):
39913         * m4/md4.m4 (gl_MD4):
39914         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
39915         * m4/read-file.m4 (gl_FUNC_READ_FILE):
39916         * m4/readline.m4 (gl_FUNC_READLINE):
39917         * m4/rijndael.m4 (gl_RIJNDAEL):
39918         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
39919         to get the necessary .h files and whatnot.
39920
39921 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
39922
39923         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
39924         gnulib rather than the other way around.
39925         * config/srclistvars.sh (COREUTILS): Remove.
39926
39927 2006-08-22  Jim Meyering  <jim@meyering.net>
39928
39929         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
39930
39931         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
39932
39933 2006-08-22  Eric Blake  <ebb9@byu.net>
39934
39935         * modules/regexprops-generic: New file.
39936         * MODULES.html.sh (Support for building documentation): List it.
39937
39938 2006-08-22  Eric Blake  <ebb9@byu.net>
39939
39940         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
39941         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
39942         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
39943         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
39944
39945 2006-08-22  Bruno Haible  <bruno@clisp.org>
39946
39947         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
39948         and lib_LTLIBRARIES like the other lib_* variables.
39949
39950 2006-08-22  Bruno Haible  <bruno@clisp.org>
39951
39952         * build-aux/x-to-1.in: New file, from GNU gettext.
39953
39954 2006-08-22  Bruno Haible  <bruno@clisp.org>
39955
39956         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
39957         <utmpx.h> exists.
39958
39959 2006-08-22  Bruno Haible  <bruno@clisp.org>
39960
39961         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
39962         <utmpx.h> exists.
39963
39964 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
39965
39966         BeOS portability.
39967         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
39968         exist.
39969         Problem reported by Bruno Haible.
39970
39971 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
39972
39973         Avoid the need for AC_LIBSOURCES in m4 macros.
39974         * modules/acl (EXTRA_DIST): Add acl.h.
39975         * modules/argmatch (Files): Add m4/argmatch.m4.
39976         (configure.ac): Add gl_ARGMATCH.
39977         (EXTRA_DIST): Renamed from lib_SOURCES, for
39978         consistency with the other modules.  Remove argmatch.c.
39979         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
39980         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
39981         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
39982         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
39983         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
39984         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
39985         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
39986         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
39987         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
39988         * modules/closeout (EXTRA_DIST): Add closeout.h.
39989         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
39990         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
39991         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
39992         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
39993         dirname.h; remove basename.c and stripslash.c.
39994         * modules/exclude (EXTRA_DIST): Add exclude.h.
39995         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
39996         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
39997         * modules/file-type (EXTRA_DIST): Add file-type.h.
39998         * modules/filemode (EXTRA_DIST): Add filemode.h.
39999         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
40000         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40001         * modules/fpending (EXTRA_DIST): Add __fpending.h.
40002         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
40003         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
40004         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
40005         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
40006         * modules/getdate (EXTRA_DIST): Add getdate.c.
40007         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
40008         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
40009         * modules/getpass (EXTRA_DIST): Add getpass.h.
40010         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
40011         * modules/group-member (EXTRA_DIST): Add group-member.h.
40012         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
40013         * modules/hash (EXTRA_DIST): Add hash.h.
40014         * modules/human (EXTRA_DIST): Add human.h.
40015         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
40016         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
40017         * modules/lchown (EXTRA_DIST): Add lchown.h.
40018         * modules/long-options (EXTRA_DIST): Add long-options.h.
40019         * modules/lstat (EXTRA_DIST): Add lstat.h.
40020         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
40021         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
40022         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
40023         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
40024         * modules/memxor (EXTRA_DIST): Add memxor.h.
40025         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
40026         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
40027         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
40028         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
40029         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
40030         * modules/physmem (EXTRA_DIST): Add physmem.h.
40031         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
40032         * modules/posixver (EXTRA_DIST): Add posixver.h.
40033         * modules/quote (EXTRA_DIST): Add quote.h.
40034         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
40035         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
40036         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
40037         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
40038         regex_internal.h regexec.c.
40039         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
40040         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
40041         * modules/same (EXTRA_DIST): Add same.h.
40042         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
40043         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
40044         * modules/savedir (EXTRA_DIST): Add savedir.h.
40045         * modules/sha1 (EXTRA_DIST): Add sha1.h.
40046         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
40047         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
40048         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
40049         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
40050         * modules/strdup (EXTRA_DIST): Add strdup.h.
40051         * modules/strftime (EXTRA_DIST): Add strftime.h.
40052         * modules/strndup (EXTRA_DIST): Add strndup.h.
40053         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
40054         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
40055         * modules/time_r (EXTRA_DIST): Add time_r.h.
40056         * modules/timespec (EXTRA_DIST): Add timespec.h.
40057         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40058         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
40059         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
40060         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
40061         * modules/userspec (EXTRA_DIST): Add userspec.h.
40062         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
40063         * modules/utimens (EXTRA_DIST): Add utimens.h.
40064         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
40065         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
40066         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
40067         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
40068         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
40069         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
40070         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
40071         * modules/yesno (EXTRA_DIST): Add yesno.h.
40072
40073 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40074
40075         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
40076
40077         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
40078         * m4/dev-ino.m4, same-inode.m4: Remove.
40079
40080         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
40081         * m4/acl.m4 (AC_FUNC_ACL):
40082         * m4/backupfile.m4 (gl_BACKUPFILE):
40083         * m4/c-strtod.m4 (gl_C99_STRTOLD):
40084         * m4/canon-host.m4 (gl_CANON_HOST):
40085         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
40086         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
40087         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
40088         * m4/cloexec.m4 (gl_CLOEXEC):
40089         * m4/close-stream.m4 (gl_CLOSE_STREAM):
40090         * m4/closeout.m4 (gl_CLOSEOUT):
40091         * m4/dirfd.m4 (gl_FUNC_DIRFD):
40092         * m4/dirname.m4 (gl_DIRNAME):
40093         * m4/exclude.m4 (gl_EXCLUDE):
40094         * m4/exitfail.m4 (gl_EXITFAIL):
40095         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
40096         * m4/file-type.m4 (gl_FILE_TYPE):
40097         * m4/filemode.m4 (gl_FILEMODE):
40098         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
40099         * m4/fpending.m4 (gl_FUNC_FPENDING):
40100         * m4/fprintftime.m4 (gl_FPRINTFTIME):
40101         * m4/fts.m4 (gl_FUNC_FTS):
40102         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
40103         * m4/getdate.m4 (gl_GETDATE):
40104         * m4/gethrxtime.m4 (gl_GETHRXTIME):
40105         * m4/getpagesize.m4 (gl_GETPAGESIZE):
40106         * m4/getpass.m4 (gl_FUNC_GETPASS):
40107         * m4/gettime.m4 (gl_GETTIME):
40108         * m4/getugroups.m4 (gl_GETUGROUPS):
40109         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
40110         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
40111         * m4/hard-locale.m4 (gl_HARD_LOCALE):
40112         * m4/hash.m4 (gl_HASH):
40113         * m4/idcache.m4 (gl_IDCACHE):
40114         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
40115         * m4/lchown.m4 (gl_FUNC_LCHOWN):
40116         * m4/long-options.m4 (gl_LONG_OPTIONS):
40117         * m4/lstat.m4 (gl_FUNC_LSTAT):
40118         * m4/md5.m4 (gl_MD5):
40119         * m4/memcasecmp.m4 (gl_MEMCASECMP):
40120         * m4/memcoll.m4 (gl_MEMCOLL):
40121         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
40122         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
40123         * m4/memxor.m4 (gl_MEMXOR):
40124         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
40125         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
40126         * m4/modechange.m4 (gl_MODECHANGE):
40127         * m4/mountlist.m4 (gl_MOUNTLIST):
40128         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40129         * m4/openat.m4 (gl_FUNC_OPENAT):
40130         * m4/pathmax.m4 (gl_PATHMAX):
40131         * m4/physmem.m4 (gl_PHYSMEM):
40132         * m4/posixtm.m4 (gl_POSIXTM):
40133         * m4/posixver.m4 (gl_POSIXVER):
40134         * m4/quote.m4 (gl_QUOTE):
40135         * m4/quotearg.m4 (gl_QUOTEARG):
40136         * m4/readtokens.m4 (gl_READTOKENS):
40137         * m4/readutmp.m4 (gl_READUTMP):
40138         * m4/regex.m4 (gl_REGEX):
40139         * m4/safe-read.m4 (gl_SAFE_READ):
40140         * m4/safe-write.m4 (gl_SAFE_WRITE):
40141         * m4/same.m4 (gl_SAME):
40142         * m4/save-cwd.m4 (gl_SAVE_CWD):
40143         * m4/savedir.m4 (gl_SAVEDIR):
40144         * m4/settime.m4 (gl_SETTIME):
40145         * m4/sha1.m4 (gl_SHA1):
40146         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
40147         * m4/stat-macros.m4 (gl_STAT_MACROS):
40148         * m4/stat-time.m4 (gl_STAT_TIME):
40149         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
40150         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
40151         * m4/strdup.m4 (gl_FUNC_STRDUP):
40152         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
40153         * m4/strndup.m4 (gl_FUNC_STRNDUP):
40154         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
40155         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
40156         * m4/time_r.m4 (gl_TIME_R):
40157         * m4/timespec.m4 (gl_TIMESPEC):
40158         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
40159         * m4/unlinkdir.m4 (gl_UNLINKDIR):
40160         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
40161         * m4/userspec.m4 (gl_USERSPEC):
40162         * m4/utimecmp.m4 (gl_UTIMECMP):
40163         * m4/utimens.m4 (gl_UTIMENS):
40164         * m4/xalloc.m4 (gl_XALLOC):
40165         * m4/xgetcwd.m4 (gl_XGETCWD):
40166         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
40167         * m4/xreadlink.m4 (gl_XREADLINK):
40168         * m4/xstrtod.m4 (gl_XSTRTOD):
40169         * m4/yesno.m4 (gl_YESNO):
40170         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40171         to get the necessary .h files and whatnot.
40172
40173 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
40174             Bruno Haible  <bruno@clisp.org>
40175
40176         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
40177         /bin/sh understanding of '!' conditional negation.
40178
40179 2006-08-21  Jim Meyering  <jim@meyering.net>
40180
40181         * modules/openat (Depends-on): Really alphabetize.
40182
40183         * modules/acl (Depends-on): Add error and quote.
40184
40185         * check-module (find_included_lib_files): Add at-func.c to the
40186         ok-to-include-more-than-once white list.
40187
40188         * modules/openat (Depends-on): Add lstat.  Alphabetize.
40189
40190 2006-08-21  Bruno Haible  <bruno@clisp.org>
40191
40192         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40193         Emit a pkgdata_DATA variable only if some snippets add contents to it.
40194         Reported by Martin Lambers <marlam@marlam.de>.
40195
40196 2006-08-21  Bruno Haible  <bruno@clisp.org>
40197
40198         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
40199         specify an installation location, don't emit a noinst_LIBRARIES or
40200         noinst_LTLIBRARIES assignment.
40201
40202 2006-08-21  Bruno Haible  <bruno@clisp.org>
40203
40204         BeOS portability.
40205         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
40206         BeOS has mbrtowc() but no <wctype.h>.
40207
40208 2006-08-21  Bruno Haible  <bruno@clisp.org>
40209
40210         BeOS portability.
40211         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
40212         exist.
40213
40214 2006-08-21  Bruno Haible  <bruno@clisp.org>
40215
40216         BeOS portability.
40217         * lib/mbchar.h: Include <wctype.h> only if it exists.
40218
40219 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40220
40221         Remove files that are no longer needed by their respective modules.
40222         * m4/obstack.m4: Remove.
40223         * m4/strerror_r.m4: Remove.
40224         * m4/uint32_t.m4: Remove.
40225         * m4/uintptr_t.m4: Remove.
40226         * m4/ullong_max.m4: Remove.
40227         * m4/xstrtoimax.m4: Remove.
40228         * m4/xstrtoumax.m4: Remove.
40229
40230         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
40231         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
40232         dependencies now capture this.
40233
40234         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
40235         Do not use AC_LIBSOURCES, since gnulib modules now do this.
40236         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
40237         * m4/human.m4 (gl_HUMAN): Likewise.
40238         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
40239         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
40240
40241         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
40242
40243         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
40244         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
40245         stdint.
40246         * m4/human.m4 (gl_HUMAN): Likewise.
40247         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
40248         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
40249         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40250         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40251         * m4/xstrtol (gl_XSTRTOL): Likewise.
40252
40253         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
40254         AC_TYPE_LONG_LONG_INT.
40255         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40256         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
40257         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
40258         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40259
40260         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
40261         on stdbool.
40262
40263         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
40264         (gl_PREREQ_XSTRTOUL): Remove.
40265
40266         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
40267
40268         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
40269         mode.
40270
40271 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40272
40273         Add and change modules to make it easier for coreutils to use
40274         gnulib-tool.
40275         * modules/backupfile (Files): Remove m4/d-ino.m4.
40276         (Depends-on): Add d-ino.
40277         * modules/cycle-check (Depends-on): Add stdint.
40278         (lib_SOURCES): Add cycle-check.h.
40279         * modules/d-ino: New module.
40280         * modules/d-type: New module.
40281         * modules/error (Files): Remove m4/strerror_r.m4.
40282         * modules/filemode (Files): Add m4/st_dm_mode.m4.
40283         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
40284         m4/inttypes_h.m4, m4/uintmax_t.m4.
40285         (Depends-on): Add stdint.
40286         (lib_SOURCES): Add fsusage.h.
40287         * modules/getcwd (Files): Remove d-ino.m4.
40288         (Depends-on): Add d-ino.
40289         * modules/getndelim2 (Depends-on): Add stdint.
40290         * modules/glob (Files): Remove m4/d-type.m4.
40291         (Depends-on): Add d-type.
40292         * modules/host-os: New module.
40293         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
40294         m4/inttypes_h.m4, m4/uintmax_t.m4.
40295         * Depends-on: Add stdint.
40296         (lib_SOURCES): Add human.h.
40297         * modules/inttostr (Files): Remove m4/intmax_t.m4,
40298         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
40299         m4/uintmax_t.m4, m4/ulonglong.m4.
40300         (Depends-on): Add stdint.
40301         (EXTRA_DIST): Add inttostr.h.
40302         * modules/lchmod: New module.
40303         * modules/link-follow: New module.
40304         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
40305         (Depends-on): Add lchmod.
40306         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
40307         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
40308         (Depends-on): Add stdint.
40309         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
40310         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
40311         (Depends-on): Add stdint.
40312         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
40313         * modules/perl: New module.
40314         * modules/regex (Depends-on): Add stdint.
40315         * modules/rmdir-errno: New module.
40316         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40317         m4/intmax_t.m4.
40318         (Depends-on): Add stdint.
40319         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40320         m4/uintmax_t.m4.
40321         (Depends-on): Add stdint.
40322         * modules/unlink-busy: New module.
40323         * modules/utimecmp (Depends-on): Add stdint.
40324         * modules/uptime: New module.
40325         * modules/winsz-ioctl: New module.
40326         * modules/winsz-termios: New module.
40327         * modules/xnanosleep (Depends-on): Add nanosleep.
40328         * modules/ullong_max: Remove.
40329         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
40330         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
40331         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
40332         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
40333         (Depends-on): Add inttypes.
40334         (lib_SOURCES): Add xstrtol.h.
40335         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
40336         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
40337         * MODULES.html.sh: Move 'assert' into the assert section.
40338         Move 'dummy' into the linking section.
40339         Remove ullong_max.
40340         Add section for compatibility checks for POSIX:2001 functions,
40341         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
40342         winsz-ioctl, and winsz-termios into it.
40343         Add lchmod.
40344         Add top-level Misc section and put host-os, perl, and uptime
40345         into it.
40346
40347 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40348
40349         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
40350         now assume the stdint module.  Do not include inttypes.h.
40351         * lib/fsusage.h: Likewise.
40352         * lib/getndelim2.c: Likewise.
40353         * lib/human.h: Likewise.
40354         * lib/inttostr.h: Likewise.
40355         * lib/obstack.c: Likewise.
40356         * lib/regex_internal.h: Likewise.
40357         * lib/tempname.c: Likewise.
40358         * lib/utimecmp.c: Likewise.
40359         * lib/xstrtol.h: Likewise.
40360
40361         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
40362
40363         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
40364         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
40365         * lib/xtime.h: Likewise.
40366
40367 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40368
40369         * modules/openat (Files): Add lib/fchmodat.c.
40370         Fixes problem reported by Jay Youngman.
40371
40372 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40373
40374         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
40375         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
40376
40377 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
40378             Bruno Haible  <bruno@clisp.org>
40379
40380         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
40381         and is a script that invokes bison. Tighten the code. Add comments.
40382
40383 2006-08-18  Jim Meyering  <jim@meyering.net>
40384
40385         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
40386         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
40387         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
40388         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
40389
40390 2006-08-18  Bruno Haible  <bruno@clisp.org>
40391
40392         * modules/bison-i18n: New file.
40393         * MODULES.html.sh (Internationalization functions): Add it.
40394
40395 2006-08-18  Bruno Haible  <bruno@clisp.org>
40396
40397         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
40398         sys/statvfs.h. When getmntinfo was found, check its declaration and
40399         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
40400
40401 2006-08-18  Bruno Haible  <bruno@clisp.org>
40402
40403         * m4/bison-i18n.m4: New file, from bison.
40404
40405 2006-08-18  Bruno Haible  <bruno@clisp.org>
40406
40407         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
40408         (ME_DUMMY): Treat "kernfs" as a dummy.
40409         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
40410
40411 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40412
40413         Update from coreutils.
40414
40415         2006-08-15  Jim Meyering  <jim@meyering.net>
40416
40417         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
40418
40419         2006-01-17  Jim Meyering  <jim@meyering.net>
40420
40421         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
40422
40423         2006-01-11  Jim Meyering  <jim@meyering.net>
40424
40425         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
40426         Check for the lchmod function.
40427
40428 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40429
40430         Update from coreutils.
40431
40432         * lib/__fpending.h: Add copyright notice.
40433         * lib/fprintftime.h: Likewise.
40434         * lib/savedir.c: Use (C) in copyright notice.
40435         * lib/savedir.h: Likewise.
40436
40437         2006-08-15  Jim Meyering  <jim@meyering.net>
40438
40439         * lib/at-func.c: New file, with the logic of all emulated at-functions.
40440         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
40441         in support of the EXPECTED_ERRNO macro.
40442         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
40443         definitions.  Instead, define the appropriate symbols and include
40444         "at-func.c".
40445         * lib/mkdirat.c (mkdirat): Likewise.
40446         * lib/fchmodat.c (fchmodat): Likewise.
40447         (ENOSYS): Remove definition.
40448         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
40449         it.  Don't include "unistd--.h" -- it wasn't ever used.
40450
40451         2006-01-17  Jim Meyering  <jim@meyering.net>
40452
40453         Rewrite fts.c not to change the current working directory,
40454         by using openat, fstatat, fdopendir, etc..
40455
40456         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
40457         (HAVE_OPENAT_SUPPORT): Define.
40458         [_LIBC] (fchdir): Don't undef or define; no longer used.
40459         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
40460         Now, this `function' always succeeds, and consumes its file descriptor
40461         parameter -- so callers must not close such FDs.  Update callers.
40462         (diropen_fd, opendirat, cwd_advance_fd): New functions.
40463         (diropen): Add parameter, SP.  Adjust all callers.
40464         Implement using diropen_fd, rather than open.
40465         (fts_open): Initialize new member, fts_cwd_fd.
40466         Remove fts_rft-setting code.
40467         (fts_close): Close fts_cwd_fd, if necessary.
40468         (__opendir2): Define in terms of opendir or opendirat,
40469         depending on whether the FST_NOCHDIR flag is set.
40470         (fts_build): Since fts_safe_changedir consumes its FD, and since
40471         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
40472         and close the dup'd file descriptor upon failure.
40473         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
40474         (fts_safe_changedir): Tweak semantics to reflect that this function
40475         now calls cwd_advance_fd and hence consumes its FD argument.
40476         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
40477         [struct FTS] (fts_rft): Remove now-unused member.
40478         [struct FTS] (fts_cycle.state): Improve comment.
40479
40480         * lib/openat.c (openat_needs_fchdir): New function.
40481         * lib/openat.h (openat_needs_fchdir): Declare it.
40482
40483 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
40484
40485         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
40486         Problem and fix reported by Pádraig Brady in
40487         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
40488
40489 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40490
40491         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
40492
40493 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40494
40495         * lib/memcoll.c (memcoll): Optimize for the common case where the
40496         arguments are bytewise equal.
40497
40498 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40499
40500         * doc/regexprops-generic.texi: Add a copyright notice.
40501
40502 2006-08-15  Bruno Haible  <bruno@clisp.org>
40503
40504         * modules/tmpdir (License): Change to LGPL.
40505
40506 2006-08-15  Bruno Haible  <bruno@clisp.org>
40507
40508         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
40509         module.
40510
40511 2006-08-14  Simon Josefsson  <jas@extundo.com>
40512
40513         * config/srclist.txt: Add gnupload.
40514
40515 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40516
40517         Change copyright notice from LGPL 2 to GPL 2, since that's the
40518         standard form used in the gnulib repository.
40519         * tests/test-lock.c: Likewise.
40520         * tests/test-stdint.c: Likewise.
40521         * tests/test-tls.c: Likewise.
40522
40523         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
40524         prelude-manager.  User shorter URLs for GNU projects, without '?'.
40525         Add copyright notice.
40526
40527         * check-module: Add copyright notice.  Output a copyright
40528         notice if "--version" is specified.
40529         * modules/COPYING: New file.
40530         * tests/test-getaddrinfo.c: Add copyright notice.
40531         * tests/test-verify.c: Likewise.
40532
40533 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40534
40535         Change copyright notice from LGPL 2 to GPL 2, since that's the
40536         standard form used in the gnulib repository.
40537         * lib/lock.c: LGPL -> GPL.
40538         * lib/lock.h: Likewise.
40539         * lib/strnlen1.c: Likewise.
40540         * lib/strnlen1.h: Likewise.
40541         * lib/tls.c: Likewise.
40542         * lib/tls.h: Likewise.
40543         * lib/tmpdir.c: Likewise.
40544
40545         * lib/TODO: Remove; this belongs only in coreutils.
40546
40547 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40548
40549         Add copyright notices to long-enough files that lack them, since
40550         otherwise the files aren't clearly free.  Use the same notice that
40551         getdate.texi already uses.
40552         * doc/alloca-opt.texi: Add copyright notice.
40553         * doc/alloca.texi: Likewise.
40554         * doc/ctime.texi: Likewise.
40555         * doc/functions.texi: Likewise.
40556         * doc/gcd.texi: Likewise.
40557         * doc/gnulib-tool.texi: Likewise.
40558         * doc/inet_ntoa.texi: Likewise.
40559         * doc/visibility.texi: Likewise.
40560
40561         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
40562         * doc/quote.texi: Add copyright notice.
40563
40564         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
40565         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
40566         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
40567         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
40568         is now obsolete, and give a pointer to the Sun list.
40569         Add copyright notice.
40570
40571 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40572
40573         * config/srclistvars.sh: Add copyright notice.
40574
40575 2006-08-14  Eric Blake  <ebb9@byu.net>
40576
40577         Import the following change from libc:
40578
40579         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
40580
40581         Upstream bug 2997.
40582         * lib/misc/error.c: Add space between program name and message if file
40583         name is missing.
40584
40585 2006-08-12  Karl Berry  <karl@gnu.org>
40586
40587         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
40588         remove, these originate in gnulib now.
40589
40590 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40591
40592         * doc/Makefile (standards.info standards.html standards.dvi):
40593         Also depend on make-stds.texi.
40594
40595 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40596
40597         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
40598         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
40599
40600         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
40601         in wchar_t.  Problem reported by Eric Blake.
40602
40603         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
40604         LEN is smaller than SIZE.  Suggested by Bruno Haible.
40605         Also, help the compiler to keep LEN in a register.
40606
40607 2006-08-11  Eric Blake  <ebb9@byu.net>
40608
40609         * users.txt: Sort.  Add tar.
40610
40611 2006-08-11  Bruno Haible  <bruno@clisp.org>
40612
40613         * users.txt: New file.
40614
40615 2006-08-11  Bruno Haible  <bruno@clisp.org>
40616
40617         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
40618         before <wchar.h>. Needed for OSF/1 and BSD/OS.
40619
40620 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
40621
40622         * modules/snprintf (Depends-on): Remove minmax.
40623         (Maintainer): Add self and Bruno.
40624
40625 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
40626
40627         * lib/.cppi-disable: Add snprintf.h, socket_.h.
40628         * lib/snprintf.c: Include <errno.h> and <limits.h>.
40629         (EOVERFLOW): Define if the system does not.
40630         Do not include "minmax.h"; it wasn't used.
40631         (snprintf): Don't assume size_t promotes to an unsigned type.
40632         Fix bug when generated string was too long for the buffer: the
40633         buffer's contents are supposed to be the initial prefix of the
40634         output.  Don't assume vasnprintf returns EOVERFLOW if the size
40635         exceeds INT_MAX; do the check ourselves.
40636
40637         Import the following changes from libc:
40638
40639         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
40640
40641         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
40642         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
40643         set wc to the byte which couldn't be converted.
40644         (re_string_reconstruct): Don't clear valid_raw_len before calling
40645         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
40646         tip_context using re_string_context_at.
40647
40648         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
40649
40650         * lib/posix/regex.h: g++ still cannot handled [restrict].
40651
40652         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
40653
40654         * lib/posix/regex.h: Remove special handling for VMS.
40655
40656 2006-08-10  Jim Meyering  <jim@meyering.net>
40657
40658         * modules/same-inode: New module.
40659         * modules/dev-ino: New module.
40660         * modules/cycle-check: Depend on these modules, rather than simply
40661         including their .h files.
40662         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
40663         required via m4/cycle-check.m4.
40664         * modules/same: Depend on new same-inode module, rather than
40665         including same-inode.h.
40666         * modules/chdir-safer: New file.
40667
40668         * modules/chown (Depends-on): Add stat-macros.
40669
40670 2006-08-10  Jim Meyering  <jim@meyering.net>
40671
40672         * m4/cycle-check.m4: New file.
40673         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
40674         * m4/dev-ino.m4, m4/same-inode.m4: New files.
40675
40676 2006-08-10  Eric Blake  <ebb9@byu.net>
40677
40678         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
40679         in from original proposal.
40680
40681 2006-08-10  Eric Blake  <ebb9@byu.net>
40682         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
40683
40684         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
40685         namespace.
40686
40687 2006-08-10  Bruno Haible  <bruno@clisp.org>
40688
40689         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
40690         as well.
40691
40692 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40693
40694         Sync from coreutils.
40695
40696         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
40697
40698         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
40699         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
40700
40701 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40702
40703         * modules/restrict: Remove; no longer needed now that we assume
40704         Autoconf 2.59 or later.
40705         * MODULES.html.sh: Remove 'restrict'.
40706         * modules/argp (Depends-on): Remove 'restrict'.
40707         * modules/base64 (Depends-on): Likewise.
40708         * modules/gc (Depends-on): Likewise.
40709         * modules/getaddrinfo (Depends-on): Likewise.
40710         * modules/glob (Depends-on): Likewise.
40711         * modules/inet_ntop (Depends-on): Likewise.
40712         * modules/inet_pton (Depends-on): Likewise.
40713         * modules/memxor (Depends-on): Likewise.
40714         * modules/regex (Depends-on): Likewise.
40715         * modules/strtok_r (Depends-on): Likewise.
40716         * modules/time_r (Depends-on): Likewise.
40717
40718 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40719
40720         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
40721         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
40722         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
40723         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
40724         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
40725         * m4/memxor.m4 (gl_MEMXOR): Likewise.
40726         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
40727         gl_C_RESTRICT replaced by AC_C_RESTRICT.
40728
40729         Merge from coreutils.
40730         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
40731         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
40732         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40733         * m4/time_r.m4 (gl_TIME_R): Likewise.
40734
40735 2006-08-09  Karl Berry  <karl@gnu.org>
40736
40737         * config/srclist.txt: no more gettext-tools, per Bruno.
40738
40739 2006-08-08  Eric Blake  <ebb9@byu.net>
40740
40741         * modules/verror: New module.
40742         * MODULES.html.sh: Document it.
40743
40744 2006-08-08  Eric Blake  <ebb9@byu.net>
40745
40746         * lib/verror.h, lib/verror.c: New files.
40747
40748 2006-08-08  Eric Blake  <ebb9@byu.net>
40749
40750         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
40751         verror_at_line output complies with GNU Coding Standards even when
40752         file is NULL.
40753
40754 2006-08-07  Bruno Haible  <bruno@clisp.org>
40755
40756         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
40757         versions of AIX.
40758         Reported by Ralf Wildenhues.
40759
40760 2006-08-07  Bruno Haible  <bruno@clisp.org>
40761
40762         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
40763         in an AC_DEFUN. Needed so that the autoconf snippets can use
40764         AC_REQUIRE.
40765
40766 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40767
40768         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40769         Initialize pkgdata_DATA.
40770         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
40771         overriding it.
40772
40773 2006-08-06  Eric Blake  <ebb9@byu.net>
40774
40775         * lib/error.h: Fold in some upstream changes from glibc.
40776         * lib/error.c: Likewise.
40777
40778 2006-08-04  Bruno Haible  <bruno@clisp.org>
40779
40780         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40781         Make the mostlyclean-local rule depend on mostlyclean-generic.
40782         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
40783
40784 2006-07-31  Bruno Haible  <bruno@clisp.org>
40785
40786         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
40787         <stdlib.h>, <string.h>.
40788
40789 2006-07-30  Bruno Haible  <bruno@clisp.org>
40790
40791         * modules/readlink (License): Change to LGPL.
40792
40793 2006-07-30  Bruno Haible  <bruno@clisp.org>
40794
40795         * modules/javaversion (Makefile.am): Distribute javaversion.java and
40796         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
40797         set PKGDATADIR to point to it.
40798
40799 2006-07-30  Bruno Haible  <bruno@clisp.org>
40800
40801         * modules/csharpexec (configure.ac): Comment out macro invocation.
40802         * modules/javaexec (configure.ac): Likewise.
40803         * modules/javacomp-script (configure.ac): Likewise.
40804
40805         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
40806
40807 2006-07-30  Bruno Haible  <bruno@clisp.org>
40808
40809         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
40810         linked-list.
40811
40812 2006-07-30  Bruno Haible  <bruno@clisp.org>
40813
40814         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
40815
40816 2006-07-30  Bruno Haible  <bruno@clisp.org>
40817
40818         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40819         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
40820         get removed.
40821
40822 2006-07-29  Bruno Haible  <bruno@clisp.org>
40823
40824         Make it possible for gnulib-tool to work with locally modified or
40825         augmented gnulib repositories.
40826         * gnulib-tool (func_usage): Document --local-dir option.
40827         (local_gnulib_dir): New variable.
40828         Handle --local-dir option.
40829         (func_lookup_file): New function.
40830         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
40831         (func_get_description, func_get_filelist, func_get_description,
40832         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
40833         func_get_automake_snippet, func_get_include_directive,
40834         func_get_license, func_get_maintainer): Use func_lookup_file.
40835         (func_import, func_create_testdir): Use func_lookup_file.
40836
40837 2006-07-29  Bruno Haible  <bruno@clisp.org>
40838
40839         * modules/setenv (Depends-on): Add unistd.
40840
40841 2006-07-29  Bruno Haible  <bruno@clisp.org>
40842
40843         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
40844
40845 2006-07-29  Bruno Haible  <bruno@clisp.org>
40846
40847         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
40848
40849 2006-07-29  Bruno Haible  <bruno@clisp.org>
40850
40851         * gnulib-tool (import, update): If there is no Makefile.am, look at
40852         aclocal.m4, instead of bailing out.
40853
40854 2006-07-29  Bruno Haible  <bruno@clisp.org>
40855
40856         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
40857         Categorize the options by when they are useful.
40858
40859 2006-07-29  Bruno Haible  <bruno@clisp.org>
40860
40861         * gnulib-tool (func_usage): Document option --no-libtool.
40862         Handle option --no-libtool.
40863         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
40864         for changed semantics of $libtool variable.
40865         (func_import): Likewise. If libtool is not used, show this through
40866         an option --no-libtool.
40867         (func_create_testdir): Update.
40868
40869 2006-07-29  Bruno Haible  <bruno@clisp.org>
40870
40871         * gnulib-tool (func_import): Extend error message about missing
40872         --doc-base.
40873
40874 2006-07-29  Bruno Haible  <bruno@clisp.org>
40875
40876         * gnulib-tool (func_import): Don't create the $docbase directory if
40877         there is no file to store there.
40878
40879 2006-07-29  Bruno Haible  <bruno@clisp.org>
40880
40881         * gnulib-tool (autoconf_minversion): If a --dir option is given and
40882         relevant, look for configure.ac there, not in the current directory.
40883         Also use a simple search for AC_PREREQ, not "autoconf --trace".
40884
40885 2006-07-29  Bruno Haible  <bruno@clisp.org>
40886
40887         * gnulib-tool (SORT): New variable.
40888         (func_usage): Undocument --assume-autoconf option.
40889         Remove --assume-autoconf option handling.
40890         (autoconf_minversion): Determine from the contents of configure.ac.
40891         (func_import): Remove autoconf_minversion handling.
40892         Suggested by Eric Blake.
40893
40894 2006-07-29  Bruno Haible  <bruno@clisp.org>
40895
40896         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
40897
40898 2006-07-29  Bruno Haible  <bruno@clisp.org>
40899
40900         * config/srclist.txt (*setenv.[ch]): Remove rules.
40901
40902 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40903
40904         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
40905
40906 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40907
40908         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
40909         arpa/inet.h.
40910
40911 2006-07-28  Simon Josefsson  <jas@extundo.com>
40912
40913         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
40914         * modules/inet_pton (Depends-on): Likewise.
40915
40916 2006-07-28  Simon Josefsson  <jas@extundo.com>
40917
40918         * m4/netinet_in_h.m4: New file.
40919
40920 2006-07-28  Simon Josefsson  <jas@extundo.com>
40921
40922         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
40923         #include's.
40924
40925 2006-07-28  Simon Josefsson  <jas@extundo.com>
40926
40927         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
40928         #include's.
40929
40930 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
40931
40932         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
40933         setgid on directories only if they set these bits.
40934         * lib/modechange.h: Remove obsolete comment about masks.
40935
40936 2006-07-28  Eric Blake  <ebb9@byu.net>
40937
40938         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
40939         macro expansion.
40940
40941 2006-07-28  Bruno Haible  <bruno@clisp.org>
40942
40943         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
40944
40945 2006-07-28  Bruno Haible  <bruno@clisp.org>
40946
40947         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
40948
40949 2006-07-28  Bruno Haible  <bruno@clisp.org>
40950
40951         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
40952         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
40953         Define fallbacks.
40954         Avoids link error on FreeBSD 4.x.
40955         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
40956
40957         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
40958         encoding.
40959         * lib/mbswidth.c (iswcntrl): Likewise.
40960
40961 2006-07-27  Bruno Haible  <bruno@clisp.org>
40962
40963         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
40964         test.
40965
40966 2006-07-27  Bruno Haible  <bruno@clisp.org>
40967
40968         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
40969         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
40970         defined.
40971
40972 2006-07-26  Eric Blake  <ebb9@byu.net>
40973
40974         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
40975
40976 2006-07-26  Eric Blake  <ebb9@byu.net>
40977
40978         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
40979         like mingw that lack mkstemp.
40980         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
40981         avoid compilation warning on mingw.
40982
40983 2006-07-26  Bruno Haible  <bruno@clisp.org>
40984
40985         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
40986         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
40987         INT_FAST*_MIN, INTPTR_MIN.
40988
40989 2006-07-25  Bruno Haible  <bruno@clisp.org>
40990
40991         * modules/version-etc (Depends-on): Add stdarg.
40992
40993 2006-07-25  Bruno Haible  <bruno@clisp.org>
40994
40995         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
40996         complex commands.
40997
40998 2006-07-25  Bruno Haible  <bruno@clisp.org>
40999
41000         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
41001         defined in <stdarg.h> or config.h.
41002
41003 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41004
41005         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
41006         (gl_STDIO_SAFER): Remove.
41007
41008 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41009
41010         * MODULES.html.sh (File stream based Input/Output):
41011         Add fopen-safer, tmpfile-safer; remove stdio-safer.
41012         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
41013         * modules/fopen-safer, modules/tmpfile-safer: New files.
41014         * modules/stdio-safer: Remove.
41015
41016 2006-07-24  Bruno Haible  <bruno@clisp.org>
41017
41018         * modules/tmpdir: New file.
41019         * MODULES.html.sh (File system functions): Add it.
41020
41021 2006-07-24  Bruno Haible  <bruno@clisp.org>
41022
41023         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
41024         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
41025
41026 2006-07-24  Bruno Haible  <bruno@clisp.org>
41027
41028         * modules/clean-temp: New file.
41029
41030 2006-07-24  Bruno Haible  <bruno@clisp.org>
41031
41032         * m4/tmpdir.m4: New file, from GNU gettext.
41033
41034 2006-07-24  Bruno Haible  <bruno@clisp.org>
41035
41036         * lib/tmpdir.h: New file, from GNU gettext.
41037         * lib/tmpdir.c: New file, from GNU gettext.
41038
41039 2006-07-24  Bruno Haible  <bruno@clisp.org>
41040
41041         * lib/clean-temp.h: New file, from GNU gettext.
41042         * lib/clean-temp.c: New file, from GNU gettext.
41043
41044 2006-07-23  Eric Blake  <ebb9@byu.net>
41045
41046         * modules/stdio-safer (Files): Add tmpfile-safer.c.
41047         (Depends-on): Add binary-io.
41048
41049 2006-07-23  Eric Blake  <ebb9@byu.net>
41050
41051         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
41052
41053 2006-07-23  Eric Blake  <ebb9@byu.net>
41054
41055         * lib/tmpfile-safer.c: New file.
41056         * lib/stdio-safer.h (fopen_safer): Add prototype.
41057         * lib/stdio--.h (tmpfile): Make safer.
41058
41059 2006-07-23  Bruno Haible  <bruno@clisp.org>
41060
41061         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
41062         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
41063         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
41064         gl_linked_remove_at): Use it.
41065
41066 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41067         and Simon Josefsson <jas@extundo.com>
41068
41069         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
41070
41071         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
41072
41073 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41074
41075         * modules/close-stream: New file.
41076         * modules/closeout (Description): Make it clear that it exits
41077         with a diagnostic on error.
41078         (Depends-on): Add close-stream.  Remove fpending, stdbool.
41079         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
41080
41081 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41082
41083         * m4/close-stream.m4: New file.
41084
41085 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41086
41087         * lib/close-stream.c, lib/close-stream.h: New files.
41088
41089 2006-07-22  Bruno Haible  <bruno@clisp.org>
41090
41091         Merge from GNU gettext 0.15.
41092
41093         2006-05-01  Bruno Haible  <bruno@clisp.org>
41094
41095                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
41096
41097         2006-07-22  Bruno Haible  <bruno@clisp.org>
41098
41099                 * modules/javaversion: New file.
41100                 * MODULES.html.sh (Java): Add javaversion.
41101
41102         2006-03-12  Bruno Haible  <bruno@clisp.org>
41103
41104                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
41105
41106         2005-12-04  Bruno Haible  <bruno@clisp.org>
41107
41108                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
41109                 (untested).
41110
41111         2006-06-21  Bruno Haible  <bruno@clisp.org>
41112
41113                 Avoid warnings from recent versions of mcs.
41114                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
41115                 -o, -L, -r any more. Use options documented since mcs-1.0
41116                 instead. Similarly for -g.
41117
41118         2005-12-04  Bruno Haible  <bruno@clisp.org>
41119
41120                 * build-aux/csharpcomp.sh.in: Suffix for resources is
41121                 .resources, not .resource.
41122
41123         2005-07-09  Bruno Haible  <bruno@clisp.org>
41124
41125                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
41126                 add a .dll suffix.
41127                 Reported by Mark Junker <mjscod@gmx.de>.
41128
41129         2006-07-22  Bruno Haible  <bruno@clisp.org>
41130
41131                 * modules/gettext: Upgrade to gettext-0.15.
41132                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
41133                 m4/visibility.m4.
41134                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
41135
41136 2006-07-22  Bruno Haible  <bruno@clisp.org>
41137
41138         Merge from GNU gettext 0.15.
41139
41140         2006-03-25  Bruno Haible  <bruno@clisp.org>
41141
41142                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
41143
41144         2006-07-21  Bruno Haible  <bruno@clisp.org>
41145
41146                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
41147                 "1.1".
41148
41149         2006-05-09  Bruno Haible  <bruno@clisp.org>
41150
41151                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
41152                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
41153                 for the conftestver execution.
41154
41155         2006-05-01  Bruno Haible  <bruno@clisp.org>
41156
41157                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
41158                 optional target-version argument. Verify that the compiler
41159                 groks source of the specified source-version, or add -source
41160                 option as necessary. Verify that the compiler produces
41161                 bytecode in the specified target-version, or add -target and
41162                 -source options as necessary. Make the result of the test
41163                 available as variable CONF_JAVAC. Also log error output in
41164                 config.log.
41165
41166         2006-03-11  Bruno Haible  <bruno@clisp.org>
41167
41168                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
41169
41170         2006-05-09  Bruno Haible  <bruno@clisp.org>
41171
41172                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
41173                 CLASSPATH_SEPARATOR to a semicolon.
41174
41175         2006-03-12  Bruno Haible  <bruno@clisp.org>
41176
41177                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
41178                 available as variable CONF_JAVA, for subsequent autoconf
41179                 tests. Also log error output in config.log.
41180
41181         2006-07-19  Bruno Haible  <bruno@clisp.org>
41182
41183                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
41184                 that getline works on glibc2 systems. Needed to avoid trouble
41185                 in relocatable.c.
41186                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
41187
41188         2005-12-04  Bruno Haible  <bruno@clisp.org>
41189
41190                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
41191                 launcher (untested).
41192
41193         2005-12-04  Bruno Haible  <bruno@clisp.org>
41194
41195                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
41196
41197         2006-07-22  Bruno Haible  <bruno@clisp.org>
41198
41199                 * gettext.m4: Update from GNU gettext-0.15.
41200                 * nls.m4: Likewise.
41201                 * po.m4: Likewise.
41202                 * inttypes-pri.m4: Likewise.
41203                 * inttypes-h.m4: Renamed from inttypes.m4.
41204                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
41205
41206 2006-07-22  Bruno Haible  <bruno@clisp.org>
41207
41208         Merge from GNU gettext 0.15.
41209
41210         2005-07-05  Bruno Haible  <bruno@clisp.org>
41211
41212                 * printf-args.c (printf_fetchargs): Work around broken
41213                 definition of wint_t on mingw.
41214
41215         2005-02-12  Bruno Haible  <bruno@clisp.org>
41216
41217                 * xallocsa.h: Add extern "C" for C++.
41218
41219         2006-05-17  Bruno Haible  <bruno@clisp.org>
41220
41221                 Cygwin portability.
41222                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
41223
41224         2006-04-30  Bruno Haible  <bruno@clisp.org>
41225
41226                 * progreloc.c: Include <mach-o/dyld.h> if available.
41227                 (find_executable): Use _NSGetExecutablePath when possible.
41228
41229         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41230
41231                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
41232                 function.
41233
41234         2005-12-29  Bruno Haible  <bruno@clisp.org>
41235
41236                 * progreloc.c (set_program_name_and_installdir): Fix
41237                 compilation error.
41238
41239         2005-12-04  Bruno Haible  <bruno@clisp.org>
41240
41241                 Cygwin portability.
41242                 * progreloc.c: Include <windows.h> also on Cygwin.
41243                 (find_executable): Add support for Cygwin.
41244                 (set_program_name_and_installdir): Handle also platforms with
41245                 nonempty EXEEXT.
41246
41247         2006-07-11  Bruno Haible  <bruno@clisp.org>
41248
41249                 * javacomp.c: Fix a comment.
41250                 Reported by Jim Meyering.
41251
41252         2006-04-30  Bruno Haible  <bruno@clisp.org>
41253
41254                 * javacomp.h (compile_java_class): Add source_version,
41255                 target_version arguments.
41256                 * javacomp.c: Rewritten to choose only a compiler that
41257                 respects the specified source_version and target_version.
41258
41259         2006-06-27  Bruno Haible  <bruno@clisp.org>
41260
41261                 Assume correct S_ISDIR macro.
41262                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
41263
41264         2006-07-22  Bruno Haible  <bruno@clisp.org>
41265
41266                 * javaversion.h: New file, from GNU gettext.
41267                 * javaversion.c: New file, from GNU gettext.
41268                 * javaversion.java: New file, from GNU gettext.
41269                 * javaversion.class: New file, from GNU gettext.
41270
41271         2006-05-17  Bruno Haible  <bruno@clisp.org>
41272
41273                 Cygwin portability.
41274                 * javaexec.c (execute_java_class): Test for jview program
41275                 also on Cygwin.
41276
41277         2006-04-09  Bruno Haible  <bruno@clisp.org>
41278
41279                 * fatal-signal.c: Don't include string.h.
41280                 (at_fatal_signal): Use a copying loop instead of memcpy.
41281
41282         2005-12-04  Bruno Haible  <bruno@clisp.org>
41283
41284                 * csharpexec.c: Add support for 'clix' launcher (untested).
41285                 (execute_csharp_using_sscli): New function.
41286                 (execute_csharp_program): Call it.
41287
41288         2006-06-21  Bruno Haible  <bruno@clisp.org>
41289
41290                 Avoid warnings from recent versions of mcs.
41291                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
41292                 -o, -L, -r any more. Use options documented since mcs-1.0
41293                 instead. Similarly for -g.
41294
41295         2005-07-09  Bruno Haible  <bruno@clisp.org>
41296
41297                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
41298                 add a .dll suffix.
41299                 Reported by Mark Junker <mjscod@gmx.de>.
41300
41301         2006-06-17  Bruno Haible  <bruno@clisp.org>
41302
41303                 * config.charset: Update for NetBSD 3.0.
41304
41305         2006-05-17  Bruno Haible  <bruno@clisp.org>
41306
41307                 Cygwin portability.
41308                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
41309
41310         2006-05-16  Bruno Haible  <bruno@clisp.org>
41311
41312                 * localcharset.c [CYGWIN]: Include <windows.h>.
41313                 (get_charset_aliases): For Cygwin, return the same CPxxx
41314                 aliases list as under WIN32.
41315                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
41316                 the environment variables. Fall back to GetACP().
41317
41318         2006-04-05  Bruno Haible  <bruno@clisp.org>
41319
41320                 * config.charset: Update Juan Manuel Guerrero's address.
41321
41322         2005-02-12  Bruno Haible  <bruno@clisp.org>
41323
41324                 * allocsa.h: Add extern "C" for C++.
41325
41326         2005-02-10  Bruno Haible  <bruno@clisp.org>
41327
41328                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
41329                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
41330
41331         2006-07-22  Bruno Haible  <bruno@clisp.org>
41332
41333                 * gettext.h: Update to GNU gettext-0.15.
41334
41335 2006-07-22  Bruno Haible  <bruno@clisp.org>
41336
41337         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
41338         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
41339         lib-prefix.m4, longdouble.m4, ssize_t.m4.
41340
41341 2006-07-21  Eric Blake  <ebb9@byu.net>
41342
41343         * modules/stdlib-safer: New file.
41344         * MODULES.html.sh (File stream based Input/Output): Add
41345         stdlib-safer.
41346
41347 2006-07-21  Eric Blake  <ebb9@byu.net>
41348
41349         * lib/stdlib-safer.h: New file from coreutils, required by
41350         stdlib--.h.
41351
41352 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
41353
41354         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
41355
41356 2006-07-20  Bruno Haible  <bruno@clisp.org>
41357
41358         * gnulib-tool: Recognize new option --assume-autoconf.
41359         (autoconf_minversion): New variable.
41360         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
41361
41362 2006-07-20  Bruno Haible  <bruno@clisp.org>
41363
41364         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
41365
41366 2006-07-19  Derek R. Price  <derek@ximbiot.com>
41367
41368         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
41369         Reindent and repaginate.
41370
41371 2006-07-19  Derek Price  <derek@ximbiot.com>
41372
41373         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
41374         Correct grammar.
41375
41376 2006-07-17  Bruno Haible  <bruno@clisp.org>
41377
41378         * modules/list: New file.
41379         * modules/array-list: New file.
41380         * modules/carray-list, modules/carray-list-tests: New files.
41381         * modules/linked-list, modules/linked-list-tests: New files.
41382         * modules/avltree-list, modules/avltree-list-tests: New files.
41383         * modules/rbtree-list, modules/rbtree-list-tests: New files.
41384         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
41385         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
41386         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
41387         * modules/oset: New file.
41388         * modules/array-oset: New file.
41389         * modules/avltree-oset, modules/avltree-oset-tests: New files.
41390         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
41391         * tests/test-carray_list.c: New file.
41392         * tests/test-linked_list.c: New file.
41393         * tests/test-avltree_list.c: New file.
41394         * tests/test-rbtree_list.c: New file.
41395         * tests/test-linkedhash_list.c: New file.
41396         * tests/test-avltreehash_list.c: New file.
41397         * tests/test-rbtreehash_list.c: New file.
41398         * tests/test-avltree_oset.c: New file.
41399         * tests/test-rbtree_oset.c: New file.
41400         * MODULES.html.sh (Container data structures): New section.
41401
41402 2006-07-17  Bruno Haible  <bruno@clisp.org>
41403
41404         * m4/gl_list.m4: New file.
41405
41406 2006-07-17  Bruno Haible  <bruno@clisp.org>
41407
41408         * lib/gl_list.h: New file.
41409         * lib/gl_list.c: New file.
41410         * lib/gl_array_list.h: New file.
41411         * lib/gl_array_list.c: New file.
41412         * lib/gl_carray_list.h: New file.
41413         * lib/gl_carray_list.c: New file.
41414         * lib/gl_linked_list.h: New file.
41415         * lib/gl_linked_list.c: New file.
41416         * lib/gl_anylinked_list1.h: New file.
41417         * lib/gl_anylinked_list2.h: New file.
41418         * lib/gl_avltree_list.h: New file.
41419         * lib/gl_avltree_list.c: New file.
41420         * lib/gl_anyavltree_list1.h: New file.
41421         * lib/gl_anyavltree_list2.h: New file.
41422         * lib/gl_rbtree_list.h: New file.
41423         * lib/gl_rbtree_list.c: New file.
41424         * lib/gl_anyrbtree_list1.h: New file.
41425         * lib/gl_anyrbtree_list2.h: New file.
41426         * lib/gl_anytree_list1.h: New file.
41427         * lib/gl_anytree_list2.h: New file.
41428         * lib/gl_linkedhash_list.h: New file.
41429         * lib/gl_linkedhash_list.c: New file.
41430         * lib/gl_anyhash_list1.h: New file.
41431         * lib/gl_anyhash_list2.h: New file.
41432         * lib/gl_avltreehash_list.h: New file.
41433         * lib/gl_avltreehash_list.c: New file.
41434         * lib/gl_rbtreehash_list.h: New file.
41435         * lib/gl_rbtreehash_list.c: New file.
41436         * lib/gl_anytreehash_list1.h: New file.
41437         * lib/gl_anytreehash_list2.h: New file.
41438
41439         * lib/gl_oset.h: New file.
41440         * lib/gl_oset.c: New file.
41441         * lib/gl_array_oset.h: New file.
41442         * lib/gl_array_oset.c: New file.
41443         * lib/gl_avltree_oset.h: New file.
41444         * lib/gl_avltree_oset.c: New file.
41445         * lib/gl_rbtree_oset.h: New file.
41446         * lib/gl_rbtree_oset.c: New file.
41447         * lib/gl_anytree_oset.h: New file.
41448
41449 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41450
41451         * m4/mkancesdirs.m4: New file.
41452         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
41453         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
41454         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
41455         it.
41456
41457 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41458
41459         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
41460         * lib/mkancesdirs.h: New files.
41461         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
41462         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
41463         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
41464         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
41465         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
41466         callers changed.  Revamp internals significantly, by not
41467         attempting to create directories that are temporarily more
41468         permissive than the final results.  Do not attempt to use
41469         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
41470         This removes some race conditions, fixes some bugs, and simplifies
41471         things.  Use new dirchownmod function to do owner and mode changes.
41472         * lib/mkdir-p.h: Likewise.
41473         * lib/modechange.c (octal_to_mode): New function.
41474         (struct mode_change): New member mentioned.
41475         (make_node_op_equals): New arg mentioned.  All callers changed.
41476         (mode_compile): Keep track of which mode bits the user has explicitly
41477         mentioned.
41478         (mode_adjust): New arg DIR, so that we implement the X op correctly.
41479         New arg PMODE_BITS, to keep track of which mode bits the user
41480         mentioned; it treats S_ISUID and S_ISGID speciall.
41481         All callers changed.
41482         * lib/modechange.h: Likewise.
41483
41484 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41485
41486         * MODULES.html.sh: Add mkancestors.
41487         * modules/mkancesdirs: New module.
41488         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
41489         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
41490         The chdir-safer and afs files are now orphans; I'll remove them
41491         unless someone speaks up.
41492         Add lib/dirchownmod.c, lib/dirchownmod.h.
41493         (Depends-on): Remove alloca, chown, save-cwd, dirname.
41494         Add lchown, mkancesdirs.
41495         (Maintainer): Add self.
41496
41497 2006-07-15  Karl Berry  <karl@gnu.org>
41498
41499         * gnulib-tool: help message wording/arrangement.
41500
41501 2006-07-14  Simon Josefsson  <jas@extundo.com>
41502
41503         * doc/gnulib.texi (Libtool and Windows): New section.
41504
41505 2006-07-12  Simon Josefsson  <jas@extundo.com>
41506
41507         * modules/gendocs (License): Fix license, approved by Karl.
41508
41509 2006-07-12  Eric Blake  <ebb9@byu.net>
41510
41511         * MODULES.html.sh: Add gendocs.
41512
41513 2006-07-11  Eric Blake  <ebb9@byu.net>
41514
41515         * modules/fdl: New module, to install doc/fdl.texi.
41516         * MODULES.html.sh: Add new section for documentation modules.
41517         * gnulib-tool: Avoid space-tab.
41518         (--doc-base): New option, to manage files from doc.
41519
41520 2006-07-11  Eric Blake  <ebb9@byu.net>
41521
41522         * m4/absolute-header.m4: Fix comments to match recent change.
41523
41524 2006-07-11  Eric Blake  <ebb9@byu.net>
41525
41526         * gnulib-tool: List --doc-base before --tests-base.
41527
41528 2006-07-11  Derek R. Price  <derek@ximbiot.com>
41529
41530         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
41531
41532 2006-07-11  Bruno Haible  <bruno@clisp.org>
41533
41534         * README: Mention where to put documentation.
41535
41536 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41537
41538         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
41539
41540 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
41541
41542         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
41543         to stdint.m4.
41544
41545 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
41546
41547         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
41548         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
41549         "no/such/file/stdint.h" when there is no such file, so that
41550         the resulting C code can be parsed by dodgy compilers.
41551         Problems reported by Bob Proulx.
41552
41553 2006-07-10  Derek R. Price  <derek@ximbiot.com>
41554
41555         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
41556         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
41557         macros into the GNU _D_EXACT_NAMLEN.
41558         * lib/savedir.c:  Likewise.
41559         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
41560
41561 2006-07-10  Derek R. Price  <derek@ximbiot.com>
41562         and Paul Eggert  <eggert@cs.ucla.edu>
41563
41564         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
41565         * m4/savedir.m4:
41566         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
41567         macros into the GNU _D_EXACT_NAMLEN.
41568
41569 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
41570
41571         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
41572         around the absolute name, to work around a problem with the HP-UX
41573         11.23 native C compiler, reported by Bob Proulx.
41574
41575 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
41576
41577         * doc/maintain.texi, make-stds.texi: Sync from
41578         <http://savannah.gnu.org/projects/gnustandards>.
41579
41580 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
41581
41582         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
41583
41584 2006-07-09  Jim Meyering  <jim@meyering.net>
41585
41586         * m4/glob.m4: Remove a doubled word in a comment.
41587
41588 2006-07-09  Jim Meyering  <jim@meyering.net>
41589
41590         * lib/argp-pv.c: Remove a doubled word in a comment.
41591         * lib/check-version.c (check_version): Likewise.
41592         * lib/javacomp.c (compile_java_class): Likewise.
41593
41594 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
41595
41596         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
41597         for the benefit of people using Autoconf 2.60.  If you want to
41598         support older Autoconf versions you can copy m4/onceonly_2_57.m4
41599         (or m4/onceonly.m4, if pre-2.57) manually.
41600
41601 2006-07-08  Jim Meyering  <jim@meyering.net>
41602
41603         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
41604         comment.
41605         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
41606         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
41607         comment.
41608
41609 2006-07-08  Jim Meyering  <jim@meyering.net>
41610
41611         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
41612
41613 2006-07-07  Simon Josefsson  <jas@extundo.com>
41614
41615         * tests/test-crc.c: Change expected crc value, the test vector
41616         were probably computed using the old broken crc.c?
41617
41618 2006-07-06  Simon Josefsson  <jas@extundo.com>
41619
41620         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
41621         now the canonical place for the M4 file).
41622
41623         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
41624         from the sys_socket dependency now.
41625
41626         * modules/inet_pton (Files): Ditto.
41627
41628         * modules/inet_ntop (Files): Ditto.
41629
41630 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
41631
41632         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
41633         not gl_PREREQ_GETUSERSHELL.
41634
41635 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41636
41637         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
41638         with only one argument, for Autoconf 2.60.
41639         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
41640         expand to nothing, so add a shell command to avoid syntax error.
41641         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
41642
41643 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41644
41645         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
41646
41647 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41648
41649         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
41650         no longer needed.  Check for isblank decl.
41651         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
41652         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
41653         of existence.
41654
41655 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41656
41657         * lib/getloadavg.c: Use __VMS, not VMS.
41658         * lib/getopt.c: Likewise.
41659         * lib/getpagesize.h: Likewise.
41660         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
41661         and probably does not work.
41662
41663 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41664
41665         * lib/.cppi-disable: Add wcwidth.
41666         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
41667         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
41668         (ISGRAPH): Remove.  All uses changed to isgraph.
41669         (FOLD) [!defined _LIBC]: Remove special case.
41670         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
41671         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
41672         HAVE_ISBLANK.
41673         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
41674         case.
41675
41676 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
41677
41678         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
41679         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
41680         brackets.  Other minor changes to suppress some compiler
41681         warnings.
41682
41683 2006-07-06  Derek R. Price  <derek@ximbiot.com>
41684         and Paul Eggert  <eggert@cs.ucla.edu>
41685
41686         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
41687         of invoking obsolescent AC_HEADER_DIRENT macro.
41688         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
41689         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
41690         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
41691         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
41692         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
41693         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
41694         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
41695         * m4/readdir.m4: Remove; no longer needed.
41696
41697 2006-07-06  Derek R. Price  <derek@ximbiot.com>
41698         and Paul Eggert  <eggert@cs.ucla.edu>
41699
41700         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
41701         Don't worry about this obsolete case any more.
41702         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
41703         directories.
41704         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
41705         worry about this obsolete case any more.
41706         * lib/fts.c: Likewise.
41707         * lib/getcwd.c: Likewise.
41708         * lib/glob.h: Likewise.
41709         * lib/savedir.c: Likewise.
41710
41711 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
41712
41713         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
41714         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
41715         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
41716         needed.
41717         All uses removed.
41718         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41719         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
41720         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
41721         needed.
41722         * m4/getdate.m4 (gl_GETDATE): Likewise.
41723         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
41724         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
41725         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
41726         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41727         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
41728         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41729         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
41730         needed.
41731
41732 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
41733
41734         * lib/memcasecmp.c: Include <limits.h>.
41735         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
41736         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
41737         Don't assume isdigit succeeds only on '0' through '9'.
41738
41739 2006-07-05  Eric Blake  <ebb9@byu.net>
41740
41741         * modules/getaddrinfo (Depends-on): Add snprintf.
41742
41743 2006-07-05  Eric Blake  <ebb9@byu.net>
41744
41745         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
41746         to avoid 'header present but could not be compiled' on cygwin.
41747
41748 2006-07-05  Eric Blake  <ebb9@byu.net>
41749
41750         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
41751         missing from netdb.h.
41752         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
41753
41754 2006-07-05  Derek R. Price  <derek@ximbiot.com>
41755
41756         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
41757         no longer needed.
41758         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
41759         * m4/getdate.m4 (gl_GETDATE): Likewise.
41760         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
41761         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
41762         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
41763         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41764         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41765
41766 2006-07-05  Derek R. Price  <derek@ximbiot.com>
41767
41768         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
41769         All uses of is_space replaced by isspace.
41770         * lib/exit.h: Don't talk about STDC_HEADERS.
41771         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
41772         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
41773         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
41774         replaced by isprint etc.
41775         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
41776         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
41777         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
41778         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
41779         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
41780         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
41781
41782 2006-07-05  Bruno Haible  <bruno@clisp.org>
41783
41784         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
41785         the function exists, before testing against AIX.
41786         Reported by Martin Lambers <marlam@marlam.de>.
41787
41788 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
41789
41790         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
41791         From Mark D. Baushke.
41792
41793 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
41794
41795         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
41796         to the absolute name, not just one, to bypass Sun C 5.8's
41797         "warning: #include of /usr/include/... may be non-portable".
41798
41799 2006-07-04  Eric Blake  <ebb9@byu.net>
41800
41801         * modules/dirname-tests: New test module.
41802         * tests/test-dirname.c: New file, replacing dirname.c
41803         TEST_DIRNAME section that was recently deleted.
41804
41805 2006-07-04  Bruno Haible  <bruno@clisp.org>
41806
41807         Assume ANSI C header files and <ctype.h> functions.
41808         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
41809         (mbsnwidth): Use isprint, iscntrl instead.
41810
41811 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41812
41813         Merge from coreutils.
41814         * MODULES.html.sh: Add xstrtold.
41815         * modules/xstrtold: New file.
41816         * modules/cycle-check (Files): Add lib/same-inode.h.
41817         * modules/dirname (Files): Add m4/double-slash-root.m4.
41818         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
41819         * modules/mkdir-p (Files): Add lib/same-inode.h.
41820         * modules/same (Files): Add lib/same-inode.h.
41821
41822 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41823
41824         * m4/absolute-header.m4: Renamed from full-header-path.m4.
41825         This is to keep the terminology clean; POSIX talks about
41826         "absolute pathnames", not "full pathnames", but the GNU
41827         Coding Standards say to use "path" for something else;
41828         so use "absolute" to keep both sides happy.
41829         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
41830         Set gl_absolute_header, not gl_full_header_path.
41831         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
41832         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
41833         All uses changed.
41834
41835         Merge from coreutils.
41836
41837         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
41838
41839         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
41840         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
41841         want to require the building of c-strtod.o.
41842         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
41843         needs -lm directly.
41844         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
41845
41846         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
41847
41848         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
41849         --as-needed option if available.  Problem reported by Albert Chin in
41850         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
41851         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
41852         cc merely issues a bunch of annoying warnings for --as-needed
41853         (this problem was reported by Bob Proulx).  Also, try linking with
41854         -lm to detect a bug in binutils 2.16 (this problem was reported
41855         by Ralf Wildenhues).
41856
41857         2006-06-18  Jim Meyering  <jim@meyering.net>
41858
41859         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
41860         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
41861         macro.
41862         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
41863         also check for glibc-2.4's abort-inducing bug.
41864
41865         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
41866         Low-probability clean-up should be to use rmdir to get rid of
41867         the just-created directory, not unlink.
41868
41869         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
41870         configure fail, and request a bug report to inform us about it.
41871         Add a comment that, barring reports to the contrary, in 2007 we'll
41872         assume ftruncate is universally available.
41873
41874         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
41875
41876         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
41877
41878         2006-03-12  Jim Meyering  <jim@meyering.net>
41879
41880         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
41881         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
41882         * m4/same.m4 (gl_SAME): Likewise.
41883         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
41884
41885         2006-03-11  Eric Blake  <ebb9@byu.net>
41886
41887         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
41888         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
41889         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
41890         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
41891
41892 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41893
41894         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
41895         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
41896         reported by Mark D. Baushke, one in
41897         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
41898
41899         Merge from coreutils.
41900
41901         * lib/.cppi-disable: Add stdint_.h.
41902         * lib/.cvsignore: Add stdint.h.
41903
41904         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
41905
41906         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
41907         both double and long double versions.
41908         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
41909         * lib/xstrtold.c: New file.
41910         * lib/xstrtod.h (xstrtold): New decl.
41911
41912         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41913
41914         * lib/filemode.c (setst): Remove.
41915         (strmode): Rewrite to avoid setst.  This makes the code shorter,
41916         (arguably) clearer, and the generated code is a bit smaller on my
41917         Debian GNU/Linux stable x86 host.
41918
41919         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
41920
41921         * lib/filemode.c: Include "filemode.h" first, to test the interface.
41922         Assume that filemode.h includes sys/types.h and sys/stat.h.
41923         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
41924         (ftypelet): Reorder to put common cases first, for efficiency.
41925         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
41926         to do 'M'.
41927         (strmode): Renamed from mode_string, and now stores 12 bytes instead
41928         of 10, for compatibility with FreeBSD.  All callers changed.
41929         (filemodestring): Now stores 12 bytes instead of 10, and sets file
41930         types that can't be deduced solely from st_mode.  First arg is now a
41931         const pointer.
41932         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
41933         (strmode): Renamed from mode_string.
41934         (filemodestring): New decl.
41935         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
41936         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
41937         needed.
41938         (S_ISPORT, S_ISWHT): New macros, if not already defined.
41939
41940         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
41941
41942         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
41943         fsusage.h now does that.  Include fsusage.h first, to test interface.
41944         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
41945         at most one method (the old code could have generated decls that
41946         didn't conform to C89, not that this was ever exercised).
41947         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
41948
41949         2006-03-19  Jim Meyering  <jim@meyering.net>
41950
41951         Work even in a chroot where d_ino values for entries in "/"
41952         don't match the stat.st_ino values for the same names.
41953         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
41954         number, iterate through all entries again, using lstat instead.
41955         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
41956         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
41957
41958         * lib/getcwd.c (__getcwd): Clarify a comment.
41959         Use memcpy in place of a call to strcpy.
41960
41961         2006-03-12  Jim Meyering  <jim@meyering.net>
41962
41963         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
41964         matches that of the current directory (which we're about to chdir ".."
41965         out of), then save the dev-ino of the parent, instead.
41966
41967         * lib/same-inode.h (SAME_INODE): New file/macro.
41968         * lib/chdir-safer.c (SAME_INODE): Remove definition.
41969         Include "same-inode.h", instead.
41970         * lib/same.c: Likewise.
41971         * lib/cycle-check.h: Include "same-inode.h".
41972         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
41973         * lib/cycle-check.c (SAME_INODE): Remove definition.
41974         * lib/root-dev-ino.h: Include "same-inode.h".
41975
41976         2006-03-11  Eric Blake  <ebb9@byu.net>
41977
41978         * lib/same.c (same_name): s/base_name/last_component/
41979         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
41980         * lib/filenamecat.c (file_name_concat): Likewise.
41981
41982         2006-03-11  Eric Blake  <ebb9@byu.net>,
41983                     Paul Eggert  <eggert@cs.ucla.edu>
41984
41985         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
41986         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
41987         drive prefix.
41988         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
41989         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
41990         (last_component): New method.
41991         * lib/dirname.c (dir_len): Determine when drive letters need a
41992         subsequent slash.  Preserve // when it is special.
41993         (dir_name): Don't append dot when drive letter is absolute.
41994         [TEST_DIRNAME]: Move into a full-blown gnulib test.
41995         * lib/basename.c (base_name): New semantics - malloc the result.
41996         Preserve // when it is special.  Preserve relative files that look
41997         like drive letters.
41998         (base_len): Preserve // when it is special.
41999         (last_component): New method, similar to old base_name semantics.
42000         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
42001         base_name.  Strip redundant slashes from ///.
42002
42003 2006-07-03  Jim Meyering  <jim@meyering.net>
42004
42005         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
42006         macro is used before the first cycle_check call.
42007
42008 2006-07-03  Eric Blake  <ebb9@byu.net>
42009
42010         * modules/dirname (Depends-on): Add xstrndup.
42011
42012 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42013
42014         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
42015         test cases, so that config.log is a bit easier to follow.
42016
42017 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42018
42019         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
42020         both are 64 bits, since this seems to be the tradition, and this
42021         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
42022         we ever run into a host that prefers long long to long in this
42023         case, we'll need another configure-time test.  Problem reported by
42024         Jim Meyering.
42025
42026 2006-07-02  Eric Blake  <ebb9@byu.net>
42027
42028         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
42029
42030 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42031
42032         * modules/inttypes (Depends-on): No longer depends on stdint.
42033         * modules/stdint (Description): Say more about assumptions.
42034         Say that the fast types might differ.  Say macros are used.
42035         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
42036         (Makefile.am): Revise list of substituted symbols to match
42037         new stdint.m4.
42038         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
42039         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
42040         * tests/test-stdint.c (verify_same_types)
42041         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
42042         the code conforms to C99/C89.
42043         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
42044         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
42045
42046 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42047
42048         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
42049         but fix a bug, by requiring at least 64 bits.
42050         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
42051         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
42052         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
42053         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
42054
42055         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
42056         changes.  Make 2.59 a prerequisite.  Check and substitute for
42057         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
42058         inttypes.h.  Do not use special include files; just use the
42059         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
42060         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
42061         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
42062         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
42063         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
42064         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
42065         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
42066         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
42067         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
42068         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
42069         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
42070         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
42071         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
42072         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
42073         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
42074         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
42075         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
42076         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
42077         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
42078         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
42079         WINT_MAX.  Check for C99 conformance more strictly, by detecting
42080         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
42081         not check for things that C99 does not require, e.g., int8_t.  If
42082         a test isn't needed unless <stdint.h> isn't working, and is
42083         unlikely to be needed for any other reason, then don't do it
42084         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
42085         size_t, since we assume C89 freestanding at least.  Do not check
42086         for sig_atomic_t, wchar_t, or wint_t, since the code now does
42087         the right thing even if the types are not defined.  Instead use:
42088         (gl_STDINT_TYPE_PROPERTIES): New macro.
42089         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
42090         testing whether <sys/types.h> clashes, as Autoconf does this for
42091         us now.  All uses removed.
42092         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
42093         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
42094         (gl_CHECK_TYPE_SAME):
42095         Remove; no longer needed.
42096         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
42097         exists, since we'll return 0 anyway in that case.
42098         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
42099
42100 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42101
42102         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
42103         possible collision with system files.
42104         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
42105         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
42106         WCHAR_MIN and WCHAR_MAX in this case.
42107         (<stddef.h>): Do not include; no longer needed.
42108         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
42109         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
42110         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
42111         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
42112         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
42113         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
42114         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
42115         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
42116         !defined(__c99))]: Include in this case too, since it's harmless
42117         now.
42118         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
42119         dangerous to do so.
42120         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
42121         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
42122         (_STDINT_MIN, _STDINT_MAX): New macros.
42123         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
42124         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
42125         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
42126         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
42127         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
42128         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
42129         macros, not typedefs; this simplifies things quite a bit.
42130         Use long int for all types narrower than int64_t.
42131         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
42132         Define in terms of long long int or int64_t or long int,
42133         not int64_t or int32_t.  This saves some compile-time testing.
42134         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
42135         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
42136         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
42137         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
42138         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
42139         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
42140         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
42141         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
42142         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
42143         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
42144         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42145         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42146         undef any previous version and define our own version, for
42147         simplicity and consistency with the new macros for types.
42148         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42149         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42150         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
42151         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
42152         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
42153         @WINT_T_SUFFIX@ to keep things simple here.
42154         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
42155         Simplify by assuming typical 8/16/32/64 host, since we're
42156         already doing that elsewhere anyway.
42157         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
42158         and assume long long int is 64 bits if available.  This
42159         speeds up 'configure'.
42160
42161 2006-07-01  Eric Blake  <ebb9@byu.net>
42162
42163         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
42164         Reported by Andreas Buening.
42165
42166 2006-07-01  Eric Blake  <ebb9@byu.net>
42167
42168         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
42169
42170 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
42171
42172         * lib/getaddrinfo.c: fixed typo
42173
42174 2006-06-29  Jim Meyering  <jim@meyering.net>
42175
42176         * modules/strftime (Maintainer): Add my name, since with the
42177         FPRINTFTIME changes strftime.c has forked from glibc.
42178
42179 2006-06-29  Eric Blake  <ebb9@byu.net>
42180
42181         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
42182
42183 2006-06-29  Eric Blake  <ebb9@byu.net>
42184
42185         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
42186
42187 2006-06-29  Eric Blake  <ebb9@byu.net>
42188
42189         * lib/stat_.h: New file.
42190
42191 2006-06-29  Eric Blake  <ebb9@byu.net>
42192
42193         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
42194         unused static function.
42195
42196 2006-06-29  Eric Blake  <ebb9@byu.net>
42197
42198         * doc/functions.texi (Function Portability): Document missing lstat
42199         on mingw.
42200
42201 2006-06-29  Eric Blake  <ebb9@byu.net>
42202
42203         * MODULES.html.sh: Add sys_stat.
42204         * modules/sys_stat: New module.
42205         * modules/mkstemp (Depends-on): Add sys_stat.
42206
42207 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42208
42209         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
42210
42211 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42212
42213         * m4/c-bs-a.m4: Removed.
42214
42215 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42216
42217         * lib/strftime.c: Assume strftime() exists.
42218
42219 2006-06-29  Derek Price  <derek@ximbiot.com>
42220
42221         * modules/c-bs-a: Removed - \a is C89.
42222         * MODULES.html.sh: Remove c-bs-a.
42223
42224 2006-06-29  Bruno Haible  <bruno@clisp.org>
42225
42226         * modules/wcwidth (License): Change to LGPL.
42227
42228 2006-06-28  Simon Josefsson  <jas@extundo.com>
42229
42230         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
42231         on _WIN32.
42232
42233         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
42234         getnameinfo.
42235
42236 2006-06-28  Simon Josefsson  <jas@extundo.com>
42237
42238         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
42239
42240 2006-06-28  Simon Josefsson  <jas@extundo.com>
42241
42242         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
42243         functions there.  It will succeed on Windows XP, but on Windows
42244         2000 and (presumably) earlier, it will fail, and use the internal
42245         re-implementation.
42246         (use_win32_p): New function.
42247         (getaddrinfo): Use strtoul on servname, to support numeric ports.
42248         Support AI_NUMERICSERV to disable getservbyname.
42249         (getnameinfo): New function, only supports
42250         NI_NUMERICHOST|NI_NUMERICSERV for now.
42251
42252         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
42253         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
42254         getnameinfo.
42255
42256 2006-06-28  Eric Blake  <ebb9@byu.net>
42257
42258         * modules/wcwidth: New file.
42259         * modules/mbchar (Depends-on): Add wcwidth.
42260         * modules/mbswidth (Depends-on): Add wcwidth.
42261         * MODULES.html.sh: Add wcwidth.
42262
42263 2006-06-28  Eric Blake  <ebb9@byu.net>
42264
42265         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
42266         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
42267
42268 2006-06-28  Eric Blake  <ebb9@byu.net>
42269
42270         * lib/xvasprintf.h: Fix comments.
42271
42272 2006-06-28  Eric Blake  <ebb9@byu.net>
42273
42274         * lib/mbchar.h (wcwidth): Include wcwidth.h.
42275         * lib/mbswidth.c (wcwidth): Move from here...
42276         * lib/wcwidth.h: ...to this new file.
42277
42278 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42279
42280         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
42281
42282         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
42283         it's obsolete.
42284         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
42285
42286 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42287
42288         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
42289         Autoconf 2.60 says this stuff was obsolete.
42290
42291 2006-06-28  Bruno Haible  <bruno@clisp.org>
42292
42293         * modules/wcwidth (Files): Add m4/wchar_t.m4.
42294
42295 2006-06-28  Bruno Haible  <bruno@clisp.org>
42296
42297         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
42298         gt_TYPE_WCHAR_T.
42299
42300 2006-06-28  Bruno Haible  <bruno@clisp.org>
42301
42302         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
42303         declaration for wcwidth.
42304         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
42305
42306 2006-06-28  Bruno Haible  <bruno@clisp.org>
42307
42308         * lib/mkdtemp.c [MINGW]: Include <io.h>.
42309         (mkdir): Define using _mkdir.
42310
42311 2006-06-28  Bruno Haible  <bruno@clisp.org>
42312
42313         * lib/getaddrinfo.h: Fix POSIX URL.
42314         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
42315         _WIN32.
42316         (use_win32_p): Make static.
42317         (getaddrinfo): Reject service name if it is empty or does not consist
42318         solely of decimal digits, or if its value is > 65535.
42319         (getnameinfo): Remove useless casts.
42320
42321 2006-06-27  Simon Josefsson  <jas@extundo.com>
42322
42323         * modules/sys_select: New file, suggested by Bruno Haible, Paul
42324         Eggert and Martin Lambers.
42325
42326 2006-06-27  Simon Josefsson  <jas@extundo.com>
42327
42328         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
42329         Eggert and Martin Lambers.
42330
42331 2006-06-27  Bruno Haible  <bruno@clisp.org>
42332
42333         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
42334         result to 0, not to empty.
42335         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
42336
42337 2006-06-27  Bruno Haible  <bruno@clisp.org>
42338
42339         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
42340
42341 2006-06-26  Simon Josefsson  <jas@extundo.com>
42342
42343         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
42344         present.
42345
42346 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
42347
42348         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
42349         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
42350         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
42351
42352 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
42353
42354         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
42355
42356 2006-06-26  Bruno Haible  <bruno@clisp.org>
42357
42358         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
42359
42360 2006-06-26  Bruno Haible  <bruno@clisp.org>
42361
42362         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
42363
42364 2006-06-26  Bruno Haible  <bruno@clisp.org>
42365
42366         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
42367         SGI C compiler in pre-C99 mode.
42368         Suggested by Mark D. Baushke and Larry Jones.
42369
42370 2006-06-26  Bruno Haible  <bruno@clisp.org>
42371
42372         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
42373         WCHAR_MAX.
42374         Reported by Mark D. Baushke and Larry Jones.
42375
42376 2006-06-26  Bruno Haible  <bruno@clisp.org>
42377
42378         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
42379         in pre-C99 mode.
42380         Suggested by Mark D. Baushke and Larry Jones.
42381
42382 2006-06-23  Simon Josefsson  <jas@extundo.com>
42383             Bruno Haible  <bruno@clisp.org>
42384
42385         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
42386         Emit mostlyclean-local rule.
42387         (func_emit_tests_Makefile_am): Likewise.
42388         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
42389
42390 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
42391
42392         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
42393
42394 2006-06-23  Bruno Haible  <bruno@clisp.org>
42395
42396         * tests/test-stdint.c: Update to match ISO C 99 Technical
42397         Corrigendum 1.
42398
42399 2006-06-23  Bruno Haible  <bruno@clisp.org>
42400
42401         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
42402
42403 2006-06-23  Bruno Haible  <bruno@clisp.org>
42404
42405         * lib/stdint_.h: Treat IRIX like OpenBSD.
42406
42407 2006-06-23  Bruno Haible  <bruno@clisp.org>
42408
42409         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
42410         ISO C 99 Technical Corrigendum 1.
42411
42412 2006-06-22  Simon Josefsson  <jas@extundo.com>
42413
42414         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
42415         MinGW.
42416
42417 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42418
42419         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
42420         needed.  Some compiler complained about some of them.  Problem reported
42421         by Larry Jones in
42422         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
42423
42424 2006-06-21  Simon Josefsson  <jas@extundo.com>
42425
42426         * tests/test-getaddrinfo.c: New file.
42427
42428         * modules/getaddrinfo-tests: New file.
42429
42430         * MODULES.html.sh: Add inet_pton.
42431
42432         * modules/inet_pton: New file.
42433
42434 2006-06-21  Simon Josefsson  <jas@extundo.com>
42435
42436         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
42437         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
42438         of using the (limited) gnulib implementation on Windows XP.
42439
42440         * m4/inet_pton.m4: New file.
42441
42442 2006-06-21  Simon Josefsson  <jas@extundo.com>
42443
42444         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
42445         variable.
42446
42447         * lib/socket_.h: Don't define WINVER.
42448
42449         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
42450         slightly modified to work in gnulib.
42451
42452 2006-06-21  Simon Josefsson  <jas@extundo.com>
42453
42454         * doc/gnulib.texi (Windows sockets): Add.
42455
42456 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
42457
42458         * lib/read-file.c (fread_file): Start with buffer allocation of
42459         0 bytes rather than 1 byte; this simplifies the code.
42460         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
42461         code to free buffer and save/restore errno.
42462         (internal_read_file): Remove unused local.
42463
42464 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
42465
42466         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
42467         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
42468         Problem reported by Denis Excoffier in
42469         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
42470
42471 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42472
42473         * modules/sys_socket, modules/socklen: Include sys/types since
42474         FreeBSD 4.x's sys/socket.h needs it.
42475
42476 2006-06-19  Simon Josefsson  <jas@extundo.com>
42477
42478         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
42479
42480 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42481
42482         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
42483
42484 2006-06-19  Bruno Haible  <bruno@clisp.org>
42485
42486         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
42487         and FULL_PATH_INTTYPES_H in angle brackets.
42488         Reported by Mark D. Baushke <mdb@gnu.org>.
42489
42490 2006-06-17  Eric Blake  <ebb9@byu.net>
42491
42492         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
42493         errno.
42494
42495 2006-06-17  Bruno Haible  <bruno@clisp.org>
42496
42497         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
42498         <sys/inttypes.h>.
42499
42500 2006-06-17  Bruno Haible  <bruno@clisp.org>
42501
42502         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
42503         whether errno is declared. Assume <errno.h> declares errno.
42504
42505 2006-06-17  Bruno Haible  <bruno@clisp.org>
42506
42507         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
42508
42509 2006-06-17  Bruno Haible  <bruno@clisp.org>
42510
42511         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
42512         problem on Solaris 2.5.1.
42513
42514 2006-06-16  Eric Blake  <ebb9@byu.net>
42515
42516         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
42517         * lib/unicodeio.c [!defined errno]: Likewise.
42518         * lib/strtol.c [!defined errno]: Likewise.
42519         * lib/strtod.c [!defined errno]: Likewise.
42520
42521 2006-06-15  Eric Blake  <ebb9@byu.net>
42522
42523         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
42524
42525 2006-06-15  Eric Blake  <ebb9@byu.net>
42526
42527         * config/srclist.txt (ssize_t.m4): Lose sync.
42528
42529 2006-06-15  Bruno Haible  <bruno@clisp.org>
42530
42531         * modules/stdint (Files): Include m4/full-header-path.m4,
42532         m4/size_max.m4, m4/wchar_t.m4.
42533         (Makefile.am): Many more substitutions.
42534         * modules/stdint-tests: New file.
42535         * tests/test-stdint.c: New file.
42536
42537 2006-06-15  Bruno Haible  <bruno@clisp.org>
42538
42539         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
42540         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
42541         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
42542         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
42543         gl_CHECK_TYPE_SAME): New macros.
42544
42545 2006-06-15  Bruno Haible  <bruno@clisp.org>
42546
42547         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
42548
42549 2006-06-15  Bruno Haible  <bruno@clisp.org>
42550
42551         * lib/stdint_.h: Rewritten to be fully auto-configured.
42552         Fixes bug on HP-UX/IA64.
42553
42554 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
42555
42556         * lib/getdate.y (__attribute__): Don't define if already defined.
42557         Problem reported by Larry Jones.
42558         * lib/utimens.c (__attribute__): Likewise.
42559
42560 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
42561
42562         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
42563         reported by Andreas Schwab.
42564
42565 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42566             Bruno Haible  <bruno@clisp.org>
42567
42568         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
42569         check for the declaration of strnlen and a run test that exposes the
42570         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
42571         rpl_strndup.
42572
42573 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42574             Bruno Haible  <bruno@clisp.org>
42575
42576         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
42577
42578 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42579
42580         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
42581         compile test, for Tru64 4.0D.
42582
42583 2006-05-28  Karl Berry  <karl@gnu.org>
42584
42585         * config/srclist.txt (printf-args.c): lose sync.
42586
42587 2006-05-26  Martin Lambers  <marlam@marlam.de>
42588
42589         * lib/getpass.c: Updates the test for the native W32 API, and adds
42590         missing includes, thus fixing compilation warnings.
42591
42592 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
42593
42594         * lib/exclude.c (exclude_fnmatch): New function.
42595         (excluded_file_name): Call exclude_fnmatch.
42596         * lib/exclude.h (excluded_file_name): New prototype
42597
42598 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
42599
42600         * lib/tempname.c (small_open, large_open): New macros.
42601         (__open, __open64) [!_LIBC]: Remove.
42602         (__gen_tempname): Use small_open and large_open instead of __open
42603         and __open64.  This fixes a portability bug on HP-UX 11.11i
42604         reported by Simon Wing-Tang in
42605         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
42606
42607 2006-05-24  Bruno Haible  <bruno@clisp.org>
42608
42609         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
42610         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
42611         Reported by Thorsten Maerz <torte@netztorte.de> via
42612         Aaron Stone <aaron@serendipity.cx>.
42613
42614 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42615
42616         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
42617         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
42618         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
42619         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
42620         not really conditional on the cache.
42621         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
42622
42623 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42624
42625         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
42626         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
42627         (my_usleep): Don't mishandle maximum value.
42628
42629 2006-05-19  Jim Meyering  <jim@meyering.net>
42630
42631         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
42632
42633 2006-05-17  Bruno Haible  <bruno@clisp.org>
42634
42635         Cygwin portability.
42636         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
42637
42638 2006-05-17  Bruno Haible  <bruno@clisp.org>
42639
42640         * lib/stdint_.h: Fix recognition of Cygwin.
42641
42642 2006-05-15  Bruno Haible  <bruno@clisp.org>
42643
42644         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
42645         on libtool patch by Ralf Wildenhues.
42646
42647 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
42648
42649         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
42650         test for C99 conformance; (bool) 0.5 is an integer constant
42651         expression, but (bool) -0.5 is not.  Problem reported by Fedor
42652         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
42653
42654 2006-05-11  Simon Josefsson  <jas@extundo.com>
42655
42656         * m4/xvasprintf.m4: Fix obvious typo.
42657
42658 2006-05-11  Jim Meyering  <jim@meyering.net>
42659
42660         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
42661         James Lemley.
42662
42663 2006-05-10  Simon Josefsson  <jas@extundo.com>
42664
42665         * lib/md4.c: Typo fix, update copyright years.
42666         (K1, K2): Don't use L because it turn computations into 64-bit on
42667         64-bit platforms.
42668
42669 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42670
42671         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
42672         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
42673         unwanted sign propagation, e.g., on hosts with 64-bit int.
42674         There still are some problems with reeelly weird theoretical hosts
42675         (e.g., 33-bit int) but it's not worth worrying about now.
42676         * lib/sha1.c (rol): Likewise.
42677         (K1, K2, K3, K4): Remove unnecessary L suffix.
42678
42679 2006-05-10  Bruno Haible  <bruno@clisp.org>
42680
42681         * lib/des.c: Cast to avoid warnings.
42682
42683 2006-05-09  Bruno Haible  <bruno@clisp.org>
42684
42685         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
42686         (Depends-on): Depend also on xsize, stdarg.
42687         (configure.ac): Add gl_XVASPRINTF.
42688
42689 2006-05-09  Bruno Haible  <bruno@clisp.org>
42690
42691         * m4/xvasprintf.m4: New file.
42692
42693 2006-05-09  Bruno Haible  <bruno@clisp.org>
42694
42695         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
42696         (EOVERFLOW): Define fallback value.
42697         (xstrcat): New function.
42698         (xvasprintf): Recognize the special case of a string concatenation.
42699
42700 2006-05-08  Eric Blake  <ebb9@byu.net>
42701
42702         * gnulib-tool (func_version): Base copyright year on CVS date.
42703         (func_emit_copyright_notice): New function.
42704         (func_emit_lib_Makefile_am): Use it.
42705         (func_emit_tests_Makefile_am): Likewise.
42706         (func_import): Likewise.
42707
42708 2006-05-08  Bruno Haible  <bruno@clisp.org>
42709
42710         * modules/stdarg: New file.
42711         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
42712
42713 2006-05-08  Bruno Haible  <bruno@clisp.org>
42714
42715         * m4/stdarg.m4: New file, from GNU gettext.
42716
42717 2006-05-08  Bruno Haible  <bruno@clisp.org>
42718
42719         * config/srclist.txt (build-aux/config.rpath): different from latest
42720         release.
42721
42722 2006-05-08  Bruno Haible  <bruno@clisp.org>
42723
42724         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
42725
42726 2006-05-05  Jim Meyering  <jim@meyering.net>
42727
42728         * m4/warning.m4: New file, derived from bison's file by the same name.
42729
42730 2006-05-03  Bruno Haible  <bruno@clisp.org>
42731
42732         * lib/stdint_.h: Shorter URL.
42733         * lib/inttypes.h: Likewise.
42734
42735 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
42736
42737         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
42738
42739 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
42740
42741         * lib/verify.h: Document the internals better.  Most of this change
42742         was written by Bruno Haible.
42743
42744 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
42745
42746         * doc/verify.texi: New file, partly based on a proposal by
42747         Bruno Haible.
42748
42749 2006-05-02  Bruno Haible  <bruno@clisp.org>
42750
42751         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
42752         test from here...
42753         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
42754
42755 2006-04-29  Bruno Haible  <bruno@clisp.org>
42756
42757         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
42758         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
42759
42760 2006-04-29  Bruno Haible  <bruno@clisp.org>
42761
42762         * gnulib-tool: Make --update option actually work.
42763
42764 2006-04-29  Bruno Haible  <bruno@clisp.org>
42765
42766         * doc/gcd.texi: New file.
42767         * doc/gnulib.texi: Include it.
42768
42769 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
42770
42771         * lib/getdate.y (get_date): When adding relative date, start with the
42772         initial time, not with the result of the first mktime call.
42773
42774 2006-04-25  Bruno Haible  <bruno@clisp.org>
42775
42776         * gnulib-tool (func_import): Output the include directives in three
42777         blocks, sorted separately.
42778         Reported by Ben Pfaff <blp@cs.stanford.edu>.
42779
42780 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
42781
42782         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
42783         to define main with arguments, for C++.  Reported by Eric Blake.
42784         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
42785         Prefer 'int main ()' to 'int main (void)', for C++.
42786         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
42787         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
42788         for 'main', for C99 and C++.
42789
42790 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
42791
42792         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
42793         Don't assume that exit status -1 is valid.
42794         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
42795         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
42796         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
42797         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
42798         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
42799         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
42800         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
42801         functions can be used without declaring them, or that you can
42802         exit with status -1.
42803         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
42804
42805 2006-04-24  Karl Berry  <karl@gnu.org>
42806
42807         * config/srclist.txt (longdouble.m4): sync lost.
42808
42809 2006-04-24  Eric Blake  <ebb9@byu.net>
42810
42811         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
42812
42813 2006-04-24  Bruno Haible  <bruno@clisp.org>
42814
42815         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
42816         poll() implementation in AIX.
42817         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42818
42819 2006-04-24  Bruno Haible  <bruno@clisp.org>
42820
42821         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
42822         assigned exactly once.
42823
42824 2006-04-23  Claudio Fontana  <claudio@gnu.org>
42825             Bruno Haible  <bruno@clisp.org>
42826
42827         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
42828         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
42829         for AM_CPPFLAGS.
42830
42831 2006-04-23  Bruno Haible  <bruno@clisp.org>
42832
42833         * modules/copy-file: Depend on unistd.
42834         * modules/execute: Likewise.
42835         * modules/fatal-signal: Likewise.
42836         * modules/findprog: Likewise.
42837         * modules/mkdtemp : Likewise.
42838         * modules/pipe: Likewise.
42839         * modules/wait-process: Likewise.
42840
42841 2006-04-23  Bruno Haible  <bruno@clisp.org>
42842
42843         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
42844         condition was already detected.
42845         Reported by Ben Pfaff <blp@cs.stanford.edu>.
42846
42847 2006-04-23  Bruno Haible  <bruno@clisp.org>
42848
42849         * lib/copy-file.c: Include <unistd.h> unconditionally.
42850         * lib/execute.c: Likewise.
42851         * lib/fatal-signal.c: Likewise.
42852         * lib/findprog.c: Likewise.
42853         * lib/mkdtemp.c: Likewise.
42854         * lib/pipe.h: Likewise.
42855         * lib/pipe.c: Likewise.
42856         * lib/wait-process.h: Likewise.
42857
42858 2006-04-23  Bruno Haible  <bruno@clisp.org>
42859
42860         * gnulib-tool (func_usage): Fix --import description. Document
42861         --update.
42862         (func_import): Create temporary file in a temporary directory, if
42863         --dry-run is specified. Silence errors from 'grep' when there are no
42864         m4 files in $m4dir.
42865         (func_create_testdir): Silence errors from 'grep' when there are no
42866         m4 files in $m4dir.
42867         Reported by Karl Berry <karl@freefriends.org>.
42868
42869 2006-04-20  Bruno Haible  <bruno@clisp.org>
42870
42871         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
42872         one argument, so that the code will be portable to Autoconf 2.60.
42873         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
42874         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
42875         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
42876
42877 2006-04-19  Derek Price  <derek@ximbiot.com>
42878             Eric Blake  <ebb9@byu.net>
42879
42880         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
42881         rather than "/full/path.h".  Update comment to match.  Shorten &
42882         generalize m4_translit call via AS_TR_CPP.
42883
42884 2006-04-19  Derek Price  <derek@ximbiot.com>
42885             Eric Blake  <ebb9@byu.net>
42886
42887         * lib/inttypes.h: Correct grammar in comment.
42888
42889 2006-04-18  Derek Price  <derek@ximbiot.com>
42890             Paul Eggert  <eggert@cs.ucla.edu>
42891
42892         * modules/inttypes: New file.
42893         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
42894
42895 2006-04-18  Derek Price  <derek@ximbiot.com>
42896             Paul Eggert  <eggert@cs.ucla.edu>
42897
42898         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
42899         New files.
42900
42901 2006-04-18  Derek Price  <derek@ximbiot.com>
42902             Paul Eggert  <eggert@cs.ucla.edu>
42903
42904         * lib/inttypes.h: New file.
42905         * lib/strtoimax.c: Assume <inttypes.h>.
42906
42907 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
42908
42909         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
42910         isn't mounted.  Problem reported by Kir Kolyshkin.
42911
42912 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
42913
42914         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
42915         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
42916         Derek R. Price.
42917         * lib/regex.h (RE_DUP_MAX): Update comment to match current
42918         implementation.
42919
42920 2006-04-12  Eric Blake  <ebb9@byu.net>
42921
42922         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
42923         is now done automatically by the corresponding Autoconf macro.
42924
42925 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
42926
42927         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
42928         time_r.h.
42929
42930 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
42931
42932         Merge regex changes from libc, removing some of our
42933         POSIX-conformance changes that were rejected and redoing them in a
42934         less-intrusive way.
42935
42936         * lib/regcomp.c (re_compile_internal, init_dfa):
42937         Length arg is now size_t, not Idx.  All uses changed.
42938         (peek_token): Forward decl now says internal_function.
42939         (__re_error_msgid, __re_error_msgid_idx):
42940         Now static rather than extern with attribute_hidden.
42941         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
42942         For some reason libc prefers K&R style defns for external functions.
42943         (regerror) [!defined _LIBC]: Likewise.
42944         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
42945         (seek_collating_symbol_entry, lookup_collation_sequence_value):
42946         (build_range_exp, build_collating_symbol):
42947         Use K&R-style defn.
42948         (re_compile_fastmap): Use '\0' to memset, not 0.
42949         (utf8_sb_map): Make the calculations more obvious.
42950         (init_dfa, parse_bracket_exp, build_charclass_op):
42951         Call calloc and cast result, as glibc does.
42952         (init_word_char, fetch_token, peek_token, peek_token_bracket):
42953         (build_range_exp, build_collating_symbol):
42954         Now internal functions.
42955
42956         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
42957
42958         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
42959         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
42960         Don't depend on VMS; depend on __VMS instead, for POSIX
42961         namespace cleanness.
42962         (regoff_t): Define to ssize_t, not long int.
42963
42964         Remove the REG_ macros named below.  Instead, make the old names
42965         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
42966         __USE_GNU_REGEX.
42967         (REG_BACKSLASH_ESCAPE_IN_LISTS):
42968         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
42969         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
42970         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
42971         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
42972         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
42973         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
42974         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
42975         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
42976         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
42977         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
42978         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
42979         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
42980         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
42981         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
42982         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
42983         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
42984         (REG_NREGS):
42985         Remove.  All uses replaced by the old RE_* names.
42986         (RE_BACKSLASH_ESCAPE_IN_LISTS):
42987         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
42988         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
42989         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
42990         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
42991         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
42992         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
42993         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
42994         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
42995         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
42996         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
42997         Don't bother having these macros be independent of each others'
42998         values, since they no longer exist in the POSIX name space.
42999
43000         Rename the following member names back to their old names,
43001         unless !__USE_GNU_REGEX.  All uses changed back.
43002         (buffer): Renamed from re_buffer.
43003         (allocated): Renamed from re_allocated.
43004         (used): Renamed from re_used.
43005         (syntax): Renamed from re_syntax.
43006         (fastmap): Renamed from re_fastmap.
43007         (translate): Renamed from re_translate.
43008         (can_be_null): Renamed from re_can_be_null.
43009         (regs_allocated): Renamed from re_regs_allocated.
43010         (fastmap_accurate): Renamed from re_fastmap_accurate.
43011         (no_sub): Renamed from re_no_sub.
43012         (not_bol): Renamed from re_not_bol.
43013         (not_eol): Renamed from re_not_eol.
43014         (newline_anchor): Renamed from re_newline_anchor.
43015         (num_regs): Renamed from rm_num_regs.
43016         (start): Renamed from rm_start.
43017         (end): Renamed from rm_end.
43018
43019         (free_state): Move up a bit.
43020
43021         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
43022         #define to be empty.
43023         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
43024         when that is what is intended.
43025         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
43026         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
43027         (MAX): New macro.
43028         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
43029         All uses changed back to re_malloc, etc.  It's now the caller's
43030         responsibility to check for overflow; all callers changed.
43031         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
43032         (re_x2nrealloc): Remove.
43033         (free_state): Remove decl.
43034
43035         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
43036         (re_set_registers, re_exec):
43037         Use K&R-style defn.
43038
43039         2006-01-31  Roland McGrath  <roland@redhat.com>
43040
43041         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
43042         Reported by Mike Frysinger <vapier@gentoo.org>.
43043
43044         2006-01-15  Andreas Jaeger  <aj@suse.de>
43045
43046         [BZ #1950]
43047         * lib/regex_internal.c (re_string_reconstruct): Adjust for
43048         build_wcs_upper_buffer change.
43049         (build_wcs_upper_buffer): Change return type.
43050
43051         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
43052
43053         * lib/regex_internal.h: Include <stdint.h> if available.
43054
43055         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
43056
43057         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
43058
43059         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
43060
43061         * lib/regcomp.c: Adjust for changed secondary hash function.
43062
43063         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
43064
43065         * lib/regex.h: Pretty printing.
43066         Clean up namespace a bit.
43067
43068         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
43069
43070         * lib/regexec.c (update_cur_sifted_state, check_arrival,
43071         check_arrival_add_next_nodes): Avoid using uninitialized variable.
43072
43073         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43074                     Ulrich Drepper  <drepper@redhat.com>
43075
43076         [BZ #1302]
43077         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
43078         changed.
43079         (bitset_word_t): Renamed from bitset_word.  All uses changed.
43080
43081         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
43082
43083         [BZ #281]
43084         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
43085         * lib/regcomp.c: Remove unnecessary uses of
43086         unsigned RE_TRANSLATE_TYPE.
43087         * lib/regex_internal.h: Likewise.
43088         * lib/regex_internal.c: Likewise.
43089         * lib/regexec.c: Likewise.
43090         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
43091
43092         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
43093
43094         * lib/regexec.c (find_recover_state): Remove unnecessary
43095         initialization.
43096         (transit_state_bkref): Make DFA a const pointer.
43097         (get_subexp): Likewise.
43098         (check_arrival): Likewise.
43099         (update_cur_sifted_state): Likewise.
43100         (re_search_internal): Likewise.
43101         (prune_impossible_nodes): Likewise.
43102         (acquire_init_state_context): Likewise.
43103         (proceed_next_node): Likewise.
43104         (set_regs): Likewise.
43105         (free_fail_stack_return): Likewise.
43106         (check_arrival_expand_ecl): Mark DFA parameter as const.
43107         (check_arrival_expand_ecl_sub): Likewise.
43108         (check_subexp_limits): Likewise.
43109         (sub_epsilon_src_nodes):  Likewise.
43110         (add_epsilon_src_nodes):  Likewise.
43111         (merge_state_array): Likewise.
43112         (update_regs): Likewise.
43113         (build_trtable): Likewise.
43114         (sift_states_backward): Mark MCTX parameter as const.
43115         (build_sifted_states): Likewise.
43116         (update_cur_sifted_state): Likewise.
43117         (sift_states_mkref): Likewise.
43118         (check_arrival_expand_ecl): Mark eclosure as const.
43119         (check_dst_limits_calc_pos_1): Likewise.
43120         * lib/regex_internal.h (re_match_context_t): Make dfa a const
43121         pointer.
43122
43123         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
43124
43125         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
43126         (transit_state_sb): Likewise.
43127         (transit_state_mb): Likewise.
43128         (sift_states_iter_mb): Likewise.
43129         (check_arrival_add_next_nodes): Likewise.
43130         (check_node_accept_bytes): Change first parameter to pointer-to-const.
43131         [_LIBC] (re_search_2_stub): Use mempcpy.
43132
43133         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
43134         mbrtowc for very simple UTF-8 case.
43135
43136         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
43137         a pointer-to-const.
43138         (re_acquire_state_context): Likewise.
43139         * lib/regex_internal.h: Adjust prototypes.
43140
43141         * lib/regex.c: Prevent using C++ compilers.
43142
43143         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
43144         (re_acquire_state_context): Likewise.
43145
43146 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43147
43148         * modules/regex (Depends-on): Add ssize_t.
43149
43150 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43151
43152         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
43153         translation table.
43154
43155 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43156
43157         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
43158
43159 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
43160             Bruno Haible  <bruno@clisp.org>
43161
43162         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
43163         <sys/types.h> and <inttypes.h>.
43164
43165 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43166
43167         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
43168         `__error_t_defined', so argp.h will not typedef the former.
43169
43170 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
43171
43172         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
43173         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
43174         glibc names.  Even if glibc is changed to conform to POSIX, the
43175         traditional names will be available anyway, since regex depends on
43176         the extensions module.  Also, fix a longstanding typo in the
43177         implementation of Spencer ERE test #75 from grep 2.3.  Problems
43178         reported by Emanuele Giaquinta.  Also, change sense of cached
43179         variable, so that the message makes sense.
43180
43181 2006-03-24  Simon Josefsson  <jas@extundo.com>
43182
43183         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
43184         including some doc fixes.
43185         (base64_encode_alloc): Fix +1 bug on allocation failures.
43186
43187 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43188
43189         * lib/base64.c (base64_encode): Do not read past end of array with
43190         unsanitized input on systems with CHAR_BIT > 8.
43191
43192 2006-03-24  Eric Blake  <ebb9@byu.net>
43193
43194         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
43195
43196 2006-03-22  Karl Berry  <karl@gnu.org>
43197
43198         * config/srclist.txt (*setenv.[ch]): get from coreutils.
43199         * config/srclistvars.sh (COREUTILS): new var.
43200
43201 2006-03-17  Jim Meyering  <jim@meyering.net>
43202
43203         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
43204         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
43205
43206 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43207
43208         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
43209         no longer needs it.  Instead, check that regoff_t is as least
43210         as wide as ptrdiff_t.
43211
43212         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
43213         so that our regex.h stays compatible with the installed regex.
43214         This is helpful for installers who configure --without-included-regex.
43215         Problem reported by Emanuele Giaquinta.
43216
43217 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43218
43219         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
43220         Typedef to long int, not to off_, as POSIX will likely change
43221         in that direction.
43222
43223 2006-03-15  Eric Blake  <ebb9@byu.net>
43224
43225         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
43226
43227 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
43228
43229         * lib/argp-help.c (validate_uparams): Fix typo
43230         * lib/argp-parse.c (argp_default_options): Consistently begin help
43231         messages with a lowercase letter.
43232
43233 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
43234
43235         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
43236         overrun buffers and shouldn't be used (much as gets shouldn't be
43237         used).
43238         * lib/time_r.c (asctime_r, ctime_r): Likewise.
43239
43240 2006-03-08  Simon Josefsson  <jas@extundo.com>
43241
43242         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
43243         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43244
43245 2006-03-08  Simon Josefsson  <jas@extundo.com>
43246
43247         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
43248         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43249
43250 2006-03-08  Simon Josefsson  <jas@extundo.com>
43251
43252         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
43253         signal that configure disabled the device.
43254
43255 2006-03-08  Simon Josefsson  <jas@extundo.com>
43256
43257         * build-aux/maint.mk: Fix refresh-po, to handle no translated
43258         languages.
43259
43260 2006-03-07  Simon Josefsson  <jas@extundo.com>
43261
43262         * modules/getopt (Depends-on): Add unistd.
43263
43264         * modules/unistd: New file.
43265
43266 2006-03-07  Simon Josefsson  <jas@extundo.com>
43267
43268         * modules/gc-random: New file.
43269
43270 2006-03-07  Simon Josefsson  <jas@extundo.com>
43271
43272         * m4/unistd_h.m4: New file.
43273
43274 2006-03-07  Simon Josefsson  <jas@extundo.com>
43275
43276         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
43277         test to be side-effect free by storing the result in the cache
43278         variable gl_cv_lib_readline, and moving the assignment of
43279         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
43280         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43281
43282 2006-03-07  Simon Josefsson  <jas@extundo.com>
43283
43284         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
43285         error on missing devices (the functions will return an error).
43286
43287         * m4/gc.m4: Move random stuff to gc-random.m4
43288
43289 2006-03-07  Simon Josefsson  <jas@extundo.com>
43290
43291         * lib/unistd_.h: New file.
43292
43293 2006-03-07  Simon Josefsson  <jas@extundo.com>
43294
43295         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
43296
43297 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43298
43299         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
43300         Problem reported by Juan Manuel Guerrero.
43301
43302 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43303
43304         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
43305         the unistd module.
43306         * lib/getlogin_r.c: Likewise.
43307         * lib/getlogin_r.h: Likewise.
43308         * lib/glob.c: Likewise.
43309         * lib/pagealign_alloc.c: Likewise.
43310         * lib/unistd_.h: Remove; no longer needed.
43311
43312 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43313
43314         * MODULES.html.sh (Support for systems lacking POSIX:2001):
43315         Add unistd.
43316         * modules/c-stack (Depends-on): Add unistd.
43317         * modules/getlogin_r: Likewise.
43318         * modules/glob: Likewise.
43319         * modules/pagealign_alloc: Likewise.
43320         * modules/unistd (Files): Remove lib/unistd_.h.
43321         (EXTRA_DIST): Remove.
43322         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
43323         need unistd_.h.
43324         (MOSTLYCLEANFILES): Remove unistd.h-t.
43325
43326 2006-03-03  Simon Josefsson  <jas@extundo.com>
43327
43328         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
43329
43330 2006-03-03  Simon Josefsson  <jas@extundo.com>
43331
43332         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
43333         libidn and bison.
43334
43335 2006-03-03  Simon Josefsson  <jas@extundo.com>
43336
43337         * build-aux/maint.mk: Add indent target.
43338
43339 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
43340
43341         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
43342         our replacement poll.h in any case, to avoid a differing
43343         declaration from a system header.  Seen on AIX.
43344
43345 2006-03-01  Simon Josefsson  <jas@extundo.com>
43346
43347         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
43348         <kasal@ucw.cz>.
43349
43350 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43351
43352         * modules/gettime (Depends-on): Add extensions module.
43353         * modules/nanosleep (Depends-on): Likewise.
43354         * modules/settime (Depends-on): Likewise.
43355
43356 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43357
43358         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
43359         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
43360         pedantically.
43361         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43362         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
43363
43364         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
43365         not "==".  Reported by Ralf Wildenhues.
43366
43367 2006-03-01  Karl Berry  <karl@gnu.org>
43368
43369         * doc/Copyright/request-*: new files, synced from gnuorg.
43370
43371 2006-03-01  Karl Berry  <karl@gnu.org>
43372
43373         * config/srclist.txt (Copyright/*): new entries.
43374
43375 2006-02-28  Simon Josefsson  <jas@extundo.com>
43376
43377         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
43378
43379 2006-02-27  Simon Josefsson  <jas@extundo.com>
43380
43381         * lib/base64.h: Indent #define's.  From Jim Meyering
43382         <jim@meyering.net>.
43383
43384 2006-02-27  Jim Meyering  <jim@meyering.net>
43385
43386         Revert the change of 2006-02-24, so these files can continue
43387         to be sync'd from gettext.
43388         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
43389         of `config.h'.
43390
43391 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
43392
43393         * modules/intprops: New file.
43394         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
43395         Add intprops.
43396         * modules/getloadavg (Files): Remove lib/intprops.h.
43397         (Depends-on): Add intprops.
43398         * modules/human: Likewise.
43399         * modules/inttostr: Likewise.
43400         * modules/openat: Likewise.
43401         * modules/sig2str: Likewise.
43402         * modules/userspec: Likewise.
43403         * modules/utimecmp: Likewise.
43404         * modules/xnanosleep: Likewise.
43405         * modules/xstrtol: Likewise.
43406
43407 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
43408
43409         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
43410         * modules/lock-tests (TESTS): Use $(EXEEXT).
43411         * modules/tls-tests: Likewise.
43412         * modules/argp-tests: Likewise.
43413         (check_PROGRAMS): New var, replacing...
43414         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
43415
43416 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43417
43418         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
43419         `config.h'.
43420
43421 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
43422
43423         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
43424
43425 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43426
43427         Sync from coreutils.
43428         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
43429         gl_CHDIR_SAFER.
43430
43431 2006-02-22  Jim Meyering  <jim@meyering.net>
43432
43433         Sync from coreutils.
43434         * m4/chdir-safer.m4: New file.
43435
43436 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
43437
43438         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
43439         AT_FDCWD exceeds INT_MAX.
43440         * lib/openat.h (AT_FDCWD): Likewise.
43441
43442 2006-02-17  Eric Blake  <address@hidden>
43443
43444         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
43445
43446 2006-02-16  Simon Josefsson  <jas@extundo.com>
43447
43448         * modules/getaddrinfo (Depends-on): Add sys_socket.
43449
43450 2006-02-15  Simon Josefsson  <jas@extundo.com>
43451
43452         * build-aux/maint.mk: Add dsyntax-check rule.
43453
43454 2006-02-15  Eric Blake  <ebb9@byu.net>
43455
43456         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
43457         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
43458         'present but cannot compile' warnings on cygwin.
43459         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
43460         use ws2tcpip.h if sys/socket.h works.
43461         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
43462         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
43463
43464 2006-02-14  Simon Josefsson  <jas@extundo.com>
43465
43466         * modules/maintainer-makefile (Files): Rename.
43467
43468         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
43469         and (the local) Makefile.cfg to maint-cfg.mk.
43470
43471         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
43472         to the latter.
43473
43474         * modules/maintainer-makefile: New module.
43475
43476         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
43477         severaly stripped to make it possible to build it up from scratch
43478         with reliable tests.
43479
43480         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
43481         fixes to permit overriding the default actions when configure and
43482         makefile are not available.
43483
43484 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
43485
43486         Sync from coreutils.
43487         * modules/lstat (Depends-on): Don't depend on xalloc.
43488         (License): Change from GPL to LGPL, since this is now simply a
43489         replacement for a libc function.
43490
43491 2006-02-14  Jim Meyering  <jim@meyering.net>
43492
43493         Sync from coreutils.
43494
43495         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
43496         failure on deficient systems, and simplify gnulib lgpl dependencies.
43497         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
43498         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
43499
43500         * lib/xalloc-die.c: Remove unused definition of N_.
43501
43502 2006-02-14  Jim Meyering  <jim@meyering.net>
43503
43504         Sync from coreutils.
43505         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
43506         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
43507         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
43508         double-quote uses of that variable, to accommodate the rare case in
43509         which getmntent is available in none of the libraries checked.  This
43510         happens at least on FreeBSD 5.0.
43511
43512 2006-02-13  Simon Josefsson  <jas@extundo.com>
43513
43514         * gnulib-tool (Usage): Fix --import, from
43515         karl@freefriends.org (Karl Berry).
43516
43517 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
43518
43519         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
43520
43521 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
43522
43523         * lib/argp-namefrob.h: Restore changes accidentally lost during the
43524         "autoupdate" on 2005-12-12.
43525
43526 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
43527
43528         * modules/closeout (Depends-on): Remove atexit.
43529
43530 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
43531
43532         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
43533         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
43534
43535 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
43536
43537         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
43538         __EXTENSIONS__ if this causes compilation to fail.  Problem
43539         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
43540         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
43541
43542 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
43543
43544         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
43545         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
43546         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
43547         All uses changed.
43548
43549 2006-01-26  Simon Josefsson  <jas@extundo.com>
43550
43551         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
43552         prototype is visible on mingw32.
43553
43554         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
43555         for mingw32.
43556
43557         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
43558         mingw32).
43559
43560 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
43561
43562         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
43563         attempt to open for write; this always fails, at least on POSIX
43564         hosts.  This reinstates the 2006-01-09 change, which was
43565         inadvertently removed.
43566
43567 2006-01-26  Bruno Haible  <bruno@clisp.org>
43568
43569         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
43570         Reported by Paul Eggert.
43571
43572 2006-01-26  Bruno Haible  <bruno@clisp.org>
43573             Paul Eggert  <eggert@cs.ucla.edu>
43574
43575         * lib/stdbool_.h (_Bool)
43576         [(! (defined __cplusplus || defined __BEOS__)
43577           && !defined __GNUC__
43578           && !(defined __HP_cc || defined __xlc__
43579                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
43580                || defined __sgi))]:
43581         #define to signed char in these cases too; this simplifies
43582         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
43583         etc., separately) and makes it more conservative.
43584
43585 2006-01-25  Simon Josefsson  <jas@extundo.com>
43586
43587         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
43588         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
43589         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
43590
43591 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
43592
43593         * lib/argp-namefrob.h: Bugfix. Remove stray #
43594
43595 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
43596
43597         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
43598         so that we test the test.
43599         Check for yet another HP-UX cc bug involving *bool |= bool.
43600
43601 2006-01-25  Karl Berry  <karl@gnu.org>
43602
43603         * config/srclist.txt (vasnprintf.c): sync lost.
43604
43605 2006-01-25  Jim Meyering  <jim@meyering.net>
43606
43607         Sync from the stable (b5) branch of coreutils:
43608
43609         * lib/fts.c (fts_children): Don't let close() clobber errno from
43610         failed fchdir().
43611
43612         * lib/fts.c (fts_stat): When following a symlink-to-directory,
43613         don't necessarily interpret stat-fails+lstat-succeeds as indicating
43614         a dangling symlink.  That can also happen at least for ELOOP.
43615         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
43616         FYI, this bug predates the inclusion of fts.c in coreutils.
43617
43618         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
43619         in their own block, so pre-c99 compilers don't object.
43620
43621         Avoid the double-free (first in fts_read, second in fts_close) that
43622         would occur when an `active' directory is made inaccessible (e.g.,
43623         via chmod a-x) during a traversal.
43624         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
43625         before returning.  Reproduce this failure by
43626         mkdir -p a/b; cd a; chmod a-x . b
43627         Reported by Stavros Passas.
43628
43629 2006-01-25  Jim Meyering  <jim@meyering.net>
43630
43631         * lib/fileblocks.c: Remove more useless parentheses.
43632         * lib/readutmp.h: Likewise.
43633
43634 2006-01-25  Bruno Haible  <bruno@clisp.org>
43635
43636         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
43637         warnings.
43638         Reported by Paul Eggert.
43639
43640 2006-01-25  Bruno Haible  <bruno@clisp.org>
43641
43642         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
43643         rid of a trap command. For Solaris sh.
43644         Reported by Mark D. Baushke <mdb@gnu.org>.
43645
43646 2006-01-24  Simon Josefsson  <jas@extundo.com>
43647
43648         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
43649         Bruno.
43650
43651 2006-01-24  Karl Berry  <karl@gnu.org>
43652
43653         * config/srclist.txt (argp-namefrob.h): sync lost.
43654
43655 2006-01-24  Jim Meyering  <jim@meyering.net>
43656
43657         * modules/openat (Files): Add lib/intprops.h.
43658         From Mark D. Baushke.
43659
43660 2006-01-24  Jim Meyering  <jim@meyering.net>
43661
43662         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
43663         Reported by Mark D. Baushke.
43664
43665 2006-01-24  Jim Meyering  <jim@meyering.net>
43666
43667         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
43668
43669 2006-01-24  Bruno Haible  <bruno@clisp.org>
43670
43671         * modules/strnlen (Maintainer): Change from glibc to all.
43672
43673 2006-01-24  Bruno Haible  <bruno@clisp.org>
43674
43675         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
43676         Patch by Paul Eggert.
43677
43678 2006-01-24  Bruno Haible  <bruno@clisp.org>
43679
43680         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
43681         already has it.
43682         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
43683         2005-11-26.
43684
43685         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
43686         'signed char' to avoid problems with the built-in _Bool type.
43687         Reported by Paul Eggert on 2005-11-26.
43688
43689 2006-01-24  Bruno Haible  <bruno@clisp.org>
43690
43691         * gnulib-tool (func_import): Avoid constructing complicated sed
43692         expressions inside backquote.
43693         Report and solution by Mark D. Baushke <mdb@gnu.org>.
43694
43695 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
43696
43697         These changes imported from libc.
43698         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
43699         test and two separate function calls.
43700         * lib/strndup.c (__strndup): Add libc_hidden_def.
43701
43702 2006-01-23  Simon Josefsson  <jas@extundo.com>
43703
43704         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
43705         Remove the test_*_SOURCES variable: automake infers it by default.
43706         * modules/tls-tests: Likewise.
43707
43708 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43709
43710         Work around porting bugs reported by Dieter in
43711         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
43712         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
43713         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
43714         Include "getopt.h" first, to check interface.
43715         (getenv): Declare only if defined HAVE_DECL_GETENV &&
43716         !HAVE_DECL_GETENV.
43717         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
43718         (__strndup): Revert to K&R-style function dfns, the glibc style.
43719         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
43720         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
43721         Include strnlen.h first, to get prototype properly.
43722         (strnlen): Renamed from __strnlen.
43723         Remove weak alias.
43724
43725 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43726
43727         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
43728
43729 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43730
43731         * config/srclist.txt: Adjust to reflect glibc reorganization.
43732         This affects only comments.
43733
43734 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
43735
43736          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
43737          Reported by Bruce Korb <bkorb@gnu.org>.
43738
43739 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
43740
43741         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
43742         to pacify gcc -Wswitch-default.
43743
43744 2006-01-22  Bruno Haible  <bruno@clisp.org>
43745
43746         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
43747         temporary buffer for sprintf, take into account the precision also
43748         for 'd', 'i', 'u', 'o', 'x', 'X'.
43749
43750 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
43751
43752         * modules/argp-tests: New module
43753         * tests/test-argp.c: New file
43754         * tests/test-argp-2.sh: New file
43755
43756 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
43757
43758         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
43759         (__argp_base_name): Removed
43760         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
43761         typo.
43762         (__argp_base_name): Provide macro definition or extern declaration
43763         depending on the configuration
43764
43765 2006-01-20  Simon Josefsson  <jas@extundo.com>
43766
43767         * modules/inet_ntop (Depends-on): Depend on sys_socket.
43768
43769 2006-01-20  Simon Josefsson  <jas@extundo.com>
43770
43771         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
43772
43773 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
43774
43775         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
43776         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
43777         Suggested by Bruno Haible.
43778
43779 2006-01-20  Karl Berry  <karl@gnu.org>
43780
43781         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
43782         until changes propagate, I guess.
43783
43784 2006-01-19  Simon Josefsson  <jas@extundo.com>
43785
43786         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
43787
43788 2006-01-19  Simon Josefsson  <jas@extundo.com>
43789
43790         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
43791
43792 2006-01-19  Simon Josefsson  <jas@extundo.com>
43793
43794         * gnulib-tool: Set check_PROGRAMS.
43795
43796         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
43797         modules/des-tests, modules/gc-arcfour-tests,
43798         modules/gc-arctwo-tests, modules/gc-des-tests,
43799         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
43800         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
43801         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
43802         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
43803         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
43804         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
43805         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
43806         test_*_SOURCES.
43807
43808 2006-01-18  Simon Josefsson  <jas@extundo.com>
43809
43810         * modules/socklen (Depends-on): Depend on sys_socket.
43811
43812 2006-01-18  Simon Josefsson  <jas@extundo.com>
43813
43814         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
43815         modules/des-tests, modules/gc-arcfour-tests,
43816         modules/gc-arctwo-tests, modules/gc-des-tests,
43817         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
43818         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
43819         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
43820         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
43821         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
43822         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
43823         $(EXEEXT) to automake TESTS variable, for mingw32.
43824
43825 2006-01-17  Simon Josefsson  <jas@extundo.com>
43826
43827         * modules/socklen (Include): Need sys/socket.h.
43828
43829 2006-01-17  Bruno Haible  <bruno@clisp.org>
43830
43831         * modules/ssize_t (Include): Add <sys/types.h>.
43832
43833 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
43834
43835         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
43836         it's not portable and it doesn't work with cross-compiles.
43837         Problem reported by Bruno Haible.  Fix missing-$ typo in
43838         'test "gl_cv_ignore_unused_libraries" ...' that prevented
43839         -zignore from being used with Sun's C compiler.
43840
43841 2006-01-12  Simon Josefsson  <jas@extundo.com>
43842
43843         * lib/base64.c: Fix warning, reported by Bruno Haible
43844         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
43845
43846 2006-01-12  Bruno Haible  <bruno@clisp.org>
43847
43848         * modules/ldd: New file.
43849         * build-aux/ldd.sh.in: New file.
43850         * MODULES.html.sh (Support for building libraries and executables): Add
43851         ldd.
43852
43853 2006-01-12  Bruno Haible  <bruno@clisp.org>
43854
43855         * m4/ldd.m4: New file.
43856
43857 2006-01-12  Bruno Haible  <bruno@clisp.org>
43858
43859         * gnulib-tool (func_import, func_create_testdir): Don't go into an
43860         endless loop while replacing $auxdir with build-aux.
43861
43862 2006-01-11  Simon Josefsson  <jas@extundo.com>
43863
43864         * lib/stdint_.h (SIZE_MAX): Add missing (.
43865
43866 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
43867
43868         Sync from coreutils.
43869         * lib/md5.c: Fix commentary typos.
43870         (alignof, UNALIGNED_P): No need for a GCC-specific version.
43871         * lib/md5.h (__attribute__): Remove; unused.
43872         * lib/sha1.c: Fix commentary to match md5 better.
43873         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
43874         so that we don't need to worry about alignment.  All uses changed.
43875         This merges the 2005-10-28 md5 change into sha1.
43876
43877 2006-01-11  Jim Meyering  <jim@meyering.net>
43878
43879         Sync from coreutils.
43880         * lib/md5.c (OP): Fix spacing.
43881
43882 2006-01-11  Bruno Haible  <bruno@clisp.org>
43883
43884         Ensure automatic ordering between gl_LOCK and gl_ARGP.
43885         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
43886         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
43887
43888 2006-01-11  Bruno Haible  <bruno@clisp.org>
43889
43890         Ensure automatic ordering between gl_LOCK and gl_ARGP.
43891         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
43892         the "early" section as well.
43893
43894 2006-01-11  Bruno Haible  <bruno@clisp.org>
43895
43896         Avoid "ar: no archive members specified" error on MacOS X.
43897         * gnulib-tool (func_modules_add_dummy): New function.
43898         (func_import, func_create_testdir): Invoke it.
43899
43900 2006-01-11  Bruno Haible  <bruno@clisp.org>
43901
43902         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
43903         with $auxdir in AC_CONFIG_FILES statements.
43904
43905 2006-01-11  Bruno Haible  <bruno@clisp.org>
43906
43907         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43908         Initialize also noinst_HEADERS to empty.
43909
43910 2006-01-11  Bruno Haible  <bruno@clisp.org>
43911
43912         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
43913         variables.
43914         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
43915         autoreconf.
43916
43917 2006-01-11  Bruno Haible  <bruno@clisp.org>
43918
43919         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
43920         overridable by the user.
43921         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43922
43923 2006-01-10  Simon Josefsson  <jas@extundo.com>
43924
43925         * modules/sys_socket: New file.
43926
43927 2006-01-10  Simon Josefsson  <jas@extundo.com>
43928
43929         * m4/sys_socket_h.m4: New file.
43930
43931 2006-01-10  Simon Josefsson  <jas@extundo.com>
43932
43933         * lib/socket_.h: New file.
43934
43935 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
43936
43937         * modules/readutmp (Maintainer): Add myself.
43938
43939 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
43940
43941         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
43942         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
43943         People who are still concerned with buggy memcmp implementations
43944         can invoke gl_FUNC_MEMCMP themselves.
43945
43946 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
43947
43948         * lib/regex_internal.h (BITSET_WORD_BITS):
43949         Work around a bug in 64-bit PGC (before version 6.1-2), where the
43950         preprocessor mishandles large unsigned values as if they were signed.
43951         Problem reported by Claudio Fontana in
43952         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
43953
43954 2006-01-10  Jim Meyering  <jim@meyering.net>
43955
43956         Avoid the double-free (first in fts_read, second in fts_close) that
43957         would occur when an `active' directory is made inaccessible (e.g.,
43958         via chmod a-x) during a traversal.
43959         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
43960         before returning.  Reproduce this failure by
43961         mkdir -p a/b; cd a; chmod a-x . b
43962         Reported by Stavros Passas.
43963
43964         Sync from coreutils.
43965         * lib/sha1.c: Tweak grammar in a comment.
43966
43967 2006-01-10  Jim Meyering  <jim@meyering.net>
43968
43969         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
43970         Patch by Joerg Sonnenberger.
43971
43972 2006-01-10  Bruno Haible  <bruno@clisp.org>
43973
43974         * modules/readutmp: Depend on module free.
43975         * modules/strtok_r: Depend on module restrict.
43976
43977 2006-01-10  Bruno Haible  <bruno@clisp.org>
43978
43979         * modules/gettext (configure.ac): Add an invocation of
43980         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
43981
43982 2006-01-10  Bruno Haible  <bruno@clisp.org>
43983
43984         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
43985         Reported by Werner Lemberg <wl@gnu.org>.
43986
43987 2006-01-10  Bruno Haible  <bruno@clisp.org>
43988
43989         * lib/localcharset.c: Update from GNU gettext.
43990
43991 2006-01-10  Bruno Haible  <bruno@clisp.org>
43992
43993         * lib/argp.h (__const): Remove macro. Use const instead.
43994         * lib/argp-fmtstream.h (__const): Likewise.
43995         * lib/glob_.h (__const): Remove macro.
43996         * lib/glob-libc.h: Use const instead of __const.
43997
43998 2006-01-10  Bruno Haible  <bruno@clisp.org>
43999
44000         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
44001         variable.
44002         Needed to avoid an automake error regarding the 'gettext' module.
44003
44004 2006-01-09  Simon Josefsson  <jas@extundo.com>
44005
44006         * modules/inet_ntop (Depends-on): Add restrict.
44007
44008 2006-01-09  Simon Josefsson  <jas@extundo.com>
44009
44010         * modules/gc-rijndael-tests (License): Put under LGPL.
44011
44012         * modules/gc-des-tests (License): Likewise.
44013
44014         * modules/gc-arcfour-tests (License): Likewise.
44015
44016         * modules/gc-arctwo-tests (License): Likewise.
44017
44018         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
44019
44020         * modules/gc-hmac-sha1-tests (Files): Likewise.
44021
44022         * modules/gc-hmac-md5-tests (License): Likewise.
44023
44024         * modules/gc-sha1-tests (License): Likewise.
44025
44026         * modules/gc-md5-tests (License): Likewise.
44027
44028         * modules/gc-md4-tests (License): Likewise.
44029
44030         * modules/gc-md2-tests (License): Likewise.
44031
44032         * modules/gc-tests (License): Likewise.
44033
44034         * modules/des-tests (License): Likewise.
44035
44036         * modules/md4-tests (License): Likewise.
44037
44038         * modules/md2-tests (License): Likewise.
44039
44040 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44041
44042         Sync from coreutils:
44043
44044         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
44045         * modules/lib-ignore: New file.
44046         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
44047         chdir-safer.m4, lchmod.m4.
44048         * modules/openat: Add mkdirat.c, openat-priv.h.
44049
44050 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44051
44052         Sync from coreutils.
44053         * m4/lib-ignore.m4: New file.
44054         * m4/lchmod.m4: New file.
44055
44056 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44057
44058         Sync from coreutils.
44059         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
44060         for write access: POSIX says that must fail.
44061         * lib/fts.c (diropen): Likewise.
44062         * lib/save-cwd.c (save_cwd): Likewise.
44063         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
44064         well, for minor improvements on hosts that lack O_DIRECTORY.
44065         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
44066         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
44067         Fall back on chown if open failed with EACCES.
44068
44069         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
44070         Report an error at compile-time if only a 1-second nominal clock
44071         resolution is found.
44072
44073         * lib/lchmod.h: New file.
44074         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
44075         (make_dir_parents): Use lchown rather than chown, and
44076         lchmod rather than chmod.
44077
44078         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
44079         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
44080         "proc" reported by n0dalus.
44081
44082         * lib/mountlist.c: Include <limits.h>.
44083         (dev_from_mount_options)
44084         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
44085         New function.  It no longer assumes "dev=" has the System V meaning
44086         on Linux (since it doesn't).  It also parses "dev=" more carefully.
44087         (read_file_system_list)
44088         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
44089         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
44090         dev= in that case.
44091
44092         * lib/posixtm.h (PDS_PRE_2000): New macro.
44093         * lib/posixtm.c (year): Arg is now syntax_bits rather than
44094         allow_century.  All usages changed.  Reject dates outside the range
44095         1969-1999 if PDS_PRE_2000 is used.
44096
44097 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44098
44099         Sync from coreutils.
44100         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
44101         (Time of day items): Mention the possibility of leap seconds.
44102         Problem reported by Dr. David Alan Gilbert.
44103
44104 2006-01-09  Jim Meyering  <jim@meyering.net>
44105
44106         Sync from coreutils.
44107
44108         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
44109
44110         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
44111
44112         * lib/modechange.c (mode_compile): Reject an invalid mode string
44113         that starts with an octal digit.  From Andreas Gruenbacher.
44114
44115         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
44116         and dup to open_safer and dup_safer, respectively.
44117         (openat_permissive): Fix typo in comment.
44118
44119         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
44120         "gettext.h"; either no longer needed or are guaranteed by openat.h.
44121         (_): Remove; no longer needed.
44122         (openat): Renamed from rpl_openat; no need for rpl_openat
44123         since openat.h renames openat for us.
44124         Replace most of the body with a call to openat_permissive,
44125         to avoid duplicate code.
44126         Port to (probably hypothetical) environments were mode_t is
44127         wider than int.
44128         (openat_permissive): Require mode arg, so that we can check
44129         types better.  Put it just after flags.  Change cwd failure
44130         indicator from pointer-to-bool to pointer-to-errno-value.
44131         All callers changed.
44132         Invoke openat_save_fail and/or openat_restore_fail if
44133         cwd_errno is null, so that openat can call us.
44134         (openat_permissive, fdopendir, fstatat, unlinkat):
44135         Simplify errno handling to avoid some duplicate code,
44136         as it's OK to set errno on success.
44137         * lib/openat.h: Revamp code so that function macros depend on
44138         __OPENAT_PREFIX only, not also on AT_FDCWD.
44139         (openat_ro): Remove.  Caller changed to use openat_permissive.
44140         (openat_permissive): Now a macro, if not a function.
44141         (openat_restore_fail, openat_save_fail): Now always functions,
44142         since mkdirat needs them even if __OPENAT_PREFIX is defined.
44143
44144         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
44145         and openat.c.
44146         * lib/mkdirat.c: Include openat-priv.h.
44147         Remove definitions of macros defined therein.
44148         * lib/openat.c: Likewise.
44149
44150         * lib/mkdirat.c (mkdirat): New file and function.
44151         * lib/openat.h (mkdirat): Declare.
44152
44153         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
44154
44155         * lib/openat.h (openat_permissive): Declare.
44156         (openat_ro): Define.
44157
44158         * lib/openat.c (EXPECTED_ERRNO): New macro.
44159         (openat_permissive): New function -- used in remove.c rewrite.
44160         (all functions): Set errno just before returning, only if there
44161         was an actual failure.
44162         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
44163
44164         Emulate openat-family functions using Linux's procfs, if possible.
44165         Idea and some code based on Ulrich Drepper's glibc changes.
44166
44167         * lib/openat.c: (BUILD_PROC_NAME): New macro.
44168         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
44169         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
44170         before falling back on save_cwd and restore_cwd.
44171         (fdopendir, fstatat, unlinkat): Likewise.
44172
44173         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
44174         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
44175
44176         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
44177         as second argument to va_arg.  Otherwise, some versions of gcc
44178         warn that `if this code is reached, the program will abort'.
44179
44180 2006-01-09  Jim Meyering  <jim@meyering.net>
44181
44182         Sync from coreutils.
44183         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
44184         Require openat-priv.h.
44185
44186 2006-01-09  Bruno Haible  <bruno@clisp.org>
44187
44188         * modules/strnlen (Include): Use strnlen.h.
44189
44190 2006-01-09  Bruno Haible  <bruno@clisp.org>
44191
44192         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
44193
44194 2006-01-09  Bruno Haible  <bruno@clisp.org>
44195
44196         * lib/sysexit_.h (EX_OK): New macro.
44197         Suggested by Martin Lambers <marlam@marlam.de>.
44198
44199 2006-01-09  Bruno Haible  <bruno@clisp.org>
44200
44201         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
44202         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
44203
44204 2006-01-09  Bruno Haible  <bruno@clisp.org>
44205
44206         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
44207         numbers.
44208
44209 2006-01-09  Bruno Haible  <bruno@clisp.org>
44210
44211         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
44212         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
44213         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
44214         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
44215
44216 2006-01-09  Bruno Haible  <bruno@clisp.org>
44217
44218         * build-aux/javacomp.sh.in: New file, moved from lib/.
44219         * modules/javacomp-script (Files): Update.
44220         (configure.ac): Add AC_CONFIG_FILES invocation.
44221         (EXTRA_DIST): Remove variable.
44222
44223         * build-aux/javaexec.sh.in: New file, moved from lib/.
44224         * modules/javaexec (Files): Update.
44225         (configure.ac): Add AC_CONFIG_FILES invocation.
44226         (EXTRA_DIST): Remove javaexec.sh.in.
44227
44228         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
44229         * modules/csharpcomp-script (Files): Update.
44230         (configure.ac): Add AC_CONFIG_FILES invocation.
44231         (EXTRA_DIST): Remove variable.
44232
44233         * build-aux/csharpexec.sh.in: New file, moved from lib/.
44234         * modules/csharpexec (Files): Update.
44235         (configure.ac): Add AC_CONFIG_FILES invocation.
44236         (EXTRA_DIST): Remove csharpexec.sh.in.
44237
44238 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44239
44240         Sync from coreutils.
44241
44242         Add POSIX ACL support
44243         * lib/acl.h (copy_acl, set_acl): Add declarations.
44244         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
44245         systems other than Linux.
44246         (chmod_or_fchmod): New function: use fchmod when possible,
44247         and chmod otherwise.
44248         (file_has_acl): Add a POSIX ACL implementation, with a
44249         Linux-specific subcase.
44250         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
44251         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
44252         acls are unsupported.
44253         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
44254         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
44255         are unsupported.
44256
44257 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44258
44259         Sync from coreutils.
44260         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
44261
44262 2006-01-07  Bruno Haible  <bruno@clisp.org>
44263
44264         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
44265         gl_EARLY.
44266
44267 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44268
44269         * lib/strftime.c (tzname): Don't declare if it is already #defined.
44270         Problem reported for Mingw by Mark Junker.
44271
44272 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44273
44274         * README: Gnulib normally doesn't generate a tarball.
44275
44276 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
44277
44278         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
44279         long int, not int, for nanosecond counts, so that people who are
44280         used to POSIX struct timespec won't be surprised.  Reported by Jim
44281         Meyering.
44282
44283 2005-12-28  Bruno Haible  <bruno@clisp.org>
44284
44285         * build-aux/config.rpath: Update from GNU gettext.
44286
44287 2005-12-16  Jim Meyering  <jim@meyering.net>
44288
44289         * modules/fprintftime: New module.
44290         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
44291
44292 2005-12-16  Jim Meyering  <jim@meyering.net>
44293
44294         * m4/fprintftime.m4: New file.
44295
44296 2005-12-16  Jim Meyering  <jim@meyering.net>
44297
44298         * lib/fprintftime.c, lib/fprintftime.h: New files.
44299
44300 2005-12-15  Simon Josefsson  <jas@extundo.com>
44301
44302         * modules/socklen (configure.ac): Fix M4 macro name, to align with
44303         new m4/socklen.m4.
44304
44305 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44306
44307         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
44308         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
44309
44310 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44311
44312         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
44313         * lib/argp-help.c (fill_in_uparams): Check if the constructed
44314         struct uparams is valid. Fall back to the default values if it is
44315         not.
44316
44317 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44318
44319         * modules/argp (Files): Add argp-pin.c
44320         (Depends-on): dirname
44321         (lib_SOURCES): Add argp-pin.c
44322
44323 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44324
44325         * m4/argp.m4:  Check if program_invocation_name and
44326         program_invocation_short_name are declared and define appropriate
44327         macros if they are not.
44328
44329 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44330
44331         * lib/argp-help.c (__argp_base_name): New function
44332         (__argp_short_program_name): Rewrite using __argp_base_name
44333         * lib/argp-namefrob.h: Define program_invocation_name and
44334         program_invocation_short_name if requested
44335         (__argp_base_name): Add prototype
44336         * lib/argp-parse.c (argp_def): Use gettext wrappers
44337         (argp_default_parser): Use __argp_base_name
44338         * lib/argp-pin.c: New file. Defines program_invocation_name and
44339         program_invocation_short_name on systems that lack them.
44340
44341 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44342
44343         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
44344         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44345         porting problem reported by Georg Schwarz in
44346         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44347
44348 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44349
44350         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
44351         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44352         porting problem reported by Georg Schwarz in
44353         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44354
44355 2005-12-05  Bruno Haible  <bruno@clisp.org>
44356
44357         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
44358         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
44359         Reported by Mark Junker <mjscod@gmx.de>.
44360
44361 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
44362
44363         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
44364         Use implementation from Albert Chin, with some
44365         comments/corrections by Stepan Kasal and myself.
44366
44367 2005-12-02  Bruno Haible  <bruno@clisp.org>
44368
44369         * gnulib-tool (func_import): Accept GPLed build tool modules when
44370         --lgpl is given.
44371         * modules/csharpcomp-script: New file.
44372         * modules/csharpcomp: Depend on it.
44373         * modules/javacomp-script: New file.
44374         * modules/javacomp: Depend on it.
44375         Suggested by Simon Josefsson.
44376
44377 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
44378
44379         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
44380         statement, to work around an HP-UX 10.20 compiler bug reported by
44381         Peter O'Gorman.
44382
44383 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44384
44385         * modules/savedir (Depends-on): Add openat.
44386
44387 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44388
44389         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
44390         (uintmax_t) [defined uintmax_t]: Do not declare.
44391         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
44392         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
44393         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
44394         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
44395         sake of portability to weird hosts that C allows (though we don't
44396         know of any practical examples).
44397
44398         * lib/savedir.h (fdsavedir): New decl.
44399         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
44400         contains most of the former guts of savedir.
44401         (savedir): Use savedirstream.
44402         Include "openat.h".
44403
44404 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
44405
44406         * modules/obstack (Files): Add m4/ulonglong.m4.
44407         Problem reported by Davide Angelocola.
44408
44409 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
44410
44411         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
44412         coreutils no longer futzes with rounding modes.
44413
44414 2005-11-14  Jim Meyering  <jim@meyering.net>
44415
44416         * lib/mkstemp-safer.c: Include <config.h>, required for possible
44417         replacement of mkstemp.
44418
44419 2005-11-10  Simon Josefsson  <jas@extundo.com>
44420
44421         * lib/readline.c: Remove EOL.
44422
44423 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44424
44425         * modules/gethrxtime (Depends-on): Add gettime.
44426
44427 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44428
44429         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
44430         or gettimeofday; no longer needed.
44431
44432 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44433
44434         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
44435         time business.
44436         (gethrxtime) [! (HAVE_NANOUPTIME
44437         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
44438         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
44439         our own approximation.
44440
44441 2005-11-08  Eric Blake  <ebb9@byu.net>
44442
44443         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44444
44445 2005-11-08  Eric Blake  <ebb9@byu.net>
44446
44447         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44448
44449 2005-11-04  Bruno Haible  <bruno@clisp.org>
44450
44451         * gnulib-tool: Implement --update mode.
44452
44453 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44454
44455         Fix porting problem reported by Theodoros V. Kalamatianos.
44456         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
44457         Don't assume that futimes failing means we must fail.
44458
44459 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44460
44461         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
44462         variables to suggest the intended function of the PATH_MAX check.
44463
44464 2005-10-30  Kean Johnston  <jkj@sco.com>
44465
44466         Trivial changes to support SCO systems.
44467         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
44468         as PATH_MAX.
44469         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
44470         where __ptr is null when no I/O is pending.
44471
44472 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
44473
44474         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
44475         leave errno alone.  Problem reported by Dmitry V. Levin.
44476
44477 2005-10-28  Simon Josefsson  <jas@extundo.com>
44478
44479         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
44480         Test more.
44481
44482         * tests/test-gc-md2.c, tests/test-md2.c: New files.
44483
44484         * modules/md2, modules/md2-tests: New files.
44485
44486 2005-10-28  Simon Josefsson  <jas@extundo.com>
44487
44488         * m4/inet_ntop.m4: More tests.
44489
44490         * m4/gc-md2.m4, md2.m4: New file.
44491
44492 2005-10-28  Simon Josefsson  <jas@extundo.com>
44493
44494         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
44495         "restrict" keywords, as per POSIX.  Protect the function
44496         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
44497         Don't use K&R prototypes.  Check the sprintf return values.
44498         Re-define EAFNOSUPPORT if not present.  Indent.
44499
44500         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
44501         suggested by Bruno Haible <bruno@clisp.org>.
44502
44503         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
44504
44505         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
44506
44507         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
44508         libgcrypt).
44509
44510         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
44511
44512         * lib/md2.h, lib/md2.c: New files.
44513
44514 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
44515
44516         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
44517         errno alone.  Problem reported by Frederic Jolliton.
44518
44519 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
44520
44521         * modules/verify (License): Change from GPL to LGPL.  This is a
44522         tiny module and there are apparently near-equivalents that are
44523         under the BSD license.
44524
44525 2005-10-24  Simon Josefsson  <jas@extundo.com>
44526
44527         * modules/sha1: Relicense to LGPL.
44528
44529 2005-10-24  Simon Josefsson  <jas@extundo.com>
44530
44531         * lib/md4.h: Shrink buffer size, now that we changed the type.
44532
44533 2005-10-23  Simon Josefsson  <jas@extundo.com>
44534
44535         * gnulib-tool (func_import): Fix --tests-base.
44536
44537 2005-10-22  Simon Josefsson  <jas@extundo.com>
44538
44539         * modules/arcfour (Depends-on): Need stdint.
44540
44541 2005-10-22  Simon Josefsson  <jas@extundo.com>
44542
44543         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
44544         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
44545
44546 2005-10-22  Simon Josefsson  <jas@extundo.com>
44547
44548         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
44549         suggested by Bruno Haible <bruno@clisp.org>.
44550
44551 2005-10-22  Simon Josefsson  <jas@extundo.com>
44552
44553         * lib/crc.h: Include stddef.h, for size_t.
44554
44555 2005-10-22  Simon Josefsson  <jas@extundo.com>
44556
44557         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
44558         arcfour_context struct (simplify test vector testing in GNU
44559         Shishi).
44560
44561 2005-10-21  Simon Josefsson  <jas@extundo.com>
44562
44563         * modules/des, modules/des-tests: New files.
44564
44565         * modules/gc-des, modules/gc-des-tests: New files.
44566
44567         * tests/test-des.c, tests/test-gc-des.c: New file.
44568
44569 2005-10-21  Simon Josefsson  <jas@extundo.com>
44570
44571         * modules/arctwo, modules/arctwo-tests: New files.
44572
44573         * tests/test-arctwo.c: New file.
44574
44575         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
44576
44577         * tests/test-gc-arctwo.c: New file.
44578
44579 2005-10-21  Simon Josefsson  <jas@extundo.com>
44580
44581         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
44582         Bruno Haible <bruno@clisp.org>.
44583
44584         * m4/gc-des.m4: New file.
44585
44586 2005-10-21  Simon Josefsson  <jas@extundo.com>
44587
44588         * m4/arctwo.m4: New file.
44589
44590         * m4/gc-arctwo.m4: New file.
44591
44592 2005-10-21  Simon Josefsson  <jas@extundo.com>
44593
44594         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
44595         block.
44596
44597 2005-10-21  Simon Josefsson  <jas@extundo.com>
44598
44599         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
44600         <bruno@clisp.org>.
44601
44602         * lib/hmac-sha1.c (hmac_sha1): Likewise.
44603
44604         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
44605         Bruno Haible <bruno@clisp.org>.
44606
44607         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
44608         <bruno@clisp.org>.
44609
44610 2005-10-21  Simon Josefsson  <jas@extundo.com>
44611
44612         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
44613
44614 2005-10-21  Simon Josefsson  <jas@extundo.com>
44615
44616         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
44617
44618 2005-10-21  Simon Josefsson  <jas@extundo.com>
44619
44620         * lib/des.h, lib/des.c: New files.
44621
44622         * lib/gc-gnulib.c: Support DES.c
44623
44624 2005-10-21  Simon Josefsson  <jas@extundo.com>
44625
44626         * lib/arctwo.h, lib/arctwo.c: New files.
44627
44628         * lib/gc-gnulib.c: Support ARCTWO.
44629
44630 2005-10-21  Simon Josefsson  <jas@extundo.com>
44631
44632         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
44633         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44634
44635 2005-10-21  Simon Josefsson  <jas@extundo.com>
44636
44637         * gnulib-tool (func_import, func_create_testdir): Define automake
44638         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
44639         Makefile.am snippet),
44640         suggested by Bruno Haible <bruno@clisp.org>.
44641
44642         * modules/gc (Makefile.am): Use it.
44643
44644 2005-10-21  Bruno Haible  <bruno@clisp.org>
44645
44646         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
44647         patch.
44648
44649 2005-10-19  Simon Josefsson  <jas@extundo.com>
44650
44651         * tests/test-gc-rijndael.c: New file.
44652
44653         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
44654
44655 2005-10-19  Simon Josefsson  <jas@extundo.com>
44656
44657         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
44658         interface too.
44659
44660 2005-10-19  Simon Josefsson  <jas@extundo.com>
44661
44662         * tests/test-gc-arcfour.c: New file.
44663
44664         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
44665
44666 2005-10-19  Simon Josefsson  <jas@extundo.com>
44667
44668         * modules/gc-md4, modules/gc-md4-tests: New file.
44669
44670         * tests/test-gc-md4.c: New file.
44671
44672 2005-10-19  Simon Josefsson  <jas@extundo.com>
44673
44674         * m4/gc-md4.m4: New file.
44675
44676 2005-10-19  Simon Josefsson  <jas@extundo.com>
44677
44678         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
44679         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
44680         <kasal@ucw.cz>.
44681
44682 2005-10-19  Simon Josefsson  <jas@extundo.com>
44683
44684         * m4/gc-arcfour.m4: New file.
44685
44686         * m4/gc-rijndael.m4: New file.
44687
44688 2005-10-19  Simon Josefsson  <jas@extundo.com>
44689
44690         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
44691
44692 2005-10-19  Simon Josefsson  <jas@extundo.com>
44693
44694         * lib/gc-gnulib.c: Support ARCFOUR.
44695
44696 2005-10-19  Simon Josefsson  <jas@extundo.com>
44697
44698         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
44699         support.
44700
44701         * lib/gc.h: Add ECB enum type.
44702
44703         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
44704
44705 2005-10-18  Simon Josefsson  <jas@extundo.com>
44706
44707         * tests/test-md5.c: New file.
44708
44709         * modules/md5-tests: New file.
44710
44711 2005-10-18  Simon Josefsson  <jas@extundo.com>
44712
44713         * tests/test-md4.c: New file.
44714
44715         * modules/md4, modules/md4-tests: New files.
44716
44717 2005-10-18  Simon Josefsson  <jas@extundo.com>
44718
44719         * m4/md4.m4: New file.
44720
44721 2005-10-18  Simon Josefsson  <jas@extundo.com>
44722
44723         * lib/md4.h, lib/md4.c: New files, based on md5.?.
44724
44725 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
44726
44727         * gnulib-tool (func_create_testdir): Omit the second check whether
44728         BUILT_SOURCES in nonempty.
44729
44730 2005-10-17  Simon Josefsson  <jas@extundo.com>
44731
44732         * tests/test-rijndael.c: New file.
44733
44734 2005-10-17  Simon Josefsson  <jas@extundo.com>
44735
44736         * modules/sha1: Depend on stdint instead of md5.
44737
44738         * modules/md5: Depend on stdint, remove uint32_t.
44739
44740 2005-10-17  Simon Josefsson  <jas@extundo.com>
44741
44742         * modules/gc-sha1-tests: New file.
44743
44744         * tests/test-gc-sha1.c: New file.
44745
44746 2005-10-17  Simon Josefsson  <jas@extundo.com>
44747
44748         * m4/md5.m4: Remove call to uint32_t.m4.
44749
44750 2005-10-17  Simon Josefsson  <jas@extundo.com>
44751
44752         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
44753
44754         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
44755         md5.h.
44756
44757         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
44758
44759         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
44760
44761 2005-10-17  Simon Josefsson  <jas@extundo.com>
44762
44763         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
44764
44765 2005-10-17  Simon Josefsson  <jas@extundo.com>
44766
44767         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
44768
44769 2005-10-17  Simon Josefsson  <jas@extundo.com>
44770
44771         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
44772
44773         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
44774
44775 2005-10-17  Bruno Haible  <bruno@clisp.org>
44776
44777         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
44778         that it can also be used in a test.
44779
44780 2005-10-16  Bruno Haible  <bruno@clisp.org>
44781
44782         * gnulib-tool (func_emit_tests_Makefile_am): Also define
44783         TESTS_ENVIRONMENT, so that individual tests can augment it.
44784
44785         * gnulib-tool (func_create_testdir): Use an intermediate target for
44786         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
44787         macros, like $(ALLOCA_H), which cannot be passed through the command
44788         line.
44789
44790 2005-10-15  Simon Josefsson  <jas@extundo.com>
44791
44792         * modules/rijndael-tests: New file.
44793
44794         * modules/rijndael: New file.
44795
44796 2005-10-15  Simon Josefsson  <jas@extundo.com>
44797
44798         * m4/rijndael.m4: New file.
44799
44800 2005-10-15  Simon Josefsson  <jas@extundo.com>
44801
44802         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
44803
44804         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
44805
44806 2005-10-14  Simon Josefsson  <jas@extundo.com>
44807
44808         * tests/test-arcfour.c: New file.
44809
44810         * modules/arcfour, modules/arcfour-tests: New files.
44811
44812 2005-10-14  Simon Josefsson  <jas@extundo.com>
44813
44814         * m4/arcfour.m4: New file.
44815
44816 2005-10-14  Simon Josefsson  <jas@extundo.com>
44817
44818         * lib/arcfour.h, lib/arcfour.c: New files.
44819
44820 2005-10-14  Roland McGrath  <roland@redhat.com>
44821
44822         Import from libc.  [BZ #1331]
44823         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
44824         macro argument.
44825         Reported by Matej Vela <vela@debian.org>.
44826
44827 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
44828
44829         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
44830         include <wchar.h>; no longer needed.
44831
44832 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
44833
44834         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
44835
44836 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
44837         and  Ulrich Drepper  <drepper@redhat.com>
44838
44839         Import from libc.
44840         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
44841         instead of inline stream orientation test and two separate
44842         function calls.  Pay no attention to USE_IN_LIBIO.
44843
44844 2005-10-13  Simon Josefsson  <jas@extundo.com>
44845
44846         * modules/gc-hmac-md5-tests: New file.
44847
44848         * tests/test-gc-hmac-sha1.c: New file.
44849
44850         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
44851
44852         * modules/gc-hmac-md5-tests: New file.
44853
44854         * tests/test-gc-md5.c: New file.
44855
44856         * modules/gc-md5-tests: New file.
44857
44858 2005-10-13  Simon Josefsson  <jas@extundo.com>
44859
44860         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
44861         Move memory allocation outside of loop.
44862
44863 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
44864
44865         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
44866         intermediate directory is in a read-only file system.  Problem
44867         reported by Eric Blake.
44868
44869 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
44870
44871         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
44872
44873 2005-10-12  Simon Josefsson  <jas@extundo.com>
44874
44875         * tests/test-hmac-sha1.c: New file.
44876
44877         * modules/hmac-sha1-tests: New file.
44878
44879         * modules/hmac-sha1: New file.
44880
44881 2005-10-12  Simon Josefsson  <jas@extundo.com>
44882
44883         * modules/gc-sha1: New file.
44884
44885 2005-10-12  Simon Josefsson  <jas@extundo.com>
44886
44887         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
44888
44889         * tests/test-gc-pbkdf2-sha1.c: New file.
44890
44891 2005-10-12  Simon Josefsson  <jas@extundo.com>
44892
44893         * modules/gc-md5, modules/gc-hmac-md5: New files.
44894
44895         * modules/gc (Files): Remove md5, memxor and hmac files.
44896
44897 2005-10-12  Simon Josefsson  <jas@extundo.com>
44898
44899         * m4/gc-pbkdf2-sha1.m4: New file.
44900
44901         * m4/gc-hmac-sha1.m4: New file.
44902
44903         * m4/gc-sha1: New file.
44904
44905         * m4/hmac-sha1.m4: New file.
44906
44907 2005-10-12  Simon Josefsson  <jas@extundo.com>
44908
44909         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
44910
44911         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
44912
44913 2005-10-12  Simon Josefsson  <jas@extundo.com>
44914
44915         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
44916         suggested by Bruno Haible <bruno@clisp.org>.
44917
44918 2005-10-12  Simon Josefsson  <jas@extundo.com>
44919
44920         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
44921
44922 2005-10-12  Simon Josefsson  <jas@extundo.com>
44923
44924         * lib/gc-pbkdf2-sha1.c: New file.
44925
44926         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
44927
44928 2005-10-12  Simon Josefsson  <jas@extundo.com>
44929
44930         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
44931
44932         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
44933
44934 2005-10-12  Simon Josefsson  <jas@extundo.com>
44935
44936         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
44937         GC_USE_HMAC_MD5, respectively.
44938
44939         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
44940         (gc_md5): Fix typo.
44941
44942         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
44943
44944         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
44945
44946         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
44947
44948 2005-10-12  Bruno Haible  <bruno@clisp.org>
44949
44950         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
44951         Reported by Stepan Kasal <kasal@ucw.cz>.
44952
44953 2005-10-11  Simon Josefsson  <jas@extundo.com>
44954
44955         * tests/test-crc.c: New file.
44956
44957         * modules/crc, modules/crc-tests: New files.
44958
44959 2005-10-11  Simon Josefsson  <jas@extundo.com>
44960
44961         * m4/crc.m4: New file.
44962
44963 2005-10-11  Simon Josefsson  <jas@extundo.com>
44964
44965         * lib/gc.h: Add gc_hash and gc_hash_buffer.
44966
44967         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
44968
44969         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
44970
44971 2005-10-11  Simon Josefsson  <jas@extundo.com>
44972
44973         * lib/crc.h, lib/crc.c: New files.
44974
44975         * lib/gc.h (gc_hash_buffer): Add doc.
44976
44977 2005-10-11  Bruno Haible  <bruno@clisp.org>
44978
44979         * modules/c-strcasestr: New file.
44980         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
44981
44982 2005-10-11  Bruno Haible  <bruno@clisp.org>
44983
44984         * modules/c-strcase: New file.
44985         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
44986
44987 2005-10-11  Bruno Haible  <bruno@clisp.org>
44988
44989         * lib/strcasecmp.c: Include limits.h.
44990         (strcasecmp): Avoid integer overflow on exotic platforms.
44991         * lib/strncasecmp.c: Include limits.h.
44992         (strncasecmp): Avoid integer overflow on exotic platforms.
44993         Reported by Paul Eggert.
44994
44995 2005-10-11  Bruno Haible  <bruno@clisp.org>
44996
44997         * lib/c-strcasestr.h: New file, from GNU gettext.
44998         * lib/c-strcasestr.c: New file, from GNU gettext.
44999
45000 2005-10-11  Bruno Haible  <bruno@clisp.org>
45001
45002         * lib/c-strcase.h: New file, from GNU gettext.
45003         * lib/c-strcasecmp.c: New file, from GNU gettext.
45004         * lib/c-strncasecmp.c: New file, from GNU gettext.
45005
45006 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
45007
45008         * modules/mempcpy (License): GPL -> LGPL.
45009         * modules/strchrnul (License): Likewise.
45010         * modules/sysexits (License): Likewise.
45011
45012 2005-10-08  Simon Josefsson  <jas@extundo.com>
45013
45014         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
45015
45016 2005-10-07  Simon Josefsson  <jas@extundo.com>
45017
45018         * m4/memxor.m4: Remove gl_C_RESTRICT call.
45019
45020 2005-10-06  Simon Josefsson  <jas@extundo.com>
45021
45022         * tests/test-hmac-md5.c: New file.
45023
45024         * modules/hmac-md5-tests: New file.
45025
45026         * modules/hmac-md5: New file.
45027
45028 2005-10-06  Simon Josefsson  <jas@extundo.com>
45029
45030         * m4/hmac-md5.m4: New file.
45031
45032         * m4/memxor.m4: Require gl_C_RESTRICT.
45033
45034 2005-10-06  Simon Josefsson  <jas@extundo.com>
45035
45036         * lib/memxor.c (memxor): Avoid casts and warnings.
45037
45038 2005-10-06  Simon Josefsson  <jas@extundo.com>
45039
45040         * lib/hmac-md5.c: New file.
45041
45042         * lib/hmac.h: New file.
45043
45044 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
45045
45046         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
45047         promotes to int, not unsigned int, to catch the AIX 5.3
45048         compiler bug.
45049
45050 2005-10-05  Simon Josefsson  <jas@extundo.com>
45051
45052         * modules/memxor: New file.
45053
45054         * modules/iconv (Files): Move config.rpath to havelib, it is used
45055         there.
45056
45057         * modules/havelib (Files): Add config.rpath.
45058
45059 2005-10-05  Simon Josefsson  <jas@extundo.com>
45060
45061         * m4/memxor.m4: New file.
45062
45063 2005-10-05  Simon Josefsson  <jas@extundo.com>
45064
45065         * lib/memxor.c (memxor): Fix compiler error.
45066
45067         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
45068         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
45069
45070         * lib/memxor.h, lib/memxor.c: New files.
45071
45072         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
45073         we assume all systems have it, suggested by Jim Meyering
45074         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
45075         any systems lack sys/socket.h; mingw32 is known to lack it, but we
45076         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
45077         same reasons.
45078
45079 2005-10-05  Simon Josefsson  <jas@extundo.com>
45080
45081         * config/srclist.txt: Add glibc bug 1423 for md5.h.
45082
45083 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
45084
45085         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
45086         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
45087         needed, since the source code now assumes these .h files.
45088
45089 2005-10-05  Derek Price  <derek@ximbiot.com>
45090
45091         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
45092
45093 2005-10-05  Bruno Haible  <bruno@clisp.org>
45094
45095         * modules/stdint (License): Change to LGPL.
45096
45097 2005-10-04  Simon Josefsson  <jas@extundo.com>
45098
45099         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
45100         D. Baushke" <mdb@gnu.org>.
45101
45102 2005-10-04  Bruno Haible  <bruno@clisp.org>
45103
45104         * lib/verify.h (verify_true): Provide alternative definition for C++.
45105
45106 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
45107
45108         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
45109         (SSIZE_MAX): New macro, if not already defined.
45110         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
45111         than 2 GiB.
45112
45113 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45114
45115         Sync from coreutils.
45116         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
45117         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
45118         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
45119         ULLONG_MAX doesn't work with 2.7.2.1.
45120
45121 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45122
45123         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
45124         From Ben Pfaff.
45125
45126         * modules/exclude (Depends-on): Depend on verify.
45127         * modules/strtoimax (Depends-on): Likewise.
45128         * modules/utimecmp (Depends-on): Likewise.
45129
45130 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45131
45132         * lib/exclude.c: Include verify.h.
45133         (verify): Remove.  All callers changed to use verify.h's version.
45134         * lib/strtoimax.c: Likewise.
45135         * lib/utimecmp.c: Likewis.e
45136
45137         Sync from coreutils.
45138         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
45139         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
45140         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
45141         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
45142         bother returning ENOSYS if settimeofday or stime fails; just let
45143         them return whatever errno they want to return.
45144         * lib/utimens.c: Include unistd.h, for dup2.
45145         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
45146         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
45147
45148 2005-10-02  Jim Meyering  <jim@meyering.net>
45149
45150         Sync from coreutils.
45151         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
45152         from glibc-2.2.5 that fails for read-only files.
45153
45154 2005-10-02  Jim Meyering  <jim@meyering.net>
45155
45156         Sync from coreutils.
45157         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
45158         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
45159         `#if HAVE_CONFIG_H'.
45160         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
45161         Remove AT_FDCWD test.
45162         Do not consume the fd unless successful.
45163         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
45164         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
45165         block, so that we don't even try to compile it if settimeofday is
45166         available.  This works around a compilation failure on OSF1 V5.1,
45167         due to stime requiring a `long int*' while tv_sec is `int'.
45168
45169 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
45170
45171         Sync from coreutils.
45172         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
45173         against `yes', rather than just testing for nonempty.
45174
45175 2005-10-01  Simon Josefsson  <jas@extundo.com>
45176
45177         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
45178         and Darwin.
45179
45180         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
45181         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
45182         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
45183         freeaddrinfo and gai_strerror are declared by the POSIX headers.
45184         Check if struct addrinfo is declared.
45185
45186 2005-10-01  Simon Josefsson  <jas@extundo.com>
45187
45188         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
45189         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
45190         AI_* and EAI_* definitions.  Protect function declarations.
45191
45192 2005-10-01  Jim Meyering  <jim@meyering.net>
45193
45194         Sync from coreutils.
45195
45196         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
45197         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
45198         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
45199         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45200         in the inet and nsl libraries.  Required on Solaris 5.7.
45201
45202 2005-10-01  Jim Meyering  <jim@meyering.net>
45203
45204         Sync from coreutils.
45205         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45206         in the inet and nsl libraries.  Required on Solaris 5.7.
45207
45208 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
45209
45210         * lib/getdelim.c (getdelim): Remove unused variables.
45211
45212 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
45213
45214         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
45215         so that the code works even with ancient cpp.  Portability problem
45216         with GCC 2.7.2.1 reported by Thomas M.Ott.
45217
45218 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
45219
45220         * modules/regex (Depends-on): Add strcase.
45221
45222         * modules/gethostname (Licence): Change from GPL to LGPL, since
45223         gethostname.c is a trivial implementation of a standard library
45224         function.
45225         * modules/poll (License): Change from GPL to LGPL, since it's
45226         derived from LGPL code.
45227
45228 2005-09-27  Jim Meyering  <jim@meyering.net>
45229
45230         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
45231         HAVE_CONFIG_H.
45232
45233         * lib/intprops.h (signed_type_or_expr__): Define.
45234         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
45235         for unsigned types.
45236
45237 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
45238
45239         * lib/verify.h (verify_expr): Remove, replacing with:
45240         (verify_true): New macro that returns true instead of void.
45241         (verify_type__): Remove.
45242         (verify): Use verify_true rather than verify_type__.
45243
45244 2005-09-26  Bruno Haible  <bruno@clisp.org>
45245
45246         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
45247         is necessary.
45248         (lib_SOURCES): Remove mbchar.c.
45249         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
45250         (Files): Add m4/mbrtowc.m4.
45251         * modules/mbiter: Likewise.
45252         * modules/mbuiter: Likewise.
45253
45254 2005-09-26  Bruno Haible  <bruno@clisp.org>
45255
45256         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
45257         compile mbchar.c if they are not both present.
45258         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
45259         * m4/mbiter.m4 (gl_MBITER): Likewise.
45260         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
45261         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
45262         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
45263
45264 2005-09-25  Jim Meyering  <jim@meyering.net>
45265
45266         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
45267         also uses socklen_t.
45268
45269 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
45270
45271         * lib/utimens.c (ENOSYS): Define if not already defined.
45272         (futimens): Support having a null PATH if the file descriptor
45273         is nonnegative.
45274
45275         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
45276         Remove.
45277         (__attribute): Define to empty unless GCC 3.1 or later.
45278         This works around a core dump on OpenBSD 3.4, which has GCC
45279         2.95.3, which dumps core when given __attribute__(()).  It also
45280         simplifies other tests, since we really don't want to bother with
45281         worrying about which ancient version of GCC supported what.
45282         Original problem reported by Yoann Vandoorselaere, with part of
45283         the fix suggested by Derek Price.
45284
45285 2005-09-24  Jim Meyering  <jim@meyering.net>
45286
45287         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
45288         so we can once again use a positive bitfield width of 1 -- now we
45289         don't have to explain why we were using a bitfield width of 2.
45290
45291 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45292
45293         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
45294         and similarly for the other external symbols.  Problem reported
45295         by James Gallager.
45296
45297         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
45298         bug reported by Jim Meyering.
45299
45300         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
45301         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
45302         not needed, since socklen is a prerequisite module.
45303
45304 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45305
45306         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
45307         Problem reported by Eric Blake.
45308         (getaddrinfo): Initialize se so that it's not garbage.
45309         Redo internal storage allocation so that it doesn't make unportable
45310         assumptions about alignment.
45311         Fix a memory leak.
45312
45313         * lib/utimens.c (futimens): Use futimesat if available.
45314         Prefer it to futimes since it doesn't have the futimes bug.
45315
45316         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
45317         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
45318         Instead, declare a function that returns a pointer to an array,
45319         and use verify_type__ to declare the size of the array.
45320         Problem and germ of a solution reported by Bruno Haible.
45321         (verify_type__): Use 2, not 1, for bitfield size, to avoid
45322         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
45323
45324 2005-09-23  Jim Meyering  <jim@meyering.net>
45325
45326         Sync from coreutils.
45327         Correct build failure (socklen_t not defined) on at least
45328         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
45329         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
45330
45331 2005-09-23  Jim Meyering  <jim@meyering.net>
45332
45333         * modules/getaddrinfo (Depends-on): Add socklen.
45334
45335 2005-09-23  Bruno Haible  <bruno@clisp.org>
45336
45337         * tests/test-verify.c: New file.
45338
45339 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45340
45341         Sync from coreutils.
45342
45343         * modules/argmatch (Depends-on): Add verify.
45344         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
45345         unistd-safer.
45346         * modules/save-cwd (Depends-on): Likewise.
45347
45348         * modules/openat (Files): Add lib/openat-die.c.
45349         (Depends-on): Remove error, exitfail.
45350         Add dirname.
45351
45352         * modules/verify: New file.
45353         * MODULES.html.sh (Diagnostics <assert.h>): New section,
45354         with "verify" module.
45355
45356 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45357
45358         Sync from coreutils.
45359
45360         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
45361         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
45362         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
45363         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
45364         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
45365         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
45366         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
45367         Don't bother checking for string.h, stdlib.h, unistd.h.
45368         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
45369         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
45370         module's job.
45371         * m4/jm-macros.m4 (gl_MACROS): Likewise.
45372         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
45373
45374         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
45375         (gl_GETDATE): Use it.
45376
45377         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
45378
45379 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45380
45381         Sync from coreutils.
45382
45383         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
45384         stat-time.h.
45385         * lib/argmatch.h: Include verify.h
45386         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
45387         (ARGMATCH_ASSERT): Remove; unused.
45388         * lib/canonicalize.c: Assume STDC_HEADERS.
45389         * lib/exclude.c: Include "strcase.h".
45390         * lib/regex_internal.h [!defined _LIBC]: Likewise.
45391         * lib/getusershell.c: Include stdio--.h rather than stdio.h
45392         and stdio-safer.h.
45393         (getusershell): Call fopen, not fopen_safer.
45394         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
45395         Do not include unistd-safer.h.
45396         (save_cwd): Don't call fd_safer; no longer needed
45397         now that we include fcntl--.h.
45398
45399         * lib/getdate.y (relative_time): New type.
45400         (RELATIVE_TIME_0): New constant.
45401         (parser_control): Use relative_time instead of doing it ourselves.
45402         (%union): Add new relative_time rel member.
45403         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
45404         Now typeless.
45405         (relunit, relunit_snumber): Now of type rel.
45406         (zone, rel, relunit, get_date): Adjust to above changes.
45407
45408         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
45409         Do not include unistd-safer.h.
45410         (getloadavg): Don't call fd_safer; no longer needed
45411         now that we include fcntl--.h.
45412
45413         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
45414         (make_dir_parents): Treat ENOSYS like EEXIST.
45415
45416         Improve quality of diagnostics on restore_cwd failure.
45417         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
45418         (make_dir_parents): Last arg is now int * (for errno), not bool *.
45419         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
45420         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
45421         each time through the loop.  Do not diagnose restore_cwd failure;
45422         that is the caller's job (and perhaps the caller does not care).
45423
45424         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
45425         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
45426         If the file already exists but is not a directory, don't bother
45427         to try to make its parents.
45428         Close potential file descriptor leak if we can't chdir("/") (!).
45429         Don't always return true if chdir($PWD) fails; return true only
45430         if the requested action was done successfully (except for the
45431         chdir($PWD)).
45432         Don't log final directory unless we actually made it.
45433         Refactor to avoid duplicate code to fix up permissions.
45434         Don't attempt to fix up parent permissions if chdir($PWD) fails.
45435
45436         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
45437         to make it a bit faster and (I hope) clearer.
45438         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
45439         Fix bug in formats like %2N.
45440
45441         * lib/verify.h: New file.
45442
45443 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45444
45445         Sync from coreutils.
45446         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
45447
45448 2005-09-22  Jim Meyering  <jim@meyering.net>
45449
45450         Sync from coreutils.
45451
45452         * m4/lstat.m4 (gl_FUNC_LSTAT):
45453         Use AC_LIBSOURCES to require lstat.c and lstat.h.
45454         Remove obsolete comment.
45455         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
45456         * m4/xstrtod.m4: Likewise.
45457
45458         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
45459
45460 2005-09-22  Jim Meyering  <jim@meyering.net>
45461
45462         Sync from coreutils.
45463
45464         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
45465
45466         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
45467         the .tm_year member, since otherwise gcc-4.0 would now warn about
45468         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
45469
45470         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
45471         order to avoid an unsuppressible warning from gcc on 64-bit systems.
45472
45473         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
45474         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
45475         when run in a time zone for which daylight savings time is in effect
45476         for the starting date.
45477
45478         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
45479         stop us from restricting permissions of just-created absolute-named
45480         directories.
45481         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
45482         to restore initial working directory.
45483         * lib/mkdir-p.c (make_dir_parents): New parameter:
45484         different_working_dir, to tell caller if/when we change the working
45485         directory and are unable to return to the initial one.
45486         * lib/mkdir-p.h (make_dir_parents): Update prototype.
45487         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
45488         `return false'.  This fixes a bug introduced on 2004-07-30.
45489
45490         * lib/openat.c (fdopendir): Be sure to close the supplied
45491         file descriptor before returning.  This makes our replacement
45492         implementation a little closer to Solaris's, where fdopendir
45493         ties the file descriptor to the returned DIR* pointer.
45494         * lib/openat.c (unlinkat): New function.
45495         * lib/openat.h (unlinkat): Add prototype.
45496         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
45497         (openat_restore_fail): Rename from openat_restore_die.
45498         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
45499
45500         Provide an alternative to exiting immediately upon save_cwd or
45501         restore_cwd failure.  Now, an application can arrange e.g.,
45502         to perform a longjump in that case.
45503         * lib/openat.c: Include dirname.h.
45504         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
45505         (rpl_openat, fdopendir, fstatat): Call openat_save_die
45506         and openat_restore_die rather than calling error directly.
45507         Don't include "error.h" or "exitfail.h"; they're no longer needed.
45508
45509         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
45510         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
45511         define.
45512
45513         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
45514         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
45515                             int utc, int nanoseconds);
45516         Background:
45517         date should not have to allocate a megabyte of virtual memory to
45518         handle a format argument like +%1048575T.  When implemented with
45519         strftime, it must allocate such a buffer, use strftime to fill it
45520         in, print it, then free it.
45521         With fprintftime, it simply prints everything and exits.
45522         With no need for memory allocation, that's one fewer way to fail.
45523         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
45524         optional field width, not before, so we accept %9:z, not %:9z.
45525         (my_strftime): Be sure to use L_('x') for literals.
45526
45527         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
45528         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
45529         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
45530         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
45531         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
45532         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
45533         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
45534         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
45535         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
45536         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
45537         * lib/xgethostname.c, lib/xreadlink.c:
45538         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
45539
45540         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
45541         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
45542         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
45543         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
45544         and don't include <sys/file.h>).
45545
45546 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
45547
45548         Sync from coreutils.
45549
45550         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
45551         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
45552         [!LDAV_DONE]: Avoid unused variable warning.
45553
45554 2005-09-21  Bruno Haible  <bruno@clisp.org>
45555
45556         * lib/unicodeio.h (unicode_to_mb): New declaration.
45557
45558 2005-09-20  Derek Price  <derek@ximbiot.com>
45559
45560         * lib/getaddrinfo.c: Don't include <netdb.h> included from
45561         getaddrinfo.h.
45562
45563 2005-09-20  Bruno Haible  <bruno@clisp.org>
45564
45565         * gnulib-tool: Remove trailing slashes from the values specified for
45566         --source-base, --m4-base, --tests-base, --aux-dir.
45567         Suggested by Simon Josefsson <jas@extundo.com>.
45568
45569 2005-09-20  Bruno Haible  <bruno@clisp.org>
45570
45571         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
45572         func_modules_to_filelist, func_import, func_create_testdir): Make all
45573         sorting results locale-independent, so that gnulib-cache.m4 doesn't
45574         change when gnulib-tool is invoked in a different locale.
45575
45576 2005-09-19  Simon Josefsson  <jas@extundo.com>
45577
45578         * m4/socklen.m4: Fix typo.
45579
45580 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45581
45582         Use a consistent style for including <config.h>.
45583         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
45584         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
45585         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
45586         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
45587         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
45588         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
45589         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
45590         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
45591         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
45592         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
45593         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
45594         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
45595         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
45596         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
45597         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
45598         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
45599         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
45600         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
45601         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
45602         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
45603         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
45604         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
45605         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
45606         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
45607         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
45608         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
45609         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
45610         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
45611         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
45612         lib/xstrtoumax.c, lib/yesno.c:
45613         Standardize inclusion of config.h.
45614         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
45615         lib/inttostr.h:  Removed inclusion of config.h from header files.
45616         * lib/inttostr.c:  Adjusted in-tree users.
45617         * lib/timespec.h: Remove superfluous warning to include config.h.
45618         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
45619         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
45620         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
45621         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
45622         config.h with HAVE_CONFIG_H.
45623
45624 2005-09-19  Jim Meyering  <jim@meyering.net>
45625
45626         * modules/pathmax (License): Change to LGPL.
45627
45628 2005-09-19  Derek Price  <derek@ximbiot.com>
45629
45630         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
45631
45632 2005-09-19  Bruno Haible  <bruno@clisp.org>
45633
45634         * gnulib-tool (import): Provide default for --tests-base.
45635
45636 2005-09-19  Bruno Haible  <bruno@clisp.org>
45637
45638         * doc/quote.texi: New file, extracted from gnulib.texi.
45639         * doc/ctime.texi: New file, extracted from gnulib.texi.
45640         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
45641         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
45642         * doc/gnulib.texi: Include them.
45643
45644 2005-09-18  Bruno Haible  <bruno@clisp.org>
45645
45646         Portability fix.
45647         * gnulib-tool (func_readlink): New function.
45648         (func_ln_if_changed): Use it.
45649
45650 2005-09-18  Bruno Haible  <bruno@clisp.org>
45651
45652         * gnulib-tool: Support --with-tests also with --import.
45653         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
45654         (func_import): Use variables $testsbase and $inctests. Emit a
45655         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
45656         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
45657         SUBDIRS += $testsdir.
45658         (func_create_testdir): Update.
45659
45660 2005-09-18  Bruno Haible  <bruno@clisp.org>
45661
45662         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
45663         instead of $dry_run.
45664         (func_cp_if_changed, func_mv_if_changed): Remove functions.
45665         (func_ln_if_changed): Don't handle dry-run here.
45666         (func_import): In dry-run mode, detect more precisely which actions
45667         would be performed, and don't use "...ing" verbs.
45668
45669 2005-09-18  Bruno Haible  <bruno@clisp.org>
45670
45671         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
45672         (func_import): Use join on two temporary files instead of three nested
45673         loops, in order to determine which files are new or old.
45674
45675 2005-09-18  Bruno Haible  <bruno@clisp.org>
45676
45677         * gnulib-tool (func_import): Comment out code that spits out the
45678         new files with --dry-run.
45679
45680 2005-09-18  Bruno Haible  <bruno@clisp.org>
45681
45682         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
45683
45684 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
45685
45686         * lib/stat-time.h: New file.
45687         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
45688         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
45689         in a different way.
45690         (timespec_cmp): New function.
45691         * lib/utimecmp.c: Include stat-time.h.
45692         (SYSCALL_RESOLUTION): Depend on whether various struct stat
45693         members exist, not on the obsolescent ST_MTIM_NSEC.
45694         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
45695
45696 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
45697
45698         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
45699
45700 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
45701
45702         * MODULES.html.sh (File system functions): Add stat-time.
45703         * modules/stat-time: New file.
45704         * modules/timespec (Files): Remove m4/st_mtim.m4; this
45705         is now done in a different way, by the stat-time module.
45706         * modules/utimecmp (Depends-on): Add stat-time.
45707
45708 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
45709
45710         * m4/st_mtim.m4: Remove.  Superseded by...
45711         * m4/stat-time.m4: New file.
45712         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
45713         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
45714
45715 2005-09-15  Derek Price  <derek@ximbiot.com>
45716
45717         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
45718
45719 2005-09-15  Derek Price  <derek@ximbiot.com>
45720
45721         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
45722         * lib/regex_internal.c: Ditto, using this...
45723         (__GNUC_PREREQ): ...new macro.
45724         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
45725         using...
45726         (__GNUC_PREREQ): ...this new macro.
45727
45728         * lib/strstr.h: Include string.h. Define strstr as a macro here.
45729
45730 2005-09-15  Derek Price  <derek@ximbiot.com>
45731             Paul Eggert  <eggert@cs.ucla.edu>
45732
45733         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
45734         changes, consolidating in...
45735         * lib/regex_internal.h: ...this file.
45736
45737 2005-09-13  Jim Meyering  <jim@meyering.net>
45738
45739         * lib/canon-host.c: Filter through gnu indent and reword comments
45740         slightly.
45741         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
45742
45743 2005-09-13  Derek Price  <derek@ximbiot.com>
45744
45745         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
45746         failure.
45747         Reported by Jim Meyering  <jim@meyering.net>.
45748
45749 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45750
45751         * lib/base64.c: Typo.
45752         (base64_encode): Put b64str in initialized data section.
45753
45754 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
45755
45756         Merge glibc and coreutils changes into gnulib, plus a few
45757         extra fixes.
45758         * lib/md5.c: Use #error rather than a string.
45759         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
45760         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
45761         (__attribute__): Define to empty for non recent-GCC.
45762         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
45763         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
45764         Renamed from their non-__ counterparts, with new macros replacing
45765         them if not _LIBC.  Add __THROW attribute.
45766         (rol): Remove.
45767         (struct md5_ctx): Align buffer if using GCC.
45768         * lib/sha1.h (struct sha1_ctx): Likewise.
45769         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
45770         The old name was backwards.
45771         (NOTSWAP): Remove; not used.
45772         (rol): New macro, moved here from md5.h.
45773         (sha1_process_block): Remove a FIXME that doesn't make sense.
45774
45775 2005-09-12  Derek Price  <derek@ximbiot.com>
45776
45777         Return usable errors from canon-host.
45778         * lib/canon-host.h: New file.
45779         * lib/canon-host.c (canon_host): Wrap...
45780         (canon_host_r): ...this new function, which now relies exclusively on
45781         getaddrinfo.
45782         (ch_strerror): New function.
45783         (last_cherror): New global.
45784         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
45785         interface.
45786         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
45787         void *.
45788         (freeaddrinfo): Free ai->ai_canonname when set.
45789
45790 2005-09-12  Derek Price  <derek@ximbiot.com>
45791
45792         Make canon-host require getaddrinfo.
45793         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
45794         AC_LIBSOURCE canon-host.h.  Call...
45795         (gl_PREREQ_CANON_HOST): ...this new function, which requires
45796         gl_GETADDRINFO.
45797         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
45798
45799 2005-09-12  Derek Price  <derek@ximbiot.com>
45800
45801         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
45802         LGPL.
45803         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
45804
45805 2005-09-12  Derek Price  <derek@ximbiot.com>
45806
45807         * lib/gai_strerror.c: Include config.h when available.  Include
45808         getaddrinfo.h before other headers to test interface.
45809         Reported by Larry Jones <lawrence.jones@ugs.com>.
45810
45811 2005-09-12  Derek Price  <derek@ximbiot.com>
45812             Paul Eggert  <eggert@cs.ucla.edu>
45813
45814         * modules/glob (Files): Add glob-libc.h.
45815
45816 2005-09-12  Derek Price  <derek@ximbiot.com>
45817             Paul Eggert  <eggert@cs.ucla.edu>
45818
45819         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
45820         glob_.h, glob-libc.h.
45821         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
45822
45823 2005-09-12  Derek Price  <derek@ximbiot.com>
45824             Paul Eggert  <eggert@cs.ucla.edu>
45825
45826         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
45827         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
45828         protecting things that should be done only in gnulib contexts.
45829         * lib/glob_.h: New file, containing only the glob things needed for
45830         gnulib.
45831         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
45832         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
45833         (glob, globfree, glob_pattern_p): Now defined simply in terms of
45834         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
45835         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
45836         and to respect the namespace rules better.
45837
45838 2005-09-08  Simon Josefsson  <jas@extundo.com>
45839
45840         * modules/socklen: New file.
45841
45842 2005-09-08  Simon Josefsson  <jas@extundo.com>
45843
45844         * m4/socklen.m4: New file.
45845
45846 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45847
45848         * modules/utimens (Files): Add m4/utimbuf.m4, since
45849         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
45850         Reported by Sergey Poznyakoff.
45851
45852 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45853
45854         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
45855         definitions, since that's the preferred style in glibc.
45856         Fix a minor spacing issue, and update copyright notice to match
45857         glibc's.
45858
45859 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45860
45861         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
45862
45863 2005-09-06  Simon Josefsson  <jas@extundo.com>
45864
45865         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
45866         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
45867
45868 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45869
45870         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
45871         warning.
45872
45873 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45874
45875         * config/srclist.txt: Add glibc bug 1302.
45876
45877 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
45878
45879         Change bitset word type from unsigned int to unsigned long int,
45880         as this has better performance on typical 64-bit hosts.
45881         Port bitset code to hosts with unusual word sizes.
45882         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
45883         (build_collating_symbol):
45884         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
45885         argument is a bitset.  This is merely a style issue, but it makes
45886         it clearer that an entire array is expected.
45887         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
45888         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
45889         Port to the case where bitset_word is not the same as unsigned int.
45890         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
45891         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
45892         Likewise.
45893         * lib/regexec.c (check_dst_limits_calc_pos_1,
45894         check_subexp_matching_top):
45895         (build_trtable, group_nodes_into_DFAstates):
45896         Likewise.
45897         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
45898         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
45899         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
45900         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
45901         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
45902         * lib/regcomp.c (optimize_subexps, lower_subexp):
45903         Work even if bitset_word has holes in its bitwise representation.
45904         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
45905         * lib/regexec.c (check_dst_limits_calc_pos_1,
45906         check_subexp_matching_top):
45907         Likewise.
45908         * lib/regex_internal.c (re_string_reconstruct):
45909         Don't assume UCHAR_MAX == 255.
45910         * lib/regex_internal.h (bitset_set_all): Likewise.
45911         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
45912         All uses changed.
45913         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
45914         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
45915         All uses changed.
45916         (BITSET_WORD_MAX): New macro.
45917         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
45918         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
45919         (bitset_empty, bitset_copy):
45920         Prefer sizeof (bitset) to multiplying it out ourselves.
45921         (bitset_not_merge): Remove; unused.
45922         (bitset_contain): Return bool, not unsigned int with one bit on.
45923         All callers changed.
45924         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
45925         alignment than re_node_set; do this by defining a new internal
45926         type struct dests_alloc and using it to allocate memory.
45927
45928 2005-09-05  Bruno Haible  <bruno@clisp.org>
45929
45930         * gnulib-tool (func_import): Fix comparison in handling of symbolic
45931         links.
45932
45933 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
45934
45935         * modules/size_max (Makefile.am): Add size_max.h
45936
45937 2005-09-04  Derek Price  <derek@ximbiot.com>
45938
45939         * gnulib-tool (func_import): Fix reversed $symbolic logic.
45940
45941 2005-09-03  Simon Josefsson  <jas@extundo.com>
45942
45943         * gnulib-tool: Fix typo.
45944
45945 2005-09-03  Simon Josefsson  <jas@extundo.com>
45946
45947         * config/srclist.txt: Add glibc bug 1293.
45948
45949 2005-09-03  Derek Price  <derek@ximbiot.com>
45950
45951         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
45952         From Larry Jones <lawrence.jones@ugs.com>.
45953
45954 2005-09-02  Simon Josefsson  <jas@extundo.com>
45955
45956         * modules/socklen: New file.
45957
45958 2005-09-02  Simon Josefsson  <jas@extundo.com>
45959
45960         * modules/havelib: New module.
45961
45962         * modules/gettext, modules/iconv, modules/lock, modules/readline:
45963         Use havelib.
45964
45965 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
45966
45967         Check for arithmetic overflow when calculating sizes, to prevent
45968         some buffer-overflow issues.  These patches are conservative, in the
45969         sense that when I couldn't determine whether an overflow was possible,
45970         I inserted a run-time check.
45971         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
45972         macros.
45973         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
45974         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
45975         (re_xnrealloc, re_x2nrealloc): New inline functions.
45976         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
45977         parse_bracket_exp):
45978         (build_equiv_class, build_charclass): Check for arithmetic overflow
45979         in size expression calculations.
45980         * lib/regex_internal.c (re_string_realloc_buffers):
45981         (build_wcs_upper_buffer, re_node_set_add_intersect):
45982         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
45983         (re_dfa_add_node, register_state): Likewise.
45984         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
45985         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
45986         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
45987         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
45988
45989 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
45990
45991         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
45992         m4/ulonglong.m4.  Problem reported by Martin Lambers.
45993
45994 2005-09-02  Bruno Haible  <bruno@clisp.org>
45995
45996         Support for lib vs. lib64 distinction on biarch platforms.
45997         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
45998         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
45999         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
46000
46001 2005-09-02  Bruno Haible  <bruno@clisp.org>
46002
46003         * gnulib-tool (import): In the other first-use case, provide defaults
46004         as well.
46005
46006 2005-09-02  Bruno Haible  <bruno@clisp.org>
46007
46008         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
46009         patches not yet found in the latest gettext release.
46010
46011 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46012
46013         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
46014         to avoid a collision with bits/local_lim.h in glibc.
46015         All uses changed.  Problem reported by Dmitry V. Levin in
46016         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
46017
46018         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
46019         bugs in int versus size_t comparisons.
46020         (re_string_context_at): Fix bug where the code assumed that
46021         Idx is signed.
46022
46023         Use bool where appropriate.
46024         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
46025         All callers changed.
46026         (calc_eclosure_iter): Likewise, for ROOT arg.
46027         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
46028         (build_charclass_op): Likewise, for NON_MATCH arg.
46029         * lib/regex_internal.c (re_string_allocate, re_string_construct):
46030         (re_string_construct_common): Likewise, for ICASE arg.
46031         * lib/regexec.c (re_search_2_stub, re_search_stub):
46032         Likewise, for RET_LEN arg.
46033         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
46034         (set_regs): Likewise, for FL_BACKTRACK arg.
46035         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
46036         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
46037         (calc_eclosure_iter, parse_bracket_exp):
46038         Use bool for internal variables that are booleans.
46039         * lib/regexec.c (re_search_internal, check_matching,
46040         proceed_next_node):
46041         (set_regs, build_sifted_states, sift_states_bkref):
46042         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
46043         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46044         (find_collation_sequence_value):
46045         Likewise.
46046         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
46047         (re_node_set_compare):
46048         Return bool, not int. All callers changed.
46049         * lib/regexec.c (check_halt_node_context, check_dst_limits):
46050         (build_trtable, check_node_accept): Likewise.
46051         * lib/regex_internal.h: Include stdbool.h.
46052
46053         Fix bugs uncovered when converting to bool.
46054         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
46055         failure instead of charging ahead blindly.
46056         * lib/regex_internal.c (register_state): Likewise.
46057         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
46058         for freeing internal storage.
46059         (group_nodes_into_DFA_states): Use unsigned int, not int, for
46060         bitset pieces used as boolean, to avoid undefined behavior
46061         on hosts that do int overflow checking.
46062
46063 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46064
46065         * config/srclist.txt: Add glibc bugs 1285-1287.
46066
46067 2005-09-01  Jim Meyering  <jim@meyering.net>
46068
46069         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
46070         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
46071         Require gl_STAT_MACROS, too.
46072
46073 2005-09-01  Bruno Haible  <bruno@clisp.org>
46074
46075         * gnulib-tool (import): In the first-use case, provide defaults.
46076
46077 2005-09-01  Bruno Haible  <bruno@clisp.org>
46078
46079         * gnulib-tool (func_import): Remove the .tmp files.
46080
46081 2005-09-01  Bruno Haible  <bruno@clisp.org>
46082
46083         * gnulib-tool (func_import): Fix handling of symbolic links.
46084
46085 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46086
46087         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
46088         old glibc regex code mishandles strings longer than 2**31 bytes.
46089         This patch fixes this when the regex code is used in gnulib
46090         (i.e., outside glibc).
46091
46092         This patch should not affect the use of the regex code inside
46093         glibc.  No doubt this problem also needs to be handled for glibc
46094         as well, but the result will be an incompatible change to the
46095         glibc ABI, and the old ABI will have to be supported too.  That
46096         can be the the subject for another patch.
46097
46098         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
46099         governing whether the rest of this patch is active.  By default,
46100         the macro is disabled and the patch has no effect.
46101         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
46102         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
46103         (struct re_pattern_buffer, re_search, re_search_2, re_match):
46104         (re_match_2, re_set_registers): Use the new types.
46105         * lib/regex_internal.h (Idx, re_hashval_t): New types.
46106         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
46107         New macros.
46108         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
46109         (re_string_context_at, bin_tree_t, re_dfastate_t):
46110         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
46111         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
46112         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
46113         (re_string_char_size_at, re_string_wchar_at):
46114         (re_string_elem_size_at):
46115         Use the new types and macros to port to 64-bit hosts.
46116         Use unsigned types for internal values, so that the code
46117         mostly works even for arrays larger than SSIZE_MAX.
46118         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
46119         (search_duplicated_node, calc_eclosure_iter, fetch_number):
46120         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
46121         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
46122         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
46123         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
46124         (calc_inveclosure, parse_dup_op, build_range_exp):
46125         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
46126         (fetch_number, create_token_tree, mark_opt_subexp):
46127         Likewise.
46128         * lib/regex_internal.c (re_string_construct_common,
46129         create_ci_newstate):
46130         (create_cd_newstate, re_string_allocate, re_string_construct):
46131         (re_string_realloc_buffers, build_wcs_upper_buffer):
46132         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46133         (re_string_reconstruct, re_string_peek_byte_case):
46134         (re_string_fetch_byte_case, re_string_context_at):
46135         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46136         (re_node_set_init_copy, re_node_set_add_intersect):
46137         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46138         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46139         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46140         (re_acquire_state, re_acquire_state_context, register_state):
46141         Likewise.
46142         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
46143         search_cur_bkref_entry):
46144         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
46145         (re_search_internal, re_search_2_stub, re_search_stub)
46146         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
46147         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
46148         (update_cur_sifted_state, check_dst_limits):
46149         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46150         (check_subexp_limits, sift_states_bkref, merge_state_array):
46151         (check_subexp_matching_top, get_subexp, get_subexp_sub):
46152         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
46153         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
46154         (expand_bkref_cache, check_node_accept_bytes):
46155         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
46156         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
46157         (acquire_init_state_context, check_halt_node_context):
46158         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
46159         (sift_states_backward, clean_state_log_if_needed):
46160         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
46161         (find_recover_state, transit_state_sb, transit_state_mb):
46162         (transit_state_bkref, build_trtable, match_ctx_clean):
46163         Likewise.
46164         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
46165         to work around an assumption that REG_MISSING is negative.
46166
46167         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
46168         (seek_collating_symbol_entry) [defined _LIBC]:
46169         (lookup_collation_sequence_value) [defined _LIBC]:
46170         (build_range_exp, build_collating_symbol) [defined _LIBC]:
46171         Use prototypes rather than old-style function definitions.
46172         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
46173         (transit_state_sb) [0]:
46174         (find_collation_sequence_value) [defined _LIBC]: Likewise.
46175
46176         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
46177         rm_eo.
46178
46179         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
46180         (optimize_subexps, lower_subexp):
46181         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
46182         since the signed shift might overflow.  Use 1u<<31 instead.
46183         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46184         Likewise.
46185         * lib/regexec.c (check_dst_limits_calc_pos_1,
46186         check_subexp_matching_top): Likewise.
46187
46188         * lib/regcomp.c (optimize_subexps, lower_subexp):
46189         Use CHAR_BIT rather than 8, for clarity.
46190         * lib/regexec.c (check_dst_limits_calc_pos_1):
46191         (check_subexp_matching_top): Likewise.
46192         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
46193         have to worry about portability issues when shifting it left.
46194         Remove no-longer-needed test for table_size > 0.
46195         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
46196         in a word, as the resulting behavior is undefined.
46197         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
46198         in one case, a <= should have been an <, and in another case the
46199         whole test was missing.
46200         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
46201         the standard name CHAR_BIT.
46202         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
46203         this is not true on one's complement and signed-magnitude hosts.
46204
46205         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
46206         next_last_offset.
46207         (struct re_dfa_t): Remove unused member states_alloc.
46208         * lib/regcomp.c (init_dfa): Don't initialize unused members.
46209
46210 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46211
46212         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
46213         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
46214         and large-file glibc and in 32-bit large-file Solaris.
46215
46216 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46217
46218         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
46219         lengths fit in regoff_t; this isn't true if regoff_t is the same
46220         width as size_t.
46221         * lib/regex.c (re_search_internal): 5th arg is LAST_START
46222         (= START + RANGE) instead of RANGE.  This avoids overflow
46223         problems when regoff_t is the same width as size_t.
46224         All callers changed.
46225         (re_search_2_stub): Check for overflow when adding the
46226         sizes of the two strings.
46227         (re_search_stub): Check for overflow when adding START
46228         to RANGE; if it occurs, substitute the extreme value.
46229
46230 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46231
46232         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
46233
46234 2005-08-31  Jim Meyering  <jim@meyering.net>
46235
46236         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
46237         a pointer-to-const.
46238         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
46239         (register_state): Likewise.
46240         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
46241         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46242         (group_nodes_into_DFAstates): Likewise.
46243
46244 2005-08-31  Jim Meyering  <jim@meyering.net>
46245
46246         * check-module: Add a FIXME comment.
46247
46248 2005-08-31  Eric Blake  <ebb9@byu.net>
46249
46250         * modules/unistd-safer (Files): Add unistd--.h.
46251         * modules/stdio-safer (Files): Add stdio--.h.
46252
46253 2005-08-31  Derek Price  <derek@ximbiot.com>
46254
46255         * lib/getdelim.c (getdelim): Return EOF on EOF.
46256         Reported by Larry Jones <lawrence.jones@ugs.com>.
46257
46258 2005-08-31  Bruno Haible  <bruno@clisp.org>
46259
46260         Avoid unnecessary diffs in the generated lib/Makefile.am.
46261         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
46262         the generated files.
46263         (func_import): Don't set cmd.
46264
46265 2005-08-31  Bruno Haible  <bruno@clisp.org>
46266
46267         * lib/strstr.c: Include <stddef.h>, for NULL.
46268         * lib/strcasestr.c: Likewise.
46269         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46270
46271 2005-08-31  Bruno Haible  <bruno@clisp.org>
46272
46273         * gnulib-tool: New option --macro-prefix.
46274         (func_import): Use macro_prefix.
46275         (import): Handle option --macro-prefix.
46276
46277 2005-08-31  Bruno Haible  <bruno@clisp.org>
46278
46279         * gnulib-tool (import): Rename most ac_* variables to cached_*.
46280         Also use new variables cached_lgpl, cached_libtool.
46281
46282 2005-08-31  Bruno Haible  <bruno@clisp.org>
46283
46284         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
46285         always instantiating them.
46286
46287 2005-08-31  Bruno Haible  <bruno@clisp.org>
46288
46289         * gnulib-tool (func_import): Read the previous cached settings
46290         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
46291         earlier added by gnulib but are now dropped. Warn when a gnulib file
46292         overwrites a non-gnulib file.
46293
46294 2005-08-31  Bruno Haible  <bruno@clisp.org>
46295
46296         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
46297         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
46298         projects that don't keep autogenerated files in CVS. Put into
46299         actioncmd only the specified modules, not the transitive closure.
46300
46301 2005-08-31  Bruno Haible  <bruno@clisp.org>
46302
46303         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
46304         Create directories that shall be filled.
46305         (import): Don't look for gl_* macros in configure.ac. Recurse across
46306         all directories containing a gnulib-cache.m4 files, if meaningful.
46307
46308 2005-08-31  Bruno Haible  <bruno@clisp.org>
46309
46310         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
46311         (import): Set seen_libtool when we see gl_LIBTOOL.
46312
46313 2005-08-31  Bruno Haible  <bruno@clisp.org>
46314
46315         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
46316         declaration macro definitions from generated gnulib.m4.
46317
46318 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
46319
46320         * lib/iconvme.h: Add prototype for iconv_alloc.
46321
46322 2005-08-29  Simon Josefsson  <jas@extundo.com>
46323
46324         * lib/iconvme.c: Fix errno.
46325
46326 2005-08-29  Bruno Haible  <bruno@clisp.org>
46327
46328         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
46329         that it works when the directory contains spaces.
46330
46331 2005-08-29  Bruno Haible  <bruno@clisp.org>
46332
46333         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
46334
46335 2005-08-29  Bruno Haible  <bruno@clisp.org>
46336
46337         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
46338         Emit more advice.
46339
46340 2005-08-29  Bruno Haible  <bruno@clisp.org>
46341         and Stepan Kasal  <kasal@ucw.cz>
46342
46343         * check-module: If more parameters are given, check each of them
46344         separately; add more exceptions, as noted by Jim Meyering.
46345         (check_module): New procedure.
46346         (%exempt_header): Now contains all exceptions.
46347
46348 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
46349
46350         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
46351
46352 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
46353
46354         * lib/iconvme.c: Split iconv_string into iconv_alloc.
46355
46356 2005-08-28  Bruno Haible  <bruno@clisp.org>
46357
46358         * m4/gnulib-tool.m4: New file.
46359
46360 2005-08-27  Jim Meyering  <jim@meyering.net>
46361
46362         * modules/unistd-safer (Files): Add pipe-safer.c.
46363         * modules/fcntl-safer (Files): Add creat-safer.c.
46364
46365 2005-08-27  Jim Meyering  <jim@meyering.net>
46366
46367         * m4/stdlib-safer.m4: New file.  From coreutils.
46368         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
46369         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
46370         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
46371         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
46372         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
46373
46374 2005-08-27  Jim Meyering  <jim@meyering.net>
46375
46376         * lib/fopen-safer.c: Merge minor changes from coreutils.
46377         * lib/dup-safer.c: Likewise.
46378         * lib/fd-safer.c: Likewise.
46379
46380         Merge from coreutils.
46381         * lib/stdio--.h: New file.
46382         * lib/stdlib--.h: New file.
46383         * lib/mkstemp-safer.c: New file.
46384
46385         GNU tar needs these.
46386         * lib/pipe-safer.c: New file.
46387         * lib/creat-safer.c: New file.
46388         * lib/fcntl--.h (creat): Define to creat_safer.
46389         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
46390         * lib/unistd--.h (pipe): Define to pipe_safer.
46391         * lib/unistd-safer.h: Declare pipe_safer.
46392
46393 2005-08-26  Simon Josefsson  <jas@extundo.com>
46394
46395         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
46396         Haible <bruno@clisp.org>.
46397
46398 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
46399
46400         * lib/regex_internal.h: Remove all references to
46401         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
46402         or better.
46403         (bitset_not, bitset_merge, bitset_not_merge):
46404         (bitset_mask, re_string_allocate, re_string_construct):
46405         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
46406         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
46407         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
46408         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
46409         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46410         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46411         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
46412         (re_acquire_state_context):
46413         Remove unnecessary forward decls.
46414         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
46415         Put __attribute at function definition,
46416         now that the function decl has been removed.
46417         * lib/regex_internal.c (re_string_peek_byte_case):
46418         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
46419         Likewise.
46420
46421 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
46422
46423         * m4/regex.m4: Add AC_PREREQ(2.50).
46424         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
46425
46426 2005-08-25  Simon Josefsson  <jas@extundo.com>
46427
46428         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
46429         __fsetlocking.
46430
46431 2005-08-25  Simon Josefsson  <jas@extundo.com>
46432
46433         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
46434         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
46435         GLIBC specific code.
46436
46437 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46438
46439         Make regex safe for g++.  This fixes one real bug (an "err"
46440         that should have been "*err").  g++ problem reported by
46441         Sam Steingold.
46442         * lib/regex_internal.h (re_calloc): New macro, consistent with
46443         re_malloc etc.  All callers of calloc changed to use re_calloc.
46444         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
46445         not int.  All callers changed.
46446         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
46447         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
46448         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
46449         (find_recover_state): Change "err" to "*err"; this fixes what
46450         appears to be a real bug.
46451         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
46452         versus int.
46453
46454 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46455
46456         * modules/regex (Depends-on): Add malloc, since the code
46457         assumes that !malloc(0) means failure.
46458
46459 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46460
46461         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
46462
46463         alloca modernization/simplification for regex.
46464         * lib/regex.c: Remove portability cruft for alloca.  This no longer
46465         needs to be at the start of the file, and can be moved into
46466         regex_internal.h and simplified.
46467         * lib/regex_internal.h: Include <alloca.h>.
46468         (__libc_use_alloca) [!defined _LIBC]: New macro.
46469         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
46470         now works outside glibc.
46471
46472 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46473
46474         * config/srclist.txt: Add glibc bugs 1241, 1245.
46475
46476 2005-08-25  Jim Meyering  <jim@meyering.net>
46477
46478         * lib/open-safer.c: Include <config.h>.
46479         Otherwise, we'd lose LARGEFILE support in any file using
46480         e.g. "fcntl--.h"
46481
46482 2005-08-25  Bruno Haible  <bruno@clisp.org>
46483
46484         * m4/minmax.m4: Require autoconf 2.52.
46485         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
46486         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
46487         alternatives of translit over the alphabet.
46488         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
46489
46490 2005-08-24  Simon Josefsson  <jas@extundo.com>
46491
46492         * tests/test-getpass.c: New file.
46493
46494 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46495
46496         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
46497         for GNU regex features.
46498
46499 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46500
46501         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
46502         * lib/regex.h (regerror): Likewise.
46503
46504         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
46505         requires this.  (The code never needed it.)
46506
46507         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
46508         All uses of recently-renamed identifiers changed to use the new,
46509         POSIX-compliant names.  The code will build and run just fine
46510         without these changes, but it's better to eat our own dog food
46511         and use the standard-conforming names.
46512
46513         * lib/regex.h: Fix a multitude of POSIX name space violations.
46514         These changes have an effect only for programs that define
46515         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
46516         do not change anything for programs compiled in the normal way.
46517         Also, there is no effect on the ABI.
46518
46519         (_REGEX_SOURCE): New macro.
46520         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
46521         defined and _GNU_SOURCE is not; this fixes a name space violation.
46522
46523         Rename the following macros to obey POSIX requirements.
46524         The old names are still visible as macros if _REGEX_SOURCE is defined.
46525         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
46526         RE_BACKSLASH_ESCAPE_IN_LISTS.
46527         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
46528         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
46529         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
46530         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
46531         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
46532         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
46533         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
46534         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
46535         (REG_INTERVALS): renamed from RE_INTERVALS.
46536         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
46537         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
46538         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
46539         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
46540         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
46541         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
46542         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
46543         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
46544         RE_UNMATCHED_RIGHT_PAREN_ORD.
46545         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
46546         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
46547         (REG_DEBUG): renamed from RE_DEBUG.
46548         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
46549         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
46550         unusual, since we can't clash with the POSIX REG_ICASE.
46551         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
46552         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
46553         (REG_NO_SUB): renamed from RE_NO_SUB.
46554         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
46555         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
46556         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
46557         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
46558         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
46559         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
46560         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
46561         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
46562         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
46563         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
46564         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
46565         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
46566         RE_SYNTAX_POSIX_MINIMAL_BASIC.
46567         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
46568         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
46569         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
46570         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
46571         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
46572         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
46573         (REG_FIXED): Renamed from REGS_FIXED.
46574         (REG_NREGS): Renamed from RE_NREGS.
46575
46576         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
46577         of other REG_* macros, since POSIX says the user is allowed to
46578         #undef these macros selectively.
46579
46580         (reg_errcode_t): Update comment stating what other tables need
46581         to be consistent.
46582
46583         Rename the following enum values to obey POSIX requirements.
46584         The old names are still visible as macros.
46585         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
46586         is not defined, since GNU is supposed to be a superset of POSIX as
46587         much as possible, and since we want reg_errcode_t to be a signed
46588         type for implementation consistency.
46589         (_REG_NOERROR): Renamed from REG_NOERROR.
46590         (_REG_NOMATCH): Renamed from REG_NOMATCH.
46591         (_REG_BADPAT): Renamed from REG_BADPAT.
46592         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
46593         (_REG_ECTYPE): Renamed from REG_ECTYPE.
46594         (_REG_EESCAPE): Renamed from REG_EESCAPE.
46595         (_REG_ESUBREG): Renamed from REG_ESUBREG.
46596         (_REG_EBRACK): Renamed from REG_EBRACK.
46597         (_REG_EPAREN): Renamed from REG_EPAREN.
46598         (_REG_EBRACE): Renamed from REG_EBRACE.
46599         (_REG_BADBR): Renamed from REG_BADBR.
46600         (_REG_ERANGE): Renamed from REG_ERANGE.
46601         (_REG_ESPACE): Renamed from REG_ESPACE.
46602         (_REG_BADRPT): Renamed from REG_BADRPT.
46603         (_REG_EEND): Renamed from REG_EEND.
46604         (_REG_ESIZE): Renamed from REG_ESIZE.
46605         (_REG_ERPAREN): Renamed from REG_ERPAREN.
46606         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
46607         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
46608         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
46609         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
46610
46611         (_REG_RE_NAME, _REG_RM_NAME): New macros.
46612         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
46613         changed.  But support the old name if the new one is not defined
46614         and if _REGEX_SOURCE.
46615
46616         Change the following member names in struct re_pattern_buffer.
46617         The old names are still supported if !_REGEX_SOURCE.
46618         The new names are always supported, regardless of _REGEX_SOURCE.
46619         (re_buffer): Renamed from buffer.
46620         (re_allocated): Renamed from allocated.
46621         (re_used): Renamed from used.
46622         (re_syntax): Renamed from syntax.
46623         (re_fastmap): Renamed from fastmap.
46624         (re_translate): Renamed from translate.
46625         (re_can_be_null): Renamed from can_be_null.
46626         (re_regs_allocated): Renamed from regs_allocated.
46627         (re_fastmap_accurate): Renamed from fastmap_accurate.
46628         (re_no_sub): Renamed from no_sub.
46629         (re_not_bol): Renamed from not_bol.
46630         (re_not_eol): Renamed from not_eol.
46631         (re_newline_anchor): Renamed from newline_anchor.
46632
46633         Change the following member names in struct re_registers.
46634         The old names are still supported if !_REGEX_SOURCE.
46635         The new names are always supported, regardless of _REGEX_SOURCE.
46636         (rm_num_regs): Renamed from num_regs.
46637         (rm_start): Renamed from start.
46638         (rm_end): Renamed from end.
46639
46640         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
46641         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
46642         Prepend __ to parameter names.
46643
46644         Undo yesterday's changes.
46645
46646 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46647
46648         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
46649         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
46650         lib/regex.c.
46651
46652 2005-08-24  Jim Meyering  <jim@meyering.net>
46653
46654         Sync from coreutils.
46655         * m4/fcntl-safer.m4: New file.
46656
46657         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
46658         and object files for this module.
46659
46660 2005-08-24  Jim Meyering  <jim@meyering.net>
46661
46662         Sync from coreutils.
46663         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
46664
46665 2005-08-24  Jim Meyering  <jim@meyering.net>
46666
46667         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
46668         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
46669
46670 2005-08-24  Jim Meyering  <jim@meyering.net>
46671
46672         * modules/fcntl-safer: New module.
46673         * modules/fts (Depends-on): Add fcntl-safer.
46674         * MODULES.html.sh (File descriptor based Input/Output):
46675         Add fcntl-safer.
46676
46677 2005-08-24  Bruno Haible  <bruno@clisp.org>
46678
46679         Support for unit test modules.
46680         * modules/README: Mention tests modules.
46681         * modules/TEMPLATE-TESTS: New file.
46682         * gnulib-tool: New options --extract-tests-module, --with-tests and
46683         --tests-base (unused for the moment).
46684         (testsbase, inctests): New variables.
46685         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
46686         (func_verify_module): Exclude TEMPLATE-TESTS.
46687         (func_verify_nontests_module, func_verify_tests_module): New functions.
46688         (func_get_dependencies): Add implicit dependency for tests modules.
46689         (func_get_tests_module): New function.
46690         (func_modules_transitive_closure): When --with-tests was specified,
46691         include the unit tests as well, unless explicitly avoided.
46692         (func_emit_lib_Makefile_am): Ignore the tests modules here.
46693         (func_emit_tests_Makefile_am): New function.
46694         (func_create_testdir): When --with-tests was specified, emit a
46695         tests/ directory.
46696         * MODULES.html.sh (Future developments): Update.
46697
46698 2005-08-24  Bruno Haible  <bruno@clisp.org>
46699
46700         * modules/tls-tests: New file.
46701         * tests/test-tls.c: New file, from GNU gettext.
46702
46703 2005-08-24  Bruno Haible  <bruno@clisp.org>
46704
46705         * modules/lock-tests: New file.
46706         * tests/test-lock.c: New file, from GNU gettext.
46707
46708 2005-08-24  Bruno Haible  <bruno@clisp.org>
46709
46710         * lib/lock.h: Add multiple inclusion guard.
46711         * lib/tls.h: Add multiple inclusion guard.
46712
46713 2005-08-24  Bruno Haible  <bruno@clisp.org>
46714
46715         * gnulib-tool: Add support for the --aux-dir option to
46716         --create-testdir, --create-megatestdir, --test, --megatest.
46717         (func_create_testdir, func_create_megatestdir): Optionally emit a
46718         AC_CONFIG_AUX_DIR directive.
46719         (create-testdir, create-megatestdir, test, megatest): Provide a
46720         default value for $auxdir.
46721
46722 2005-08-24  Bruno Haible  <bruno@clisp.org>
46723
46724         * gnulib-tool (import): Use compound statement instead of subshell
46725         where possible.
46726
46727 2005-08-24  Bruno Haible  <bruno@clisp.org>
46728
46729         * gnulib-tool (import): Change --aux-dir default to "build-aux".
46730
46731 2005-08-24  Bruno Haible  <bruno@clisp.org>
46732
46733         * gnulib-tool (func_version): Update.
46734
46735 2005-08-24  Bruno Haible  <bruno@clisp.org>
46736
46737         * gnulib-tool (func_import, func_create_testdir,
46738         func_create_megatestdir): Quote all autoconf macro arguments.
46739
46740 2005-08-24  Bruno Haible  <bruno@clisp.org>
46741
46742         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
46743         option --force, because --force causes the aclocal.m4 of each
46744         subdirectory to be newer than the corresponding config.h.in.
46745
46746 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
46747
46748         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
46749         All contents moved to gl_REGEX.
46750         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
46751         assume that it does.
46752
46753 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
46754
46755         * lib/regex.h (REG_NOSYS)
46756         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
46757         Define, since POSIX requires it as of 2001.
46758         (_REG_ENOSYS)
46759         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
46760         New private symbol, used to keep the enum signed in all cases.
46761         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
46762         Youngman in
46763         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
46764
46765         * lib/regex_internal.c (re_string_skip_chars, register_state):
46766         (calc_state_hash):
46767         Remove forward decls; no longer needed now that we use prototypes.
46768         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
46769         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
46770         (clean_state_log_if_needed): Likewise.
46771
46772 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
46773
46774         * config/srclist.txt: Add glibc bugs 1231-1233.
46775
46776 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46777
46778         Fix problems reported by Sam Steingold in
46779         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
46780         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
46781         assumed that reg_errcode_t is a signed type, which is not
46782         necessarily true if _XOPEN_SOURCE is not defined.
46783         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
46784         since some compilers warn about it otherwise.
46785
46786 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46787
46788         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
46789         (init_word_char, create_initial_state, duplicate_node_closure):
46790         (fetch_token, peek_token_bracket, build_range_exp):
46791         (build_collating_symbol): Remove forward decls; no longer needed
46792         now that we use prototypes.
46793
46794         * lib/regcomp.c:
46795         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
46796         (re_compile_fastmap_iter, regcomp, regerror, regfree):
46797         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
46798         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
46799         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
46800         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
46801         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
46802         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
46803         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
46804         (build_range_exp, build_collating_symbol, parse_bracket_exp):
46805         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
46806         (build_charclass, build_charclass_op, fetch_number, create_tree):
46807         (create_token_tree, mark_opt_subexp, duplicate_tree):
46808         Use prototypes rather than old-style definitions.
46809
46810         * lib/regex_internal.c:
46811         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
46812         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
46813         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46814         (re_string_reconstruct, re_string_peek_byte_case):
46815         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
46816         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46817         (re_node_set_init_copy, re_node_set_add_intersect):
46818         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46819         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46820         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46821         (re_acquire_state, re_acquire_state_context, register_state):
46822         (create_ci_newstate, create_cd_newstate, free_state):
46823         Likewise.
46824         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
46825         re_search_2):
46826         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
46827         (re_search_internal, prune_impossible_nodes):
46828         (acquire_init_state_context, check_matching, static):
46829         (check_halt_node_context, check_halt_state_context, proceed_next_node):
46830         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
46831         (update_regs, sift_states_backward, build_sifted_states):
46832         (clean_state_log_if_needed, merge_state_array):
46833         (update_cur_sifted_state, add_epsilon_src_nodes):
46834         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
46835         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
46836         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
46837         (find_recover_state, check_subexp_matching_top, transit_state_mb):
46838         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
46839         (check_arrival, check_arrival_add_next_nodes):
46840         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
46841         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46842         (check_node_accept_bytes, check_node_accept, extend_buffers):
46843         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
46844         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
46845         (sift_ctx_init):
46846         Likewise.
46847
46848         * lib/regex_internal.h:
46849         (re_string_allocate, re_string_construct, re_string_reconstruct):
46850         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
46851         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
46852         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
46853         (re_string_context_at, re_string_peek_byte_case):
46854         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
46855         is defined, since we now use prototypes always.
46856
46857         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
46858         C89 or better.  All uses removed.
46859
46860 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46861
46862         * config/srclist.txt: Add glibc bugs 1220-1227.
46863
46864 2005-08-20  Jim Meyering  <jim@meyering.net>
46865
46866         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
46867         of unused local, dfa.
46868
46869 2005-08-20  Bruno Haible  <bruno@clisp.org>
46870
46871         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
46872
46873 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46874
46875         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
46876         (re_node_set_insert_last, re_dfa_add_node):
46877         Rename local variables to avoid GCC shadowing warnings.
46878
46879 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46880
46881         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
46882         [defined lint]: Suppress bogus uninitialized-variable warnings.
46883
46884         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
46885         and let the caller return REG_ESPACE if out of space.  This
46886         removes an uninitialied-variable warning with GCC 4.0.1, and also
46887         avoids taking the address of a local variable.  All callers
46888         changed.
46889
46890 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46891
46892         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
46893         $LIBCSRC/posix/regexec.c.
46894         Add glibc bug 1217 for regcomp.c.
46895
46896 2005-08-19  Jim Meyering  <jim@meyering.net>
46897
46898         * lib/regexec.c (proceed_next_node): Redo local variables to
46899         avoid GCC shadowing warnings.
46900
46901 2005-08-18  Bruno Haible  <bruno@clisp.org>
46902
46903         * lib/strstr.c (strstr): Fix return value in multibyte case.
46904         * lib/strcasestr.c (strcasestr): Likewise.
46905
46906 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
46907
46908         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
46909
46910 2005-08-17  Jim Meyering  <jim@meyering.net>
46911
46912         Make the %s format (seconds since the epoch) work for a negative
46913         number and when used with a zero-padded field width, e.g. %015s.
46914
46915         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
46916         label so that it precedes the code to set `digits'.  Otherwise,
46917         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
46918         print `00-22'.  Now, it prints `-0022', as it should.
46919
46920 2005-08-17  Bruno Haible  <bruno@clisp.org>
46921
46922         * modules/strstr (Files): Add m4/mbrtowc.m4.
46923         (Depends-on): Add mbuiter.
46924
46925 2005-08-17  Bruno Haible  <bruno@clisp.org>
46926
46927         * modules/strcasestr: New file.
46928         * MODULES.html.sh (String handling, based on ANSI C 89): Add
46929         strcasestr.
46930
46931 2005-08-17  Bruno Haible  <bruno@clisp.org>
46932
46933         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
46934
46935 2005-08-17  Bruno Haible  <bruno@clisp.org>
46936
46937         * modules/mbuiter: New file.
46938         * MODULES.html.sh (Extended multibyte and wide character utilities):
46939         Add mbuiter.
46940
46941 2005-08-17  Bruno Haible  <bruno@clisp.org>
46942
46943         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
46944         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
46945
46946 2005-08-17  Bruno Haible  <bruno@clisp.org>
46947
46948         * m4/strcasestr.m4: New file.
46949
46950 2005-08-17  Bruno Haible  <bruno@clisp.org>
46951
46952         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
46953         * lib/strstr.c: Completely rewritten, with multibyte locale support.
46954
46955 2005-08-17  Bruno Haible  <bruno@clisp.org>
46956
46957         * lib/strcasestr.h: New file.
46958         * lib/strcasestr.c: New file.
46959
46960 2005-08-17  Bruno Haible  <bruno@clisp.org>
46961
46962         * lib/strcasecmp.c: Use mbuiter.h.
46963
46964 2005-08-17  Bruno Haible  <bruno@clisp.org>
46965
46966         * lib/mbuiter.h: New file.
46967
46968 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
46969
46970         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
46971         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
46972         and gl_GETOPT are both invoked via different paths (as happens
46973         with GNU tar CVS because it uses both argp and getopt), the former
46974         wins.
46975
46976 2005-08-16  Bruno Haible  <bruno@clisp.org>
46977
46978         * modules/tls: New file.
46979         * MODULES.html.sh (Multithreading): Add tls.
46980
46981 2005-08-16  Bruno Haible  <bruno@clisp.org>
46982
46983         * modules/strnlen1: New file.
46984         * MODULES.html.sh (String handling): Add strnlen1.
46985
46986 2005-08-16  Bruno Haible  <bruno@clisp.org>
46987
46988         * modules/strcase (Files): Add m4/mbrtowc.m4.
46989         (Depends-on): Add strnlen1, mbchar.
46990
46991 2005-08-16  Bruno Haible  <bruno@clisp.org>
46992
46993         * modules/mbiter: New file.
46994         * MODULES.html.sh (Extended multibyte and wide character utilities):
46995         Add mbiter.
46996
46997 2005-08-16  Bruno Haible  <bruno@clisp.org>
46998
46999         * modules/mbfile: New file.
47000         * MODULES.html.sh (Extended multibyte and wide character utilities):
47001         Add mbfile.
47002
47003 2005-08-16  Bruno Haible  <bruno@clisp.org>
47004
47005         * modules/mbchar: New file.
47006         * MODULES.html.sh (Extended multibyte and wide character utilities):
47007         New section.
47008
47009 2005-08-16  Bruno Haible  <bruno@clisp.org>
47010
47011         * m4/tls.m4: New file, from GNU gettext.
47012
47013 2005-08-16  Bruno Haible  <bruno@clisp.org>
47014
47015         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
47016         always.
47017         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
47018
47019 2005-08-16  Bruno Haible  <bruno@clisp.org>
47020
47021         * m4/mbiter.m4: New file.
47022
47023 2005-08-16  Bruno Haible  <bruno@clisp.org>
47024
47025         * m4/mbfile.m4: New file.
47026
47027 2005-08-16  Bruno Haible  <bruno@clisp.org>
47028
47029         * m4/mbchar.m4: New file.
47030
47031 2005-08-16  Bruno Haible  <bruno@clisp.org>
47032
47033         * lib/tls.h: New file, from GNU gettext.
47034         * lib/tls.c: New file, from GNU gettext.
47035
47036 2005-08-16  Bruno Haible  <bruno@clisp.org>
47037
47038         * lib/strnlen1.h: New file.
47039         * lib/strnlen1.c: New file.
47040
47041 2005-08-16  Bruno Haible  <bruno@clisp.org>
47042
47043         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
47044         (mbi_init): Update.
47045         (mbi_avail, mbi_advance): Let the iteration end before the terminating
47046         NUL byte, not after it.
47047
47048 2005-08-16  Bruno Haible  <bruno@clisp.org>
47049
47050         * lib/strcase.h (strcasecmp): Add note in comments.
47051         * lib/strncasecmp.c: Use code from strcasecmp.c.
47052         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
47053         (strcasecmp): Work correctly in multibyte locales.
47054
47055 2005-08-16  Bruno Haible  <bruno@clisp.org>
47056
47057         * lib/mbiter.h: New file.
47058
47059 2005-08-16  Bruno Haible  <bruno@clisp.org>
47060
47061         * lib/mbfile.h: New file.
47062
47063 2005-08-16  Bruno Haible  <bruno@clisp.org>
47064
47065         * lib/mbchar.h: New file.
47066         * lib/mbchar.c: New file.
47067
47068 2005-08-16  Bruno Haible  <bruno@clisp.org>
47069
47070         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
47071         the valid ones. Makes the comparison operations transitive:
47072         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
47073         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
47074
47075 2005-08-15  Simon Josefsson  <jas@extundo.com>
47076
47077         * modules/ssize_t (License): Change to 'unlimited'.
47078
47079         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
47080
47081 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
47082
47083         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
47084         Add comments for each pending glibc patch.
47085
47086 2005-08-15  Bruno Haible  <bruno@clisp.org>
47087
47088         * lib/regex.h (__restrict_arr): Don't define to __restrict if
47089         __cplusplus is defined.
47090
47091 2005-08-14  Jim Meyering  <jim@meyering.net>
47092
47093         Sync from coreutils.
47094
47095         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
47096         Use the hash-table-based cycle-detection code not just when
47097         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
47098         Reported by James Youngman in
47099         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
47100         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
47101         FTS_TIGHT_CYCLE_CHECK.
47102         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
47103         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
47104         once again.
47105         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
47106         * lib/fts.c (fd_safer): Remove decl.
47107         Include fcntl--.h rather than unistd-safer.h
47108         (fts_safe_changedir): Don't call fd_safer; no longer needed
47109         now that we include fcntl--.h.
47110
47111 2005-08-12  Simon Josefsson  <jas@extundo.com>
47112
47113         * modules/getndelim2: Use ssize_t module.
47114         * modules/getnline: Likewise.
47115         * modules/safe-read: Likewise.
47116         * modules/xreadlink: Likewise.
47117
47118         * modules/ssize_t: New file.
47119
47120 2005-08-12  Simon Josefsson  <jas@extundo.com>
47121
47122         * m4/readline.m4: Look for termcap, curses or ncurses if required.
47123
47124 2005-08-12  Simon Josefsson  <jas@extundo.com>
47125
47126         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47127         ssize_t.
47128
47129 2005-08-12  Simon Josefsson  <jas@extundo.com>
47130
47131         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
47132         readline, getdelim and check_version.
47133         (Support for systems lacking ISO C 99: Sizes of integer types):
47134         Add size_max.
47135
47136 2005-08-12  Bruno Haible  <bruno@clisp.org>
47137
47138         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
47139
47140 2005-08-11  Simon Josefsson  <jas@extundo.com>
47141
47142         * modules/readline: New file.
47143
47144         * modules/strnlen (Files): Add strnlen.h.
47145
47146 2005-08-11  Simon Josefsson  <jas@extundo.com>
47147
47148         * m4/readline.m4: New file.
47149
47150 2005-08-11  Simon Josefsson  <jas@extundo.com>
47151
47152         * lib/readline.h, readline.c: New file.
47153
47154 2005-08-11  Simon Josefsson  <jas@extundo.com>
47155
47156         * doc/gnulib.texi (Initial import, Finishing touches): Mention
47157         gl_AVOID.
47158
47159 2005-08-11  Bruno Haible  <bruno@clisp.org>
47160
47161         * lib/strnlen.h (strnlen): Change parameter name to match comment.
47162
47163 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
47164
47165         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
47166
47167 2005-08-10  Simon Josefsson  <jas@extundo.com>
47168
47169         * tests/test-iconvme.c: New file.
47170
47171 2005-08-10  Simon Josefsson  <jas@extundo.com>
47172
47173         * m4/strnlen.m4: New file.
47174
47175         * m4/strndup.m4: Don't check for strnlen declaration, done in
47176         strnlen.m4.
47177
47178 2005-08-10  Simon Josefsson  <jas@extundo.com>
47179
47180         * lib/strndup.c: Use strnlen.h.
47181
47182         * lib/strnlen.h: New file.
47183
47184 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47185
47186         * README: Typos.
47187
47188 2005-08-02  Simon Josefsson  <jas@extundo.com>
47189
47190         * modules/readline: New file.
47191
47192 2005-08-02  Simon Josefsson  <jas@extundo.com>
47193
47194         * modules/getdelim: New file.
47195
47196         * modules/getline: Rewrite, don't use getndelim2.
47197
47198 2005-08-02  Simon Josefsson  <jas@extundo.com>
47199
47200         * m4/getline.m4: Separate out getdelim stuff into separate module.
47201
47202         * m4/getdelim.m4: New file.
47203
47204 2005-08-02  Simon Josefsson  <jas@extundo.com>
47205
47206         * lib/getline.h, getline.c: Rewrite.
47207
47208         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
47209
47210 2005-07-31  Bruno Haible  <bruno@clisp.org>
47211
47212         * lib/lock.h (gl_lock_initializer): New macro.
47213         (gl_lock_define_initialized): Use it.
47214         (gl_rwlock_initializer): New macro.
47215         (gl_rwlock_define_initialized): Use it.
47216         (gl_recursive_lock_initializer): New macro.
47217         (gl_recursive_lock_define_initialized): Use it.
47218
47219 2005-07-30  Karl Berry  <karl@gnu.org>
47220
47221         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
47222         Report from Ben Pfaff, regarding getopt.
47223
47224 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
47225
47226         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
47227         normal way.
47228         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
47229         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
47230         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
47231         (gl_GETOPT): Use the new macros.  Most of the implementation
47232         is moved to the new macros.  This is for programs like Emacs
47233         that don't want all the functionality of gl_GETOPT.
47234
47235 2005-07-26  Bruno Haible  <bruno@clisp.org>
47236
47237         * m4/lock.m4: Update from GNU gettext.
47238
47239 2005-07-26  Bruno Haible  <bruno@clisp.org>
47240
47241         * lib/lock.h: Update from GNU gettext.
47242         * lib/lock.c: Update from GNU gettext.
47243
47244 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
47245
47246         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
47247         obsolescent AC_TRY_RUN.  Include the default includes files, for
47248         'exit'.
47249
47250 2005-07-24  Bruno Haible  <bruno@clisp.org>
47251
47252         * modules/visibility: New file.
47253         * MODULES.html.sh (Misc): Add visibility.
47254
47255 2005-07-24  Bruno Haible  <bruno@clisp.org>
47256
47257         * m4/visibility.m4: New file.
47258
47259 2005-07-24  Bruno Haible  <bruno@clisp.org>
47260
47261         * doc/visibility.texi: New file.
47262
47263 2005-07-22  Bruno Haible  <bruno@clisp.org>
47264
47265         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
47266         $(ALLOCA_H), redundant through BUILT_SOURCES.
47267         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
47268         redundant through BUILT_SOURCES.
47269         * modules/byteswap (Makefile.am): Remove explicit dependency on
47270         $(BYTESWAP_H), redundant through BUILT_SOURCES.
47271         * modules/fnmatch (Makefile.am): Remove explicit dependency on
47272         $(FNMATCH_H), redundant through BUILT_SOURCES.
47273         * modules/getopt (Makefile.am): Remove explicit dependency on
47274         $(GETOPT_H), redundant through BUILT_SOURCES.
47275         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
47276         redundant through BUILT_SOURCES.
47277         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
47278         redundant through BUILT_SOURCES.
47279         * modules/stdbool (Makefile.am): Remove explicit dependency on
47280         $(STDBOOL_H), redundant through BUILT_SOURCES.
47281         * modules/stdint (Makefile.am): Remove explicit dependency on
47282         $(STDINT_H), redundant through BUILT_SOURCES.
47283         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
47284         Remove explicit dependency on $(SYSEXITS_H).
47285         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
47286
47287 2005-07-18  Simon Josefsson  <jas@extundo.com>
47288
47289         * lib/check-version.c (check_version): Accept identical versions too.
47290
47291 2005-07-18  Bruno Haible  <bruno@clisp.org>
47292
47293         * modules/lock: New file.
47294         * MODULES.html.sh (Multithreading): New section.
47295
47296 2005-07-18  Bruno Haible  <bruno@clisp.org>
47297
47298         * m4/lock.m4: New file, from GNU gettext.
47299
47300 2005-07-18  Bruno Haible  <bruno@clisp.org>
47301
47302         * lib/lock.h: New file, from GNU gettext.
47303         * lib/lock.c: New file, from GNU gettext.
47304
47305 2005-07-18  Bruno Haible  <bruno@clisp.org>
47306
47307         * lib/lock.h (gl_once_t): New type.
47308         (gl_once_define, gl_once): New macros.
47309         * lib/lock.c (fresh_once): New variable.
47310         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
47311         functions.
47312
47313 2005-07-16  Simon Josefsson  <jas@extundo.com>
47314
47315         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
47316         workaround, suggested by Bruno.
47317
47318 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47319
47320         * modules/xalloc (Depends-on): Add xalloc-die.
47321         * modules/xvasprintf (Depends-on): Add xalloc-die.
47322
47323 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47324
47325         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
47326         with a minor change.
47327
47328 2005-07-15  Bruno Haible  <bruno@clisp.org>
47329
47330         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
47331         When using lib/poll.c, define poll as rpl_poll.
47332
47333 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
47334
47335         * modules/argp (Depends-on): Remove unlocked-io.
47336
47337 2005-07-14  Derek Price  <derek@ximbiot.com>
47338
47339         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
47340         for glob symlink bug.
47341
47342 2005-07-14  Bruno Haible  <bruno@clisp.org>
47343
47344         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
47345         Instead, test for *_unlocked function declarations directly.
47346
47347 2005-07-11  Simon Josefsson  <jas@extundo.com>
47348
47349         * modules/size_max: New file.
47350
47351         * modules/xsize: Depend on size_max module for size_max.m4.
47352
47353 2005-07-11  Simon Josefsson  <jas@extundo.com>
47354
47355         * lib/size_max.h: New file.
47356
47357 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
47358
47359         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
47360         copyright symbol and the year.
47361         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
47362         (version_etc_va): Use parameterized copyright notice.
47363         Reword to conform to the current GNU coding standards.
47364
47365 2005-07-11  Karl Berry  <karl@gnu.org>
47366
47367         * doc/gnulib.texi (Quoting): new node.
47368         (Initial import): more info, from Patrice.
47369
47370 2005-07-11  Bruno Haible  <bruno@clisp.org>
47371
47372         * gnulib-tool (func_usage): Document option --avoid.
47373         (Command line options): Handle --avoid.
47374         (func_acceptable): New function.
47375         (func_modules_transitive_closure): Use it.
47376
47377 2005-07-11  Bruno Haible  <bruno@clisp.org>
47378
47379         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
47380         Reported by Jim Meyering.
47381
47382 2005-07-10  Bruno Haible  <bruno@clisp.org>
47383
47384         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
47385         Needed when size_t is smaller than 'unsigned int'.
47386         Reported by Paul Eggert.
47387
47388 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47389
47390         * modules/argp (Depends-on): Add unlocked-io
47391
47392 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47393
47394         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
47395         block of defines.
47396
47397 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
47398
47399         * config/srclist.txt: Comment out regcomp.c, since we have a porting
47400         fix now.
47401
47402 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
47403         and Paul Eggert  <eggert@cs.ucla.edu>
47404
47405         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
47406         in wint_t, not wchar_t.  Remove now-unnecessary cast.
47407
47408 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47409
47410         * modules/regex (Files): Add lib/regex_internal.c,
47411         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
47412         (Depends-on): Add extensions.
47413         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
47414
47415 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47416
47417         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
47418         pathconf.
47419         * m4/same.m4 (gl_SAME): Likewise.
47420         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
47421
47422         * m4/regex.m4: Adjust to new libc regex implementation.
47423         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
47424         all the .c and .h parts of (the new) regex.
47425         Quote the m4 stuff better.
47426         Check for RE_ICASE bug of old gnulib.
47427         Check for REG_STARTEND of recent libc.
47428         Rename local variables from jm_* to gl_*.
47429         Quote operand of "test -f".
47430         Say "recent enough" version of libc, not "version 2".
47431         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
47432         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
47433         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
47434         Remove check for btowc, isascii.
47435         Require AM_LANGINFO_CODESET.
47436
47437 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47438
47439         * lib/regex.c, regex.h: Sync from libc.
47440         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
47441         * lib/regexec.c:
47442         New files, synced from libc, except that regex_internal.h
47443         currently has a small porting fix.
47444
47445 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47446
47447         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
47448         regex_internal.c, regexec.c.
47449         Add regex_internal.h too, but as a comment, since the libc version
47450         is currently broken in gnulib mode.
47451
47452 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47453
47454         Support programs like Emacs that use gnulib but not gettext.
47455         * MODULES.html.sh (Internationalization functions): Add gettext-h.
47456         * modules/gettext-h: New file.
47457         * modules/gettext (Files): Remove lib/gettext.h.
47458         (Depends-on): Add gettext-h.
47459         (Makefile.am): Remove lib_SOURCES.
47460         * modules/argmatch, modules/c-stack, modules/closeout:
47461         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
47462         * modules/execute, modules/file-type, modules/getaddrinfo:
47463         * modules/getopt, modules/human, modules/javacomp:
47464         * modules/javaexec, modules/mkdir-p, modules/obstack:
47465         * modules/openat, modules/pagealign_alloc, modules/pipe:
47466         * modules/quotearg, modules/regex, modules/rpmatch:
47467         * modules/unicodeio, modules/userspec, modules/version-etc:
47468         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
47469         * modules/xsetenv:
47470         Depend on gettext-h, not gettext.
47471
47472 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47473
47474         * gnulib-tool (func_import): Add support for 'public domain' license.
47475         * modules/alloca, modules/atexit, modules/memmove:
47476         Now public domain, not GPL.
47477         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
47478         * modules/realloc, modules/strerror, modules/strtod:
47479         Now LGPL, not GPL.
47480
47481 2005-07-05  Bruno Haible  <bruno@clisp.org>
47482
47483         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
47484         autoconf CVS. Needed for mingw.
47485
47486 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47487
47488         Remove the dependency of the strftime module on the tzset module.
47489         * modules/strftime (Depends-on): Remove dependency on tzset.
47490
47491 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47492
47493         Remove the dependency of the strftime module on the tzset module.
47494         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
47495         gl_FUNC_TZSET_CLOBBER.
47496
47497 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47498
47499         Remove the dependency of the strftime module on the tzset module.
47500         * lib/strftime.c (my_strftime)
47501         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
47502         Copy the input structure, to work around some of the bug with
47503         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
47504         Solaris releases, you should also use the tzset module, but we won't
47505         require it as a dependency any more since we don't want LGPLed code
47506         to depend on GPLed code.
47507
47508 2005-07-02  Jim Meyering  <jim@meyering.net>
47509
47510         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
47511         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
47512         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
47513         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
47514
47515 2005-07-02  Jim Meyering  <jim@meyering.net>
47516
47517         * lib/backupfile.c (backup_args): Change a `0' to NULL.
47518
47519 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47520
47521         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
47522         declares only 'struct timespec;' (!).
47523
47524 2005-07-01  Jim Meyering  <jim@meyering.net>
47525
47526         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
47527         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
47528         * lib/save-cwd.c, tempname.c:
47529         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
47530         and don't include <sys/file.h>).
47531
47532 2005-06-29  Jim Meyering  <jim@meyering.net>
47533
47534         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
47535         type name.  Use the variable name instead.
47536         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
47537         Likewise.
47538
47539 2005-06-28  Simon Josefsson  <jas@extundo.com>
47540
47541         * modules/check-version (Files): Add check-version.m4.
47542
47543 2005-06-28  Simon Josefsson  <jas@extundo.com>
47544
47545         * m4/check-version.m4: New file, suggested by Jim Meyering
47546         <jim@meyering.net>.
47547
47548 2005-06-28  Simon Josefsson  <jas@extundo.com>
47549
47550         * lib/check-version.h, lib/check-version.c: New files.
47551
47552 2005-06-28  Simon Josefsson  <jas@extundo.com>
47553
47554         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
47555         collision with global variable.  Better indentation.  Don't
47556         increment buffer pointer beyond buffer end.  Based on comments
47557         from Paul Eggert <eggert@cs.ucla.edu>.
47558
47559         * lib/base64.h: Indent.
47560
47561 2005-06-28  Simon Josefsson  <jas@extundo.com>
47562
47563         * doc/gnulib.texi (Library version handling): New section.
47564
47565 2005-06-28  Jim Meyering  <jim@meyering.net>
47566
47567         * check-module (find_included_lib_files): Hard-code another
47568         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
47569         but modules/fts-lgpl (correctly) does not list those files.
47570
47571         * modules/canonicalize (Files): Add lib/pathmax.h.
47572
47573 2005-06-25  Simon Josefsson  <jas@extundo.com>
47574
47575         * modules/check-version: New file.
47576
47577 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
47578
47579         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
47580         initializer of struct addrinfo, as an indication that we don't
47581         care how many members the structure has.
47582
47583 2005-06-24  Derek Price  <derek@ximbiot.com>
47584         and Bruno Haible  <bruno@clisp.org>
47585
47586         Remove stat module & update lstat.
47587         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
47588         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47589         * m4/stat.m4: Remove this file.
47590
47591 2005-06-24  Derek Price  <derek@ximbiot.com>
47592         and Bruno Haible  <bruno@clisp.org>
47593
47594         Remove stat module & update lstat.
47595         * lib/stat.c: Remove this file...
47596         (slash_aware_lstat): ...moving this content and its support...
47597         * lib/lstat.c (rpl_lstat): ...into here.
47598         * lib/lstat.h: New file.
47599
47600 2005-06-24  Derek Price  <derek@ximbiot.com>
47601         and Bruno Haible  <bruno@clisp.org>
47602
47603         Remove stat module & update lstat.
47604         * config/srclist.txt (libc sources): Remove stat.
47605
47606 2005-06-24  Derek Price  <derek@ximbiot.com>
47607         and Bruno Haible  <bruno@clisp.org>
47608
47609         Remove stat module & update lstat.
47610         * MODULES.html.sh (stat): Remove.
47611         * MODULES.html: Regenerated.
47612         * modules/lstat (Description): Correct function name.
47613         (Files): Add "lstat.h".
47614         (Depends-on): Remove stat, add xalloc, stat-macros.
47615         * modules/stat: Remove this file.
47616         (Include): Add "lstat.h", remove <sys/stat.h>.
47617
47618 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
47619
47620         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
47621         (ranged_convert): Don't save conversion in a temporary struct.
47622         This causes a warning with GCC 4.0.0, and anyway in the typical
47623         case it's not worth the extra 100 bytes or so of code.
47624         (ranged_convert, __mktime_internal): When calling a function via a
47625         pointer P, use P () rather than (*P) (), as we now assume C89 or
47626         better.
47627
47628 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47629
47630         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
47631         "who -r" failed to give output.  Problem reported by Tim Waugh.
47632
47633         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
47634         (xcalloc): Use it to avoid needless tests.
47635         Problem reported by Jim Meyering.
47636
47637 2005-06-20  Derek Price  <derek@ximbiot.com>
47638
47639         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
47640         unnecessary for Autoconfs > 2.59c.
47641
47642 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47643
47644         * lib/argp.h (__option_is_short): Check upper limit of
47645         __key. Isprint() requires its argument to have the value
47646         of an unsigned char or EOF.
47647
47648 2005-06-16  Jim Meyering  <jim@meyering.net>
47649
47650         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
47651         when either N or S is zero.
47652
47653 2005-06-16  Derek Price  <derek@ximbiot.com>
47654
47655         * m4/bison.m4: Declare YACC & YFLAGS precious.
47656
47657 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
47658
47659         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
47660         multibyte string or pattern, fall back on unibyte matching.
47661         Problem reported by James Youngman.
47662
47663 2005-06-08  Bruno Haible  <bruno@clisp.org>
47664
47665         * modules/csharpcomp: New file.
47666         * MODULES.html.sh (C#): Add csharpcomp.
47667
47668 2005-06-08  Bruno Haible  <bruno@clisp.org>
47669
47670         * m4/csharpcomp.m4: New file, from GNU gettext.
47671
47672 2005-06-08  Bruno Haible  <bruno@clisp.org>
47673
47674         * lib/csharpcomp.h: New file, from GNU gettext.
47675         * lib/csharpcomp.c: New file, from GNU gettext.
47676         * lib/csharpcomp.sh.in: New file, from GNU gettext.
47677
47678 2005-06-08  Bruno Haible  <bruno@clisp.org>
47679
47680         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
47681         warning on mingw.
47682
47683 2005-06-07  Derek Price  <derek@ximbiot.com>
47684
47685         Sync from CVS.
47686         * lib/glob_.h: Indent nested #ifdef.
47687
47688 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
47689
47690         Sync from coreutils.
47691         Use "file name" when talking about file names, instead of "filename"
47692         or "path", as per the GNU coding standards.
47693         * lib/mkdir-p.c: Renamed from makepath.c.
47694         (make_dir_parents): Renamed from make_path.  All callers changed.
47695         * lib/mkdir-p.h: Likewise.  All includers changed.
47696         * lib/filenamecat.c: Renamed from path-concat.c.
47697         (file_name_concat): Renamed from path_concat.  All callers changed.
47698         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
47699         * lib/filenamecat.h: Likewise.  All includers changed.
47700         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
47701         in comments or local variable names.
47702         * lib/basename.c: Likewise.
47703         * lib/canonicalize.c, canonicalize.h: Likewise.
47704         * lib/dirname.c, dirname.h: Likewise.
47705         * lib/euidaccess.c: Likewise.
47706         * lib/exclude.c: Likewise
47707         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
47708         * lib/fsusage.c, fsuage.h: Likewise.
47709         * lib/fts.c, fts_.h: Likewise.
47710         * lib/getcwd.c: Likewise.
47711         * lib/getloadavg.c: Likewise.
47712         * lib/mkstemp.c: Likewise.
47713         * lib/mountlist.c, mountlist.h: Likewise.
47714         * lib/openat.c, openat.h: Likewise.
47715         * lib/readlink-stub.c: Likewise.
47716         * lib/readutmp.c, readutmp.h: Likewise.
47717         * lib/rename.c: Likewise.
47718         * lib/rmdir.c: Likewise.
47719         * lib/same.c: Likewise.
47720         * lib/savedir.c: Likewise.
47721         * lib/stripslash.c: Likewise.
47722         * lib/tempname.c: Likewise.
47723         * lib/xreadlink.c: Likewise.
47724         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
47725         All uses changed.
47726         * lib/exclude.h: Likewise.
47727
47728         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
47729         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
47730         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
47731         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
47732         * lib/pathmax.h: Include <limits.h> unconditionally, since other
47733         files have been getting away with it for years (MORE/BSD 4.3
47734         is extinct now).
47735         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
47736         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
47737
47738         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
47739         Define to 256, not 255, as per modern POSIX.
47740
47741 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
47742
47743         Sync from coreutils.
47744         Use "file name" when talking about file names, instead of "filename"
47745         or "path", as per the GNU coding standards.
47746         * MODULES.html.sh: mkdir-p renamed from makepath.
47747         filenamecat renamed from path-concat.
47748         * modules/filenamecat: Renamed from modules/path-concat.
47749         (Files): filenamecat.h and filenamecat.c renamed from
47750         path-concat.h and path-concat.c.
47751         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
47752         (Include): filenamecat.h, not path-concat.h.
47753         * modules/mkdir-p: Renamed from modules/makepath.
47754         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
47755         makepath.c.
47756         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
47757         (Include): mkdir-p.h, not makepath.h.
47758
47759 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
47760
47761         Sync from coreutils.
47762         * m4/mkdir-p.m4: Renamed from makepath.m4.
47763         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
47764         Rename files from makepath.c to mkdir-p.c, and from
47765         makepath.h to mkdir-p.h.
47766         * m4/filenamecat.m4: Renamed from path-concat.m4.
47767         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
47768         Rename files from path-concat.c to filenamecat.c,
47769         and from path-concat.h to filenamecat.h.
47770         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
47771         "file name" in local variables or comments.
47772         * m4/rename.m4: Likewise.
47773
47774 2005-06-01  Bruno Haible  <bruno@clisp.org>
47775
47776         * modules/csharpexec: New file.
47777         * MODULES.html.sh (C#): New section.
47778
47779 2005-06-01  Bruno Haible  <bruno@clisp.org>
47780
47781         * m4/csharp.m4: New file, from GNU gettext.
47782         * m4/csharpexec.m4: New file, from GNU gettext.
47783
47784 2005-06-01  Bruno Haible  <bruno@clisp.org>
47785
47786         * lib/csharpexec.h: New file, from GNU gettext.
47787         * lib/csharpexec.c: New file, from GNU gettext.
47788         * lib/csharpexec.sh.in: New file, from GNU gettext.
47789
47790 2005-05-31  Derek Price  <derek@ximbiot.com>
47791             Paul Eggert  <eggert@cs.ucla.edu>
47792
47793         Sync from cvs.
47794         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
47795
47796 2005-05-31  Derek Price  <derek@ximbiot.com>
47797             Paul Eggert  <eggert@cs.ucla.edu>
47798
47799         Sync from cvs.
47800         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
47801
47802 2005-05-29  Derek Price  <derek@ximbiot.com>
47803
47804         * config/srclist.txt (glob_.h, glob.c): Add these files.
47805
47806 2005-05-29  Derek Price  <derek@ximbiot.com>
47807
47808         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
47809         * modules/glob: New file.
47810         * modules/getlogin_r: Add link to POSIX spec in description.
47811
47812 2005-05-29  Derek Price  <derek@ximbiot.com>
47813             Paul Eggert  <eggert@cs.ucla.edu>
47814
47815         * m4/glob.m4: New file.
47816
47817 2005-05-29  Derek Price  <derek@ximbiot.com>
47818             Paul Eggert  <eggert@cs.ucla.edu>
47819
47820         * lib/glob_.h, lib/glob.c: New files.
47821
47822 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47823
47824         * modules/fts (Files): Remove m4/inttypes-pri.m4.
47825         * modules/fts-lgpl (Depends-on): Remove gettext.
47826
47827 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47828
47829         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
47830         and don't require gt_INTTYPES_PRI.
47831
47832 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47833
47834         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
47835
47836         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
47837         the configuration hassle isn't worth it.
47838         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
47839         (LONGEST_MODIFIER, PRIuMAX): Remove.
47840
47841 2005-05-27  Bruno Haible  <bruno@clisp.org>
47842
47843         * lib/getlogin_r.h: Remove second include of <stddef.h>.
47844
47845 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
47846
47847         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
47848         _POSIX_PTHREAD_SEMANTICS for Solaris.
47849
47850 2005-05-25  Derek Price  <derek@ximbiot.com>
47851
47852         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
47853
47854 2005-05-25  Derek Price  <derek@ximbiot.com>
47855             Paul Eggert  <eggert@cs.ucla.edu>
47856
47857         * modules/getlogin_r, m4/getlogin_r.m4: New files.
47858         * lib/getlogin_r.c, getlogin_r.h: New files.
47859
47860 2005-05-25  Bruno Haible  <bruno@clisp.org>
47861             Derek Price  <derek@ximbiot.com>
47862
47863         * lib/getlogin_r.h: Simplify API documentation.
47864
47865 2005-05-23  Derek Price  <derek@ximbiot.com>
47866
47867         * modules/minmax (Files): Add m4/minmax.m4.
47868         (configure.ac): Add gl_MINMAX.
47869
47870 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47871
47872         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
47873         so that unistd-safer.h (GPL'ed code) need not be included.
47874
47875 2005-05-22  Bruno Haible  <bruno@clisp.org>
47876
47877         * m4/minmax.m4: New file.
47878         Based on a patch by Derek Price <derek@ximbiot.com>.
47879
47880 2005-05-22  Bruno Haible  <bruno@clisp.org>
47881
47882         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
47883         (INT64_MIN): Fix definition.
47884         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
47885
47886         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
47887         NEED_SIGNED_INT_TYPES.
47888
47889         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
47890         HAVE_SYSTEM_INTTYPES.
47891
47892 2005-05-22  Bruno Haible  <bruno@clisp.org>
47893
47894         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
47895         Also include <sys/param.h> if it defines MIN, MAX.
47896         Based on a patch by Derek Price <derek@ximbiot.com>.
47897
47898 2005-05-21  Jim Meyering  <jim@meyering.net>
47899
47900         * modules/fts (Files): Add m4/inttypes-pri.m4.
47901         (Depends-on): Add lstat and remove gettext.  Alphabetize.
47902
47903 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47904
47905         New fts module.
47906         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
47907         (setup_dir, free_dir): New functions.
47908         (enter_dir, leave_dir): Define trivial
47909         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
47910         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
47911         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
47912         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
47913         Move to fts-cycle.c.
47914         (fts_open): Use setup_dir.
47915         (fts_close): Use free_dir.
47916         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
47917         This adds a label and some gotos, but the alternatives were messier.
47918         Check for memory allocation failure when entering a dir.
47919         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
47920         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
47921         (FTS): New member fts_cycle, that is a union that contains the
47922         old active_dir_ht and cycle_state.  All uses changed to mention
47923         fts_cycle.ht and fts_cycle.state.
47924         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
47925         fts.c, with the following changes:
47926         (setup_dir, free_dir): New functions.
47927         (enter_dir): Now returns bool.  Return true if successful, false
47928         if memory exhausted.  All callers changed.
47929         Do not bother partly cleaning up on
47930         memory allocation failure; that is free_dir's job.
47931         However, free ad if hash_insert fails, to avoid memory leak.
47932         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
47933         fts->fts_options to see which union member to use.
47934
47935 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47936
47937         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
47938         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
47939
47940 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47941
47942         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
47943
47944 2005-05-20  Jim Meyering  <jim@meyering.net>
47945
47946         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
47947         Now a macro, to pacify GCC.
47948
47949 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
47950
47951         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
47952         of -1.
47953
47954 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
47955
47956         * lib/chown.c (rpl_chown): Return -1 on failure.
47957
47958 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
47959
47960         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
47961         Don't check for stddef.h.
47962         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
47963         don't use its results.
47964         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
47965         since we include them unconditionally.  Don't require
47966         AM_STDBOOL_H, since stdbool is a prerequisite.
47967         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
47968         since we assume C89 or better.
47969         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
47970         as we don't use their results.
47971         Don't check for fchdir, memmove, memset, strrchr, as we use
47972         them unconditionally.
47973         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
47974         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
47975
47976 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
47977
47978         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
47979         Include <stddef.h> unconditionally, since we assume C89 now.
47980         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
47981         * lib/fts.c: Include fts_.h first, to check interface.
47982         Do not include intprops.h; no longer needed.
47983         Include cycle-check.h and hash.h, since fts_.h no longer does.
47984         Remove unnecessary casts of closedir to void.
47985         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
47986         decide whether to decrement nlinks.
47987         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
47988         (FTS): Use struct hash_table * instead of Hash_table, so that
47989         we no longer need to include hash.h here.
47990
47991 2005-05-18  Jim Meyering  <jim@meyering.net>
47992
47993         * modules/dirfd (License): Change to LGPL.  Most of the code
47994         is already in the public domain.
47995
47996 2005-05-18  Jim Meyering  <jim@meyering.net>
47997
47998         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
47999         Reported by Yoann Vandoorselaere.
48000
48001 2005-05-17  Jim Meyering  <jim@meyering.net>
48002
48003         * m4/fts.m4: New file, from coreutils.
48004
48005 2005-05-17  Jim Meyering  <jim@meyering.net>
48006
48007         * lib/fts.c, lib/fts_.h: New files, from coreutils.
48008
48009 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48010
48011         Sync from coreutils.
48012         * m4/unlinkdir.m4: New file.
48013
48014 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48015
48016         Sync from coreutils.
48017         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
48018         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
48019         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
48020         White space changes only.
48021         * lib/makepath.c (make_path): Port to hosts where leading "//" is
48022         special.
48023         * lib/yesno.c: Include getline.h, not ctype.h.
48024         (yesno): Don't remove leading white space; POSIX doesn't allow it.
48025         Use getline to remove arbitrary restriction on response length.
48026
48027 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48028
48029         * config/srclist-update: Spell out "Street" in FSF postal
48030         mail address; this is the style the FSF seems to prefer.
48031
48032         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
48033         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
48034         this updates FSF postal mail address.
48035
48036         Sync from coreutils.
48037         * modules/unlinkdir: New file.
48038         * modules/yesno (Depends-on): Add getline.
48039         * MODULES.html.sh (File system functions): Add unlinkdir.
48040
48041 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48042
48043         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
48044         lib/strsep.h:
48045         Change the initial comment to refer to GPL, not LGPL.
48046         gnulib-tool will change it to LGPL as needed.
48047
48048         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
48049         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
48050         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
48051         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
48052         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
48053         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
48054         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
48055         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
48056         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
48057         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
48058         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
48059         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
48060         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
48061         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
48062         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
48063         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
48064         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
48065         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
48066         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
48067         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
48068         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
48069         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
48070         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
48071         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
48072         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
48073         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
48074         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
48075         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
48076         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
48077         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
48078         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
48079         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
48080         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
48081         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
48082         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
48083         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
48084         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
48085         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
48086         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
48087         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
48088         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
48089         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
48090         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
48091         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
48092         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
48093         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
48094         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
48095         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
48096         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
48097         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
48098         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
48099         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
48100         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
48101         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
48102         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
48103         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
48104         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
48105         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
48106         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
48107         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
48108         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
48109         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
48110         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
48111         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
48112         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
48113         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
48114         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
48115         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
48116         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
48117         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
48118         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
48119         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
48120         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
48121         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
48122         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
48123         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
48124         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
48125         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
48126         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
48127         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
48128         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
48129         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
48130         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
48131         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
48132         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
48133         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
48134         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
48135         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
48136         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
48137         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
48138         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
48139         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
48140         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
48141         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
48142         lib/yesno.c, lib/yesno.h:
48143         Update FSF postal mail address.
48144
48145 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48146
48147         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
48148         tests/test-memmem.c, tests/test-stpncpy.c:
48149         Update FSF postal mail address.
48150
48151 2005-05-13  Bruno Haible  <bruno@clisp.org>
48152
48153         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
48154         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
48155         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
48156         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
48157         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
48158         Add support for 64-bit integers in the MSVC compiler.
48159
48160 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48161
48162         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
48163
48164 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
48165
48166         * gnulib-tool (func_import): Sort and uniquify recommended includes.
48167
48168 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
48169
48170         * doc/getdate.texi (General date syntax): Don't say that date
48171         date --iso-8601=ns generates acceptable dates; it doesn't yet.
48172         Problem reported by Nic Ferrier.
48173
48174 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48175
48176         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
48177         specified in ai_socktype. Fix invalid ai_protocol
48178         check. ai_protocol is usually set to 0 or depending on
48179         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
48180         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
48181         ai_socktype / ai_protocol in the returned addrinfo structure.
48182
48183 2005-05-10  Simon Josefsson  <jas@extundo.com>
48184
48185         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
48186         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
48187
48188 2005-05-10  Karl Berry  <karl@gnu.org>
48189
48190         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
48191         (from http://www.gnu.org/licenses).
48192         * doc/COPYING.LIB: also rename to COPYING.LESSER.
48193         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
48194         fdl.texi suffices.
48195
48196 2005-05-10  Karl Berry  <karl@gnu.org>
48197
48198         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
48199         (COPYING.DOC): remove.
48200
48201         * config/srclist-update: new FSF address.
48202
48203 2005-05-10  Derek Price  <derek@ximbiot.com>
48204
48205         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
48206         possible.
48207
48208 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48209             Bruno Haible  <bruno@clisp.org>
48210
48211         * modules/inet_ntop: New file.
48212         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48213         inet_ntop.
48214
48215 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48216             Bruno Haible  <bruno@clisp.org>
48217
48218         * m4/inet_ntop.m4: New file.
48219
48220 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48221             Bruno Haible  <bruno@clisp.org>
48222
48223         * lib/inet_ntop.h: New file.
48224         * lib/inet_ntop.c: New file, from glibc with modifications.
48225
48226 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
48227
48228         * modules/time_r (License): Change to LGPL.
48229         * modules/extensions (License): Change to LGPL.  Actually,
48230         the license is more permissive than that, but currently gnulib-tool
48231         doesn't know how to handle more-permissive licenses.
48232
48233         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
48234         Problem reported by Dave Love.
48235
48236 2005-05-08  Jim Meyering  <jim@meyering.net>
48237
48238         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
48239         blank.
48240
48241 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
48242
48243         * modules/argmatch (Depends-on): Add stdbool.
48244         * modules/backupfile (Depends-on): Likewise.
48245         * modules/chdir-long (Depends-on): Likewise.
48246         * modules/closeout (Depends-on): Likewise.
48247         * modules/cycle-check (Depends-on): Likewise.
48248         * modules/dirname (Depends-on): Likewise.
48249         * modules/fnmatch (Depends-on): Likewise.
48250         * modules/fsusage (Depends-on): Likewise.
48251         * modules/fwriteerror (Depends-on): Likewise.
48252         * modules/getcwd (Depends-on): Likewise.
48253         * modules/getloadavg (Depends-on): Likewise.
48254         * modules/hard-locale (Depends-on): Likewise.
48255         * modules/makepath (Depends-on): Likewise.
48256         * modules/mountlist (Depends-on): Likewise.
48257         * modules/nanosleep (Depends-on): Likewise.
48258         * modules/posixtm (Depends-on): Likewise.
48259         * modules/quotearg (Depends-on): Likewise.
48260         * modules/readtokens (Depends-on): Likewise.
48261         * modules/readtokens0 (Depends-on): Likewise.
48262         * modules/readutmp (Depends-on): Likewise.
48263         * modules/save-cwd (Depends-on): Likewise.
48264         * modules/strftime (Depends-on): Likewise.
48265         * modules/userspec (Depends-on): Likewise.
48266         * modules/utimecmp (Depends-on): Likewise.
48267         * modules/xgetcwd (Depends-on): Likewise.
48268         * modules/xnanosleep (Depends-on): Likewise.
48269         * modules/xstrtod (Depends-on): Likewise.
48270         * modules/yesno (Depends-on): Likewise.
48271
48272 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
48273
48274         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
48275         needless checks.
48276
48277 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48278
48279         Merge from coreutils.  Among other things,
48280         add bulletproofing for cases where stdin, stdout, or stderr are closed.
48281         * lib/fd-safer.c: New file.
48282         * lib/fcntl-safer.h, open-safer.c: Remove.
48283         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
48284         * lib/dup-safer.c: Include unistd-safer.h first.
48285         Don't include errno.h.
48286         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
48287         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
48288         * lib/file-type.c: Rely on file-type.h change.
48289         * lib/getloadavg.c: Include unistd-safer.h.
48290         (getloadavg): Use safer open.
48291         * lib/getusershell.c: Include "stdio-safer.h".
48292         (getusershell): Use safer fopen.
48293         * lib/long-options.c (long_options): Use NULL rather than 0.
48294         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
48295         'free'.
48296         * lib/modechange.c: Likewise.
48297         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
48298         (MODE_DONE): New constant.
48299         (struct mode_change): Remove 'next' member.
48300         (make_node_op_equals): New function; like the old one of the
48301         same name, except it allocates an array.
48302         (mode_compile, mode_create_from_ref): Use it.
48303         (mode_compile): Allocate result as an array, not a linked list.
48304         Parse octal string ourself, so that we catch mistakes like "+0".
48305         (mode_adjust): Arg is an array, not a linked list.
48306         * lib/modechange.c: Include stat-macros.h, xalloc.h.
48307         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
48308         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
48309         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
48310         Remove.  This is now stat-macros.h's job.
48311         (talloc): Remove.  All callers replaced by xalloc, so that
48312         our invokers don't have to worry about reporting memory failures.
48313         (make_node_op_equals): Remove.
48314         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48315         New constants.
48316         (struct mode_change): Moved here from modechange.h.
48317         (mode_append_entry): Remove.
48318         (mode_compile): Remove MASKED_OPS arg, since it encouraged
48319         apps to have incorrect behavior.  Use simpler algorithm for head
48320         and tail.  Don't futz with umask; that's now the job of mode_adjust.
48321         Detect more invalid usages rather than having somewhat-random behavior.
48322         Don't insert an "a=" action, as that leads to incorrect behavior.
48323         (mode_compile, mode_create_from_ref): Return NULL on error instead
48324         of an enum, since now there's only one way to have an error.  All
48325         callers changed.
48326         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
48327         at the correct time.  Simplify calculation of "+u" and its ilk.
48328         Don't mishandle "+X".
48329         (mode_free): Remove "register" and localize decls.
48330         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48331         (struct mode_change): Move to modechange.c; callers don't
48332         need to see this stuff.
48333         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
48334         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
48335         (mode_change, mode_adjust): Reflect the new signatures noted above.
48336         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
48337         that might redefine system include files.
48338         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
48339         (my_usleep): Use NULL rather than (void *) 0.
48340         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
48341         Use siginterrupt to specify that system calls should be interrupted.
48342         (rpl_nanosleep): Move initialization of suspended closer to call of
48343         my_usleep.
48344         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
48345         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
48346         (desirable_utmp_entry): New function.
48347         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
48348         using x2nrealloc, to simplify logic.
48349         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
48350         size calculation.  Do not assume utmp file is a regular file.
48351         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
48352         (READ_UTMP_CHECK_PIDS): New constant.
48353         * lib/save-cwd.c: Include unistd-safer.h.
48354         (save_cwd): Use fd_safer.
48355         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
48356         [!_LIBC] Include "stat-macros.h" instead.
48357         * lib/unistd-safer.h (fd_safer): New decl.
48358
48359 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48360
48361         * modules/getloadavg (Depends-on): Add unistd-safer.
48362         * modules/getusershell (Depends-on): Add stdio-safer.
48363         * modules/lstat (Depends-on): Remove xalloc.
48364         * modules/mkstemp (Depends-on): Add stat-macros.
48365         * modules/modechange (Depends-on): Remove xstrtol.
48366         Add stat-macros, xalloc.
48367         * modules/save-cwd (Depends-on): Add unistd-safer.
48368         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
48369         * modules/unistd-safer (Files): Add lib/fd-safer.c
48370         (Makefile.am): Remove lib_SOURCES.
48371
48372         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
48373         Remove fcntl-safer; unistd-safer supersedes it.
48374
48375 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48376
48377         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
48378         AC_HEADER_STAT.
48379         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
48380         (gl_PREREQ_CHOWN): Remove.
48381         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
48382         it.  Don't require AC_HEADER_STAT.
48383         (gl_PREREQ_LSTAT): Remove.
48384         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
48385         Don't require AC_HEADER_STAT.
48386         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
48387         (gl_PREREQ_RMDIR): Remove.
48388         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
48389         mention stat-macros.h or AC_HEADER_STAT, since we'll make
48390         the stat-macros module a prerequisite.
48391         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
48392         * m4/filemode.m4 (gl_FILEMODE): Likewise.
48393         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
48394         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
48395         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
48396         variable names.
48397         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
48398         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
48399         variable prefixes.
48400         * m4/fcntl-safer.m4: Remove.
48401         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
48402         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
48403         Invoke gl_PREREQ_FD_SAFER.
48404         (gl_PREREQ_FD_SAFER): New macro.
48405         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
48406         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
48407         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
48408         Remove duplicate call to AC_LIBOBJ(readutmp).
48409         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
48410
48411         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
48412         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
48413
48414 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48415
48416         * MODULES.html.sh (Misc): Add byteswap.
48417
48418 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48419
48420         * modules/getcwd (Depends-on): Add extensions.
48421         * modules/openat (Depends-on): Likewise.
48422
48423 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48424
48425         * modules/byteswap: New file.
48426
48427 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48428
48429         * m4/byteswap.m4: New file.
48430
48431 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48432
48433         * lib/byteswap_.h: New file.
48434
48435 2005-04-25  Karl Berry  <karl@gnu.org>
48436
48437         * m4/gettext.m4: Update from GNU gettext 0.14.4.
48438
48439 2005-04-25  Albert Chin  <china@thewrittenword.com>
48440
48441         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
48442         Toolkit C bug.
48443
48444 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
48445
48446         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
48447         (func_ln_if_changed) Remove forcibly for no error message
48448         in case file does not exist.
48449
48450 2005-04-19  Simon Josefsson  <jas@extundo.com>
48451
48452         * gnulib-tool (Options): Make --symlink mean --symbolic.
48453
48454 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
48455
48456         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
48457
48458 2005-04-16  Simon Josefsson  <jas@extundo.com>
48459
48460         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
48461
48462 2005-04-15  Simon Josefsson  <jas@extundo.com>
48463
48464         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
48465
48466 2005-04-15  Simon Josefsson  <jas@extundo.com>
48467
48468         * gnulib-tool: Rename --symlink to --symbolic.
48469
48470 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
48471
48472         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
48473         symbolic links to files instead of copying/moving.  Add --aux-dir,
48474         specifying directory relative --dir where auxiliary build tools
48475         are placed.
48476
48477 2005-04-14  Bruno Haible  <bruno@clisp.org>
48478
48479         * modules/allocsa (License): Change to LGPL.
48480         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
48481
48482 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48483
48484         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
48485         that "UTC +1 second" continues to work.  Problem reported
48486         by Dmitry V. Levin.
48487         (relunit_snumber): New rule.
48488         (relunit): Use it.
48489
48490 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
48491
48492         * lib/getdate.y (universal_time_zone_table): New constant.
48493         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
48494         universal_time_zone_table.
48495         (lookup_zone): Prefer universal_time_zone_table to
48496         local_time_zone_table, so that "GMT" time stamps are allowed in
48497         London during the summer.  Problem reported by Ian Abbott.
48498
48499 2005-04-12  Jim Meyering  <jim@meyering.net>
48500
48501         * lib/human.c (humblock): Set *options even when returning due to
48502         xstrtoumax conversion failure.  Thanks to a used-uninitialized
48503         warning from gcc-4.
48504
48505 2005-04-09  Jim Meyering  <jim@meyering.net>
48506
48507         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
48508         -Wuninitialized: initialize tm0.tm_year.
48509
48510 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
48511
48512         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
48513         count, since there's no maximum.  All uses changed.
48514         Add member dsts_seen.
48515         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
48516         not being INT_MAX.
48517         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
48518         Use pc_rels_seen to decide whther a date is absolute.
48519
48520         * lib/getdate.y (number): Don't overwrite year.
48521         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
48522         check.
48523
48524 2005-04-02  Simon Josefsson  <jas@extundo.com>
48525
48526         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
48527         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
48528
48529 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
48530
48531         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
48532         where no absolute path name can be longer than PATH_MAX.
48533
48534 2005-03-27  Jim Meyering  <jim@meyering.net>
48535
48536         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
48537
48538 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
48539
48540         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
48541         "one's complement" -> "ones' complement" in comment, as per Knuth.
48542         "value of type" -> "type or expression" in comment.
48543         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
48544
48545 2005-03-26  Jim Meyering  <jim@meyering.net>
48546
48547         Comment nits.
48548         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
48549         Correct typos: s/or/of/.
48550
48551 2005-03-26  Jim Meyering  <jim@meyering.net>
48552
48553         * modules/check-include-files: Move to ../ and rename to...
48554         * check-module: ...this.
48555
48556 2005-03-25  Jim Meyering  <jim@meyering.net>
48557
48558         * modules/xvasprintf (Files): Add xalloc.h.
48559
48560 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
48561
48562         * modules/gettext (Files): config/config.rpath ->
48563         build-aux/config.rpath
48564         * modules/iconv (Files): Likewise.
48565         Problem reported by Oskar Liljeblad.
48566
48567 2005-03-23  Jim Meyering  <jim@meyering.net>
48568
48569         * modules/check-include-files: New script to check for
48570         missing dependencies, multiple includes, etc.
48571
48572         * modules/c-strtold (Depends-on): Add xalloc.
48573         * modules/c-strtod (Depends-on): Add xalloc.
48574         * modules/hash (Depends-on): Add xalloc.
48575         (Files): Remove lib/xalloc.h.
48576
48577         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
48578         * modules/userspec (Files): Add lib/inttostr.h.
48579
48580 2005-03-23  Jim Meyering  <jim@meyering.net>
48581
48582         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
48583
48584 2005-03-22  Jim Meyering  <jim@meyering.net>
48585
48586         * modules/stat-macros: New module.
48587         * modules/canonicalize, modules/euidaccess, modules/file-type,
48588         * modules/filemode, modules/lchown, modules/makepath,
48589         * modules/rmdir, modules/stat: Depend on new stat-macros module
48590         rather than listing lib/stat-macros.h manually.
48591         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
48592
48593 2005-03-22  Jim Meyering  <jim@meyering.net>
48594
48595         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
48596
48597 2005-03-22  Bruno Haible  <bruno@clisp.org>
48598
48599         * config/srclist.txt: Replace target directory 'config' with
48600         'build-aux'.
48601         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
48602         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
48603         ../build-aux/.
48604
48605 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
48606
48607         * modules/chdir-long (Depends-on): Add mempcpy.
48608
48609         * modules/acl, modules/backupfile, modules/c-strtod,
48610         modules/c-strtold, modules/canon-host, modules/canonicalize,
48611         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
48612         modules/exclude, modules/exitfail, modules/file-type,
48613         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
48614         modules/getdate, modules/getline, modules/getpagesize,
48615         modules/getpass, modules/getugroups, modules/group-member,
48616         modules/hard-locale, modules/hash, modules/human, modules/idcache,
48617         modules/inttostr, modules/long-options, modules/makepath,
48618         modules/md5, modules/memcasecmp, modules/memcoll,
48619         modules/modechange, modules/mountlist, modules/path-concat,
48620         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
48621         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
48622         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
48623         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
48624         modules/strftime, modules/strndup, modules/strverscmp,
48625         modules/timespec, modules/unlocked-io, modules/userspec,
48626         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
48627         modules/yesno:
48628         Remove lib_SOURCES line from Makefile.am section, as this is now
48629         done automatically by the corresponding Autoconf macro.
48630
48631 2005-03-21  Jim Meyering  <jim@meyering.net>
48632
48633         Changes imported from coreutils.
48634
48635         * lib/cycle-check.c: Don't include xalloc.h.
48636
48637         * lib/path-concat.c: Don't include assert.h.
48638         (path_concat): Remove assertion that would have triggered
48639         for ABASE starting with more than one slash.
48640         Reported by Andreas Schwab.
48641
48642         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
48643         properly when ABASE is an absolute file name.
48644         Correct the description of this function.
48645         Include <assert.h>.
48646         Add an assertion and a test driver.
48647         This fixes a bug introduced on 2004-07-02.
48648         Andreas Schwab reported the resulting failure of cp --parents:
48649         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
48650
48651 2005-03-21  Jim Meyering  <jim@meyering.net>
48652
48653         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
48654         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
48655
48656 2005-03-21  Jim Meyering  <jim@meyering.net>
48657         and  Paul Eggert  <eggert@cs.ucla.edu>
48658
48659         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
48660         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
48661         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
48662         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
48663         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
48664         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
48665         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
48666         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
48667         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
48668         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
48669         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
48670         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
48671         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
48672         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
48673         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
48674         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
48675         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
48676         for these modules.
48677
48678 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
48679
48680         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
48681         (which shouldn't happen), generate nothing instead of returning 0
48682         immediately, so that nstrftime (NULL, ...) doesn't return 0.
48683
48684 2005-03-16  Bruno Haible  <bruno@clisp.org>
48685
48686         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
48687         HAVE_LONGLONG_64BIT.
48688
48689 2005-03-16  Bruno Haible  <bruno@clisp.org>
48690
48691         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
48692         HAVE_LONGLONG_64BIT.
48693
48694 2005-03-16  Bruno Haible  <bruno@clisp.org>
48695
48696         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
48697         HAVE_LONGLONG_64BIT.
48698
48699 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
48700
48701         * lib/strftime.c (my_strftime): Prepend space to format so that we can
48702         reliably distinguish strftime failure from empty output on POSIX
48703         hosts.
48704
48705 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
48706
48707         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
48708         (iconv_string): Don't guess a size-zero buffer, as that might cause
48709         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
48710         result would be 'too large', where 'too large' is (heuristically)
48711         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
48712         overflow concerns.  This will prevent some unwanted malloc failures
48713         when the inputs are very large.
48714
48715 2005-03-15  Karl Berry  <karl@gnu.org>
48716
48717         * config/srclist.txt (config.rpath): from gettext.
48718         * config/config.rpath: update.
48719
48720 2005-03-15  Bruno Haible  <bruno@clisp.org>
48721
48722         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
48723         to 'negate'.
48724
48725         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
48726         variable.
48727
48728         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
48729         results.
48730
48731 2005-03-14  Simon Josefsson  <jas@extundo.com>
48732
48733         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
48734         <fx@gnu.org>.
48735
48736 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
48737
48738         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
48739         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
48740         intprops.h.
48741         * lib/strtol.c: Likewise.
48742
48743 2005-03-14  Jim Meyering  <jim@meyering.net>
48744
48745         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
48746         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
48747         to be nonzero so that we (and caller) can detect the difference
48748         between a valid zero-length expansion and an error return, even
48749         when the underlying strftime fails before writing anything into
48750         that location.
48751
48752 2005-03-14  Bruno Haible  <bruno@clisp.org>
48753
48754         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
48755         Update from GNU gettext 0.14.3.
48756
48757 2005-03-10  Jim Meyering  <jim@meyering.net>
48758
48759         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
48760
48761 2005-03-10  Jim Meyering  <jim@meyering.net>
48762
48763         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
48764         so that this module works on systems without fchdir.
48765
48766 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48767
48768         Factor int-properties macros into a single file, except for
48769         glibc-related files.
48770         * lib/intprops.h: New file.
48771         * lib/getloadavg.c: Include it instead of limits.h.
48772         (INT_STRLEN_BOUND): Remove.
48773         * lib/human.c: Include intprops.h.
48774         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
48775         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
48776         302/1000.
48777         * lib/inttostr.h: Include intprops.h instead of limits.h.
48778         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
48779         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
48780         for consistency with intprops.h.
48781         (time_t_is_integer, twos_complement_arithmetic): Use them.
48782         * lib/sig2str.h: Include <signal.h>, intprops.h.
48783         (INT_STRLEN_BOUND): Remove.
48784         * lib/strftime.c (TYPE_SIGNED): Remove.
48785         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
48786         * lib/strtol.c: Adjust comments to match intprops.h.
48787         * lib/userspec.c: Include intprops.h.
48788         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
48789         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
48790         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
48791         instead of rolling our own expressions.
48792         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
48793
48794         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
48795         instead of int.
48796         (my_strftime): Do not mishandle years close to INT_MAX, by doing
48797         the right thing even if adding 1900 would overflow.  Similarly
48798         for tm_mon + 1 and tm_yday + 1.
48799         Make %Y always equivalent to %C%y, and similarly for %G and %g.
48800         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
48801         (DO_SIGNED_NUMBER): New macro.
48802         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
48803
48804 2005-03-07  Bruno Haible  <bruno@clisp.org>
48805
48806         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
48807
48808 2005-03-07  Bruno Haible  <bruno@clisp.org>
48809
48810         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
48811
48812 2005-03-04  Derek R. Price  <derek@ximbiot.com>
48813
48814         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
48815         (func_import): Only replace files via --import when they have actually
48816         changed.
48817
48818 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48819
48820         * m4/mmap-anon.m4: New file.
48821         * m4/pagealign_alloc.m4: New file.
48822
48823 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48824             Bruno Haible  <bruno@clisp.org>
48825
48826         * modules/pagealign_alloc: New file.
48827         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
48828
48829 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48830             Bruno Haible  <bruno@clisp.org>
48831
48832         * lib/pagealign_alloc.h: New file.
48833         * lib/pagealign_alloc.c: New file.
48834
48835 2005-03-03  Bruno Haible  <bruno@clisp.org>
48836
48837         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
48838         Use an all-permissive copyright notice, recommended by RMS.
48839
48840 2005-03-02  Bruno Haible  <bruno@clisp.org>
48841
48842         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
48843         of AIX, the replacement has to be done only after <string.h> is
48844         included, therefore not in config.h. stpncpy.h does the replacement,
48845         and stpncpy.c uses it.
48846
48847 2005-03-02  Bruno Haible  <bruno@clisp.org>
48848
48849         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
48850         stpncpy.c uses it.
48851
48852 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48853
48854         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
48855         The workaround isn't strictly needed for POSIX conformance, and
48856         it's too much of a pain to configure and maintain.  We'll ask
48857         people to fix their kernels instead.
48858         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
48859         (NANOSLEEP_BUG_WORKAROUND): Remove.
48860         (xnanosleep): Remove the workaround.
48861
48862 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48863
48864         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
48865         Reported by Derek Price.
48866         (Include): Add "timespec.h".
48867
48868         * modules/xnanosleep (Depends-on): Remove gethrxtime.
48869
48870 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48871
48872         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
48873         to detect nanosleep bug.
48874
48875 2005-03-01  Bruno Haible  <bruno@clisp.org>
48876
48877         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
48878
48879 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48880
48881         * modules/gethrxtime: New file.
48882         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
48883         (Depends-on): Add gethrxtime.
48884         (configure.ac): Add gl_XNANOSLEEP.
48885         (Makefile.am): Remove lib_SOURCES line.
48886
48887 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
48888
48889         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
48890         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
48891
48892 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
48893
48894         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
48895         * lib/timespec.h (gettime): Return void, since it always
48896         succeeds now.  All uses changed.
48897         * lib/gettime.c (gettime) Likewise.
48898         [HAVE_NANOTIME]: Prefer nanotime.
48899         Assume gettimeofday succeeds, as POSIX requires.
48900         Assime time () succeeds, since other code already does.
48901         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
48902         (timespec_subtract): Remove.
48903         (NANOSLEEP_BUG_WORKAROUND): New constant.
48904         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
48905         things considerably.  Use it only on GNU/Linux hosts, since the
48906         workaround shouldn't be needed elsewhere.
48907
48908 2005-02-24  Bruno Haible  <bruno@clisp.org>
48909
48910         * modules/gettext (Files): Add m4/glibc2.m4.
48911
48912 2005-02-24  Bruno Haible  <bruno@clisp.org>
48913
48914         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
48915         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
48916         * m4/progtest.m4:
48917         Update from GNU gettext 0.14.2.
48918         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
48919
48920 2005-02-24  Bruno Haible  <bruno@clisp.org>
48921
48922         * lib/localcharset.c: Update from GNU gettext 0.14.2.
48923         * lib/config.charset: Update from GNU gettext 0.14.2.
48924
48925 2005-02-24  Bruno Haible  <bruno@clisp.org>
48926
48927         * lib/gettext.h: Update from GNU gettext 0.14.2.
48928
48929 2005-02-23  Simon Josefsson  <jas@extundo.com>
48930
48931         * m4/iconvme.m4: New file.
48932
48933 2005-02-23  Jim Meyering  <jim@meyering.net>
48934
48935         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
48936         change.
48937         Thanks to Bruno Haible for catching it.
48938
48939 2005-02-22  Simon Josefsson  <jas@extundo.com>
48940
48941         * modules/iconvme: New file.
48942
48943         * MODULES.html.sh: Add iconvme.
48944
48945 2005-02-22  Simon Josefsson  <jas@extundo.com>
48946
48947         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
48948
48949 2005-02-22  Simon Josefsson  <jas@extundo.com>
48950
48951         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
48952
48953 2005-02-22  Jim Meyering  <jim@meyering.net>
48954
48955         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
48956         s/ifndef/ifdef/.
48957
48958 2005-02-20  Neil Conway  <neilc@samurai.com>
48959
48960         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
48961         returned by OSX/Darwin if the specified buffer is not large
48962         enough for the hostname.
48963
48964 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48965
48966         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
48967         pass it to _help, otherwise the latter coredumps trying to
48968         dereference state.root_argp.
48969
48970 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
48971
48972         * modules/chdir-long (Depends-on): Add memrchr.
48973         * modules/memrchr (Files): Add lib/memrchr.h.
48974         (Include): "memrchr.h".
48975
48976 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
48977
48978         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
48979
48980 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
48981
48982         * lib/memrchr.h: New file.
48983         * lib/chdir-long.c: Include it.
48984         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
48985         Don't bother including stddef.h.
48986
48987 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
48988
48989         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
48990         inclusion.
48991         Include <sys/types.h>, for dev_t.
48992         (ME_DUMMY, ME_REMOTE): Move from here....
48993         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
48994         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
48995         Dmitry V. Levin.
48996         Include mountlist.h first, to test the interface.
48997
48998 2005-01-29  Bruno Haible  <bruno@clisp.org>
48999
49000         * lib/progname.c (program_name): Initialize.
49001         Needed when linking statically on MacOS X.
49002
49003 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49004
49005         Sync from coreutils.
49006         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
49007         (Depends-on): Add c-strtod.
49008         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
49009
49010 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49011
49012         Sync from coreutils.
49013         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
49014
49015         Remove files that are specific to coreutils.
49016         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
49017
49018 2005-01-28  Bruno Haible  <bruno@clisp.org>
49019
49020         * modules/javacomp: New file.
49021         * MODULES.html.sh (Java): Add javacomp.
49022
49023 2005-01-28  Bruno Haible  <bruno@clisp.org>
49024
49025         * m4/javacomp.m4: New file, from GNU gettext.
49026
49027 2005-01-28  Bruno Haible  <bruno@clisp.org>
49028
49029         * lib/javacomp.sh.in: New file, from GNU gettext.
49030         * lib/javacomp.h: New file, from GNU gettext.
49031         * lib/javacomp.c: New file, from GNU gettext.
49032
49033 2005-01-26  Simon Josefsson  <jas@extundo.com>
49034
49035         * lib/gai_strerror.c: Use GPL in header.
49036
49037 2005-01-26  Bruno Haible  <bruno@clisp.org>
49038
49039         * modules/javaexec: New file.
49040         * MODULES.html.sh (Java): Add javaexec.
49041
49042 2005-01-26  Bruno Haible  <bruno@clisp.org>
49043
49044         * m4/javaexec.m4: New file, from GNU gettext.
49045
49046 2005-01-26  Bruno Haible  <bruno@clisp.org>
49047
49048         * lib/javaexec.sh.in: New file, from GNU gettext.
49049         * lib/javaexec.h: New file, from GNU gettext.
49050         * lib/javaexec.c: New file, from GNU gettext.
49051
49052 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49053
49054         * modules/lchown (Depends-on): Remove lchown.h
49055
49056 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49057
49058         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
49059         must be defined if the header file was not found, in order
49060         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
49061
49062 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49063
49064         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
49065         initializers for struct pentry_state.
49066         (__argp_error): Check return value of __asprintf
49067         (__argp_failure): Translate error message
49068
49069         * lib/argp-parse.c: Removed braces around the expansion of N_()
49070
49071 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49072
49073         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
49074         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
49075         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
49076         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
49077         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
49078         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
49079         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
49080         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
49081         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
49082         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
49083         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
49084         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
49085         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
49086         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
49087         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
49088         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
49089         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
49090         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
49091         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
49092         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
49093         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
49094         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
49095         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
49096         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
49097         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
49098         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
49099         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
49100         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
49101         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
49102         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
49103         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
49104         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
49105         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
49106         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
49107         xstrtol.m4, xstrtoumax.m4, yesno.m4:
49108         Use an all-permissive copyright notice, recommended by RMS.
49109
49110 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
49111
49112         * modules/chdir-long (Depends-on): Remove mempcpy.
49113
49114 2005-01-21  Jim Meyering  <jim@meyering.net>
49115
49116         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
49117         same value as for Solaris 9.
49118
49119         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
49120         component length.  This included changing the parameter to be
49121         of type `char *' rather than `char const *'.
49122         * lib/chdir-long.h (chdir_long): Update prototype.
49123
49124         * lib/openat.c (fdopendir, fstatat): New functions.
49125         * lib/openat.h: Include headers required for use of DIR and struct
49126         stat.
49127         [AT_SYMLINK_NOFOLLOW]: Define.
49128         (fdopendir, fstatat): Add prototypes.
49129
49130 2005-01-21  Bruno Haible  <bruno@clisp.org>
49131
49132         * modules/classpath: New file.
49133         * MODULES.html.sh (Java): Add classpath.
49134
49135 2005-01-21  Bruno Haible  <bruno@clisp.org>
49136
49137         * lib/classpath.h: New file, from GNU gettext.
49138         * lib/classpath.c: New file, from GNU gettext.
49139
49140 2005-01-20  Simon Josefsson  <jas@extundo.com>
49141
49142         * modules/version-etc-fsf: New file.
49143
49144 2005-01-20  Simon Josefsson  <jas@extundo.com>
49145
49146         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
49147         * lib/version-etc.c: Remove version_etc_copyright.
49148         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
49149         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
49150
49151 2005-01-20  Simon Josefsson  <jas@extundo.com>
49152
49153         * lib/base64.h (isbase64): Add.
49154
49155         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
49156         using a unsigned prototype, don't inline.
49157         (base64_decode): Use it.
49158
49159 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49160
49161         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
49162         it.
49163
49164 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49165
49166         * lib/save-cwd.c (save_cwd): Remove code to support the case
49167         where fchdir is missing or flaky.
49168
49169 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49170
49171         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
49172
49173 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
49174
49175         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
49176         AC_LIBSOURCES now does this.
49177         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
49178         with new ullong_max module.
49179
49180 2005-01-19  Bruno Haible  <bruno@clisp.org>
49181
49182         * modules/sh-quote: New file.
49183         * MODULES.html.sh (Executing programs): Add sh-quote.
49184
49185 2005-01-19  Bruno Haible  <bruno@clisp.org>
49186
49187         * lib/sh-quote.h: New file, from GNU gettext.
49188         * lib/sh-quote.c: New file, from GNU gettext.
49189
49190 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49191
49192         Merge from coreutils.
49193         * m4/ullong_max.m4: New file.
49194         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
49195         (gl_MACROS): Assume localeconv exists.
49196
49197 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49198
49199         Merge changes from coreutils, as described below in several
49200         changelogs dated today.
49201
49202         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
49203         (O_DIRECTORY): Remove; not needed here, since "." must be
49204         a directory.  All uses removed.
49205         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
49206         universal on Suns, and we also need to test for IRIX.
49207         Revamp code to use 'if' rather than '#if'.
49208         Avoid unnecessary comparison of cwd->desc to 0.
49209
49210         * lib/utimens.c (futimens): Robustify the previous patch, by checking
49211         for known valid error numbers rather than observed invalid ones.
49212
49213 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49214
49215         * modules/ullong_max: New file.
49216
49217         * modules/chdir-long, modules/openat: New files.
49218         * modules/save-cwd (Depends-on): Depend on chdir-long.
49219         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
49220
49221 2005-01-18  Jim Meyering  <jim@meyering.net>
49222
49223         Merge from coreutils.
49224         * m4/chdir-long.m4, m4/openat.m4: New files.
49225         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
49226         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
49227         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
49228         is sane and DOES follow symlinks.  Besides, testing 20 different
49229         systems found no broken chown implementations.
49230         Prompted by a change in rsync's copy of this macro.
49231         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
49232
49233         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
49234
49235         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
49236         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
49237         NULL-means-set-to-current-time semantics.
49238         Remove temporary file immediately, rather than waiting
49239         for configure's at-exit trap code to do it.
49240
49241 2005-01-18  Jim Meyering  <jim@meyering.net>
49242
49243         * lib/version-etc.c (version_etc_copyright): Update copyright date.
49244
49245         * lib/utimens.c (futimens): Account for the fact that futimes
49246         can also fail with errno == ENOSYS or errno == ENOENT.
49247         Patch from Dmitry V. Levin.
49248
49249         Change the name of the robust chdir function from chdir to chdir_long.
49250         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
49251         (restore_cwd): Use chdir_long, not chdir.
49252         * lib/chdir-long.c: Renamed from chdir.c.
49253         * lib/chdir-long.h: Renamed from chdir.h.
49254         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
49255         Hurd.
49256
49257 2005-01-18  Bruno Haible  <bruno@clisp.org>
49258
49259         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
49260         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
49261         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
49262         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
49263         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
49264         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
49265         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
49266         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
49267         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
49268         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
49269         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
49270         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
49271         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
49272         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
49273         Use an all-permissive copyright notice, recommended by RMS.
49274
49275 2005-01-18  Bob Proulx  <bob@proulx.com>
49276
49277         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
49278         simplify offsetof() macro construct to avoid compile failure with
49279         native HP-UX 11.0 ANSI C compiler.
49280
49281 2005-01-17  Bruno Haible  <bruno@clisp.org>
49282
49283         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
49284         redundant because stpncpy.m4 takes care of it.
49285
49286 2005-01-17  Bruno Haible  <bruno@clisp.org>
49287
49288         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
49289
49290 2005-01-17  Bruno Haible  <bruno@clisp.org>
49291
49292         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
49293         used.
49294
49295 2005-01-17  Bruno Haible  <bruno@clisp.org>
49296
49297         * lib/fwriteerror.h (fwriteerror): Change specification to include
49298         fclose.
49299         * lib/fwriteerror.c: Include <stdbool.h>.
49300         (fwriteerror): At the end, close the file stream. Record whether
49301         stdout was already closed.
49302
49303 2005-01-17  Bruno Haible  <bruno@clisp.org>
49304
49305         * lib/execute.c (environ): Declare if needed.
49306         * lib/pipe.c (environ): Likewise.
49307         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
49308
49309 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49310
49311         * modules/argp: Depend on vsnprintf
49312
49313 2005-01-10  Jim Meyering  <jim@meyering.net>
49314
49315         * modules/closeout (Depends-on): Add atexit.
49316
49317 2005-01-06  Bruno Haible  <bruno@clisp.org>
49318
49319         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
49320
49321 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49322
49323         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
49324         definitions to be after all include files, to avoid collisions.
49325         Problem reported by Bob Proulx.
49326
49327 2005-01-04  Jim Meyering  <jim@meyering.net>
49328
49329         Changes imported from coreutils.
49330         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
49331         as the mkstemp template, use a temporary directory and an
49332         8.3-friendly template to avoid trouble on systems like DJGPP.
49333         Reported by Juan M. Guerrero via Stepan Kasal.
49334         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
49335         close. Remove the temporary directory right away, rather than waiting
49336         for configure's at-exit trap code to do it.
49337         Suggestion from Stepan Kasal.
49338
49339 2005-01-01  Simon Josefsson  <jas@extundo.com>
49340
49341         * gnulib-tool: Print #include directives when --import'ing.
49342
49343 2004-12-28  Simon Josefsson  <jas@extundo.com>
49344
49345         * tests/test-base64.c: Include required header files.  Remove
49346         unused variables.
49347
49348 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49349
49350         * modules/error (Depends-on): Remove gettext.
49351
49352 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49353
49354         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
49355         not needed.  This removes a dependency on the gettext module.
49356         [defined _LIBC]: Do not include <libintl.h>; not needed.
49357
49358 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49359
49360         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
49361         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
49362
49363 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49364
49365         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
49366         HAVE_DECL_STRTOLD.
49367
49368 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49369
49370         * modules/getdate (Depends-on): Remove alloca-opt.
49371
49372 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49373
49374         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
49375
49376 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49377
49378         * lib/argp-parse.c: Include <stddef.h>.
49379         (alignof, alignto): New macros.
49380         (parser_init): Don't assume that void * is aligned sufficiently
49381         for struct option.
49382
49383         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
49384         need to extend the stack.
49385         (YYINITDEPTH): New macro, so that the initial stack isn't overly
49386         large.
49387
49388 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49389
49390         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
49391
49392 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49393
49394         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
49395         (2004-10-24) change.  Apparently this was a false alarm.
49396
49397         * modules/getdate: Depend on alloca-opt, not alloca.
49398
49399 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49400
49401         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
49402         Remove now-obsolete comment about AIX.
49403         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
49404         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
49405         (YYMAXDEPTH): New macro.
49406
49407 2004-12-18  Simon Josefsson  <jas@extundo.com>
49408
49409         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
49410
49411 2004-12-18  Bruno Haible  <bruno@clisp.org>
49412
49413         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
49414
49415 2004-12-18  Bruno Haible  <bruno@clisp.org>
49416
49417         * lib/fatal-signal.c (fatal_signals): Make non-const.
49418         (init_fatal_signals): New function.
49419         (uninstall_handlers, install_handlers): Ignore signals that were set to
49420         SIG_IGN.
49421         (at_fatal_signal): Call init_fatal_signals.
49422         (init_fatal_signal_set): Likewise. Ignore signals that were set to
49423         SIG_IGN.
49424         Reported by Paul Eggert.
49425
49426 2004-12-18  Bruno Haible  <bruno@clisp.org>
49427
49428         * doc/alloca.texi: New file.
49429         * doc/alloca-opt.texi: New file.
49430
49431 2004-12-17  Jim Meyering  <jim@meyering.net>
49432
49433         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
49434         Otherwise, install-sh could exit with improper exit status when
49435         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
49436
49437 2004-12-16  Simon Josefsson  <jas@extundo.com>
49438
49439         * tests/test-base64.c: Add license.
49440
49441 2004-12-15  Stepan Kasal  <address@hidden>
49442
49443         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
49444
49445 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
49446
49447         * modules/getcwd (Files): Add m4/d-ino.m4.
49448         Suggested by Mark D. Baushke.
49449
49450 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49451
49452         * lib/getdate.y (textint): New member "negative".
49453         (time_zone_hhmm): New function.
49454         Expect 14 shift-reduce conflicts, not 13.
49455         (o_colon_minutes): New rule.
49456         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
49457         (yylex): Set the "negative" member of signed numbers.
49458
49459 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49460
49461         * doc/getdate.texi (Time of day items, Time zone items):
49462         Describe new formats +00:00, UTC+00:00.
49463
49464 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49465
49466         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
49467         spurious "-l"s.  Problem reported by Stepan Kasal.
49468
49469 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
49470
49471         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
49472         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
49473
49474 2004-12-04  Simon Josefsson  <jas@extundo.com>
49475
49476         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
49477         Vandoorselaere <yoann@prelude-ids.org>.
49478
49479 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49480
49481         Changes imported from coreutils.
49482         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
49483         exist.
49484         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
49485
49486 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49487
49488         Changes imported from coreutils.
49489         * lib/hard-locale.c: Assume <locale.h> exists.
49490         Include "strdup.h".
49491         (GLIBC_VERSION): New macro.
49492         (hard_locale): Assume setlocale exists.
49493         Rewrite to avoid #ifdef.
49494         Use strdup rather than malloc + strcpy.
49495         * lib/human.c: Assume <locale.h> exists.
49496         (human_readable): Assume localeconv exists.
49497
49498 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49499
49500         * modules/hard-locale (Depends-on): Add strdup.
49501
49502 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
49503
49504         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
49505         convert T2, not T.  (Imported from libc.)
49506
49507 2004-11-30  Simon Josefsson  <jas@extundo.com>
49508
49509         * modules/restrict (License): Change to LGPL.
49510
49511 2004-11-30  Simon Josefsson  <jas@extundo.com>
49512
49513         * m4/restrict.m4: Add copyright and copying conditions.
49514
49515 2004-11-30  Simon Josefsson  <jas@extundo.com>
49516
49517         * m4/base64.m4: New file.
49518
49519 2004-11-30  Simon Josefsson  <jas@extundo.com>
49520
49521         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
49522         base64.
49523
49524         * tests/test-base64.c: New file.
49525
49526         * modules/base64: New file.
49527
49528 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
49529
49530         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
49531         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
49532
49533         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
49534
49535 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
49536
49537         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
49538         (__getcwd.c): Don't restore errno; glibc doesn't.
49539         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
49540         first, falling back to our code only if its results look suspicious.
49541         Ensure that the resulting buffer is only as large as necessary.
49542
49543         * lib/readutmp.c: Include readutmp.h first.
49544         Include <errno.h>, since readutmp.h no longer does that.
49545         * lib/readutmp.h: Don't include <errno.h>,
49546         <sys/param.h>, <time.h>; not needed to establish interface.
49547         (errno): Remove decl.
49548         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
49549         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
49550         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
49551
49552 2004-11-28  Simon Josefsson  <jas@extundo.com>
49553
49554         * lib/base64.h, base64.c: New file.
49555
49556 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
49557
49558         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
49559
49560 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
49561
49562         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
49563         (Depends-on): Remove pathmax, same.  Add mempcpy.
49564         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
49565         (Makefile.am): Append getcwd.h to lib_SOURCES.
49566         (Include): Add getcwd.h.
49567         (Maintainer): Change from Jim Meyering to "all, glibc",
49568         since getdate now uses intended-for-glibc code.
49569         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
49570         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
49571
49572 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49573
49574         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
49575         HP's ANSI C compiler.
49576         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
49577         Declaring int functions causes warnings on some modern systems and
49578         shouldn't be needed to compile on ancient ones.
49579         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
49580         defined.
49581
49582         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
49583         with the following changes.
49584         (__set_errno): Parenthesize properly.
49585         Include <stdbool.h>.
49586         (MIN, MAX, MATCHING_INO): New macros.
49587         (__getcwd): Define with prototype, not K&R form.
49588         Use heuristics to allocate default buffer on stack if possible.
49589         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
49590         behavior, and to avoid the PATH_MAX limit when computing
49591         ../../../../...
49592         Use MATCHING_INO to compare inode number to file.
49593         Check for arithmetic overflow in size calculations.
49594         Fix bug in reallocation of dot array that caused getcwd to fail
49595         on directories nested deeper than 75.
49596         Be more careful about saving errno on error.
49597         Do not use realloc; use only free+malloc, as this is a bit
49598         more flexible and avoids a needless copy operation.
49599         Do not inspect st_dev and st_ino for symbolic links; POSIX
49600         doesn't specify the latter.
49601         Check for closedir errors.
49602         Avoid needless casts.
49603         Use "#ifdef weak_alias" around weak_alias, to be like other
49604         glibc code.
49605         The following changes to getcwd.c have effect only when used in
49606         gnulib; they have no effect inside glibc proper.
49607         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
49608         as alloca isn't used.
49609         (alloca, __alloca): Likewise.
49610         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
49611         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
49612         unconditionally, as gnulib assumes C89 or better.
49613         Do not include <sys/param.h>.
49614         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
49615         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
49616         better.
49617         (NULL) [!defined NULL]: Remove; we assume C89 or better.
49618         Include <dirent.h> in a way that is compatible with modern Autoconf.
49619         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
49620         New macros, if not already defined.
49621         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
49622         Use "_LIBC", not "defined _LIBC", for consistency.
49623         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
49624         a mempcpy module.
49625         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
49626         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
49627         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
49628         credit only to Jim Meyering and adjust the copyright dates.
49629         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
49630         <stdlib.h>, <unistd.h>, "pathmax.h".
49631         Instead, include "xgetcwd.h" (first) and "getcwd.h".
49632         (INITIAL_BUFFER_SIZE): Remove.
49633         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
49634
49635 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49636
49637         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
49638         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
49639         Use the _ONCE methods, for efficiency.
49640         Check for fcntl.h.  In test program, include <errno.h>
49641         and <fcntl.h> if available.  Remove old K&R cruft from
49642         test program.  Check for common errors in GNU/Linux,
49643         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
49644         don't do AC_LIBOBJ, as that's getcwd.m4's job.
49645         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
49646         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
49647         name accordingly.
49648         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
49649         accommodate new getcwd.c.
49650         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
49651         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
49652         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
49653         that's all we need now.
49654
49655 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49656
49657         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
49658         argp-parse.c depends on getopt internals, that means we should
49659         always use our getopt, to be on the safe side.
49660         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
49661         order not to spoil the result of an eventual previous invocation
49662         of gl_GETOPT_SUBSTITUTE.
49663
49664 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49665
49666         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
49667         redefinition warnings. To avoid them, include the defines
49668         in `#if !defined __need_getopt ... #endif'. The only place
49669         where __getopt_argv_const is used is in definitions
49670         of getopt_long and getopt_long_only below, which are as well
49671         protected by `#ifndef __need_getopt'.
49672         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
49673         __need_getopt after including <stdio.h> and <unistd.h> These
49674         headers might have defined it.
49675
49676 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
49677
49678         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
49679
49680 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
49681
49682         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
49683         (futimens): New function, which uses futimes if available.
49684         (futimens, utimens): Support timespec==NULL, with same semantics
49685         as utime and utimens.
49686         * lib/utimens.h (futimens): New decl.
49687
49688 2004-11-23  Jim Meyering  <jim@meyering.net>
49689
49690         * lib/getopt_.h: Remove trailing blanks.
49691
49692 2004-11-23  Jim Meyering  <jim@meyering.net>
49693
49694         * lib/__fpending.c: Add comment.
49695
49696 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
49697
49698         * modules/canonicalize (Depends-on): Add xreadlink.
49699         Problem reported by James Youngman.
49700
49701 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
49702
49703         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
49704         New macros.
49705         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
49706         optopt): Use them instead of invoking ## directly; otherwise, the
49707         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
49708
49709 2004-11-19  Bruno Haible  <bruno@clisp.org>
49710
49711         * lib/strtok_r.c: Move comments from here...
49712         * lib/strtok_r.h: ... to here.
49713
49714 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49715
49716         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
49717         implementations that mishandle size_t overflow.
49718
49719 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49720
49721         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
49722         might fail.  Problem reported by Yoann Vandoorselaere.
49723         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
49724         implementations that mishandle size_t overflow.
49725
49726 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49727
49728         * modules/canon-host (Depends-on): Add strdup.
49729
49730 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49731
49732         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
49733
49734 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49735
49736         * lib/canon-host.c: Include "strdup.h".
49737         (canon_host): Use getaddrinfo if available, so that IPv6 works.
49738         Use strdup instead of malloc/strcpy to duplicate strings.
49739
49740         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
49741         (human_space_before_unit): New constant.
49742         * lib/human.c (human_readable): Support it.
49743
49744         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
49745         (xgetcwd): Set errno correctly when failing.
49746         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
49747         the failure is actually due to a PATH_MAX problem.
49748
49749         Further getopt changes to make it more likely that glibc will
49750         buy the changes back.
49751         * lib/getopt.c (POSIXLY_CORRECT): New constant.
49752         (getopt): Use it, so to preserve glibc semantic
49753         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
49754         when compiling for libc.
49755         * lib/getopt_.h (__getopt_argv_const): Bring it back.
49756         (getopt_long, getopt_long_only): Use it.
49757
49758         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
49759         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
49760         (getopt): Argv is now char * const *, as per standard.
49761         (_getopt_internal_r, _getopt_internal): Argv is now char **,
49762         not char *__getopt_argv_const *.
49763         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
49764         _getopt_long_only_r): Likewise.
49765         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
49766         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
49767         _getopt_long_r, _getopt_long_only_r): Likewise.
49768         * lib/getopt_.h (__getopt_argv_const): Remove.
49769         (getopt): Argv is now char * const *, as per standard.
49770
49771         * lib/getdate.y (tORDINAL): New token.
49772         (day, relunit): Allow it for relative times.
49773         (relative_time_table): Use tORDINAL for ordinals.
49774
49775 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49776
49777         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
49778         Document that "second" isn't allowed as an ordinal number.
49779
49780 2004-11-16  Jim Meyering  <jim@meyering.net>
49781
49782         * modules/closeout (Depends-on): Add fpending.
49783
49784 2004-11-15  Jim Meyering  <jim@meyering.net>
49785
49786         * lib/closeout.c: Include "__fpending.h" once again.
49787         Include <stdbool.h>.
49788         (close_stdout): Don't fail just because stdout was closed initially,
49789         since some programs don't write to stdout in the normal course of
49790         operation (other than --version and --help), and we don't want this
49791         function to make e.g. `touch file >&-' fail.
49792         But do fail if it was closed and someone has tried to write to it.
49793         E.g., `printf foo >&-' must fail.
49794
49795 2004-11-13  Jim Meyering  <jim@meyering.net>
49796
49797         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
49798
49799 2004-11-12  Simon Josefsson  <jas@extundo.com>
49800
49801         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
49802         small doc fix is still pending.
49803
49804 2004-11-11  Simon Josefsson  <jas@extundo.com>
49805
49806         * modules/strtok_r: New file.
49807
49808         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49809         strtok_r.
49810
49811 2004-11-11  Simon Josefsson  <jas@extundo.com>
49812
49813         * m4/strtok_r.m4: New file.
49814
49815         * m4/getopt.m4: Replace opterr.
49816
49817 2004-11-11  Simon Josefsson  <jas@extundo.com>
49818
49819         * lib/strtok_r.h, strtok_r.c: New file.
49820
49821 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
49822
49823         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
49824         of replacing opterr, getopt, etc.  This should handle the
49825         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
49826
49827 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
49828
49829         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
49830         we can stop lying to compilers about the constness of argv when we
49831         are compiled outside glibc.
49832         (getopt, getopt_long, getopt_long_only): Use it.
49833         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
49834         _getopt_internal, getopt): Likewise.
49835         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
49836         _getopt_long_only_r): Likewise.
49837         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
49838         _getopt_long_r, _getopt_long_only_r): Likewise.
49839
49840         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
49841         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
49842         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
49843         the other external symbols.
49844         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
49845         declaration, since the above renaming now works around collisions.
49846
49847 2004-11-11  Jim Meyering  <jim@meyering.net>
49848
49849         * lib/linebreak.c: Remove trailing blanks.
49850         * lib/alloca_.h: Likewise.
49851         * lib/acosl.c: Likewise.
49852         * lib/euidaccess.c: Likewise.
49853         * lib/allocsa.h: Likewise.
49854
49855 2004-11-10  Simon Josefsson  <jas@extundo.com>
49856
49857         * m4/getaddrinfo.m4: New file.
49858
49859 2004-11-10  Simon Josefsson  <jas@extundo.com>
49860
49861         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
49862
49863 2004-11-10  Simon Josefsson  <jas@extundo.com>
49864
49865         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49866         getaddrinfo.
49867
49868         * modules/getaddrinfo: New file.
49869
49870 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49871
49872         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
49873
49874 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49875
49876         * lib/mktime.c (SHR): New macro, which is a portable
49877         substitute for >> that should work even on Crays.
49878         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
49879         Problem reported by Mark D. Baushke in
49880         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
49881         * lib/getdate.y (SHR): Likewise.
49882         (tm_diff): Use it.
49883         * lib/strftime.c (SHR): Likewise.
49884         (tm_diff): Use it.
49885         * lib/quotearg.c (struct quoting_options): Use unsigned int for
49886         quote_these_too, so that right shifts are well defined.  All uses
49887         changed.
49888
49889 2004-11-10  Jim Meyering  <jim@meyering.net>
49890
49891         Ensure that no close failure goes unreported.
49892         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
49893         return early when it seems there's nothing to flush.
49894         Don't include __fpending.h.
49895
49896 2004-11-10  Jim Meyering  <jim@meyering.net>
49897
49898         * modules/closeout (Depends-on): Remove fpending.
49899
49900 2004-11-10  Jim Meyering  <jim@meyering.net>
49901
49902         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
49903
49904 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
49905
49906         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
49907         gl_FUNC_STRFTIME.
49908         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
49909         and AC_REQUIRE when possible, to avoid duplicate checks.
49910         Check for <wchar.h>.
49911
49912 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
49913
49914         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
49915
49916 2004-11-09  Bruno Haible  <bruno@clisp.org>
49917
49918         * m4/sockpfaf.m4: New file.
49919
49920 2004-11-05  Bruno Haible  <bruno@clisp.org>
49921
49922         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
49923         Reported by Mark D. Baushke <mdb@cvshome.org>.
49924
49925 2004-11-04  Bruno Haible  <bruno@clisp.org>
49926
49927         2004-09-11  Bruno Haible  <bruno@clisp.org>
49928                 * allocsa.valgrind: New file.
49929         2004-02-06  Bruno Haible  <bruno@clisp.org>
49930                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
49931                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
49932                 Reported by Christopher Seip <chris.seip@hp.com>.
49933
49934 2004-11-04  Bruno Haible  <bruno@clisp.org>
49935
49936         * modules/allocsa (Files): Add lib/allocsa.valgrind.
49937         (Makefile.am): Distribute it.
49938
49939 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
49940
49941         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
49942         with errno == ERANGE if the buffer is too small.
49943         Problem reported by Mark D. Baushke.
49944
49945 2004-11-03  Albert Chin  <china@thewrittenword.com>
49946             Paul Eggert  <eggert@cs.ucla.edu>
49947
49948         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
49949         equivalent, substitute $ac_type for equivalent type rather than
49950         blindly using uint32_t *always* which won't work if uint32_t is not
49951         available.  Define _UINT32_T to work around typedef of uint32_t if
49952         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
49953         2.5.1.
49954
49955 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
49956
49957         * m4/jm-macros.m4: Sync from coreutils.
49958         (gl_MACROS): Check for mbrlen, for pathchk.
49959         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
49960
49961 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
49962
49963         * lib/xreadlink.c (MAXSIZE): New macro.
49964         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
49965         size does not exceed MAXSIZE.  Avoid cast.
49966         As suggested by Mark D. Baushke in
49967         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
49968         if readlink fails with buffer size just under MAXSIZE, try again
49969         with MAXSIZE.
49970
49971 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
49972
49973         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
49974
49975 2004-11-02  Derek R. Price  <derek@ximbiot.com>
49976         and  Paul Eggert  <eggert@cs.ucla.edu>
49977
49978         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
49979         (get_date): Overparenthesize to avoid GCC warning.
49980
49981 2004-11-02  Bruno Haible  <bruno@clisp.org>
49982
49983         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
49984         returns void.
49985
49986 2004-11-02  Bruno Haible  <bruno@clisp.org>
49987
49988         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
49989         function returns void.
49990
49991 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
49992
49993         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
49994         fflush_unlocked, flockfile, funlockfile, funlockfile,
49995         fputs_unlocked, putc_unlocked.
49996
49997 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
49998
49999         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50000         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
50001         already declared.
50002
50003 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50004
50005         * modules/getdate (Files): Add doc/getdate.texi.
50006         (Depends-on): Add setenv, xalloc.
50007
50008 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50009
50010         * lib/getdate.y: Add support for TZ="foo" within a date string.
50011         Fix some bugs near time_t boundaries.  Reject dates with
50012         out-of-range components, e.g., "Sept 31".
50013         Include <stdlib.h>, "setenv.h", "xalloc.h".
50014         (ISDIGIT_LOCALE): Remove; unused.
50015         Note that the TZ and time functions used here are not reentrant.
50016         (mktime_ok, get_tz): New functions.
50017         (TZBUFSIZE): New constant.
50018         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
50019         This requires that we sometimes generate our own TZ="XXX..." setting.
50020
50021 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50022
50023         * doc/getdate.texi: New file, from coreutils with modifications for
50024         the new TZ parsing.
50025
50026 2004-10-27  Derek R. Price  <derek@ximbiot.com>
50027
50028         * lib/mktime.c (not_equal_tm): Remove redundant check.
50029
50030 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50031
50032         * modules/regex (lib_SOURCES): Add regex.c.
50033         Reported by James Youngman in
50034         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
50035
50036 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50037
50038         * lib/getdate.y: Use Bison 1.875 features, and some minor
50039         code cleanups.  This change does not affect semantics.
50040         Don't include <stdlib.h>; no longer needed.
50041         Don't include unlocked-io.h; only the "#if TEST" code uses
50042         stdio, and performance isn't crucial there.
50043         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
50044         Bison 1.875 features as described below.
50045         All uses of "PC." replaced by "pc->".
50046         (YYSTYPE): Add a forward declaration.
50047         (yylex, yyerror): Use full prototypes in forward decls.
50048         Use "%pure-parser" rather than obsolescent "%pure_parser".
50049         Use %parse-param and %lex-param instead of obsolescent
50050         YYPARSE_PARAM and YYLEX_PARAM.
50051         (meridian_table, month_and_day_table, time_units_table,
50052         relative_time_table, time_zone_table, military_table,
50053         lookup_zone, lookup_word, get_date):
50054         Use NULL instead of 0 where appropriate.
50055         (to_hour): Avoid abort (), to avoid a dependency on
50056         stdlib.h.
50057         (yyerror, yylex): Now accepts parser_control * arg.
50058         (main) [TEST]: Use '\0' rather than 0 for char.
50059
50060 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50061
50062         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
50063
50064 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50065
50066         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
50067         It's now the caller's responsibility to handle the case where
50068         !HAVE_GETPAGESIZE && !defined getpagesize.
50069
50070         * lib/mktime.c (leapyear): Arg is long int, not int.
50071
50072 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
50073
50074         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
50075
50076 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
50077
50078         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
50079         missing.  Problem reported by James Youngman.
50080
50081 2004-10-16  Simon Josefsson  <jas@extundo.com>
50082
50083         * gnulib-tool: Fix comments.  Fix parse problem.
50084         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
50085
50086 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
50087
50088         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
50089         implementation of getopt_long.  Problem reported by Alexander Taler in:
50090         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
50091
50092 2004-10-15  Bruno Haible  <bruno@clisp.org>
50093
50094         * gnulib-tool: Untabify. Initialize supplied_libname.
50095         (func_usage): More homogenous output.
50096         (func_modules_transitive_closure, func_modules_to_filelist,
50097         func_emit_lib_Makefile_am): New functions.
50098         (func_import): New function, extracted from big case statement. Use
50099         func_get_license, func_modules_transitive_closure,
50100         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
50101         opt_lgpl. Don't use test -a, as it's not portable.
50102         (func_create_testdir): Use func_modules_transitive_closure,
50103         func_modules_to_filelist, func_emit_lib_Makefile_am.
50104
50105 2004-10-15  Bruno Haible  <bruno@clisp.org>
50106
50107         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
50108
50109 2004-10-15  Bruno Haible  <bruno@clisp.org>
50110
50111         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
50112         the portions belonging to each module.
50113         Suggested by Derek Robert Price <derek@ximbiot.com>.
50114
50115 2004-10-12  Simon Josefsson  <jas@extundo.com>
50116
50117         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50118         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
50119         to real functions.
50120
50121 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50122
50123         * modules/vsnprintf: New file.
50124
50125 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50126
50127         * m4/vsnprintf.m4: New file.
50128
50129 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50130
50131         * lib/vsnprintf.h: New file.
50132         * lib/vsnprintf.c: New file.
50133
50134 2004-10-11  Bruno Haible  <bruno@clisp.org>
50135
50136         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
50137         vsnprintf.
50138
50139 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50140
50141         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
50142
50143 2004-10-07  Bruno Haible  <bruno@clisp.org>
50144
50145         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
50146         fits into the provided buffer.
50147
50148 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50149
50150         * lib/diacrit.c, diacrit.h: Add GPL notice.
50151
50152         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
50153         notice.
50154         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
50155         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
50156         This avoids a potential constant-folding bug.
50157
50158 2004-10-05  Bruno Haible  <bruno@clisp.org>
50159
50160         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
50161         for the declaration of strsep.
50162
50163 2004-10-05  Bruno Haible  <bruno@clisp.org>
50164
50165         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
50166
50167 2004-10-04  Simon Josefsson  <jas@extundo.com>
50168
50169         * modules/memmem: New file.
50170         * tests/test-memmem.c: New file.
50171         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
50172
50173 2004-10-04  Simon Josefsson  <jas@extundo.com>
50174
50175         * m4/memmem.m4: New file.
50176
50177 2004-10-04  Simon Josefsson  <jas@extundo.com>
50178
50179         * lib/memmem.h: New file.
50180         * lib/memmem.c: New file, taken from glibc.
50181
50182 2004-10-04  Simon Josefsson  <jas@extundo.com>
50183
50184         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
50185         '#ifdef USE_UNLOCKED_IO'.
50186
50187 2004-10-04  Simon Josefsson  <jas@extundo.com>
50188
50189         * config/srclist.txt: Add memmem from glibc.
50190
50191 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50192
50193         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
50194
50195         * modules/argmatch, modules/argp, modules/closeout, modules/error,
50196         modules/exclude, modules/getdate, modules/getline,
50197         modules/getndelim2, modules/getpass, modules/getpass-gnu,
50198         modules/getusershell, modules/linebuffer, modules/md5,
50199         modules/mountlist, modules/posixtm, modules/readtokens,
50200         modules/readutmp, modules/regex, modules/sha1,
50201         modules/version-etc, modules/yesno:
50202         Remove dependency on unlocked-io.
50203
50204 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50205
50206         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
50207
50208         * m4/unlocked-io.m4: Add copyright notice.
50209         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
50210
50211 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50212
50213         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
50214         * lib/xmalloc.c (xmemdup): Likewise.
50215         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
50216         XFREE): Remove these long-obsolescent macros.
50217         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
50218         * lib/xstrdup.c: Remove.
50219
50220         * lib/regex.c (re_comp): Cast gettext return value to char *,
50221         Problem reported by Martin Neitzel via Mark D. Baushke.
50222
50223 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50224
50225         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
50226         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
50227         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
50228         regex.c, sha1.c, version-etc.c, yesno.c:
50229         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
50230         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
50231         the includer's responsibility.
50232
50233         Sync from coreutils.
50234
50235         * lib/modechange.c (mode_compile): Don't decrement a pointer that
50236         points to the start of a string, as the C Standard says the
50237         resulting behavior is undefined.
50238
50239         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
50240         simple -> simple_backups, numbered_existing ->
50241         numbered_existing_backups, numbered -> numbered_backups
50242         to avoid shadowing problems.  All uses changed.
50243         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
50244         * lib/backupfile.c (check_extension, numbered_backup):
50245         Rename locals to avoid shadowing 'basename'.
50246         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
50247         once.
50248
50249         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
50250         * lib/.cvsignore: Add getopt.h.
50251
50252 2004-10-04  Bruno Haible  <bruno@clisp.org>
50253
50254         * modules/README: New file.
50255         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
50256         not a module.
50257
50258 2004-10-02  Jim Meyering  <jim@meyering.net>
50259
50260         * lib/dirfd.h, getpagesize.h: Add copyright notice.
50261
50262 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50263
50264         * modules/strsep: New file.
50265
50266 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50267
50268         * m4/strsep.m4: New file.
50269
50270 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50271
50272         * lib/strsep.h: New file.
50273         * lib/strsep.c: New file.
50274
50275 2004-10-01  Simon Josefsson  <jas@extundo.com>
50276
50277         * lib/snprintf.c (snprintf): Handle size==0.
50278
50279 2004-10-01  Simon Josefsson  <jas@extundo.com>
50280             Bruno Haible  <bruno@clisp.org>
50281
50282         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
50283         (snprintf): Declare 'args'.
50284
50285 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
50286
50287         * lib/snprintf.c: Remove comments as to why each header is needed.
50288
50289 2004-10-01  Bruno Haible  <bruno@clisp.org>
50290
50291         * MODULES.html.sh: Add strsep.
50292
50293 2004-09-30  Simon Josefsson  <jas@extundo.com>
50294
50295         * modules/snprintf: New file.
50296
50297 2004-09-30  Simon Josefsson  <jas@extundo.com>
50298
50299         * m4/snprintf.m4: New file.
50300
50301 2004-09-30  Simon Josefsson  <jas@extundo.com>
50302
50303         * lib/snprintf.h, lib/snprintf.c: New files.
50304
50305 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50306
50307         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
50308         (hol_entry_help): Never translate an empty string.
50309         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
50310         * lib/argp.h (OPTION_NO_TRANS): New option.
50311
50312 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50313
50314         * modules/argp (Maintainer): Replace Simon Josefsson
50315         by Sergey Poznyakoff.
50316
50317 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50318
50319         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
50320         changes merged back into glibc.
50321
50322 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50323
50324         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
50325
50326 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50327
50328         * lib/xvasprintf.c: Include xalloc.h.
50329         (xvasprintf): Use xalloc_die, not xmalloc_die.
50330
50331 2004-09-29  Bruno Haible  <bruno@clisp.org>
50332
50333         * modules/alloca-opt: New file, derived from modules/alloca.
50334         * modules/allocsa: Depend on alloca-opt instead of alloca.
50335         * modules/setenv: Likewise.
50336         * modules/vasnprintf: Likewise.
50337         * MODULES.html.sh: Add alloca-opt.
50338
50339 2004-09-28  Simon Josefsson  <jas@extundo.com>
50340
50341         * gnulib-tool: New parameter --lgpl, to asseert that modules are
50342         LGPL, and to replace license template from GPL to LGPL.
50343
50344 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50345
50346         * modules/dummy: Change license to LGPL.
50347
50348 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50349
50350         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
50351
50352 2004-09-24  Simon Josefsson  <jas@extundo.com>
50353
50354         * modules/minmax (License): Change from GPL to LGPL.
50355
50356 2004-09-23  Simon Josefsson  <jas@extundo.com>
50357
50358         * gnulib-tool (--import): Typo.
50359
50360 2004-09-23  Simon Josefsson  <jas@extundo.com>
50361
50362         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
50363
50364 2004-09-22  Bruno Haible  <bruno@clisp.org>
50365
50366         * modules/*: Add 'License' field.
50367         * gnulib-tool: Accept --extract-license option.
50368         (func_get_license): New function.
50369
50370 2004-09-21  Bruno Haible  <bruno@clisp.org>
50371
50372         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
50373         Reported by Simon Josefsson.
50374
50375 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50376
50377         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
50378         gl_AC_TYPE_LONG_LONG.
50379
50380 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50381
50382         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
50383
50384 2004-09-18  Simon Josefsson  <jas@extundo.com>
50385         and  Paul Eggert  <eggert@cs.ucla.edu>
50386
50387         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
50388         calls with autoreconf.  Define GL_LIB.
50389
50390 2004-09-14  Karl Berry  <karl@gnu.org>
50391
50392         * config/srclist.txt: unsync setenv.c, sigh.
50393
50394 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50395
50396         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
50397         Problem reported by Bruno Haible in:
50398         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
50399
50400 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50401
50402         * config/srclist.txt: Comment out argp-pvh.c.
50403
50404 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
50405
50406         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
50407         in case some system header has #define'd it.  Problem reported by
50408         Soeren D. Schulze in
50409         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
50410
50411 2004-09-09  Karl Berry  <karl@gnu.org>
50412
50413         * regex.[ch]: delete from the root.  These were supposed to be
50414                 synced with emacs cvs, but this has not happened for about
50415                 a year, and anyway nothing else uses emacs regex.[ch].
50416                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
50417                 lib/regex[.ch] is untouched.
50418
50419 2004-09-09  Bruno Haible  <bruno@clisp.org>
50420
50421         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
50422
50423 2004-09-09  Bruno Haible  <bruno@clisp.org>
50424
50425         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
50426         modifications.
50427         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
50428
50429 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50430
50431         * modules/xvasprintf: New file.
50432         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
50433
50434 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50435
50436         * lib/xvasprintf.h: New file.
50437         * lib/xvasprintf.c: New file.
50438         * lib/xasprintf.c: New file.
50439
50440 2004-09-08  Bruno Haible  <bruno@clisp.org>
50441
50442         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
50443
50444 2004-09-08  Bruno Haible  <bruno@clisp.org>
50445
50446         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
50447         length is > INT_MAX.
50448         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
50449         more.
50450
50451 2004-09-08  Bruno Haible  <bruno@clisp.org>
50452
50453         * lib/stdint_.h: New file, taken from GNU clisp.
50454
50455 2004-09-08  Bruno Haible  <bruno@clisp.org>
50456             Oskar Liljeblad  <oskar@osk.mine.nu>
50457
50458         * modules/stdint: New file.
50459         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
50460
50461 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50462
50463         Import from coreutils.
50464         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
50465         strings on unbounded length.  alloca's performance benefits aren't
50466         that important here.
50467         (V_STRDUP): Remove.
50468         (parse_with_separator): New function, with most of the internals
50469         of the old parse_user_spec.  Allow user to omit both user and group,
50470         for compatibility with FreeBSD.
50471         Clone only the user name, not the entire spec.
50472         Do not set *uid, *gid unless entirely successful.
50473         Avoid memory leak in some failing cases.
50474         Fix regression for USER.GROUP reported by Dmitry V. Levin in
50475         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
50476         (parse_user_spec): Rewrite to use parse_with_separator.
50477
50478 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50479
50480         * modules/userspec: Don't depend on alloca.
50481
50482 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50483
50484         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
50485
50486 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
50487
50488         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
50489         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
50490         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
50491
50492 2004-08-16  Simon Josefsson  <jas@extundo.com>
50493
50494         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
50495         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
50496         Add --dry-run for --import.
50497         Let user provided command line parameters override configure.ac
50498         settings.
50499
50500 2004-08-12  Simon Josefsson  <jas@extundo.com>
50501
50502         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
50503         as discussed with Paul Eggert in threads rooted at
50504         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
50505         and
50506         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
50507         Before, the test was empty, and relied on ELIDE_CODE in source
50508         code.)
50509         (gl_PREREQ_GETOPT): New macro.
50510         (gl_GETOPT): Use them.
50511
50512 2004-08-12  Simon Josefsson  <jas@extundo.com>
50513
50514         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
50515         * lib/getopt_.h: Renamed from getopt.h.
50516
50517 2004-08-12  Simon Josefsson  <jas@extundo.com>
50518
50519         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
50520         Change default library name from libfoo to libgnu.
50521         Now, if you have a configure.ac that says:
50522                 gl_SOURCE_BASE(gl)
50523                 gl_M4_BASE(gl/m4)
50524                 gl_MODULES(error getopt etcetera)
50525                 gl_INIT
50526         you can import all you need by running:
50527                 ../gnulib/gnulib-tool --import
50528
50529         * modules/getopt (Files): Rename getopt.h to getopt_.h.
50530         (Makefile.am): Rewrite, use logic from argz.
50531         (Include): Use <getopt.h> instead of "getopt.h".
50532
50533 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50534
50535         * modules/argp (Files): Add m4/unlocked-io.m4.
50536         (Depends-on): Add extensions.
50537
50538 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50539
50540         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
50541         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
50542         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
50543         Check for program_invocation_name, program_invocation_short_name,
50544         flockfile, funlockfile, features.h, _getopt_long_only_r.
50545
50546 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50547
50548         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
50549         its complicated substitute.
50550         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
50551         and program_invocation_name.
50552         (__argp_basename) [!_LIBC]: Remove; the only use was
50553         replaced by its body.
50554         (__argp_short_program_name): Change condition from
50555         !defined __argp_short_program_name to
50556         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
50557         to match argp-namefrob.h.
50558         (__argp_failure): Don't assume strerror_r returns char *.
50559         * lib/argp-parse.c (N_): Define unconditionally.
50560         (argp_default_options): Fill out initializers with 0 to avoid
50561         gcc warnings.
50562
50563 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50564
50565         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
50566         getopt1.c.
50567
50568 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
50569
50570         Merge from coreutils.
50571
50572         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
50573
50574         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
50575         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
50576
50577 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
50578
50579         Merge from coreutils.
50580
50581         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
50582         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
50583         for Reliant Unix 5.43.
50584
50585         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
50586         (union fooround): Use uintmax_t, not long int.
50587         The rest is a merge from libc:
50588         [defined _LIBC]: Include <shlib-compat.h>.
50589         (_obstack) [defined _LIBC]: Remove after 2.3.4.
50590
50591         * lib/settime.c (settime): Recode to avoid warning with
50592         Sun Forte C 6U2.
50593
50594         * lib/strverscmp.c: Convert to UTF-8.
50595
50596 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
50597
50598         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50599         m4/uintmax_t.m4.
50600
50601 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
50602
50603         * modules/xalloc-die: New file.
50604         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
50605
50606         * modules/md5 (Files): Add m4/uint32_t.m4.
50607         * modules/sha1: Renamed from modules/sha.
50608         (Files):
50609         Rename lib/sha.h to lib/sha1.h.
50610         Rename lib/sha.c to lib/sha1.c.
50611         Rename m4/sha.m4 to m4/sha1.m4.
50612         (lib_SOURCES): Likewise.
50613         (configure.ac): Rename gl_SHA to gl_SHA1.
50614         (Include): sha.h -> sha1.h.
50615
50616 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
50617
50618         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
50619         * m4/sha1.m4: Renamed from sha.m4.
50620         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
50621
50622 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
50623
50624         * lib/obstack.h (obstack_empty_p):
50625         Don't assume that chunk->contents is suitably aligned.
50626         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
50627         Likewise. Problem reported by Benno in
50628         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
50629
50630         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
50631         readable.  This could be improved further but it'd take some work.
50632
50633 2004-08-08  Simon Josefsson  <jas@extundo.com>
50634
50635         * modules/xgethostname (Depends-on): Remove exit and error (not
50636         used).
50637
50638         * modules/getpass-gnu: Add getpass.h.
50639         (Depends-on): Add stdbool.
50640         * modules/getpass: Add getpass.h.
50641
50642 2004-08-08  Simon Josefsson  <jas@extundo.com>
50643
50644         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
50645         Check getpass declaration.
50646
50647 2004-08-08  Simon Josefsson  <jas@extundo.com>
50648
50649         * lib/xgethostname.c: Don't include error.h (not used).
50650
50651         * lib/getpass.h: Add.
50652         * lib/getpass.c: Include getpass.h first.
50653
50654 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
50655
50656         * lib/xalloc-die.c: New file.
50657         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
50658         All uses removed.
50659         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
50660         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
50661         xalloc-die.c.
50662         (_, N_, xalloc_die): Move to xalloc-die.c.
50663         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
50664         so that we needn't mess with xalloc_msg_memory_exhausted.
50665
50666         * lib/sha1.h: Renamed from sha.h.
50667         (SHA1_H): Renamed from _SHA_H.
50668         (sha1_ctx): Renamed from sha_ctx.
50669         (sha1_init_ctx): Renamed from sha_init_ctx.
50670         (sha1_process_block): Renamed from sha_process_block.
50671         (sha1_process_bytes): Renamed from sha_process_bytes.
50672         (sha1_finish_ctx): Renamed from sha_finish_ctx.
50673         (sha1_read_ctx): Renamed from sha_read_ctx.
50674         (sha1_stream): Renamed from sha_stream.
50675         (sha1_buffer): Renamed from sha_buffer.
50676         * lib/sha1.c: Likewise; renamed from sha.c.
50677         Do not include <sys/types.h>.
50678         Include <stddef.h> rather than <stdlib.h>.
50679
50680 2004-08-08  Bruno Haible  <bruno@clisp.org>
50681
50682         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
50683         FILESYSTEM_PREFIX_LEN.
50684         * lib/progreloc.c: Likewise.
50685         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
50686
50687 2004-08-06  Simon Josefsson  <jas@extundo.com>
50688
50689         * modules/progname (Depends-on): Don't depend on stdbool.
50690
50691 2004-08-06  Simon Josefsson  <jas@extundo.com>
50692
50693         * modules/getsubopt: New file.
50694         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50695         getsubopt.
50696
50697 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50698
50699         More merge from coreutils.
50700
50701         * m4/utimens.m4, m4/utimecmp.m4: New files.
50702         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
50703         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
50704         prereq.m4, sha.m4: Import changes from coreutils.
50705
50706 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50707
50708         More merge from coreutils.
50709         * modules/raise, modules/readtokens0, modules/utimens:
50710         * modules/utimecmp, module/xnanosleep: New files.
50711         * modules/strftime: Add lib/strftime.h.
50712         Change include from <time.h> to "strftime.h".
50713         * modules/yesno: Add lib/yesno.h.
50714         * modules/backupfile: Remove lib/addext.c.
50715         * modules/euidaccess: Add stat-macros.h.
50716         * modules/canonicalize, modules/euidaccess,
50717         modules/filemode, modules/lchown, modules/makepath,
50718         modules/rmdir, modules/stat: Likewise.
50719
50720 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50721
50722         Merge from tar.
50723         * lib/argp-help.c (make_hol, hol_append): Don't assume that
50724         SIZE_MAX is a valid preprocessor constant.
50725         (__argp_basename): Change from "#ifndef _LIBC"
50726         to "#ifndef __argp_short_program_name", so that
50727         we don't compile these functions for tar.
50728
50729         More merges from coreutils.
50730         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
50731         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
50732         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
50733         * lib/addext.c: Remove; no longer needed.
50734         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
50735         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
50736         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
50737         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
50738         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
50739         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
50740         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
50741         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
50742         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
50743         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
50744         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
50745         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
50746         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
50747         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
50748         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
50749         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
50750         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
50751         Import changes from coreutils.
50752
50753 2004-08-05  Simon Josefsson  <jas@extundo.com>
50754
50755         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
50756
50757 2004-08-05  Simon Josefsson  <jas@extundo.com>
50758
50759         * m4/getsubopt.m4: New file.
50760
50761 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50762
50763         Merge from coreutils.
50764
50765         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
50766         * m4/getcwd-path-max.m4: New files.
50767
50768         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
50769         FILESYSTEM_PREFIX_LEN ->
50770         FILE_SYSTEM_PREFIX_LEN.
50771         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
50772         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
50773         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
50774         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
50775
50776         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
50777         prerequisite modules now handle the DOS stuff.
50778         Don't check for unistd.h.
50779
50780 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50781
50782         Merge from coreutils.
50783
50784         * lib/.gdb-history: Remove; this doesn't belong here.
50785
50786         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
50787         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
50788         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
50789         * lib/getcwd.c: New files.
50790
50791         * lib/dirname.h: Include <stdbool.h>.
50792         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
50793         for consistency with POSIX terminology.  All uses changed.
50794         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
50795         (strip_trailing_slashes): Use bool for booleans.
50796         * lib/stripslash.c (strip_trailing_slashes): Likewise.
50797
50798         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
50799         sometimes returns a positive errno value even when it succeeds.
50800         (print_errno_message) [!LIBC]: Fall back on strerror if
50801         __strerror_r fails.
50802
50803         * lib/path-concat.c (mempcpy): Don't define if a system header defines
50804         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
50805         (longest_relative_suffix): New function.
50806         (path_concat): Use it.  Assume first argument is not NULL.
50807         Port to DOS.  Omit redundant separators.
50808         Report an error instead of returning NULL.
50809         Use mempcpy instead of memcpy.
50810         (xpath_concat): Remove: not declared or used.
50811
50812         * lib/same.h: Include <stdbool.h>
50813         (same_name): Return bool, not int.
50814         * lib/same.c (same_name): Likewise.
50815         (errno): Don't declare; we assume C89 or better now.
50816
50817         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
50818         if not already defined.
50819
50820         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
50821         * lib/dup-safer.c (errno): Likewise.
50822
50823 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50824
50825         Merge from coreutils.
50826         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
50827         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
50828         * modules/path-concat: Don't depend on strdup.
50829
50830 2004-08-03  Simon Josefsson  <jas@extundo.com>
50831
50832         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
50833         * lib/progname.h: Don't include stdbool.h.
50834
50835 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50836
50837         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
50838         * MODULES.html.sh (func_all_modules): Remove fatal.
50839
50840 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50841
50842         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
50843
50844 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50845
50846         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
50847         working.
50848
50849 2004-08-02  Simon Josefsson  <jas@extundo.com>
50850
50851         * lib/getsubopt.h: New file, with comments from Bruno Haible.
50852         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
50853         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
50854
50855 2004-08-01  Simon Josefsson  <jas@extundo.com>
50856
50857         * lib/xgetdomainname.c: Include stdlib.h, for free().
50858
50859 2004-07-19  Bruno Haible  <bruno@clisp.org>
50860
50861         * MODULES.html.sh (func_all_modules): Add dummy.
50862
50863 2004-07-16  Simon Josefsson  <jas@extundo.com>
50864
50865         * modules/dummy: New file.
50866
50867 2004-07-16  Simon Josefsson  <jas@extundo.com>
50868
50869         * lib/dummy.c: New file.
50870
50871 2004-07-16  Bruno Haible  <bruno@clisp.org>
50872
50873         * lib/backupfile.h: Add extern "C" for C++.
50874         * lib/closeout.h: Likewise.
50875         * lib/copy-file.h: Likewise.
50876         * lib/findprog.h: Likewise.
50877         * lib/full-write.h: Likewise.
50878         * lib/pathname.h: Likewise.
50879         * lib/progname.h: Likewise.
50880         * lib/stpcpy.h: Likewise.
50881         * lib/stpncpy.h: Likewise.
50882         * lib/strcase.h: Likewise.
50883         * lib/strstr.h: Likewise.
50884         * lib/xalloc.h: Likewise.
50885
50886         * lib/mbswidth.h: Add extern "C" for C++.
50887         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
50888
50889 2004-07-13  Robert Millan  <robertmh@gnu.org>
50890
50891         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
50892
50893 2004-07-09  Simon Josefsson  <jas@extundo.com>
50894
50895         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
50896         failed without this.)
50897
50898 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
50899
50900         * modules/chown (Files): Add lib/fchown-stub.c, since
50901         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
50902
50903 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
50904
50905         * lib/fchown-stub.c: New file.
50906
50907 2004-06-24  Jim Meyering  <jim@meyering.net>
50908
50909         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
50910
50911 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50912
50913         * modules/argz: Omit "#include".
50914
50915         * MODULES.html.sh (func_all_modules): Add calloc, to match
50916         2004-06-01 addition of calloc module.
50917
50918 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50919
50920         * m4/argz.m4: New file, which is autoupdated from libtool.
50921
50922 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50923
50924         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
50925         libtool.
50926
50927 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
50928
50929         * config/srclist-update: Don't insist on "USA." before the
50930         close-comment, as libtool omits the period and puts the */ on a
50931         separate line.
50932         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
50933         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
50934
50935 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
50936
50937         * modules/argz: New file.
50938         * MODULES.html.sh (func_all_modules): Add argz.
50939
50940 2004-06-12  Jim Meyering  <jim@meyering.net>
50941         and  Paul Eggert  <eggert@cs.ucla.edu>
50942
50943         * modules/hash (Files): Add lib/xalloc.h.
50944         * modules/pipe (Depends-on): Add wait-process.
50945         * modules/stat (Depends-on): Add xalloc.
50946         * modules/userspec (Files): Add lib/userspec.h.
50947         * modules/xstrto
50948
50949         Upgrade from gettext-0.13.
50950         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
50951         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
50952         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
50953
50954 2004-06-10  Jim Meyering  <jim@meyering.net>
50955
50956         * lib/calloc.c: New file.
50957
50958 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
50959
50960         * lib/getdate.y (yylex): Allow space between sign and number.
50961         Problem reported by Dan Jacobson.
50962
50963 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
50964
50965         Merge from coreutils CVS.
50966
50967         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
50968         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
50969         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
50970         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
50971         xstrtol.m4: Fix copyright date and/or serial number.
50972
50973         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
50974         See if we need an fchown replacement.
50975         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
50976         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
50977         and use the replacement function if we detect either defect.
50978
50979         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
50980         gl_UTIMECMP.
50981
50982 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
50983         and  Jim Meyering  <jim@meyering.net>
50984
50985         Merge from coreutils CVS.
50986
50987         * lib/stat-macros.h: New file, with contents from file-type.h
50988         and coreutils' system.h.
50989         * lib/file-type.c: Include "stat-macros.h".
50990         * lib/file-type.h (file_type): Move all macro definitions to new file,
50991         stat-macros.h.
50992
50993         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
50994         Wrap old code with this conditional.
50995         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
50996         function that does not dereference symlinks.
50997         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
50998
50999         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
51000         dependency problems.
51001         (xreadlink): Accept new arg SIZE, for efficiency.
51002         All decls and uses changed.
51003         * lib/xreadlink.h: Include <stddef.h>, for size_t.
51004
51005         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
51006         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
51007
51008         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
51009         sysexits.h.
51010
51011 2004-06-01  Jim Meyering  <jim@meyering.net>
51012
51013         * m4/calloc.m4: New file.
51014
51015 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
51016
51017         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
51018         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
51019         Also, fix a typo in a diagnostic.
51020
51021 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51022
51023         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
51024         or AC_FUNC_REALLOC.
51025
51026 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51027
51028         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
51029         macros to be defined.
51030         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
51031         the allocator returns NULL because the requested size is zero.
51032
51033 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51034
51035         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
51036         var.  Add comment explaining why libc still defines it.  This
51037         merges the following patch from glibc:
51038         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
51039
51040 2004-05-20  Andreas Schwab  <schwab@suse.de>
51041
51042         * m4/free.m4: Replace free if it not known to work, not the other
51043         way round.
51044
51045 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
51046
51047         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
51048         present in glibc since revision 1.1 of this file.
51049         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
51050         obstack_alignment_mask, obstack_alloc, obstack_base,
51051         obstack_blank, obstack_blank_fast, obstack_chunk_size,
51052         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
51053         obstack_grow0, obstack_init, obstack_int_grow,
51054         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
51055         obstack_next_free, obstack_object_size, obstack_ptr_grow,
51056         obstack_ptr_grow_fast, obstack_room): Remove declarations of
51057         nonexistent functions.
51058
51059 2004-05-18  Karl Berry  <karl@gnu.org>
51060
51061         * config/srclist.txt: break link for vasnprintf.c.
51062
51063 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51064
51065         Port obstack to the AS/400, where pointers are 16 bytes wide and
51066         you cannot cast an integer to a valid pointer.  This patch is
51067         currently waiting to be integrated into glibc; see
51068         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
51069
51070         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
51071         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
51072         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
51073         (struct obstack): temp member is now a union of a pointer and
51074         an integer, instead of an integer.  All integer uses changed.
51075         This does not affect the physical layout of struct obstack,
51076         except on hosts (like the AS/400) where the size or alignment of
51077         void * is greater than that of ptrdiff_t.
51078         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
51079         __STDC__)]: Store temporary in pointer member of union, not
51080         integer member.
51081         * lib/obstack.c: Include <stddef.h>, for offsetof.
51082         (struct fooalign): Remove; it doesn't need a name.
51083         (union fooround): Change double to long double, and add void *.
51084         (DEFAULT_ALIGNMENT): Use offsetof to compute.
51085         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
51086         not a macro.  Hence the values are always int; so remove all
51087         casts-to-int in uses.
51088
51089 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51090
51091         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
51092         we can get this patch merged into glibc.
51093
51094 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51095             Paul Eggert  <eggert@cs.ucla.edu>
51096
51097         * m4/argp: Depend on alloca.
51098
51099 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51100             Paul Eggert  <eggert@cs.ucla.edu>
51101
51102         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
51103         freecoding.
51104
51105 2004-05-17  Bruno Haible  <bruno@clisp.org>
51106
51107         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
51108         precision that consists of a '.' followed by an empty digit string.
51109         Patch by Tor Lillqvist <tml@iki.fi>.
51110
51111 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51112
51113         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
51114         for backward compatibility with older code.  We need our own
51115         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
51116         it under some other name, and our alloca.h will define it.
51117
51118 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51119             Derek Price  <derek@ximbiot.com>
51120
51121         * lib/alloca.c: Include <alloca.h>, to get our interface.
51122         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
51123         include <alloca.h> first.  Use C89 prototype for alloca; this
51124         requires including <stddef.h> for size_t.  Use extern "C" if C++.
51125         Use #elif for simplicity, since we can assume C89 now.
51126         Don't try to source the system alloca.h since it will not be found
51127         and to prevent recursively including its replacement.
51128         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
51129         * lib/regex.c: Likewise.
51130
51131 2004-05-16  Derek Price  <derek@ximbiot.com>
51132             Paul Eggert  <eggert@cs.ucla.edu>
51133
51134         getline cleanup.  This changes the getndelim2 API: both order of
51135         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
51136         no delimiter).
51137
51138         * lib/getline.c: Don't include stddef.h or stdio.h, since our
51139         interface does that.
51140         (getline): Always use getdelim, so that we don't have two
51141         copies of this code.
51142         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
51143         if available.
51144         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
51145         (GETNDELIM2_MAXIMUM): New macro.
51146         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
51147         instead of the old practice of delim2==0.  All callers changed.
51148         Return -1 on overflow, instead of returning junk.
51149         Do not set *linesize unless allocation succeeds.
51150         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
51151         that we include sys/types.h.
51152         * lib/getnline.h: Likewise.
51153         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
51154         (getndelim2): Reorder arguments.
51155         * lib/getnline.c (getnline, getndelim):
51156         Don't discard the NMAX argument.
51157         (getnline): Invoke getndelim, to avoid code duplication.
51158         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
51159         of (size_t) -1 by callers of the getnline family.
51160
51161 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51162
51163         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
51164         Check for gettimeofday.
51165         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
51166         Check for settimeofday, stime.
51167
51168 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51169
51170         * lib/nanosleep.c (suspended): Change its type from int to
51171         sig_atomic_t volatile.
51172         (first_call): Make it private to rpl_nanosleep, and have it
51173         be zero initially as that's a bit faster.
51174         (my_usleep): Round up fractional times instead of truncating them,
51175         as this is the usual meaning for 'sleep'.
51176
51177         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
51178         doesn't work.
51179         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
51180         (ENOSYS): Define if not defined.
51181         (settime): Fall back on stime if it exists and settimeofday fails.
51182         But don't bother with fallbacks if a method fails with errno == EPERM.
51183
51184 2004-05-11  Jim Meyering  <jim@meyering.net>
51185
51186         Prior to this change, the save_cwd caller required read access to the
51187         current directory on most systems (ones with the fchdir function).
51188
51189         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
51190         fails, try write-only, and finally, resort to using xgetcwd.
51191
51192 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
51193
51194         * lib/obstack.c, obstack.h: Import changes from libc.
51195
51196 2004-04-28  Bruno Haible  <bruno@clisp.org>
51197
51198         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
51199         also implicitly appends .exe to executables.
51200         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
51201         accepts Windows pathnames.
51202         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51203         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51204         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51205         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51206         Reported by Derek Robert Price <derek@ximbiot.com>.
51207
51208 2004-04-21  Karl Berry  <karl@gnu.org>
51209
51210         * config/srclist.txt (localcharset.c): break sync.
51211
51212 2004-04-20  Paul Eggert  <eggert@twinsun.com>
51213
51214         * m4/host-os.m4: Add a copyright notice.
51215
51216 2004-04-20  Jim Meyering  <jim@meyering.net>
51217
51218         Change UTILS_ to gl_ in AC_DEFINE'd names.
51219         Change utils_- and jm_-prefixed variables, too.
51220         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
51221         UTILS_FUNC_MKDIR_TRAILING_SLASH.
51222         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
51223
51224         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
51225         Don't emit trailing blanks.
51226         Also rename jm_-prefixed variables to have gl_ prefix.
51227
51228         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
51229         Also rename jm_-prefixed variables to have gl_ prefix.
51230
51231         * m4/jm-macros.m4: Reflect the renamings.
51232         * m4/prereq.m4: Likewise.
51233
51234 2004-04-20  Jim Meyering  <jim@meyering.net>
51235
51236         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
51237         memory.
51238
51239 2004-04-20  Jim Meyering  <jim@meyering.net>
51240             Bruno Haible  <bruno@clisp.org>
51241
51242         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
51243         memory when realloc fails.
51244
51245 2004-04-19  Jim Meyering  <jim@meyering.net>
51246
51247         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
51248         now that readutmp.c may call `free (0)'.
51249
51250 2004-04-19  Bruno Haible  <bruno@clisp.org>
51251
51252         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
51253         * m4/inttypes_h.m4: Likewise.
51254         * m4/stdint_h.m4: Likewise.
51255         * m4/intmax_t.m4: Likewise.
51256         * m4/uintmax_t.m4: Likewise.
51257
51258 2004-04-18  Jim Meyering  <jim@meyering.net>
51259
51260         * m4/prereq.m4: Don't forbid jm_ prefix.
51261
51262         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
51263         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
51264         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
51265         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
51266         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
51267         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
51268         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
51269         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
51270         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
51271         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
51272         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
51273         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
51274         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
51275         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
51276         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
51277         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
51278         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
51279         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
51280         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
51281
51282 2004-04-18  Jim Meyering  <jim@meyering.net>
51283
51284         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
51285         failure, don't leak memory and do call END_UTMP_ENT.
51286
51287 2004-04-16  Jim Meyering  <jim@meyering.net>
51288
51289         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
51290         coreutils' stat program.
51291         (gl_PREREQ): Don't require jm_PREREQ_STAT.
51292
51293 2004-04-11  Paul Eggert  <eggert@twinsun.com>
51294
51295         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
51296         C89.
51297         (CHAR_BIT): Remove, since we assume C89.
51298         Include <stdint.h> if available, as per current Autoconf CVS advice.
51299
51300 2004-03-31  Jim Meyering  <jim@meyering.net>
51301
51302         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
51303         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
51304         * m4/xalloc.m4: Likewise.
51305
51306 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51307
51308         Merge from coreutils.
51309
51310         * m4/inttostr.m4: New file.
51311         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
51312         Require AM_STDBOOL_H and gl_TIMESPEC instead.
51313         Require gl_CLOCK_TIME.
51314         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
51315
51316 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51317
51318         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
51319         not bool, to be more consistent with Unix conventions.
51320         Suggested by Bruno Haible.
51321
51322         Merge from coreutils.
51323
51324         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
51325         * lib/umaxtostr.c: New files.
51326
51327         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
51328         the usual <time.h> dance.
51329         (get_date): Change signature to support fractional time stamps.
51330         All callers changed.
51331         * lib/getdate.y: Include "getdate.h" first, as we can now
51332         assume C89 and don't need to worry about 'const'.
51333         Similarly, include "unlocked-io.h" near start, not in middle.
51334         Include <limits.h>.
51335         (textint.value): Use long int rather than int.
51336         (textint.digits): Use size_t rather than int.
51337         (BILLION, LOG10_BILLION): New constants.
51338         (parser_control): New member rel_ns.  Members day_ordinal,
51339         time_zone, month, day, hour, minutes, rel_year, rel_month,
51340         rel_day, rel_hour, rel_minutes, rel_seconds
51341         are now long int, not int.  Member seconds is now struct timespec,
51342         not int.  New member timespec_seen.  Members dates_seen, days_seen,
51343         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
51344         not int.
51345         (%union.intval): Now long int, not int.
51346         New member timespec.
51347         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
51348         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
51349         (spec): Now is a timespec or an item list.
51350         (timespec, items): New nonterminals.
51351         (time, rel, relunit, number, get_date):
51352         Add support for fractional seconds.
51353         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
51354         (gmtime, localtime, mktime): Remove decls; not needed with C89.
51355         (to_hour): First arg is now long int, not int.
51356         (to_year): Returns long int, not int.
51357         Don't treat year -70 like 70.
51358         (tm_diff): Returns long int, not int.
51359         (lookup_word): Use bool instead of int when appropriate.
51360         (yylex): Use size_t for count, not int.
51361         Detect overflow when parsing large integer constants.
51362         Add support for fractions.
51363         (get_date): Make pointers 'const' if possible.
51364         Use more-portable code to detect integer overflow.
51365         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
51366         Don't use ctime; it's not reliable if the year has >4 digits.
51367
51368         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
51369         This is for compatibility with BSD.
51370
51371         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
51372         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
51373         From coreutils' system.h.
51374
51375         * lib/userspec.c: Don't include "posixver.h".
51376         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
51377         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
51378         compatible extension.  Simplify code by removing a boolean int
51379         that was always nonzero if a string was nonnull.
51380
51381 2004-03-30  Jim Meyering  <jim@meyering.net>
51382
51383         Merge from coreutils.
51384
51385         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
51386         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
51387         on some systems one must include <grp.h> before it.
51388         Reported by Christian Krackowizer.
51389
51390 2004-03-30  Jim Meyering  <jim@meyering.net>
51391
51392         Merge from coreutils.
51393
51394         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
51395
51396         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
51397         an empty input stream.
51398
51399         * lib/readtokens.c: Include <stdbool.h>.
51400         (readtoken): Use `size_t' rather than int/long.
51401         All callers adjusted.
51402         Use `bool' rather than `int' where appropriate.
51403         Use memset rather than an explicit loop.
51404         Use x2nrealloc rather than xrealloc.
51405         Allow the use of `\0' as a delimiter.
51406         (readtokens): Likewise.
51407         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
51408
51409 2004-03-30  Jim Meyering  <jim@meyering.net>
51410
51411         * m4/realloc.m4: Remove file, since now it does no more than
51412         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
51413         the `configure.ac' section of module/realloc.
51414         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
51415
51416 2004-03-30  Bruno Haible  <bruno@clisp.org>
51417
51418         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
51419         nonnull.
51420
51421 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51422
51423         Merge changes to getloadavg.c from coreutils and Emacs.
51424
51425         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
51426         Define to an expression, not to the empty string.
51427         Include cloexec.h and xalloc.h.
51428         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
51429         Use set_cloexec_flag rather than rolling our own.
51430         * lib/cloexec.c, lib/cloexec.h: New files.
51431
51432 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51433
51434         * m4/cloexec.m4: New file.
51435
51436 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51437
51438         * lib/getopt.h: Sync with libc CVS.
51439
51440 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51441             Bruno Haible  <bruno@clisp.org>
51442
51443         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
51444         mbswidth.
51445
51446 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51447             Bruno Haible  <bruno@clisp.org>
51448
51449         * lib/mbswidth.h: Include <wchar.h> only if
51450         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
51451         <wchar.h>.
51452         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
51453
51454 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51455
51456         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
51457         Sync with libc CVS.
51458         * lib/getopt_int.h: New file, also synced from libc.
51459
51460 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51461
51462         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
51463         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
51464         Bring back getopt.c, getopt.h, getopt1.c.
51465
51466 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51467
51468         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
51469         All uses changed.  Check for sa_sigaction member; this fixes
51470         a bug first reported by Jason Andrade in
51471         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
51472
51473 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51474
51475         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
51476         '#if' expressions.  Unlike the code it replaces, it does not
51477         depend on (defined _SC_PAGESIZE).  However, it does depend on
51478         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
51479         first reported by Jason Andrade in
51480         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
51481
51482 2004-02-25  Simon Josefsson  <jas@extundo.com>
51483
51484         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
51485
51486 2004-02-25  Simon Josefsson  <jas@extundo.com>
51487
51488         * lib/strdup.h: New file.
51489         * lib/strdup.c: Include it.
51490         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
51491         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
51492
51493 2004-02-23  Karl Berry  <karl@gnu.org>
51494
51495         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
51496         (from fencepost.gnu.org:/gd/gnuorg).
51497
51498 2004-02-23  Karl Berry  <karl@gnu.org>
51499
51500         * config/srclistvars.sh (GNUORG) [karl]: redefine.
51501         * config/srclist.txt: add maintain/standards documents.
51502
51503 2004-02-18  Bruno Haible  <bruno@clisp.org>
51504
51505         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
51506         Reported by Derek Robert Price <derek@ximbiot.com>.
51507
51508 2004-02-16  Karl Berry  <karl@gnu.org>
51509
51510         * config/mkinstalldirs, install-sh: update from automake.
51511
51512 2004-02-06  Karl Berry  <karl@gnu.org>
51513
51514         * m4/po.m4: update from gettext 0.14.1.
51515
51516 2004-02-06  Karl Berry  <karl@gnu.org>
51517
51518         * lib/config.charset: update from gettext 0.14.1.
51519
51520 2004-02-05  Paul Eggert  <eggert@twinsun.com>
51521
51522         Add comments and code, prompted by suggestions from Bruno Haible
51523         for sh-quote.
51524         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
51525         describing the enum quoting_style values.
51526         * lib/quotearg.c (quotearg_alloc): New function.
51527         (quotearg_buffer_restyled): Treat lone { and } as special.
51528         Treat = as special.  Work around bug with older shells
51529         that "see" a '\' that is really the 2nd byte of a multibyte char.
51530         Quote empty string with shell_quoting_style.
51531
51532 2004-02-03  Bruno Haible  <bruno@clisp.org>
51533
51534         * m4/pipe.m4: New file, from GNU gettext.
51535
51536 2004-02-03  Bruno Haible  <bruno@clisp.org>
51537
51538         * lib/pipe.h: New file, from GNU gettext.
51539         * lib/pipe.c: New file, from GNU gettext.
51540
51541 2004-01-27  Bruno Haible  <bruno@clisp.org>
51542
51543         * m4/execute.m4: New file, from GNU gettext.
51544
51545 2004-01-27  Bruno Haible  <bruno@clisp.org>
51546
51547         * lib/execute.h: New file, from GNU gettext.
51548         * lib/execute.c: New file, from GNU gettext.
51549         * lib/w32spawn.h: New file, from GNU gettext.
51550
51551 2004-01-24  Paul Eggert  <eggert@twinsun.com>
51552
51553         Merge from diffutils.
51554
51555         * lib/file-type.c (file_type): Add typed memory objects.
51556         * lib/file-type.h (S_TYPEISTMO): New macro.
51557
51558         * lib/c-stack.h (c_stack_action): Remove argv argument.
51559         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
51560         (die): Don't calculate message unless segv_action returns.
51561         (get_stack_location, min_address_from_argv, max_address_from_argv,
51562         volatile stack_base, volatile_stack_size): Remove.
51563         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
51564         that every segmentation violation is a stack overflow.  (Ouch!)
51565         See Debian bug 136249 (still outstanding) for more info about why
51566         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
51567
51568 2004-01-24  Paul Eggert  <eggert@twinsun.com>
51569
51570         Exit-status fix from coreutils.
51571
51572         Use exit_failure consistently in place of EXIT_FAILURE,
51573         so that program exit statuses are consistent on failure.
51574
51575         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
51576         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
51577         * lib/argmatch.h: Comment fix to match the above.
51578         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
51579         Now a macro referring to exit_failure, instead of a separate
51580         variable.  Include "exitfail.h" to get it.
51581         * lib/xstrtol.h: Include "exitfail.h".
51582         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
51583
51584         * lib/long-options.c (parse_long_options): Use prototype
51585         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
51586         for clarity.
51587
51588 2004-01-21  Jim Meyering  <jim@meyering.net>
51589
51590         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
51591         so as not to conflict with a different-sized __mktime_internal
51592         function in GNU libc.
51593         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
51594         Problem building statically-linked `ls' reported by Michael Brunnbauer.
51595
51596 2004-01-20  Karl Berry  <karl@gnu.org>
51597
51598         * config/config.guess: update from config.
51599
51600         * config/srclistvars.sh: GNUWWWLICENSES for karl.
51601
51602 2004-01-20  Bruno Haible  <bruno@clisp.org>
51603
51604         Safer stack allocation.
51605         * lib/setenv.c: Include allocsa.h.
51606         (alloca): Remove fallback definition.
51607         (freea): Remove macro.
51608         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
51609         instead of freea.
51610
51611 2004-01-20  Bruno Haible  <bruno@clisp.org>
51612
51613         * m4/eealloc.m4: New file, from GNU gettext.
51614
51615 2004-01-20  Bruno Haible  <bruno@clisp.org>
51616
51617         * m4/allocsa.m4: New file, from GNU gettext.
51618
51619 2004-01-20  Bruno Haible  <bruno@clisp.org>
51620
51621         * lib/xallocsa.h: New file, from GNU gettext.
51622         * lib/xallocsa.c: New file, from GNU gettext.
51623
51624 2004-01-20  Bruno Haible  <bruno@clisp.org>
51625
51626         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
51627
51628 2004-01-20  Bruno Haible  <bruno@clisp.org>
51629
51630         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
51631         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
51632         specially.
51633
51634 2004-01-20  Bruno Haible  <bruno@clisp.org>
51635
51636         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
51637         patch.
51638
51639 2004-01-20  Bruno Haible  <bruno@clisp.org>
51640
51641         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
51642
51643 2004-01-20  Bruno Haible  <bruno@clisp.org>
51644
51645         * lib/eealloc.h: New file.
51646
51647 2004-01-20  Bruno Haible  <bruno@clisp.org>
51648
51649         * lib/binary-io.h: Avoid warnings on Cygwin.
51650
51651 2004-01-20  Bruno Haible  <bruno@clisp.org>
51652
51653         * lib/allocsa.h: New file, from GNU gettext.
51654         * lib/allocsa.c: New file, from GNU gettext.
51655
51656 2004-01-18  Karl Berry  <karl@gnu.org>
51657
51658         * doc/gpl.texi, doc/lgpl.texi: new files.
51659
51660 2004-01-18  Karl Berry  <karl@gnu.org>
51661
51662         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
51663         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
51664
51665 2004-01-15  Paul Eggert  <eggert@twinsun.com>
51666
51667         Merge from coreutils.
51668
51669         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
51670         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
51671         (gl_DEFAULT_POSIX2_VERSION): Move
51672         the documentation from 'configure' into 'config.hin',
51673         so that 'configure --help' isn't burdened by it and
51674         we don't have to worry about its formatting there.
51675         Reword the documentation so that it's more succinct
51676         and can be run together into a single paragraph.
51677         * m4/same.m4 (gl_SAME): Check for pathconf.
51678
51679 2004-01-15  Paul Eggert  <eggert@twinsun.com>
51680
51681         Merge from coreutils.
51682
51683         * lib/posixver.c: Include posixver.h.
51684
51685         * lib/same.c: Include <stdbool.h>, <limits.h>.
51686         (_POSIX_NAME_MAX): Define if not defined.
51687         (MIN): New macro.
51688         (same_name): If file names are silently truncated, report
51689         that the file names are the same if they are the same after
51690         the silent truncation.
51691
51692         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
51693         conversion function.
51694         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
51695         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
51696         longer needed.
51697
51698 2004-01-15  Jim Meyering  <jim@meyering.net>
51699
51700         Merge from coreutils.
51701
51702         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
51703         if no library is required.
51704         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
51705         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
51706         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
51707         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
51708         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
51709         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
51710         value, $ac_cv_search_crypt, if it's "none required".
51711         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
51712         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
51713         not gl_FUNC_GETLOADAVG.
51714         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
51715         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
51716
51717 2004-01-15  Jim Meyering  <jim@meyering.net>
51718
51719         Merge from coreutils.
51720
51721         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
51722         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
51723         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
51724
51725         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
51726         optional configure-time default.
51727
51728         * lib/version-etc.c (version_etc_copyright): Update copyright date.
51729
51730         * lib/xreadlink.c (xreadlink): Correct outdated comment.
51731
51732 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
51733
51734         Merge from coreutils.
51735
51736         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
51737         value, $ac_cv_search_nanosleep, if it's "none required".
51738
51739 2004-01-14  Paul Eggert  <eggert@twinsun.com>
51740
51741         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
51742         with like-named macro in fnmatch.c.
51743         (EXT): Use an internal constant instead.
51744
51745         Merge fnmatch patches from glibc.
51746         * lib/fnmatch.c (mbsinit): Remove define.
51747         Add libc_hidden_ver (__fnmatch, fnmatch).
51748         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
51749         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
51750
51751 2004-01-14  Karl Berry  <karl@gnu.org>
51752
51753         * config/install-sh: update from automake.
51754
51755 2004-01-13  Karl Berry  <karl@gnu.org>
51756
51757         * config/install-sh: update from automake.
51758
51759 2004-01-09  Karl Berry  <karl@gnu.org>
51760
51761         * config/install-sh: update from automake.
51762
51763 2004-01-05  Karl Berry  <karl@gnu.org>
51764
51765         * config/config.{sub,guess}: update from config.
51766
51767 2003-12-31  Karl Berry  <karl@gnu.org>
51768
51769         * config/depcomp: update from automake.
51770
51771 2003-12-14  Karl Berry  <karl@gnu.org>
51772
51773         * lib/config.charset: update from gettext-runtime.
51774
51775 2003-12-03  Paul Eggert  <eggert@twinsun.com>
51776
51777         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
51778         Bug reported by Alfred M. Szmidt.
51779
51780 2003-12-03  Bruno Haible  <bruno@clisp.org>
51781
51782         * m4/gettext.m4: Upgrade from gettext-0.13.
51783         * m4/po.m4: Upgrade from gettext-0.13.
51784         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
51785         * m4/intmax.m4: New file, from gettext-0.13.
51786         * m4/printf-posix.m4: New file, from gettext-0.13.
51787
51788 2003-11-29  Karl Berry  <karl@gnu.org>
51789
51790         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
51791
51792 2003-11-25  Paul Eggert  <eggert@twinsun.com>
51793             Bruno Haible  <bruno@clisp.org>
51794
51795         * lib/printf-parse.h: Don't include sys/types.h.
51796         (ARG_NONE): New macro.
51797         (char_directive): Change type of *arg_index fields to size_t.
51798         * lib/printf-parse.c: Don't include sys/types.h.
51799         (SSIZE_MAX): Remove macro.
51800         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
51801         Remove unnecessary overflow check.
51802         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
51803         fields.
51804
51805 2003-11-25  Bruno Haible  <bruno@clisp.org>
51806
51807         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
51808
51809 2003-11-25  Bruno Haible  <bruno@clisp.org>
51810
51811         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
51812         gt_TYPE_SSIZE_T.
51813
51814 2003-11-24  Paul Eggert  <eggert@twinsun.com>
51815
51816         * modules/alloca: Remove dependency on xalloc.
51817
51818 2003-11-24  Paul Eggert  <eggert@twinsun.com>
51819
51820         * lib/alloca.c: Remove dependency on xalloc module.
51821         (xalloc_die): Remove.
51822         (memory_full) [!defined emacs]: New macro.
51823         [!defined emacs]: Don't include xalloc.h.
51824         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
51825         address arithmetic overflows.  Change datatypes a bit to avoid
51826         unnecessary casts.
51827
51828 2003-11-22  Jim Meyering  <jim@meyering.net>
51829
51830         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
51831         s/size/size_t/.
51832
51833 2003-11-21  Karl Berry  <karl@gnu.org>
51834
51835         * config/config.{sub,guess}: update from config.
51836
51837 2003-11-18  Karl Berry  <karl@gnu.org>
51838
51839         * config/config.{sub,guess}: update from config.
51840
51841         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
51842
51843 2003-11-17  Paul Eggert  <eggert@twinsun.com>
51844
51845         * README: Mention that S+T cannot overflow if S is the size of
51846         an existing object and T is sufficiently small.
51847
51848 2003-11-17  Jim Meyering  <jim@meyering.net>
51849
51850         On systems without utime and without a utimes function capable of
51851         dealing with a NULL struct utimbuf* argument, this utime replacement
51852         could -- in unusual circumstances -- leak a file descriptor.
51853         * lib/utime.c: Include <unistd.h> and <errno.h>.
51854         (utime_null): Be sure to close `fd' and to preserve errno.
51855         Reported by Geoff Collyer via Arnold Robbins.
51856
51857 2003-11-17  Bruno Haible  <bruno@clisp.org>
51858
51859         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
51860         (Depends-on): Add xsize.
51861
51862 2003-11-17  Bruno Haible  <bruno@clisp.org>
51863
51864         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
51865
51866 2003-11-17  Bruno Haible  <bruno@clisp.org>
51867
51868         * lib/vasnprintf.c (alloca): Remove fallback definition.
51869         (freea): Remove definition.
51870         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
51871         Reported by Paul Eggert.
51872
51873 2003-11-16  Paul Eggert  <eggert@twinsun.com>
51874             Bruno Haible  <bruno@clisp.org>
51875
51876         Protect against address arithmetic overflow.
51877         * lib/printf-args.h: Include stddef.h.
51878         (arguments): Change type of field 'count' to size_t.
51879         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
51880         'unsigned int' where appropriate.
51881         * lib/printf-parse.h: Include sys/types.h.
51882         (char_directive): Change type of *arg_index fields to ssize_t.
51883         (char_directives): Change type of fields 'count', max_*_length to
51884         size_t.
51885         * lib/printf-parse.c: Include sys/types.h and xsize.h.
51886         (SSIZE_MAX): Define fallback value.
51887         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
51888         instead of 'int' where appropriate. Check a_allocated, d_allocated
51889         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
51890         * lib/vasnprintf.c: Include xsize.h.
51891         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
51892         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
51893         overflow. Avoid wraparound when converting a width or precision from
51894         decimal to binary.
51895
51896 2003-11-16  Bruno Haible  <bruno@clisp.org>
51897
51898         Update from GNU gettext.
51899         * lib/printf-parse.c: Generalize to it can be compiled for wide
51900         strings.
51901         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
51902         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
51903         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
51904         SNPRINTF): New macros.
51905         Don't include <alloca.h> if the file is used inside libintl.
51906         (local_wcslen): New function, for Solaris 2.5.1.
51907         (VASNPRINTF): Use it instead of wcslen.
51908
51909 2003-11-16  Bruno Haible  <bruno@clisp.org>
51910
51911         * lib/xsize.h (xmax): New function.
51912         (xsum, xsum3, xsum4): Declare as "pure" functions.
51913
51914 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51915
51916         * modules/xalloc (Files): Undo latest change, since xalloc.h
51917         no longer needs SIZE_MAX or PTRDIFF_MAX.
51918
51919 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51920
51921         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
51922         gl_PTRDIFF_MAX.
51923
51924 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51925
51926         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
51927         "return", to pacify some unknown compiler.  Problem reported
51928         by Joerg Schilling.
51929
51930 2003-11-12  Paul Eggert  <eggert@twinsun.com>
51931
51932         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
51933         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
51934         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
51935         heuristic is just as accurate as far as we know, and it removes a
51936         dependency on size_max.m4 and ptrdiff_max.m4.
51937
51938 2003-11-11  Bruno Haible  <bruno@clisp.org>
51939
51940         * modules/xsize (Files): Add m4/size_max.m4.
51941         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
51942
51943 2003-11-11  Bruno Haible  <bruno@clisp.org>
51944
51945         * m4/size_max.m4: New file.
51946         * m4/ptrdiff_max.m4: New file.
51947         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
51948         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
51949         (gl_XALLOC): Invoke it.
51950
51951 2003-11-11  Bruno Haible  <bruno@clisp.org>
51952
51953         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
51954         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
51955         defined.
51956
51957 2003-11-10  Paul Eggert  <eggert@twinsun.com>
51958
51959         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
51960         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
51961         rejected some allocations of exactly SIZE_MAX - 2 bytes.
51962         From Bruno Haible.
51963         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
51964         not (size_t) -1, since it's defined here.
51965
51966 2003-11-09  Karl Berry  <karl@gnu.org>
51967
51968         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
51969
51970 2003-11-06  Paul Eggert  <eggert@twinsun.com>
51971
51972         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
51973         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
51974         Reject sizes of exactly SIZE_MAX bytes.
51975         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
51976         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
51977
51978 2003-11-05  Bruno Haible  <bruno@clisp.org>
51979
51980         * lib/xsize.h: Include limits.h, to avoid a possible collision with
51981         SIZE_MAX defined in <limits.h> on Solaris.
51982
51983 2003-11-04  Jim Meyering  <jim@meyering.net>
51984
51985         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
51986         variable names, rather than @VAR@.
51987         * modules/poll: Likewise.
51988
51989 2003-11-04  Bruno Haible  <bruno@clisp.org>
51990
51991         * modules/xsize: New file.
51992         * modules/linebreak: Depend on xsize.
51993         * MODULES.html.sh (func_all_modules): Add xsize.
51994
51995 2003-11-04  Bruno Haible  <bruno@clisp.org>
51996
51997         * m4/xsize.m4: New file.
51998
51999 2003-11-04  Bruno Haible  <bruno@clisp.org>
52000
52001         * lib/xsize.h: New file.
52002         * lib/linebreak.c: Include xsize.h.
52003         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
52004         argument for overflow.
52005         Suggested by Paul Eggert.
52006
52007 2003-11-03  Karl Berry  <karl@gnu.org>
52008
52009         * config/config.{guess,sub}: update from config.
52010
52011 2003-11-03  Jim Meyering  <jim@meyering.net>
52012
52013         * modules/userspec (lib_SOURCES): Add userspec.h.
52014         (Include): Add "userspec.h".
52015         Improve description.
52016
52017 2003-11-03  Jim Meyering  <jim@meyering.net>
52018
52019         * lib/userspec.c: Include "userspec.h".
52020         * lib/userspec.h: New file.
52021
52022 2003-11-03  Bruno Haible  <bruno@clisp.org>
52023
52024         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
52025
52026 2003-11-03  Bruno Haible  <bruno@clisp.org>
52027
52028         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
52029         available, to avoid (extremely rare) race condition.
52030         Suggested by Paul Eggert.
52031
52032 2003-11-02  Karl Berry  <karl@gnu.org>
52033
52034         * config/srclist.txt (vasprintf.c): sync broken, sigh.
52035
52036 2003-10-31  Paul Eggert  <eggert@twinsun.com>
52037
52038         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
52039         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
52040         (read_filesystem_list): Set and use me_type_malloced.
52041         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
52042         whatever the type happens to be), for brevity and consistency.
52043         Check for size calculation overflow on Alphas running OSF/1.
52044
52045 2003-10-31  Jim Meyering  <jim@meyering.net>
52046
52047         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
52048
52049         * lib/linebuffer.c: Include <string.h> for declaration of memset.
52050
52051 2003-10-30  Paul Eggert  <eggert@twinsun.com>
52052             Bruno Haible  <bruno@clisp.org>
52053
52054         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
52055         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
52056
52057 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
52058
52059         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
52060         netbsd*-gnu*.  Suggested by Robert Millan.
52061
52062 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52063
52064         * modules/group-member: Depend on stdbool.
52065
52066 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52067
52068         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
52069
52070 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52071
52072         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
52073         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
52074         after the 'gnu' in these cases.  This fixes some bugs in the
52075         previous change, and is based on suggestions by Robert Millan.
52076
52077 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52078
52079         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
52080         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
52081         no longer needed.
52082         * lib/quotearg.c (quotearg_n_options): Use it.
52083         * lib/group-member.c: Include <stdbool.h>.
52084         (free_group_info): Arg is now const *; don't free arg.
52085         (get_group_info): Now returns bool and accepts struct group_info *,
52086         rather than returning a malloc'ed struct group_info *.
52087         All uses changed.  Check for overflow in internal size calculation.
52088
52089         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
52090         rather than xmalloc/xrealloc.
52091         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
52092         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
52093         conformance bug: the old code used a pointer after freeing the
52094         storage that it addressed.
52095         * lib/hash.c (hash_initialize): Simplify the code by using
52096         xalloc_oversized rather than doing it by hand.
52097         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
52098         the buffer preserved.  Use free and xmalloc instead.
52099         * lib/quotearg.c (quotearg_n_options): Likewise.
52100         Use a simpler test for size overflow.  Don't use xalloc_oversized
52101         because unsigned int might be wider than size_t (!); this suggests
52102         that we should switch from unsigned int to size_t for slot numbers.
52103
52104 2003-10-28  Paul Eggert  <eggert@twinsun.com>
52105
52106         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
52107         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
52108         NetBSD kernels.  Requested by Richard Stallman.
52109
52110 2003-10-27  Paul Eggert  <eggert@twinsun.com>
52111
52112         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
52113         to allocate the returned structure.  Do not allocate a subarray,
52114         as x2nrealloc will do that.
52115         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
52116         instead of xnrealloc.
52117         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
52118
52119 2003-10-27  Bruno Haible  <bruno@clisp.org>
52120
52121         * lib/stdbool_.h: Better support for BeOS.
52122
52123 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52124
52125         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
52126         now uses inline.
52127
52128 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52129
52130         * lib/xalloc.h (xalloc_oversized): New static inline function, for
52131         callers that want to do their own size-overflow checking.  Include
52132         <stdbool.h>, since xalloc_oversized returns bool.
52133         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
52134         to use xalloc_oversized.
52135
52136         Add two functions x2realloc, x2nrealloc, for programs that grow
52137         arrays dynamically by doubling their sizes.
52138         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
52139         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
52140         New functions.
52141
52142         Port to C99 semantics for 'inline' of external functions.
52143         Bug reported by Bruno Haible.
52144         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
52145         with the old contents of xnmalloc.
52146         (xnmalloc, xmalloc): Use it.
52147         (xnrealloc_inline): New static inline function,
52148         with the old contents of xnrealloc.
52149         (xnrealloc, xrealloc): Use it.
52150
52151         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
52152         that.
52153
52154 2003-10-26  Karl Berry  <karl@gnu.org>
52155
52156         * config/srclist.txt (COPYING.DOC): no longer available from
52157         /gd/gnuorg; don't know where the ultimate source is.
52158
52159 2003-10-25  Paul Eggert  <eggert@twinsun.com>
52160
52161         Fix several address-calculation bugs in the hash modules,
52162         plus some minor code cleanup.
52163
52164         * lib/hash.h: Include <stdbool.h>, for bool.
52165         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
52166         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
52167         hash_get_n_entries, hash_get_max_bucket_length,
52168         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
52169         hash_rehash): Use size_t rather than unsigned.
52170         * lib/hash.c (struct hash_table, hash_get_n_buckets,
52171         hash_get_n_buckets_used, hash_get_n_entries,
52172         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
52173         hash_get_entries, hash_do_for_each, hash_string, is_prime,
52174         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
52175         Likewise.
52176         (SIZE_MAX): Define if not defined.
52177         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
52178         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
52179         hash_print):
52180         Use const * when possible.
52181         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
52182         (check_tuning): Fix bug: if tuning parameters were very close to
52183         0 or 1, rounding errors could have caused subscript violations.
52184         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
52185         (hash_initialize): Add 'fail:' label
52186         to free table and return NULL, and use it to simplify code.
52187         Use calloc rather than clearing the storage ourself.
52188         (hash_initialize, hash_rehash): Check for arithmetic overflow in
52189         buffer size calculations.
52190         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
52191         Include <stddef.h>, for size_t.
52192         * lib/hash-pjw.c (hash_pjw): Likewise.
52193         Switch to method described by Bruno Haible.
52194         Include <limits.h>, for CHAR_BIT.
52195         (SIZE_BITS): New macro.
52196
52197 2003-10-23  Paul Eggert  <eggert@twinsun.com>
52198
52199         * m4/getline.m4 (AM_FUNC_GETLINE):
52200         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
52201         hosts.  Problem reported by Derek Robert Price in
52202         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
52203         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
52204         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
52205
52206 2003-10-21  Paul Eggert  <eggert@twinsun.com>
52207
52208         * lib/getndelim2.c (getndelim2): When size calculation overflows,
52209         ceiling the allocation at NMAX bytes rather than silently
52210         discarding input bytes before NMAX is reached.  This makes
52211         a difference only if NMAX exceeds SIZE_MAX / 2.
52212
52213         * lib/obstack.c: Merge from glibc.
52214         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
52215         Add libc_hidden_def (_obstack_newchunk).
52216         (_obstack_free) [! defined _LIBC]: Remove.
52217         [defined _LIBC]: Make a strong alias from obstack_free, rather than
52218         a clone of the function body.
52219         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
52220         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
52221
52222         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
52223         glibc.
52224         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
52225         arg to memcpy.
52226
52227         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
52228         (obstack_ptr_grow_fast, obstack_int_grow_fast):
52229         Don't use lvalue casts, as GCC plans to remove support for them
52230         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
52231         was also present in the non-GCC version, indicating that this
52232         code had always been buggy and had never been widely used.
52233         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
52234         Use the fast variant of each macro, rather than copying the
52235         definiens of the fast variant; that way, we'll be more likely to
52236         catch future bugs in the fast variants.
52237
52238 2003-10-20  Bruno Haible  <bruno@clisp.org>
52239
52240         * modules/wait-process: New file.
52241         * MODULES.html.sh (func_all_modules): Add wait-process.
52242
52243 2003-10-20  Bruno Haible  <bruno@clisp.org>
52244
52245         * m4/wait-process.m4: New file.
52246
52247 2003-10-20  Bruno Haible  <bruno@clisp.org>
52248
52249         * lib/wait-process.h: New file, from GNU gettext.
52250         * lib/wait-process.c: New file, from GNU gettext.
52251
52252 2003-10-19  Jim Meyering  <jim@meyering.net>
52253
52254         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
52255         HPUX 10.20.
52256
52257 2003-10-18  Karl Berry  <karl@gnu.org>
52258
52259         * config/config.guess: update from config.
52260
52261 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52262
52263         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
52264         (getgroups): First arg is int, not size_t.
52265         Don't let 'free' mangle errno.
52266
52267 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52268
52269         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
52270
52271 2003-10-16  Karl Berry  <karl@gnu.org>
52272
52273         * config/config.{guess,sub}: update from config.
52274
52275 2003-10-16  Jim Meyering  <jim@meyering.net>
52276
52277         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
52278         memcpy.
52279
52280 2003-10-15  Paul Eggert  <eggert@twinsun.com>
52281
52282         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
52283         (SIZE_MAX): Remove.
52284         (new_exclude, add_exclude_file): Initial size no longer needs to
52285         be a power of 2.
52286         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
52287         our own address arithmetic overflow checking.
52288
52289         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
52290         (fnmatch): Do not alloca more than 2000 wide characters;
52291         instead, use malloc for large buffers.
52292         Check for address arithmetic overflow, and return -1
52293         with errno set to ENOMEM in that case.
52294         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
52295         (NEW_PATTERN): Do not alloca more than 8000 bytes;
52296         instead, return -1.  Check for address arithmetic overflow.
52297
52298 2003-10-14  Paul Eggert  <eggert@twinsun.com>
52299
52300         Handle invalid suffixes and overflow independently, so that
52301         callers can treat them independently as needed.  Fix some bugs in
52302         suffix handling, e.g., "100k@" was not diagnosed as an invalid
52303         suffix for a human-readable blocksize.  The major caller-visible
52304         change is the addition of a new
52305         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
52306         that both overflow and suffix chars were found.
52307
52308         * lib/human.c (humblock): Don't check separately for invalid suffix
52309         char; that is xstrtoumax's job (now that its bug is fixed).
52310         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
52311         INTMAX_MAX]: New macros.
52312         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
52313         TYPE_MAXIMUM): New macros.
52314         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
52315         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
52316         if overflow occurs, as it's what __strtol does and it's more useful
52317         in practice.
52318         (__xstrtol): If __strtol reports some error other than ERANGE,
52319         reflect it to the caller as LONGINT_INVALID.  If it reports
52320         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
52321         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
52322         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
52323         value.
52324         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
52325         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
52326         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
52327         [defined UINTMAX_MAX]: New macros.
52328
52329 2003-10-14  Bruno Haible  <bruno@clisp.org>
52330
52331         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
52332
52333 2003-10-14  Bruno Haible  <bruno@clisp.org>
52334
52335         * m4/sig_atomic_t: New file, from GNU gettext.
52336         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
52337
52338 2003-10-14  Bruno Haible  <bruno@clisp.org>
52339
52340         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
52341         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
52342         Also use volatile where needed.
52343
52344 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52345
52346         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
52347         Change maintainer from Bruno Haible to 'all'.
52348
52349 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52350
52351         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
52352
52353 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52354
52355         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
52356         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
52357         and define in terms of the other primitives.
52358         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
52359         (SIZE_MAX): Define if not already defined.
52360         (array_size_overflow): New function.
52361         (xalloc_die): Abort instead of exiting if 'error' returns.
52362         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
52363         (xmalloc, xrealloc): Use them.
52364         (xcalloc): Check for address arithmetic overflow.
52365         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
52366         a bit faster than strcpy.
52367
52368 2003-10-10  Simon Josefsson  <jas@extundo.com>
52369
52370         * modules/argp (Depends-on): Add restrict and strcase.
52371
52372 2003-10-10  Simon Josefsson  <jas@extundo.com>
52373
52374         * m4/argp.m4: Add AC_C_INLINE.
52375
52376 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52377
52378         Merge getpass from libc, plus a few fixes.
52379
52380         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
52381         Include <stdbool.h>.
52382         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
52383         __fsetlocking to empty.
52384         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
52385         do include <bits/libc-lock.h>.
52386         Do not include <fcntl.h>; not needed.
52387         [_LIBC]: Include <wchar.h>.
52388         (NOTCANCEL_MODE): New macro.
52389         (flockfile, funlockfile) [_LIBC]: New macros.
52390         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
52391         [!_LIBC]: New macros.
52392         (call_fclose): New function.
52393         (getpass): Use it.  Save tty stream separately; this simplifies the
52394         code and makes it more reliable if stdin happens to equal stdout.
52395         Invoke __fsetlocking on tty.
52396         Handle thread cancellation if needed.
52397         Namespace cleanup (use __tcgetattr, __getline).
52398         Use bool for Booleans.
52399         [USE_IN_LIBIO]: Handle wide streams.
52400         [!_LIBC]: Unconditionally do the fseek, since we don't know what
52401         stream might go where.
52402
52403         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
52404         doesn't have to include <stdio.h> before us.
52405         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
52406         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
52407         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
52408         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
52409         if not declared, so that we can use getpass.c code from libc without
52410         rewriting it.
52411         (flockfile, ftrylockfile, funlockfile): New macros.
52412
52413 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52414
52415         * modules/getpass: Depend on stdbool.
52416
52417 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52418
52419         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
52420
52421 2003-10-07  Karl Berry  <karl@gnu.org>
52422
52423         * config/config.{guess,sub}: update from config.
52424
52425 2003-10-06  Jim Meyering  <jim@meyering.net>
52426             Bruno Haible  <bruno@clisp.org>
52427
52428         This lets translators provide better translations for the
52429         "Written by ..." part of --version output.
52430         * lib/version-etc.h: Include stdarg.h.
52431         (version_etc_copyright): Declare as readonly.
52432         (version_etc): Make this function variadic with a NULL-terminated list
52433         of author name strings.
52434         (version_etc_va): New declaration.
52435         * lib/version-etc.c: Include stdarg.h, stdlib.h.
52436         (version_etc_copyright): Declare as readonly.
52437         (version_etc_va): New function. Provide a different translatable string
52438         for each possible number of authors < 10. Abbreviate when there are 10
52439         authors or more.
52440         (version_etc): Make this function variadic. Call version_etc_va.
52441         Suggestion from Gary V. Vaughan.
52442
52443         * lib/long-options.h (parse_long_options): Change prototype: the
52444         authors string is moved to the end and becomes variadic.
52445         * lib/long-options.c: Include stdarg.h.
52446         (parse_long_options): Make this function variadic, too.
52447         Call version_etc_va, not version_etc.
52448
52449 2003-10-06  Bruno Haible  <bruno@clisp.org>
52450
52451         * modules/version-etc-2: Remove file.
52452         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
52453
52454 2003-10-06  Bruno Haible  <bruno@clisp.org>
52455
52456         * modules/fatal-signal: New file.
52457         * MODULES.html.sh (func_all_modules): Add fatal-signal.
52458
52459 2003-10-06  Bruno Haible  <bruno@clisp.org>
52460
52461         * m4/fatal-signal.m4: New file.
52462         * m4/signalblocking.m4: New file, from GNU gettext.
52463
52464 2003-10-06  Bruno Haible  <bruno@clisp.org>
52465
52466         * lib/version-etc-2.h: Remove file.
52467         * lib/version-etc-2.c: Remove file.
52468
52469 2003-10-06  Bruno Haible  <bruno@clisp.org>
52470
52471         * lib/fatal-signal.h: New file, from GNU gettext.
52472         * lib/fatal-signal.c: New file, from GNU gettext.
52473
52474 2003-10-05  Paul Eggert  <eggert@twinsun.com>
52475
52476         * README: Rework advice for preventing empty .o files.
52477         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
52478         not <sys/types.h>.
52479
52480 2003-10-04  Karl Berry  <karl@gnu.org>
52481
52482         * lib/argp*: update from libc.
52483
52484 2003-10-04  Karl Berry  <karl@gnu.org>
52485
52486         * config/config.{guess,sub}: update from config.
52487
52488 2003-10-02  Bruno Haible  <bruno@clisp.org>
52489
52490         * modules/lchown (Include): Add lchown.h.
52491         * modules/time_r (Include): Use "..." syntax.
52492         * modules/xgetdomainname (Include): Add xgetdomainname.h.
52493
52494 2003-10-01  Simon Josefsson  <jas@extundo.com>
52495
52496         * MODULES.html.sh (func_all_modules): Move gethostname from section
52497         'based on' to section 'lacking' POSIX:2001.
52498
52499 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
52500
52501         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
52502         to output mode on the same stream.
52503
52504 2003-09-29  Paul Eggert  <eggert@twinsun.com>
52505
52506         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
52507         Fix arg typo in previous patch.
52508
52509 2003-09-28  Jim Meyering  <jim@meyering.net>
52510
52511         * lib/error.c: Correct cpp indentation.
52512
52513 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52514
52515         * modules/free: New file.
52516
52517 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52518
52519         * m4/free.m4: New file.
52520
52521 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52522
52523         * lib/minmax.h (MIN, MAX)
52524         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
52525         Omit the special code that used __typeof__, since we worry that
52526         it could be more trouble than it's worth.  See:
52527         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
52528         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
52529
52530         * lib/free.c: New file.
52531
52532 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
52533
52534         Trivial fixes to Makefile.am parts of module listings.
52535         * modules/strstr: Append strstr.h to lib_SOURCES.
52536         * modules/strcase: Likewise, for strcase.h.
52537
52538 2003-09-27  Karl Berry  <karl@gnu.org>
52539
52540         * config/mkinstalldirs: update from automake.
52541
52542 2003-09-26  Paul Eggert  <eggert@twinsun.com>
52543
52544         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
52545         (error_tail): Do not loop, reallocating temporary buffer, since
52546         the output cannot contain more wide characters than the input
52547         contains bytes, the size must be big enough already.  This avoids
52548         one potential size overflow calculation.  Check for size overflow
52549         when calculating temporary buffer size.  Free temporary buffer
52550         when done, if it was allocated with malloc; this plugs a memory
52551         leak.  Remove casts from void * to pointers, that are no longer
52552         needed now that we're assuming C89 or better.
52553
52554         Merge error changes from glibc.
52555
52556         * lib/error.c, error.h: Update copyright notice header to match glibc.
52557         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
52558         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
52559         Disable cancellation while printing error.
52560         * lib/error.h: Prepend __ to parameter names.
52561
52562 2003-09-26  Jim Meyering  <jim@meyering.net>
52563
52564         * lib/error.c (error_tail): Move some declarations
52565         into inner scope where the local variables are used.
52566
52567 2003-09-26  Bruno Haible  <bruno@clisp.org>
52568
52569         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
52570         stpncpy().
52571         Don't define stpncpy through config.h; it's now done through stpncpy.h.
52572
52573 2003-09-26  Bruno Haible  <bruno@clisp.org>
52574
52575         * lib/stpncpy.h (gnu_stpncpy): New declaration.
52576         (stpncpy): Define as alias for gnu_stpncpy.
52577         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
52578
52579 2003-09-25  Simon Josefsson  <jas@extundo.com>
52580
52581         * lib/xgetdomainname.h: New file.
52582         * lib/xgetdomainname.c: New file.
52583
52584 2003-09-25  Simon Josefsson  <jas@extundo.com>
52585             Bruno Haible  <bruno@clisp.org>
52586
52587         * modules/getdomainname: New file.
52588         * modules/xgetdomainname: New file.
52589         * MODULES.html.sh (func_all_modules): Add getdomainname,
52590         xgetdomainname.
52591
52592 2003-09-25  Simon Josefsson  <jas@extundo.com>
52593             Bruno Haible  <bruno@clisp.org>
52594
52595         * m4/getdomainname.m4: New file.
52596
52597 2003-09-25  Simon Josefsson  <jas@extundo.com>
52598             Bruno Haible  <bruno@clisp.org>
52599
52600         * lib/getdomainname.h: New file.
52601         * lib/getdomainname.c: New file.
52602
52603 2003-09-25  Karl Berry  <karl@gnu.org>
52604
52605         * lib/argp-fmtstream.c, argp-help.c: update from libc.
52606
52607 2003-09-25  Karl Berry  <karl@gnu.org>
52608
52609         * config/install-sh: update from automake.
52610
52611 2003-09-25  Bruno Haible  <bruno@clisp.org>
52612
52613         * modules/version-etc-2: New file, from modules/version-etc with
52614         modifications.
52615         * MODULES.html.sh (func_all_modules): Add version-etc-2.
52616
52617 2003-09-25  Bruno Haible  <bruno@clisp.org>
52618
52619         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
52620         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
52621
52622 2003-09-24  Simon Josefsson  <jas@extundo.com>
52623
52624         * modules/xgethostname: Add xgethostname.h.
52625
52626 2003-09-24  Paul Eggert  <eggert@twinsun.com>
52627
52628         * lib/linebuffer.c (freebuffer): Don't free the argument, just
52629         the buffer associated with the argument.  Bug reported by
52630         Simon Josefsson.
52631
52632 2003-09-24  Paul Eggert  <eggert@twinsun.com>
52633
52634         * README: Document assumptions that 'int' is at least 32 bits
52635         wide, that integer arithmetic is 2's complement without overflow,
52636         that there are no holes in integer values, that adding sizes of
52637         two nonoverlapping objects can't overflow, and that all-bits-zero
52638         yields scalar zero.  Fix spelling and capitalization typos.
52639
52640 2003-09-19  Karl Berry  <karl@gnu.org>
52641
52642         * lib/argp.h: update from libc.
52643
52644 2003-09-17  Paul Eggert  <eggert@twinsun.com>
52645
52646         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
52647         to avoid spurious warnings like "AC_RUN_IFELSE was called before
52648         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
52649
52650 2003-09-17  Paul Eggert  <eggert@twinsun.com>
52651
52652         * gnulib-tool: Use "test -h", not "test -L", for portability
52653         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
52654         (tags_regexp): Remove, since \| doesn't conform to POSIX.
52655         (sed_extract_prog): Issue s commands one-by-one, rather than
52656         using \| in one s command.
52657
52658 2003-09-16  Paul Eggert  <eggert@twinsun.com>
52659
52660         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
52661         input error, instead of returning NULL the next time we are called
52662         (and therefore losing track of errno).
52663
52664 2003-09-16  Bruno Haible  <bruno@clisp.org>
52665
52666         * gnulib-tool (func_create_testdir): Warn about duplicated
52667         dependencies.
52668
52669 2003-09-15  Paul Eggert  <eggert@twinsun.com>
52670
52671         * modules/argmatch, modules/fatal, modules/obstack,
52672         modules/xalloc, modules/xgethostname: Sort dependencies by
52673         importance, not alphabetically.
52674
52675 2003-09-15  Paul Eggert  <eggert@twinsun.com>
52676
52677         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
52678         fails, so that the caller gets the proper errno.
52679
52680         * lib/readutmp.c (read_utmp): Likewise.
52681         Check for fstat error.  Close stream and free storage
52682         when failing.
52683
52684 2003-09-14  Karl Berry  <karl@gnu.org>
52685
52686         * config/srclist.txt (strdup.c): disable for c89 changes.
52687
52688 2003-09-14  Jim Meyering  <jim@meyering.net>
52689
52690         * lib/getloadavg.c: Correct cpp indentation.
52691         * lib/strdup.c: Likewise.
52692         * lib/vasnprintf.c: Likewise.
52693
52694 2003-09-14  Bruno Haible  <bruno@clisp.org>
52695
52696         * modules/fwriteerror: New file.
52697         * MODULES.html.sh (func_all_modules): Add fwriteerror.
52698
52699 2003-09-14  Bruno Haible  <bruno@clisp.org>
52700
52701         * lib/fwriteerror.h: New file.
52702         * lib/fwriteerror.c: New file.
52703
52704 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52705
52706         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
52707         modules/xgethostname, modules/xalloc: Depend on exit.
52708
52709 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52710
52711         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
52712
52713         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
52714         and AC_MINIX, too, so that their extensions are available.
52715
52716         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
52717         This macro has been superseded by gl_BACKUPFILE.
52718
52719         More patches to assume C89 or better.
52720
52721         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
52722
52723         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
52724         unconditionally.
52725         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
52726         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
52727         Include <string.h>, <stdlib.h> unconditionally.
52728         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
52729         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
52730         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
52731         headers or for string.h.
52732         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
52733         or strtoul.
52734
52735         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
52736         headers.
52737         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
52738         * m4/userspec.m4 (gl_USERSPEC): Likewise.
52739         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
52740         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
52741         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
52742         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
52743         memcpy, memset.
52744         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
52745         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
52746         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
52747         strtol.
52748         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
52749         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
52750         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
52751         strtoul.
52752
52753 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52754
52755         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
52756         * lib/obstack.c [!defined _LIBC]: Likewise.
52757         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
52758         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
52759         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
52760
52761         More changes to assume C89 or better.
52762
52763         * lib/error.c (error_tail): Assume vprintf.
52764
52765         * lib/argmatch.c (getenv): Remove decl.
52766         * lib/progreloc.c (get_full_program_name): Define via prototype.
52767         * lib/setenv.c (clearenv): Likewise.
52768         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
52769         needed.
52770         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
52771         (malloc, memcpy): Remove decls.
52772         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
52773         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
52774         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
52775         (memcpy): Remove macro.
52776         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
52777         (__P): Remove.  All uses removed.
52778         (PTR): Remove.  All uses changed to void *.
52779         (CHAR_BIT, NULL): Remove.
52780         (spaces, zeros, memset_space, memset_zero)
52781         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
52782         Remove.
52783         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
52784         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
52785         Define with prototype.
52786         Remove now-unnecessary prototype decl.
52787         (extra_args_spec): Assume ANSI C.  All uses changed.
52788         (extra_args_spec_iso): Remove.
52789         (my_strftime, emacs_strftimeu): Define via prototype.
52790         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
52791         unconditionally.
52792         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
52793         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
52794         (strtoul, strtol): Remove decls.
52795         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
52796         LONG_MAX): Remove.
52797         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
52798         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
52799         (LOCALE_PARAM_PROTO): New macro.
52800         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
52801         (INTERNAL (strtol), strtol): Define with a prototype.
52802         (PARAMS): Remove.  All uses removed.
52803         * lib/tempname.c: Include <string.h> unconditionally.
52804         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
52805         * lib/xgethostname.c (main): Define with a prototype.
52806         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
52807         Include <stdlib.h> unconditionally.
52808         (calloc, malloc, realloc, free): Remove decls.
52809         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
52810         Include <stdlib.h> unconditionally.  Sort include file names.
52811         (strtod): Remove.
52812         (xstrtod): Define with a prototype.
52813         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
52814         (strtol, strtoul): Remove decls.
52815
52816 2003-09-11  Paul Eggert  <eggert@twinsun.com>
52817
52818         More patches to assume C89 or better.
52819         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
52820         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
52821         string.h, memchr, STDC_HEADERS.
52822
52823 2003-09-11  Paul Eggert  <eggert@twinsun.com>
52824
52825         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
52826         Include <stdlib.h>, <string.h> unconditionally.
52827         Remove now-unnecessary cast to char *.
52828         * lib/strnlen.c: Include <string.h> unconditionally.
52829         * lib/yesno.c (yesno): Define with a prototype.
52830
52831 2003-09-11  Bruno Haible  <bruno@clisp.org>
52832
52833         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
52834
52835 2003-09-10  Jim Meyering  <jim@meyering.net>
52836
52837         * lib/error.c: Correct indentation of cpp directives.
52838
52839 2003-09-10  Bruno Haible  <bruno@clisp.org>
52840
52841         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
52842         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
52843         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
52844         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
52845         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
52846         <stdlib.h> and <string.h> checks.
52847         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
52848         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
52849
52850 2003-09-10  Bruno Haible  <bruno@clisp.org>
52851
52852         * lib/strcspn.c: Include <string.h> unconditionally.
52853         * lib/strpbrk.c: Include <string.h> unconditionally.
52854         * lib/strstr.c: Include <string.h> unconditionally.
52855         * lib/unicodeio.c: Include <string.h> unconditionally.
52856         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
52857         * lib/unsetenv.c: Likewise.
52858         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
52859         * lib/yesno.c: Include <stdlib.h> unconditionally.
52860         (rpmatch): Add prototype.
52861
52862 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52863
52864         More patches to assume C89 or better.
52865         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
52866         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
52867         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
52868         or for string.h.
52869         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
52870         stdlib.h.
52871         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
52872         C headers.
52873         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
52874         string.h.
52875         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
52876         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
52877         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
52878         or for string.h.
52879         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
52880         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
52881         C headers.
52882         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
52883         memcpy.
52884         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
52885         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
52886         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
52887         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
52888         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
52889         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
52890         string.h, free.
52891         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
52892         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
52893         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
52894         C headers, or for string.h.
52895         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
52896         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
52897         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
52898         headers, memory.h, stdlib.h, string.h, strings.h.
52899         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
52900         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
52901         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
52902         strchr.
52903         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
52904         headers, memory.h, string.h.
52905         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
52906         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
52907         free.
52908         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
52909         headers.
52910         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
52911         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
52912         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
52913         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
52914         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
52915
52916 2003-09-09  Paul Eggert  <eggert@twinsun.com>
52917
52918         More K&R removal.
52919
52920         * lib/acosl.c (main): Use a prototype.
52921         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
52922         tanl.c: Likewise.
52923
52924         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
52925
52926         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
52927         (getopt, etopt_long, getopt_long_only, _getopt_internal)
52928         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
52929         with a prototype.
52930         * lib/getopt.c (const): Remove macro.
52931         Include <string.h> unconditionally.
52932         (my_index): Remove; all uses changed to strchr.
52933         (strlen): Remove decl.
52934         (exchange): Remove forward decl; no longer needed.
52935         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
52936         Define with prototype.
52937         * lib/getopt1.c (const): Remove macro.
52938         (getopt_long, getopt_long_only, main): Define with prototype.
52939
52940         * lib/getugroups.c: Include <string.h> unconditionally.
52941
52942         * lib/getusershell.c: Include <stdlib.h> unconditionally.
52943         (getusershell, setusershell, endusershell, readname, main):
52944         Define with prototypes.
52945
52946         * lib/group-member.c: Include group-member.h first.
52947         Include <stdlib.h> unconditionally.
52948
52949         * lib/hard-locale.c: Include hard-locale.h first.
52950         Include <stdlib.h>, <string.h> unconditionally.
52951
52952         * lib/hash.c (free, malloc): Remove decls.
52953         Include <stdlib.h> unconditionally.
52954
52955         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
52956         (getenv): Do not declare.
52957
52958         * lib/idcache.c: Include <string.h> unconditionally.
52959
52960         * lib/long-options.c: Include long-options.h first, to test interface.
52961         Include <stdlib.h> unconditionally.
52962
52963         * lib/makepath.c: Include makepath.h first, to test interface.
52964         Include <stdlib.h> and <string.h> unconditionally.
52965
52966         * lib/linebuffer.c: Include <stdlib.h>.
52967         (free): Remove decl.
52968
52969         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
52970         stddef.h. rpl_malloc returns void *, not char *.
52971         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
52972         prototype.
52973
52974         * lib/md5.h: Include <limits.h> unconditionally.
52975         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
52976         (__P): Remove; all uses removed.
52977         * lib/md5.c: Include "md5.h" first.
52978         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
52979         md5_buffer, md5_process_bytes, md5_process_block):
52980         Define with prototypes.
52981         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
52982         * lib/sha.c: Include "sha.h" first.
52983         Include <stdlib.h>, <string.h> unconditionally.
52984
52985         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
52986         * lib/memcmp.c (__ptr_t): Likewise.
52987         * lib/memrchr.c (__ptr_t): Likewise.
52988         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
52989         Include <string.h> unconditionally.
52990         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
52991         * lib/memchr.c: Include <stdlib.h> unconditionally.
52992         * lib/memchr.c (LONG_MAX): Remove.
52993         * lib/memrchr.c (LONG_MAX): Likewise.
52994         * lib/memchr.c (__memchr): Define via a prototype.
52995         * lib/memrchr.c (__memrchr): Likewise.
52996         * lib/memcmp.c (__P): Remove, and remove all uses.
52997         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
52998         Remove forward decls; no longer needed.
52999         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
53000         Use types required by C89 in prototype.
53001
53002         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
53003         * lib/savedir.c: Likewise.
53004         * lib/mkdir.c (free): Remove decl.
53005         * lib/rmdir.c (rmdir): Define with a prototype.
53006         * lib/savedir.c: Include savedir.h first, to test interface.
53007
53008         * lib/mktime.c (STDC_HEADERS): Remove.
53009         Include <stdlib.h>, <string.h> unconditionally.
53010
53011         * lib/modechange.c: Include <stdlib.h> unconditionally.
53012         (malloc): Remove decl.
53013
53014         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
53015         (free): Remove decl.
53016
53017         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
53018         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
53019         (This type really should be intptr_t, but that's a C99ism.)
53020         (_obstack_memcpy): Remove: all uses changed to memcpy.
53021         Include <string.h> unconditionally.
53022         (struct obstack): Assume __STDC__ for types of members
53023         chunkfun, freefun, extra_arg.
53024         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
53025         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
53026         obstack_begin, obstack_specify_allocation,
53027         obstack_specify_allocation_with_arg, obstack_chunkfun,
53028         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
53029         Remove unprototyped decls and the macros that use them.
53030         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
53031         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
53032         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
53033         (defined __STDC__ && __STDC__)]:
53034         Remove nonprototyped code.
53035         Include <stdlib.h> unconditionally.
53036         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
53037         _obstack_allocated_p, _obstack_free, obstack_free,
53038         _obstack_memory_used, print_and_abort):
53039         Define using prototypes.
53040         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
53041         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
53042         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
53043         obstack_next_free, obstack_object_size, obstack_room) [0]:
53044         Remove unused, unprototyped code.
53045
53046         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
53047
53048         * lib/physmem.c (physmem_total, physmem_available, main): Define
53049         with prototypes.
53050
53051         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
53052         (main): Define with a prototype.
53053
53054         * lib/posixver.c (getenv): Remove decl.
53055
53056         * lib/putenv.c (malloc): Returns void *, not char *.
53057         Include <string.h> unconditionally.
53058         (strchr, memcpy, NULL): Do not define.
53059
53060         * lib/readtokens.c: Include readtokens.h first, to test interface.
53061         Include <stdlib.h>, <string.h> unconditionally.
53062         (init_tokenbuffer): Define with a prototype.
53063
53064         * lib/regex.c (PARAMS): Remove.  All uses removed.
53065         All uses of _RE_ARGS removed, too.
53066         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53067         unconditionally.
53068         (bzero): Assume memset exists.
53069         (memcmp, memcpy, NULL): Remove.
53070         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
53071         char, or assignments to local vars of type signed char.
53072         (init_syntax_once, PREFIX(extract_number_and_incr),
53073         PREFIX(print_partial_compiled_pattern),
53074         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
53075         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
53076         PREFIX(regex_grow_registers), PREFIX(regex_compile),
53077         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
53078         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
53079         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
53080         wcs_compile_range, byte_compile_range, truncate_wchar,
53081         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
53082         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
53083         count_mbs_length, wcs_re_match_2_internal,
53084         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
53085         PREFIX(alt_match_null_string_p),
53086         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
53087         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
53088         regfree, PREFIX(extract_number)): Define with prototype.  Remove
53089         now-unnecessary declaration, if any.
53090         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
53091         regcomp, regexec):
53092         Remove now-unnecessary casts among pointer types.
53093         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
53094
53095         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
53096         (free): Remove decl.
53097
53098         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
53099
53100         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
53101         (free): Remove decl.
53102
53103         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
53104         * lib/xgetcwd.c: Likewise.
53105
53106         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
53107         (free): Remove decl.
53108
53109         * lib/strchrnul.c (strchrnul): Define with a prototype.
53110         Fix bug: c_in was not converted to char before searching.
53111
53112         The following changes are not K&R related:
53113
53114         * lib/group-member.h: Include <sys/types.h>, so that this file is
53115         self-contained.
53116         * lib/makepath.h: Likewise.
53117
53118         * lib/getusershell.c (readname, default_index, line_size, readname):
53119         Use size_t, not int, for sizes.
53120         (readname): If the size overflows, report an error instead of
53121         looping forever.
53122
53123 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53124
53125         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
53126         libc.
53127
53128 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53129
53130         * README: New section: portability guidelines.
53131
53132 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53133
53134         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
53135         C89 spec.
53136
53137 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53138
53139         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
53140
53141 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53142
53143         Assume C89 or better; remove K&R cruft.
53144         A few of these changes were first proposed by Derek Robert Price
53145         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
53146
53147         * lib/addext.c: Include <string.h> unconditionally.
53148         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
53149         Don't declare getenv or malloc.
53150
53151         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
53152         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
53153         (NULL): Remove.
53154         (find_stack_direction, alloca): Use prototypes.
53155
53156         * lib/atexit.c (atexit): Define using a prototype.
53157
53158         * lib/basename.c, dirname.c, stripslash.c:
53159         Include <string.h> unconditionally.
53160
53161         * lib/bcopy.c: Include <stddef.h>.
53162         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
53163
53164         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
53165
53166         * lib/error.h (error, error_at_line, error_print_progname)
53167         [! (defined (__STDC__) && __STDC__)]: Remove decls.
53168         * lib/error.c: Include error.h first, to check interface.
53169         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53170         (VA_START): Remove; all uses changeed to va_start.
53171         (exit, strerror): Remove decls.
53172         (error_print_progname): Prototype uncondionally.
53173         Don't include <errno.h>; no longer needed.
53174         (private_strerror): Remove.
53175         (error_tail): Always define.
53176         (error, error_at_line): Assume C89 or better; always use prototypes.
53177         * lib/fatal.c: Include "fatal.h" first, to test interface.
53178         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53179         (VA_START): Remove; all uses changed to va_start.
53180         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
53181         this case.
53182         (exit): Remove decl.
53183         (fatal): Prototype unconditionally.  Assume va_start works.
53184         Abort at end, to pacify gcc.
53185
53186         * lib/euidaccess.c (main): Define with a prototype.
53187
53188         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
53189
53190         * lib/exitfail.c: Include <stdlib.h> unconditionally.
53191
53192         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
53193         prototypes.
53194         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
53195         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
53196         (getenv): Remove decl.
53197         (fnmatch): Define using a prototype.
53198         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
53199         (FCT): Define using a prototype.
53200
53201         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
53202
53203         * lib/gethostname.c: Include <stddef.h>.
53204         (gethostname): Define with prototype.  Length is size_t, not int.
53205
53206 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53207
53208         Assume C89 or better; remove K&R cruft.
53209         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
53210         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
53211         string.h, getenv, malloc.
53212         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
53213         headers.
53214         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
53215         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
53216         do not check for strerror.
53217         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
53218         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
53219         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
53220         do not check for doprnt or vprintf.
53221         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
53222         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
53223
53224 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53225
53226         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
53227         getversion.c should have been removed then, but was accidentally
53228         preserved.
53229
53230         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
53231         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
53232
53233 2003-09-08  Karl Berry  <karl@gnu.org>
53234
53235         * config/config.sub, config.guess, srclistvars.sh: update from savannah
53236                 config, forget about prep.
53237
53238         * config/depcomp, missing: update from automake.
53239
53240 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53241
53242         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
53243         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53244
53245 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53246
53247         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
53248         copy_tm_result.  Bug reported by Simon Josefsson in
53249         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53250
53251 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53252
53253         * m4/time_r.m4: New file.
53254         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
53255         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
53256         is. Check for timegm declaration.
53257         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
53258         Do not check for gmtime_r.
53259         Replace mktime if __mktime_internal does not exist and if mktime
53260         hasn't been replaced already.
53261
53262 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53263
53264         * lib/time_r.c, lib/time_r.h: New files.
53265
53266         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
53267         __localtime_r.
53268         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
53269         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
53270
53271         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
53272         __gmtime_r.
53273         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
53274         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
53275         Include <time_r.h>.
53276
53277         * lib/timegm.c: Switch to glibc implementation, with the following
53278         changes:
53279         [defined HAVE_CONFIG_H]: Include <config.h>.
53280         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
53281         (__mktime_internal) [!defined _LIBC]: New decl.
53282         (__gmtime_r) [!defined _LIBC]: New macro and function.
53283         (timegm): Use a prototype, since gnulib assumes C89.
53284         Do not bother declaring tmp to be const, as it's not really usefu.
53285         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
53286         (timegm): Declare only if HAVE_DECL_TIMEGM.
53287
53288 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53289
53290         * MODULES.html.sh (func_all_modules): Add time_r.
53291         * modules/time_r: New file.
53292         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
53293         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
53294
53295 2003-09-03  Paul Eggert  <eggert@twinsun.com>
53296
53297         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
53298         Bug reported by Lute Kamstra in
53299         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
53300
53301         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
53302         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
53303         course with correspondingly smaller numbers for tomorrow and
53304         yesterday.  From Tadayoshi Funaba.  Originally installed into
53305         sh-utils on 1999-08-07, but the patch got lost (I guess during the
53306         coreutils merge?).
53307
53308 2003-08-31  Simon Josefsson  <jas@extundo.com>
53309
53310         * modules/timegm: New file.
53311         * MODULES.html.sh (func_all_modules): Add timegm.
53312
53313 2003-08-31  Simon Josefsson  <jas@extundo.com>
53314
53315         * m4/timegm.m4: New file.
53316
53317 2003-08-31  Simon Josefsson  <jas@extundo.com>
53318
53319         * lib/timegm.h: New file.
53320         * lib/timegm.c: New file.  Based on
53321         wget-1.8.2/src/http.c:mktime_from_utc.
53322
53323 2003-08-31  Karl Berry  <karl@gnu.org>
53324
53325         * lib/argp.h: update from libc.
53326
53327 2003-08-28  Bruno Haible  <bruno@clisp.org>
53328
53329         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
53330         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
53331         followed by '#define fnmatch fnmatch_posix' gives an error.
53332
53333 2003-08-28  Bruno Haible  <bruno@clisp.org>
53334
53335         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
53336         warning on QNX, which defines O_BINARY to 000000.
53337
53338 2003-08-27  Jim Meyering  <jim@meyering.net>
53339
53340         * m4/mkstemp.m4: Require that the system mkstemp be able to create
53341         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
53342         would fail after 32.  Reported by Danny Levinson.  Details here:
53343         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
53344
53345 2003-08-24  Bruno Haible  <bruno@clisp.org>
53346
53347         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
53348         MSVC7 <stdio.h> is included later.
53349
53350 2003-08-22  Simon Josefsson  <jas@extundo.com>
53351
53352         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
53353
53354 2003-08-20  Karl Berry  <karl@gnu.org>
53355
53356         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
53357
53358 2003-08-20  Bruno Haible  <bruno@clisp.org>
53359
53360         * modules/progname: New file.
53361         * MODULES.html.sh (func_all_modules): Add progname.
53362
53363 2003-08-20  Bruno Haible  <bruno@clisp.org>
53364
53365         * lib/progname.h: New file, from GNU gettext.
53366         * lib/progname.c: New file, from GNU gettext.
53367         * lib/progreloc.c: New file, from GNU gettext.
53368
53369 2003-08-19  Jim Meyering  <jim@meyering.net>
53370
53371         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
53372         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
53373
53374 2003-08-19  Bruno Haible  <bruno@clisp.org>
53375
53376         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
53377         more.
53378
53379 2003-08-19  Bruno Haible  <bruno@clisp.org>
53380
53381         * lib/xstrdup.c: Assume <string.h> exists.
53382
53383 2003-08-18  Paul Eggert  <eggert@twinsun.com>
53384
53385         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
53386         in makefile rules.
53387
53388 2003-08-18  Jim Meyering  <jim@meyering.net>
53389
53390         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
53391         * m4/lib-ld.m4: Likewise.
53392
53393 2003-08-18  Jim Meyering  <jim@meyering.net>
53394
53395         * lib/setenv.h: Indent nested cpp directive.
53396         * lib/vasnprintf.c: Remove trailing blanks.
53397
53398 2003-08-17  Simon Josefsson  <jas@extundo.com>
53399
53400         * modules/xstrndup: New file.
53401         * MODULES.html.sh (func_all_modules): Add xstrndup.
53402
53403 2003-08-17  Simon Josefsson  <jas@extundo.com>
53404
53405         * modules/argp: Fix autoconf macro name. Add more dependencies.
53406
53407 2003-08-17  Simon Josefsson  <jas@extundo.com>
53408
53409         * m4/xstrndup.m4: New file.
53410
53411 2003-08-17  Simon Josefsson  <jas@extundo.com>
53412
53413         * m4/argp.m4: New file.
53414
53415 2003-08-17  Simon Josefsson  <jas@extundo.com>
53416             Bruno Haible  <bruno@clisp.org>
53417
53418         * lib/xstrndup.h: New file.
53419         * lib/xstrndup.c: New file.
53420
53421 2003-08-17  Bruno Haible  <bruno@clisp.org>
53422
53423         * modules/strndup (Files, Include): Add lib/strndup.h.
53424
53425 2003-08-17  Bruno Haible  <bruno@clisp.org>
53426
53427         * modules/euidaccess (Files): Add lib/euidaccess.h.
53428
53429 2003-08-17  Bruno Haible  <bruno@clisp.org>
53430
53431         * lib/strndup.h: New file.
53432
53433 2003-08-17  Bruno Haible  <bruno@clisp.org>
53434
53435         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
53436         like AC_GNU_SOURCE.
53437         * modules/extensions (configure.ac): Comment out the invocation of
53438         gl_USE_SYSTEM_EXTENSIONS.
53439
53440 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53441
53442         Merges from coreutils, etc.
53443         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
53444         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
53445         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
53446         fixing a typo.
53447         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
53448         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
53449
53450 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53451
53452         Document merge from coreutils.
53453         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
53454         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
53455         * modules/utime: Add m4/utimes-null.m4.
53456
53457 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53458
53459         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
53460         space, undoing this 2003-08-12 change:
53461         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53462
53463 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53464
53465         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
53466         strtoul.c from libc, undoing this 2003-08-12 change:
53467         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53468
53469 2003-08-16  Jim Meyering  <jim@meyering.net>
53470
53471         Merges from coreutils.
53472         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
53473         prefix.  Adjust cache variables similarly.  Create 500 rather than
53474         just 300 files, to exercise bug on Darwin6.5, too.
53475         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
53476         $missing_dir.
53477         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
53478         AM_SYS_POSIX_TERMIOS.
53479         Reported by mkc@mathdogs.com.
53480         Also change use of $am_cv_sys_posix_termios
53481         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
53482         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
53483         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
53484         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
53485         in /proc/mounts until it finds one with matching device number.  This
53486         is unnecessary when the FILE argument *is* a mount point.  No stat call
53487         is necessary in that case.  So, disable the statvfs-testing code on
53488         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
53489         as RedHat bug# 84846.
53490         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
53491         to 1MB, so as not to render systems with no stack size limit (e.g.,
53492         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
53493         Include <unistd.h>.  On some systems,
53494         it is required for the definition of _SC_PAGESIZE.
53495
53496 2003-08-16  Jim Meyering  <jim@meyering.net>
53497
53498         Merge from coreutils.
53499         * lib/xstrtoimax.c: #else #if -> #elif.
53500         * lib/xstrtoumax.c: Likewise.
53501
53502 2003-08-16  Jim Meyering  <jim@meyering.net>
53503
53504         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
53505         * m4/utimes.m4: Removed.
53506         * m4/utimes-null.m4: Renamed from utimes.m4.
53507
53508         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
53509         to 1MB, so as not to render systems with no stack size limit (e.g.,
53510         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
53511         Include <unistd.h>.  On some systems,
53512         it is required for the definition of _SC_PAGESIZE.
53513
53514 2003-08-16  Jim Meyering  <jim@meyering.net>
53515         and Paul Eggert  <eggert@cs.ucla.edu>
53516
53517         Merges from coreutils, etc.
53518
53519         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
53520         using the latest version from cvs.  This avoids problems with #line
53521         directives using a vendor (Sun) compiler.
53522         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
53523         Don't set GETGROUPS_LIB here; now it's
53524         done via getgroups.m4's wrapper function.
53525         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
53526         rather than just in sh-util/configure.in, so that the
53527         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
53528         same.
53529         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
53530         AC_FUNC_GETLOADAVG where to find getloadavg.c.
53531         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
53532         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
53533         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
53534         Remove code that is now done by the newly-required macros.
53535         Append $(EXEEXT) to DF_PROG.
53536         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
53537         Do not invoke or require the following here,
53538         since prereq.m4 or some gnulib .m4 now does this for us:
53539         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
53540         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
53541         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
53542         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
53543         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
53544         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
53545         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
53546         AC_FUNC_OBSTACK.
53547         Do not replace the following functions, as this is now the job
53548         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
53549         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
53550         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
53551         atexit getpass, strdup, getpagesize.
53552         Replace 'raise'.
53553         Do not check for the following functions, as this is now the job
53554         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
53555         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
53556         setregid.
53557         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
53558         Check for sys/sysctl.h.
53559         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
53560         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
53561         of checking for ssize_t ourselves.
53562
53563         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
53564         Require every macro that gnulib/modules/* suggests for us.
53565         (jm_PREREQ_ADDEXT): New macro.
53566         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
53567         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
53568
53569         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
53570         (gl_PHYSMEM): Use it.
53571         Also check for `table' function.
53572         Check for new headers and functions.
53573         Add check for sys/sysmp.h.
53574         With suggestions from Kaveh Ghazi.
53575         Ignore headers that are present but cannot be compiled.  This
53576         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
53577         C 5.4.
53578
53579 2003-08-15  Paul Eggert  <eggert@twinsun.com>
53580
53581         Document merge from coreutils.
53582         * modules/userspec: Depend on posixver.
53583         * modules/strftime: Depend on tzset.
53584
53585 2003-08-15  Paul Eggert  <eggert@twinsun.com>
53586
53587         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
53588         rather than tab, after '#' in shell-script copyright notices.
53589         Suggested by Bruno Haible.
53590
53591 2003-08-15  Paul Eggert  <eggert@twinsun.com>
53592
53593         * config/srclist-update: Use three spaces, rather than tab, after '#'
53594         in shell-script copyright notices.  Suggested by Bruno Haible.
53595         Remove unnecessary parenthesization in regular expression.
53596
53597 2003-08-15  Jim Meyering  <jim@meyering.net>
53598
53599         Merge from coreutils.
53600         * lib/xgethostname.c: Include <stdlib.h>.
53601         (xghostname): Don't exit for anything other than memory-related
53602         failure; just return NULL.
53603         * lib/userspec.c: Include "posixver.h".
53604         (parse_user_spec): Accept `.' as a separator only
53605         in pre-POSIX-200112 mode.
53606         * lib/strtoimax.c: Use #elif rather than #else #if.
53607         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
53608         Remove function, now that we can rely on a working tzset function.
53609         [!_LIBC]: Ensure that the required autoconf test has been run.
53610         [!defined _NL_CURRENT && HAVE_STRFTIME]:
53611         Use underlying_strftime for %r.
53612         * lib/sha.c: Merge in some clean-up and optimization changes from
53613         glibc.
53614         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
53615         Ensure that it is a multiple of 64.
53616         Rearrange loop exit tests so as to avoid performing an
53617         additional fread after encountering an error or EOF.
53618         * lib/realloc.c: Update copyright date.
53619
53620 2003-08-15  Jim Meyering  <jim@meyering.net>
53621         and Paul Eggert  <eggert@twinsun.com>
53622
53623         Merge from coreutils.
53624         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
53625         member but strut utmpx does not.  Needed for AIX 4.3.3.
53626         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
53627
53628 2003-08-15  Jim Meyering  <jim@meyering.net>
53629         and Paul Eggert  <eggert@cs.ucla.edu>
53630
53631         Merges from coreutils, etc.
53632         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
53633         Require gl_FUNC_TZSET_CLOBBER.
53634         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
53635         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
53636         members.
53637
53638 2003-08-14  Paul Eggert  <eggert@twinsun.com>
53639
53640         Help the merge from coreutils.
53641         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
53642         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
53643         * m4/tzset.m4: Use it too.
53644
53645 2003-08-14  Paul Eggert  <eggert@twinsun.com>
53646
53647         * modules/tzset: New file.
53648
53649 2003-08-14  Jim Meyering  <jim@meyering.net>
53650
53651         Merges from coreutils.
53652         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
53653         variable names, rather than @FNMATCH_H@.
53654         * modules/alloca: Likewise for $(ALLOCA_H).
53655
53656         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
53657         the three copies of the literal target, `fnmatch.h'.
53658         * modules/alloca (alloca.h): Likewise.
53659
53660 2003-08-14  Jim Meyering  <jim@meyering.net>
53661
53662         Merge from coreutils.
53663         * m4/tzset.m4: New file.
53664         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
53665         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
53666         otherwise, AIX 5.1 systems would end up using the latter.
53667         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
53668         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
53669         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
53670         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
53671
53672 2003-08-14  Jim Meyering  <jim@meyering.net>
53673
53674         Merge from coreutils.
53675         * lib/obstack.h: Whitespace changes.
53676         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
53677         and xcalloc return values.
53678         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
53679         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
53680         hang on OSF/1 5.1 for DIR on both local and remote file systems.
53681         Reported by (and fix confirmed by) Nelson H. F. Beebe.
53682         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
53683         error from mntctl.
53684         Use mntctl's return value to drive the entry-processing loop, since
53685         we can't rely on the value of the vmt_length member in the last
53686         entry.  On some systems doing so could result in exhausting
53687         virtual memory.  Based in part on a patch from Mike Jetzer.
53688
53689 2003-08-14  Jim Meyering  <jim@meyering.net>
53690         and Paul Eggert  <eggert@twinsun.com>
53691
53692         Merges from coreutils, plus other fixes.
53693         * lib/physmem.c: Merge in portability changes from gcc/libiberty
53694         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
53695         for credits and details.  Thanks to Kaveh Ghazi for helping
53696         to keep these files in sync.
53697         (ARRAY_SIZE): Define it.
53698         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
53699         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
53700         (memcasecmp): Don't assume size_t fits in unsigned int.
53701         Remove casts and duplicate code.
53702         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
53703         (memcpy): Remove definition.
53704         Merge in some clean-up and optimization changes from glibc.
53705         [BLOCKSIZE]: Move definition to top of file.
53706         Ensure that it is a multiple of 64.
53707         Rearrange loop exit tests so as to avoid performing an
53708         additional fread after encountering an error or EOF.
53709         * lib/md5.h (md5_uintptr): Define.
53710         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
53711         return to the initial working directory.  Preserve errno
53712         for caller.
53713         * lib/idcache.c: Include "xalloc.h".
53714         (xmalloc, xrealloc): Remove decls.
53715         (getuser): Remove casts no longer required in C89.
53716         * lib/human.c: Include stdio.h, for sprintf.
53717         * lib/group-member.c: Include "xalloc.h".
53718         (xmalloc, xrealloc): Remove decls.
53719         (get_group_info): Remove casts no longer required in C89.
53720         * lib/getusershell.c (readname): Remove casts no longer required in
53721         C89.
53722         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
53723         * lib/getline.c: Whitespace fix, from coreutils.
53724
53725 2003-08-13  Paul Eggert  <eggert@twinsun.com>
53726
53727         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
53728         Check for isascii.
53729
53730         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
53731         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
53732         Undo previous (whitespace-only) change.
53733
53734 2003-08-13  Paul Eggert  <eggert@twinsun.com>
53735
53736         * lib/exclude.c: Include <ctype.h>
53737         (IN_CTYPE_DOMAIN): New macro.
53738         (is_space): New fn.
53739         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
53740         and empty lines.
53741
53742         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
53743         Undo previous (whitespace-only) change.
53744
53745 2003-08-13  Paul Eggert  <eggert@twinsun.com>
53746
53747         * config/srclist-update: Change update back to the old behavior,
53748         leaving whitespace alone.  Use one 'sed' command rather than a
53749         pipeline.
53750         (fixlicense): Now a variable, not a function.
53751         (remove_trailing_blanks): Remove.
53752         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
53753         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
53754         Undo previous (whitespace-only) change.
53755
53756 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53757
53758         Merge from coreutils.
53759         * modules/euidaccess: Add lib_SOURCES, include for new
53760         file euidaccess.h
53761
53762 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53763
53764         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
53765         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
53766         Normalize leading white space and remove trailing white space.
53767
53768         Merge from coreutils
53769         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
53770
53771         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
53772         0.12.1.  These files are now being upgraded automatically by
53773         ../config/srclist-update.
53774
53775 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53776
53777         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
53778         Normalize leading white space and remove trailing white space.
53779         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
53780         notice, as per ../config/srclist-update.
53781
53782         Merge from coreutils.
53783         * lib/euidaccess.h: New file.
53784         * lib/euidaccess.c: Include it.
53785         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
53786         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
53787         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
53788
53789 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53790
53791         * config/srclist-update: Add copyright notice.
53792         (remove_id_lines, remove_trailing_blanks): New constants.
53793         (fixfile): Use them to normalize spacing a bit in copied files.
53794         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
53795         Normalize leading white space and remove trailing white space.
53796
53797         * config/texinfo.tex: Sync with texinfo.
53798
53799         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
53800         strtoul.c from libc, to merge coreutils whitespace changes.
53801
53802         * config/srclist.txt: Get the following m4 files from gettext:
53803         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
53804         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
53805         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
53806         wint_t.m4.
53807
53808 2003-08-12  Karl Berry  <karl@gnu.org>
53809
53810         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
53811         been made.
53812
53813 2003-08-11  Paul Eggert  <eggert@twinsun.com>
53814
53815         * modules/gnu-source, m4/gnu-source.m4:
53816         Remove; we're assuming Autoconf 2.54 or later now.
53817         Suggested by Bruno Haible.
53818         * MODULES.html.sh (func_all_modules): Remove gnu-source.
53819
53820 2003-08-11  Bruno Haible  <bruno@clisp.org>
53821
53822         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
53823
53824 2003-08-11  Bruno Haible  <bruno@clisp.org>
53825
53826         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
53827         (vasnprintf): Use it instead of wcslen.
53828
53829 2003-08-11  Bruno Haible  <bruno@clisp.org>
53830
53831         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
53832         value to ensure that _Bool promotes to int. Use #define for _Bool when
53833         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
53834
53835 2003-08-10  Karl Berry  <karl@gnu.org>
53836
53837         * lib/regex.h: update from libc (whitespace fix).
53838
53839 2003-08-09  Paul Eggert  <eggert@twinsun.com>
53840
53841         Merge some files from coreutils.  These changes were
53842         originally made by Jim Meyering.
53843         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
53844         many older Unixes require this.
53845         * lib/alloca.c (alloca): Remove cast to argument of free;
53846         no longer needed in C89.
53847         * lib/alloca_.h, regex.h: Fix white space to match
53848         what GNU indent does.
53849
53850 2003-08-09  Paul Eggert  <eggert@twinsun.com>
53851
53852         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
53853         apparently Emacs's Unicode mode got confused before my 2003-08-05
53854         checkin.
53855
53856 2003-08-08  Paul Eggert  <eggert@twinsun.com>
53857
53858         * m4/extensions.m4: New file.
53859         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
53860         Require gl_USE_SYSTEM_EXTENSIONS.
53861         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
53862         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
53863
53864 2003-08-08  Paul Eggert  <eggert@twinsun.com>
53865
53866         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
53867         * modules/extensions, modules/gnu-source: New files.
53868         * modules/timespec, modules/unlocked-io: Depend on extensions.
53869
53870 2003-08-07  Paul Eggert  <eggert@twinsun.com>
53871
53872         * modules/restrict: New file.
53873         * MODULES.html.sh (func_all_modules): Add restrict.
53874         * modules/regex: Depend on restrict.
53875
53876 2003-08-07  Paul Eggert  <eggert@twinsun.com>
53877
53878         * m4/restrict.m4: New file.
53879         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
53880
53881 2003-08-07  Bruno Haible  <bruno@clisp.org>
53882
53883         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
53884         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
53885
53886 2003-08-07  Bruno Haible  <bruno@clisp.org>
53887
53888         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
53889         makes the module 'getndelim2' compatible with the module 'getline'.
53890
53891 2003-08-05  Paul Eggert  <eggert@twinsun.com>
53892
53893         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
53894         byte with "\201" to avoid glitches when editing that source file
53895         with multi-gnome-terminal.
53896
53897 2003-08-05  Paul Eggert  <eggert@twinsun.com>
53898
53899         * lib/bumpalloc.h: Remove.
53900
53901 2003-08-05  Paul Eggert  <eggert@twinsun.com>
53902
53903         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
53904         * modules/bumpalloc: Remove.
53905
53906 2003-08-04  Paul Eggert  <eggert@twinsun.com>
53907
53908         * lib/getloadavg.c: Change copyright notice and spacing to conform to
53909         GNU coding style.
53910
53911         Merge from coreutils.
53912         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
53913         1. From glibc.
53914         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
53915         from Karl Berry, implemented by Jim Meyering.
53916         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
53917         from Dmitry V. Levin.
53918         Remove anachronistic cast of xrealloc.
53919         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
53920         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
53921         type. Otherwise, it wouldn't compile with at least /bin/cc on
53922         ymp-cray-unicos9.0.2.X.
53923         Combine two mostly-identical uses of alloca into one.
53924         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
53925
53926 2003-08-04  Dave Love  <d.love@dl.ac.uk>
53927
53928         [From Emacs.]
53929
53930         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
53931         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
53932         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
53933         obsolete NLIST_NAME_UNION.
53934         [__GNU__]: Undef BSD and FSCALE.
53935         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
53936
53937 2003-08-03  Paul Eggert  <eggert@twinsun.com>
53938
53939         * lib/stdbool_.h (_Bool): Make it signed char, instead of
53940         an enum type, so that it's guaranteed to promote to int.  See:
53941         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
53942
53943 2003-08-03  Karl Berry  <karl@gnu.org>
53944
53945         * config/depcomp: update from automake.
53946
53947 2003-07-31  Paul Eggert  <eggert@twinsun.com>
53948
53949         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
53950         (strerror): Don't assume that a printable int fits in 14 bytes.
53951
53952 2003-07-31  Bruno Haible  <bruno@clisp.org>
53953
53954         * modules/getpass-gnu: New file.
53955         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
53956
53957 2003-07-31  Bruno Haible  <bruno@clisp.org>
53958
53959         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
53960
53961 2003-07-24  Karl Berry  <karl@gnu.org>
53962
53963         * config/missing: update from automake.
53964
53965 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
53966             Bruno Haible  <bruno@clisp.org>
53967
53968         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
53969         * lib/getline.c (getline, getdelim): Likewise.
53970         Remove _GNU_SOURCE define; now it's defined in config.h through
53971         m4/getline.m4.
53972
53973 2003-07-23  Karl Berry  <karl@gnu.org>
53974
53975         * config/config.sub: update from prep.
53976
53977 2003-07-22  Paul Eggert  <eggert@twinsun.com>
53978
53979         * modules/xalloc (Depends-on): Add exitfail.
53980         * modules/xmemcoll: Likewise.
53981
53982 2003-07-22  Paul Eggert  <eggert@twinsun.com>
53983
53984         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
53985         over-parenthesization in macros.
53986
53987         Sync with coreutils.
53988
53989         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
53990         required by C99.
53991
53992         Use `exit_failure' for xalloc and xmemcoll instead of their own
53993         private exit-failure variables.
53994         * lib/xalloc.h (xalloc_exit_failure): Remove.
53995         * lib/xmalloc.c: Likewise.  Include exitfail.h.
53996         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
53997         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
53998         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
53999         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
54000
54001 2003-07-20  Jim Meyering  <jim@meyering.net>
54002
54003         * modules/closeout (Depends-on): Add exitfail.
54004         Suggestion from Bruno Haible.
54005
54006 2003-07-19  Karl Berry  <karl@gnu.org>
54007
54008         * config/config.sub: update from prep.
54009
54010 2003-07-18  Paul Eggert  <eggert@twinsun.com>
54011
54012         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
54013         Remove.
54014         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
54015         to test that it can stand by itself.  Include "exitfail.h".
54016         Clients should set exit_failure instead.
54017         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
54018
54019 2003-07-18  Bruno Haible  <bruno@clisp.org>
54020
54021         * modules/getndelim2: New file.
54022         * modules/getline: Share files with module getndelim2.
54023         * modules/getnline: Depend on getndelim2 instead of sharing files with
54024         it. Add getnline.c to lib_SOURCES.
54025         * MODULES.html.sh (func_all_modules): Add getndelim2.
54026
54027 2003-07-18  Bruno Haible  <bruno@clisp.org>
54028
54029         * m4/getndelim2.m4: New file.
54030         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
54031         invoke gl_PREREQ_GETNDELIM2.
54032         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
54033         gl_PREREQ_GETNDELIM2.
54034         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
54035         gl_GETNDELIM2.
54036
54037 2003-07-18  Bruno Haible  <bruno@clisp.org>
54038
54039         * lib/getndelim2.h: New file.
54040         * lib/getndelim2.c: Make into a module of its own. Include config.h,
54041         getndelim2.h.
54042         (getndelim2): Make non-static. Change return type to ssize_t.
54043         * lib/getline.h: Change argument names.
54044         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
54045         * lib/getnline.c: Include getndelim2.h.
54046
54047 2003-07-18  Andreas Schwab  <schwab@suse.de>
54048
54049         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
54050
54051 2003-07-17  Karl Berry  <karl@gnu.org>
54052
54053         * config/config.sub: update from prep.
54054
54055 2003-07-17  Bruno Haible  <bruno@clisp.org>
54056
54057         * modules/getnline: New file.
54058         * modules/getline: Add lib/getndelim2.c to source file list.
54059         * MODULES.html.sh (func_all_modules): Add getnline.
54060
54061 2003-07-17  Bruno Haible  <bruno@clisp.org>
54062
54063         * m4/getnline.m4: New file.
54064
54065 2003-07-17  Bruno Haible  <bruno@clisp.org>
54066
54067         * m4/Makefile.am.in: Remove file.
54068         * m4/Makefile.am: Remove file.
54069         * m4/Makefile.in: Remove file.
54070
54071 2003-07-17  Bruno Haible  <bruno@clisp.org>
54072
54073         * lib/getnline.h: New file.
54074         * lib/getnline.c: New file.
54075         * lib/getndelim2.c: New file, extracted from getline.c.
54076         (getndelim2): Renamed from getdelim2, with added nmax argument.
54077         * lib/getline.c: Include getndelim2.c.
54078         (getdelim2): Moved out to getndelim2.c.
54079         (getline, getdelim): Update.
54080
54081 2003-07-17  Bruno Haible  <bruno@clisp.org>
54082
54083         * lib/Makefile.am: Remove file.
54084         * lib/Makefile.in: Remove file.
54085
54086 2003-07-17  Bruno Haible  <bruno@clisp.org>
54087
54088         * configure.in: Remove file.
54089         * Makefile.in: Remove file.
54090
54091 2003-07-17  Bruno Haible  <bruno@clisp.org>
54092
54093         * MODULES.html.sh: Put the </BODY> right before </HTML>.
54094
54095 2003-07-16  Karl Berry  <karl@gnu.org>
54096
54097         * config/srclist-update: was running fixlicense twice, which caused
54098                 texinfo.tex to be nullified for some reason.  Simplify,
54099                 $gplsrc is no longer needed as far as I can see?
54100
54101 2003-07-16  Jim Meyering  <jim@meyering.net>
54102
54103         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
54104
54105 2003-07-15  Paul Eggert  <eggert@twinsun.com>
54106
54107         * config/srclist.txt: Get the following files from gettext-runtime/intl
54108         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
54109         ref-del.sin.  From Bruno Haible.
54110         * config/srclist-update (fixfile): Change grep pattern again, since the
54111         previous fix didn't work (there was another trailing $).  Use
54112         '[$]' to escape the $s.
54113
54114 2003-07-15  Karl Berry  <karl@gnu.org>
54115
54116         * lib/vasnprintf.c: update from gettext.
54117
54118 2003-07-15  Karl Berry  <karl@gnu.org>
54119
54120         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
54121         gets expanded when surrounded by '$'.
54122
54123 2003-07-15  Jim Meyering  <jim@meyering.net>
54124
54125         * modules/save-cwd: Don't depend on error.  From Derek Price.
54126
54127 2003-07-15  Jim Meyering  <jim@meyering.net>
54128
54129         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
54130
54131 2003-07-14  Simon Josefsson  <jas@extundo.com>
54132
54133         * modules/mempcpy: New file.
54134         * MODULES.html.sh (func_all_modules): Add mempcpy.
54135
54136 2003-07-14  Simon Josefsson  <jas@extundo.com>
54137
54138         * m4/mempcpy.m4: New file.
54139
54140 2003-07-14  Simon Josefsson  <jas@extundo.com>
54141
54142         * lib/mempcpy.h: New file.
54143         * lib/mempcpy.c: New file.
54144
54145 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54146
54147         * modules/getdate, modules/posixtm: Depend on mktime.
54148
54149 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54150
54151         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
54152         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
54153         unicodeio.c, unicodeio.h, unlocked-io.h:
54154         Switch from LGPL to GPL.
54155
54156 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54157
54158         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
54159         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
54160         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
54161         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
54162         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
54163         updated automatically by ../config/srclist-update.  This changes
54164         their license from LPGL to GPL.
54165
54166 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54167
54168         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
54169         assumed to refer to the root of the most recent stable gettext version.
54170         * config/srclistvars.sh: Add defaults for eggert.
54171         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
54172         Match "This program" as well as "The program".  This is needed
54173         for gettext.
54174
54175 2003-07-14  Jim Meyering  <jim@meyering.net>
54176
54177         Don't emit diagnostics.  Let callers do that.
54178         * lib/save-cwd.c: Don't include "error.h".
54179         (save_cwd): Don't call error.  Ensure that errno is valid
54180         when returning nonzero.
54181
54182         * lib/save-cwd.h (restore_cwd): Update prototype.
54183         * lib/save-cwd.c (restore_cwd): Remove two parameters.
54184         Simplify.  Don't call error upon failure.  Let callers do that.
54185         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
54186         when auditing is enabled.  But don't bother updating the #if.
54187
54188 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
54189
54190         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
54191         it breaks C++ compilation.
54192         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
54193
54194 2003-07-10  Simon Josefsson  <jas@extundo.com>
54195
54196         * modules/strchrnul (Makefile.am): Add strchrnul.h.
54197
54198 2003-07-10  Jim Meyering  <jim@meyering.net>
54199
54200         * m4/clock_time.m4: Remove trailing blank.
54201         * m4/intmax_t.m4: Likewise.
54202
54203 2003-07-10  Jim Meyering  <jim@meyering.net>
54204
54205         * lib/vasnprintf.c: Remove trailing blanks.
54206         Make cpp indentation consistent.
54207
54208 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54209
54210         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
54211         posixver.c, strftime.c, strnlen.c, strverscmp.c:
54212         Switch from LGPL to GPL.
54213
54214 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54215
54216         * config/srclist.txt: Sort sublists.  Add
54217         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
54218         that differ from gnulib for one reason or another; we'd like this list
54219         to be smaller but for now let's document what we have.
54220
54221 2003-07-08  Paul Eggert  <eggert@twinsun.com>
54222
54223         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
54224         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
54225         and sweeter "eval x=$x".
54226         * config/srclist.txt: Get lib/argp* from glibc.
54227
54228 2003-07-07  Paul Eggert  <eggert@twinsun.com>
54229
54230         * lib/mktime.c: Fix some boundary cases and remove need for floating
54231         point.
54232
54233         Issue a compile-time diagnostic if time_t is floating point, or if
54234         two's complement arithmetic is not in effect, or if arithmetic
54235         right shift does not propagate the sign.  These assumptions were
54236         all in the original code but they weren't checked.
54237
54238         (TIME_T_MIDPOINT, verify): New macros.
54239         (__isleap): Remove; it has integer overflow problems.
54240         (leapyear): New function, without those problems.
54241         (ydhms_tm_diff): Remove; splitting into two parts.
54242         (ydhms_diff): New function, containing the arithmetic part of
54243         the old ydhms_tm_diff function.  Issue a compile-time
54244         diagnostic if we are not using C99 integer division.
54245         Avoid casts when possible.
54246         (guess_time_tm): New function, containing the checking part of
54247         the old ydhms_tm_diff function.  Return the new value, rather than
54248         the difference between it and the old.  Accept a new argument T
54249         so that *T specifies the old value.  Check for overflow in the result.
54250
54251         (__mktime_internal): Use a time_t offset, not a long int offset.
54252         This undoes the 2003-06-04 change, which is no longer needed now
54253         that we have better overflow checking.
54254         (localtime_offset): Likewise.
54255
54256         (__mktime_internal): Avoid harmful overflow on hosts where time_t
54257         and long are 64-bit but int is only 32-bit.
54258         (ydhms_diff): Use long int to store year1 and yday1.
54259         Issue a compile-time diagnostic if long int is not wide enough.
54260
54261         (__mktime_internal): Use long int to store adjusted year and yday.
54262         Use plain C rather than preprocessor commands, if that doesn't
54263         affect efficiency.
54264         Check for overflow (and try to repair) after each probe
54265         rather than checking only at the very end.  This avoids some bugs
54266         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
54267         does not equal GMT offset at maximum time).
54268         Use integer to check for overflow rather than floating point; this
54269         is more portable to non-IEEE hosts, and is a tad faster.
54270         When we detect that we are oscillating between two values,
54271         don't check whether tm_isdst has the requested value, since
54272         we already know the answer.  When tm_isdst has the wrong value,
54273         use a different heuristic to find the right one, based on the
54274         extreme values actually observed in practice in tz2003a,
54275         rather than the (overly optimistic) "previous 3 calendar quarters".
54276
54277         (not_equal_tm, print_tm, check_result): Use "const T" rather than
54278         "T const" to accommodate glibc style.
54279         (check_result): Use less-confusing report format.  "long" -> "long int.
54280         (main): Likewise.
54281         Don't loop if the iteration overflows time_t.
54282         Allow a negative step in the iteration.
54283
54284 2003-07-06  Karl Berry  <karl@gnu.org>
54285
54286         * config/depcomp: update from automake.
54287         * config/config.sub: update from prep.
54288
54289 2003-07-03  Karl Berry  <karl@gnu.org>
54290
54291         * config/config.guess: update from prep.
54292
54293 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54294
54295         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
54296         xreadlink.c now includes it unconditionally.
54297
54298 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54299
54300         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
54301         having it depend on HAVE_SYS_TYPES_H.
54302
54303 2003-07-01  Bruno Haible  <bruno@clisp.org>
54304
54305         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
54306         <sys/types.h> should be sufficient.
54307         Reported by Paul Eggert.
54308
54309 2003-06-26  Karl Berry  <karl@gnu.org>
54310
54311         * config/depcomp: update from automake.
54312
54313 2003-06-26  Bruno Haible  <bruno@clisp.org>
54314
54315         * modules/human: Depend on module stdbool.
54316
54317 2003-06-25  Bruno Haible  <bruno@clisp.org>
54318
54319         * modules/readlink: New file.
54320         * modules/xreadlink: Depend on it.
54321         * MODULES.html.sh (func_all_modules): Add readlink.
54322
54323 2003-06-25  Bruno Haible  <bruno@clisp.org>
54324
54325         * m4/readlink.m4: New file.
54326
54327 2003-06-25  Bruno Haible  <bruno@clisp.org>
54328
54329         * lib/readlink.c: New file.
54330
54331 2003-06-22  Karl Berry  <karl@gnu.org>
54332
54333         * config/srclist.txt: update mkinstalldirs from automake.
54334         * config/mkinstalldirs: update.
54335
54336 2003-06-22  Bruno Haible  <bruno@clisp.org>
54337
54338         Portability to mingw32.
54339         * m4/ssize_t.m4: New file, from GNU gettext.
54340         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
54341         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
54342
54343 2003-06-22  Bruno Haible  <bruno@clisp.org>
54344
54345         * modules/safe-read: Add m4/ssize_t.m4.
54346         * modules/xreadlink: Add m4/ssize_t.m4.
54347
54348 2003-06-20  Bruno Haible  <bruno@clisp.org>
54349
54350         Assume C89, so PARAMS isn't needed.
54351         * lib/unicodeio.h (PARAMS): Remove.
54352         * lib/unicodeio.c: Don't use PARAMS.
54353
54354 2003-06-18  Karl Berry  <karl@gnu.org>
54355
54356         * config/config.{guess,sub}: update from prep.
54357
54358 2003-06-18  Jim Meyering  <jim@meyering.net>
54359
54360         Merge changes from coreutils.
54361         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
54362         Remove explicit declarations of xmalloc and realloc.
54363         Include xalloc.h.
54364         (read_utmp): Remove anachronistic cast of xmalloc.
54365
54366 2003-06-17  Paul Eggert  <eggert@twinsun.com>
54367
54368         Assume C89, so PARAMS isn't needed.
54369         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
54370         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
54371         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
54372         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
54373         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
54374         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
54375         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
54376         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
54377         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
54378         lib/xstrtod.h, lib/xstrtol.h: Likewise.
54379         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
54380         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
54381         no longer needed. Anyway, config.h should always be included before any
54382         other file.
54383
54384 2003-06-11  Simon Josefsson  <jas@extundo.com>
54385
54386         * modules/sysexits: New file.
54387         * MODULES.html.sh (func_all_modules): Add sysexits.
54388
54389 2003-06-11  Simon Josefsson  <jas@extundo.com>
54390
54391         * lib/sysexit_.h: New file.
54392
54393 2003-06-11  Derek Price  <derek@ximbiot.com>
54394
54395         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
54396         necessary.
54397
54398 2003-06-11  Bruno Haible  <bruno@clisp.org>
54399
54400         * m4/sysexits.m4: New file.
54401
54402 2003-06-10  Simon Josefsson  <jas@extundo.com>
54403
54404         * lib/argp.h: New file, from glibc.
54405         * lib/argp-ba.c: New file, from glibc.
54406         * lib/argp-eexst.c: New file, from glibc.
54407         * lib/argp-fmtstream.c: New file, from glibc.
54408         * lib/argp-fmtstream.h: New file, from glibc.
54409         * lib/argp-fs-xinl.c: New file, from glibc.
54410         * lib/argp-help.c: New file, from glibc.
54411         * lib/argp-namefrob.h: New file, from glibc.
54412         * lib/argp-parse.c: New file, from glibc.
54413         * lib/argp-pv.c: New file, from glibc.
54414         * lib/argp-pvh.c: New file, from glibc.
54415         * lib/argp-xinl.c: New file, from glibc.
54416
54417 2003-06-10  Simon Josefsson  <jas@extundo.com>
54418
54419         * modules/strchrnul: New file.
54420
54421 2003-06-10  Simon Josefsson  <jas@extundo.com>
54422
54423         * modules/argp: New file.
54424
54425 2003-06-10  Simon Josefsson  <jas@extundo.com>
54426
54427         * m4/strchrnul.m4: New file.
54428
54429 2003-06-10  Simon Josefsson  <jas@extundo.com>
54430
54431         * lib/strchrnul.h: New file.
54432         * lib/strchrnul.c: New file.
54433
54434 2003-06-10  Bruno Haible  <bruno@clisp.org>
54435
54436         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
54437
54438 2003-06-07  Karl Berry  <karl@gnu.org>
54439
54440         * config/config.{guess,sub}: update from prep.
54441
54442 2003-06-07  Jim Meyering  <jim@meyering.net>
54443
54444         * modules/strtod: Use $(...) notation, not @...@ for
54445         AC_REPLACE'd variables.
54446         * modules/localcharset: Likewise.
54447
54448 2003-06-07  Jim Meyering  <jim@meyering.net>
54449
54450         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
54451         in place of my name in the copyright comment.
54452         Remove definition and uses of __P.
54453
54454         From coreutils.
54455         * lib/stat.c: Don't declare xmalloc explicitly.
54456         Instead, include "xalloc.h".
54457         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
54458         xrealloc, and xcalloc return values.
54459         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
54460         Improve comment.
54461         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
54462
54463 2003-06-07  Bruno Haible  <bruno@clisp.org>
54464
54465         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
54466         avoid AC_CONFIG_LINKS.
54467         * modules/fnmatch (Makefile.am): Use explicit creation rule for
54468         fnmatch.h, to avoid AC_CONFIG_LINKS.
54469         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
54470
54471 2003-06-07  Bruno Haible  <bruno@clisp.org>
54472
54473         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
54474         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
54475         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
54476         directory.
54477         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
54478         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
54479         directory.
54480
54481 2003-06-06  Jim Meyering  <jim@meyering.net>
54482
54483         Merge from coreutils.
54484         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
54485         Consolidate declarations and initializations of *_base* locals.
54486
54487         Merge from coreutils.
54488         This avoids a core dump on systems without GNU putenv,
54489         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
54490         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
54491         (unsetenv): New static function, from GNU libc.
54492         (rpl_putenv): Use it.
54493
54494         * lib/modechange.c: Remove trailing blanks.
54495
54496         Merge from coreutils.
54497         * lib/fsusage.c: Remove declaration of statfs.
54498         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
54499
54500         * lib/posixtm.c: Include <stdbool.h> unconditionally.
54501
54502 2003-06-06  Jim Meyering  <jim@meyering.net>
54503
54504         * lib/stdbool_.h: Renamed from stdbool.h.in.
54505
54506 2003-06-06  Jim Meyering  <jim@meyering.net>
54507             Bruno Haible  <bruno@clisp.org>
54508
54509         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
54510         Adjust Makefile.am snippet not to redirect directly to target.
54511         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
54512
54513 2003-06-05  Paul Eggert  <eggert@twinsun.com>
54514
54515         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
54516         mismatch, look in future quarters as well as past.  This fixes a
54517         bug when processing fall-backwards gaps immediately after a long
54518         period of daylight-saving time.
54519
54520         * lib/mktime.c: Assume freestanding C89 or better.
54521         (HAVE_LIMITS_H): Remove.  Assume it's 1.
54522         (__P): Remove; not used.
54523         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
54524         (mktime, not_equal_tm, print_tm, check_result,
54525         main): Use prototypes.  Use const * where appropriate.
54526         (main): Fix typo in testing code that uncovered by above changes.
54527         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
54528
54529 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54530
54531         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
54532         locale.h, localeconv.  This merges changes from coreutils.
54533
54534         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
54535         It can be removed after the next Autoconf is released.
54536         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
54537         needed.
54538
54539 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54540
54541         * lib/mktime.c: Fix Debian bug 177940
54542         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
54543         (localtime_offset): Now long int, not time_t, because we want it
54544         to be guaranteed to be signed.  All uses changed.
54545         (__mktime_internal): If overflow would occur when adding offset,
54546         don't add it.
54547
54548         Merge 'human' changes from coreutils.  Rewrite to support
54549         locale-specific notations like thousands separators.
54550         * lib/human.c: Simplify authorship notice.
54551         Include human.h immediately after config.h.
54552         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
54553         <limits.h>: Do not include, since human.h does.
54554         (SIZE_MAX, UINTMAX_MAX): New macros.
54555         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
54556         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
54557         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
54558         (power_letter): Renamed from suffixes.
54559         (generate_suffix_backwards): Remove.
54560         (adjust_value): Now takes int style (because of human.h changes)
54561         and long double value (for greater precision on some platforms).
54562         (group_number): New function.
54563         (human_readable): Use it.  Use integer options, not enum.
54564         Put the options before the sizes in the arg list.
54565         Support all the new options.
54566         The old human_readable function has been removed;
54567         use inttostr.h instead.
54568         (human_readable, default_block_size, humblock):
54569         Use uintmax_t, not int, for block sizes.
54570         (human_readable_inexact, block_size_types): Remove.
54571         (block_size_opts): New constant.
54572         (human_options): Renamed from human_block_size, with new signature
54573         that allows block sizes up to UINTMAX_MAX.  All callers changed.
54574         * lib/human.h: Add copyright and authorship notice.
54575         Include <limits.h> and <stdbool.h> unconditionally.
54576         (PARAMS): Remove.  All uses removed.
54577         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
54578         (enum human_inexact_style): Remove tag; now a nameless enum.
54579         (human_floor, human_ceiling, human_round_to_even): Now have
54580         values 2, 0, 1 rather than -1, 1, 0.
54581         (human_group_digits, human_suppress_point_zero, human_autoscale,
54582         human_base_1024, human_SI, human_B): New constants.
54583         (human_readable_inexact, human_block_size): Remove.
54584         (human_readable): Size args are now uintmax_t, not int.
54585         (human_options): New decl.
54586
54587         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
54588         unnecessary now that we assume C89 or better.  This change
54589         imported from coreutils.
54590
54591         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
54592         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
54593         in the 2003-05-30 sync from glibc.
54594
54595         .h files should stand alone, but we shouldn't include <sys/types.h>
54596         if we can get away with just <stddef.h>.
54597
54598         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
54599         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
54600         rather than <sys/types.h>, as we merely need size_t.
54601         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
54602         to get size_t.
54603         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
54604         Include <stdio.h>, to get FILE.
54605         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
54606         memcasecmp.h has included <stddef.h> and all we need is size_t.
54607         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
54608         our interface, instead of including <sys/types.h>
54609
54610 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54611
54612         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
54613         now, as glibc mktime is buggy on non-glibc systems.
54614
54615 2003-06-03  Karl Berry  <karl@gnu.org>
54616
54617         * config/config.sub: update from prep.
54618
54619 2003-06-02  Paul Eggert  <eggert@twinsun.com>
54620
54621         [from coreutils]
54622         Fix some minor time-related bugs with POSIX time arguments.
54623         Some valid time stamps were being rejected (notably -1, and
54624         time stamps before 1900 on 64-bit hosts).  And some invalid
54625         time stamps were being accepted, e.g. September 31.
54626
54627         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
54628         that we can return (time_t) -1 successfully.
54629         * lib/posixtm.c: Likewise.
54630         [HAVE_STDBOOL_H]: Include <stdbool.h>.
54631         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
54632         (t): Remove static var.
54633         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
54634         of static var.  All uses changed.
54635         (year): Do not reject years before 1900; they can occur with
54636         64-bit time_t.
54637         (posix_time_parse): Do not check for out-of-range components;
54638         that is now the caller's responsibility, since our checks were
54639         only approximations.
54640         (posixtime): Use mktime to check for out-of-range components,
54641         since it knows them exactly.
54642         If mktime returns (time_t) -1, check whether an error actually occurred
54643         by invoking localtime on -1.
54644         (main) [TEST_POSIXTIME]: Check for input data errors, and report
54645         posixtime failures better.
54646         Improve the test data (in comments only).
54647
54648 2003-06-02  Karl Berry  <karl@gnu.org>
54649
54650         * config/mkinstalldirs (version): new variable.
54651         (--version): new option.
54652         (usage): improve message.
54653
54654 2003-05-30  Karl Berry  <karl@gnu.org>
54655
54656         * lib/mktime.c: update from libc.
54657
54658 2003-05-30  Bruno Haible  <bruno@clisp.org>
54659
54660         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
54661         * config/config.rpath: Upgrade to gettext-0.12.1.
54662
54663 2003-05-30  Bruno Haible  <bruno@clisp.org>
54664
54665         * m4/gettext.m4: Upgrade to gettext-0.12.1.
54666         * m4/nls.m4: New file, from gettext-0.12.1.
54667         * m4/po.m4: New file, from gettext-0.12.1.
54668         * m4/progtest.m4: Upgrade to gettext-0.12.1.
54669
54670 2003-05-30  Bruno Haible  <bruno@clisp.org>
54671
54672         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
54673         * lib/localcharset.h: Likewise.
54674         * lib/localcharset.c: Likewise.
54675
54676 2003-05-29  Karl Berry  <karl@gnu.org>
54677
54678         * config/config.rpath: update from gettext.
54679
54680 2003-05-28  Paul Eggert  <eggert@twinsun.com>
54681
54682         Assume the headers required for C89 freestanding compilers.
54683         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
54684         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
54685         * m4/human.m4 (gl_HUMAN): Likewise.
54686         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
54687         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
54688         * m4/userspec.m4 (gl_USERSPEC): Likewise.
54689         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
54690         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
54691         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
54692
54693 2003-05-28  Paul Eggert  <eggert@twinsun.com>
54694
54695         Assume the headers required for C89 freestanding compilers.
54696         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
54697         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
54698         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
54699         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
54700         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
54701         define, since <limits.h> is guaranteed to do that.
54702         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
54703         * lib/exclude.c: Include <stdbool.h> unconditionally.
54704         * lib/tempname.c: Include <stddef.h> unconditionally.
54705         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
54706         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
54707         <stddef.h> does that.
54708         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
54709         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
54710         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
54711         needed.
54712         * lib/xstrtol.c: Likewise.
54713         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
54714         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
54715
54716         * lib/addext.c (addext): Use assignment rather than cast, to avoid
54717         warnings on some platforms.
54718
54719         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
54720         arbitrarily.
54721
54722 2003-05-26  Jim Meyering  <jim@meyering.net>
54723
54724         Merge in a change from coreutils:
54725         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
54726         that is guaranteed to be `no'.  Use `no_such_member' to indicate
54727         that condition, rather than `-1' which is slightly misleading.
54728         Change the name of the cache variable to have the gl_ prefix.
54729         Prompted by a patch from Richard Dawe for DJGPP.
54730
54731 2003-05-24  Karl Berry  <karl@gnu.org>
54732
54733         * config/config.guess: update from prep.
54734
54735 2003-05-22  Karl Berry  <karl@gnu.org>
54736
54737         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
54738
54739 2003-05-20  Karl Berry  <karl@gnu.org>
54740
54741         * config/config.guess: update from prep.
54742
54743 2003-05-18  Karl Berry  <karl@gnu.org>
54744
54745         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
54746         might actually be set by the user.
54747
54748         * config/depcomp, install-sh, mdate-sh: update from automake.
54749
54750 2003-05-17  Bruno Haible  <bruno@clisp.org>
54751
54752         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
54753         invalid expansion for AC_EGREP_CPP.
54754         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
54755         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
54756         Suggested by Akim Demaille <akim@epita.fr> in
54757         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
54758
54759 2003-05-12  Jim Meyering  <jim@meyering.net>
54760
54761         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
54762         the space-padded-by-default conversion specifiers, %e, %k, %l.
54763
54764 2003-05-12  Bruno Haible  <bruno@clisp.org>
54765
54766         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
54767         the string is longer than 4 KB.
54768
54769 2003-05-11  Karl Berry  <karl@gnu.org>
54770
54771         * config/config.{guess,sub}: update from prep.
54772
54773 2003-05-09  Bruno Haible  <bruno@clisp.org>
54774
54775         * modules/error: Add m4/strerror_r.m4 to file list.
54776
54777 2003-05-03  Bruno Haible  <bruno@clisp.org>
54778
54779         Upgrade to Unicode-4.0.
54780         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
54781         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
54782         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
54783         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
54784         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
54785         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
54786         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
54787         Change width of U+E0100..U+E01EF from 1 to 0.
54788
54789 2003-04-25  Jim Meyering  <jim@meyering.net>
54790
54791         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
54792         of type size_t, not int.
54793
54794 2003-04-25  Bruno Haible  <bruno@clisp.org>
54795
54796         * lib/copy-file.c: Include <stddef.h>, for size_t.
54797
54798 2003-04-21  Paul Eggert  <eggert@twinsun.com>
54799
54800         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
54801         code which expansion is under static control.  Patch imported from
54802         Akim Demaille's patch to Bison; see
54803         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
54804
54805 2003-04-14  Bruno Haible  <bruno@clisp.org>
54806
54807         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
54808
54809 2003-04-11  Jim Meyering  <jim@meyering.net>
54810
54811         Merge changes from Coreutils.
54812
54813         2003-03-22  Jim Meyering  <jim@meyering.net>
54814
54815         * lib/strftime.c (widen): Cast alloca return value to proper type.
54816
54817         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
54818
54819         From GNU libc.
54820         * lib/strftime.c (my_strftime): Handle very large width
54821         specifications for numeric values correctly.  Improve checks for
54822         overflow.
54823
54824         2003-01-19  Jim Meyering  <jim@meyering.net>
54825
54826         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
54827         definitions.
54828         (nl_get_alt_digit) [! defined my_strftime]: Define.
54829         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
54830         _nl_get_alt_digit and _nl_get_walt_digit.
54831
54832         * lib/strftime.c (my_strftime): Merge in locale-related changes from
54833         libc. These changes have no effect outside of _LIBC.
54834
54835 2003-04-10  Bruno Haible  <bruno@clisp.org>
54836
54837         * modules/findprog: New file.
54838         * MODULES.html.sh (func_all_modules): Add it.
54839
54840 2003-04-10  Bruno Haible  <bruno@clisp.org>
54841
54842         * m4/findprog.m4: New file.
54843         * m4/eaccess.m4: New file.
54844
54845 2003-04-10  Bruno Haible  <bruno@clisp.org>
54846
54847         * lib/findprog.h: New file, from GNU gettext.
54848         * lib/findprog.c: New file, from GNU gettext.
54849
54850 2003-04-05  Jim Meyering  <jim@meyering.net>
54851
54852         Merge changes from Coreutils.
54853
54854         * lib/exclude.h (PARAMS): Remove definition and uses.
54855         * lib/exclude.c: Remove uses of `PARAMS'.
54856
54857         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
54858         Add test-cases for DOS filenames. Declare program_name.
54859         (main): Set up program_name.  Patch by Rich Dawe.
54860
54861         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
54862         error from mntctl.
54863         Use mntctl's return value to drive the entry-processing loop, since
54864         we can't rely on the value of the vmt_length member in the last
54865         entry.  On some systems doing so could result in exhausting
54866         virtual memory.  Based in part on a patch from Mike Jetzer.
54867
54868 2003-04-04  Bruno Haible  <bruno@clisp.org>
54869
54870         * modules/linebreak: New file.
54871         * MODULES.html.sh (func_all_modules): Add it.
54872
54873 2003-04-04  Bruno Haible  <bruno@clisp.org>
54874
54875         * m4/linebreak.m4: New file.
54876
54877 2003-04-04  Bruno Haible  <bruno@clisp.org>
54878
54879         * lib/linebreak.h: New file, from GNU gettext.
54880         * lib/linebreak.c: New file, from GNU gettext with slight
54881         modifications.
54882         * lib/lbrkprop.h: New file, from GNU gettext.
54883
54884 2003-04-03  Bruno Haible  <bruno@clisp.org>
54885
54886         * modules/utf8-ucs4: New file.
54887         * modules/utf16-ucs4: New file.
54888         * modules/ucs4-utf8: New file.
54889         * modules/ucs4-utf16: New file.
54890         * MODULES.html.sh (func_all_modules): Add them.
54891
54892 2003-04-03  Bruno Haible  <bruno@clisp.org>
54893
54894         * m4/utf-ucs4.m4: New file.
54895         * m4/ucs4-utf.m4: New file.
54896
54897 2003-04-03  Bruno Haible  <bruno@clisp.org>
54898
54899         * lib/utf8-ucs4.h: New file, from GNU gettext.
54900         * lib/utf16-ucs4.h: New file, from GNU gettext.
54901         * lib/ucs4-utf8.h: New file, from GNU gettext.
54902         * lib/ucs4-utf16.h: New file, from GNU gettext.
54903
54904 2003-04-02  Bruno Haible  <bruno@clisp.org>
54905
54906         * modules/binary-io: New file.
54907         * MODULES.html.sh (func_all_modules): Add it.
54908
54909 2003-04-02  Bruno Haible  <bruno@clisp.org>
54910
54911         * lib/binary-io.h: New file, from GNU gettext.
54912
54913 2003-04-01  Bruno Haible  <bruno@clisp.org>
54914
54915         * modules/pathname: New file.
54916         * MODULES.html.sh (func_all_modules): Add it.
54917
54918 2003-04-01  Bruno Haible  <bruno@clisp.org>
54919
54920         * lib/pathname.h: New file, from GNU gettext.
54921         * lib/concatpath.c: New file, from GNU gettext.
54922
54923 2003-03-30  Bruno Haible  <bruno@clisp.org>
54924
54925         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
54926
54927 2003-03-30  Bruno Haible  <bruno@clisp.org>
54928
54929         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
54930         function chown() doesn't exist.
54931
54932 2003-03-28  Bruno Haible  <bruno@clisp.org>
54933
54934         * modules/copy-file: New file.
54935         * MODULES.html.sh (func_all_modules): Add it.
54936
54937 2003-03-28  Bruno Haible  <bruno@clisp.org>
54938
54939         * m4/copy-file.m4: New file.
54940
54941 2003-03-28  Bruno Haible  <bruno@clisp.org>
54942
54943         * lib/copy-file.h: New file, from GNU gettext.
54944         * lib/copy-file.c: New file, from GNU gettext.
54945
54946 2003-03-18  Jim Meyering  <jim@meyering.net>
54947
54948         * lib/quote.c (quote_n): Fix typo in comment.
54949
54950 2003-03-18  Bruno Haible  <bruno@clisp.org>
54951
54952         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
54953         checking.
54954         * m4/onceonly_2_57.m4: Likewise.
54955
54956 2003-03-17  Bruno Haible  <bruno@clisp.org>
54957
54958         * m4/onceonly.m4: Require autoconf 2.54 or newer.
54959         (m4_quote): Remove macro.
54960         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
54961
54962 2003-03-14  Jim Meyering  <jim@meyering.net>
54963
54964         Merge changes from Coreutils.
54965         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
54966         to be const, in order to avoid warnings.
54967         (obstack_room): Likewise.
54968         (obstack_empty_p): Likewise.
54969
54970 2003-03-14  Bruno Haible  <bruno@clisp.org>
54971
54972         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
54973         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
54974
54975 2003-03-13  Paul Eggert  <eggert@twinsun.com>
54976
54977         Merge changes from Bison.
54978         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
54979         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
54980         when compiling Bison 1.875's `bitset bset = obstack_alloc
54981         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
54982         * lib/hash.c: Include <stdbool.h> unconditionally.
54983
54984 2003-03-13  Paul Eggert  <eggert@twinsun.com>
54985
54986         * m4/onceonly.m4 (m4_quote): New macro.
54987         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
54988         Quote AC_FOREACH variable-expansions properly.
54989
54990 2003-03-13  Paul Eggert  <eggert@twinsun.com>
54991
54992         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
54993
54994 2003-03-09  Paul Eggert  <eggert@twinsun.com>
54995
54996         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
54997         Reported by Bruce Becker; see:
54998         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
54999
55000 2003-03-03  Paul Eggert  <eggert@twinsun.com>
55001             Bruno Haible  <bruno@clisp.org>
55002
55003         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
55004         Reported by John Hughes, see
55005         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
55006
55007 2003-02-20  Bruno Haible  <bruno@clisp.org>
55008
55009         * MODULES.html.sh (func_all_modules): Add poll.
55010
55011 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55012
55013         * modules/poll: New file.
55014
55015 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55016
55017         * lib/poll_.h: New file.
55018         * lib/poll.c: New file.
55019
55020 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55021
55022         * m4/poll.m4: New file.
55023
55024 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55025
55026         * modules/mathl: New file.
55027
55028 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55029
55030         * lib/mathl.h: New file.
55031         * lib/acosl.c: New file.
55032         * lib/asinl.c: New file.
55033         * lib/atanl.c: New file.
55034         * lib/ceill.c: New file.
55035         * lib/cosl.c: New file.
55036         * lib/expl.c: New file.
55037         * lib/floorl.c: New file.
55038         * lib/frexpl.c: New file.
55039         * lib/ldexpl.c: New file.
55040         * lib/logl.c: New file.
55041         * lib/sincosl.c: New file.
55042         * lib/sinl.c: New file.
55043         * lib/sqrtl.c: New file.
55044         * lib/tanl.c: New file.
55045         * lib/trigl.c: New file.
55046         * lib/trigl.h: New file.
55047
55048 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55049
55050         * m4/mathl.m4: New file.
55051
55052 2003-02-18  Bruno Haible  <bruno@clisp.org>
55053
55054         * MODULES.html.sh (func_all_modules): Add mathl.
55055
55056 2003-02-17  Bruno Haible  <bruno@clisp.org>
55057
55058         * modules/mkdtemp: New module.
55059         * MODULES.html.sh (func_all_modules): Add it.
55060
55061 2003-02-17  Bruno Haible  <bruno@clisp.org>
55062
55063         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
55064
55065 2003-02-17  Bruno Haible  <bruno@clisp.org>
55066
55067         * lib/mkdtemp.h: New file, from GNU gettext.
55068         * lib/mkdtemp.c: New file, from GNU gettext.
55069
55070 2003-02-02  Jim Meyering  <jim@meyering.net>
55071
55072         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
55073         e.g. glibc-2.2.93.
55074
55075 2003-01-31  Bruno Haible  <bruno@clisp.org>
55076
55077         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
55078         'rpl_rename'.
55079         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
55080         'rpl_strnlen'.
55081         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
55082         'rpl_strtod'.
55083         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
55084         'rpl_utime'.
55085
55086 2003-01-31  Bruno Haible  <bruno@clisp.org>
55087
55088         * lib/rename.c: #undef rename before defining rpl_rename.
55089         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
55090
55091 2003-01-30  Bruno Haible  <bruno@clisp.org>
55092
55093         * modules/vasnprintf, modules/vasprintf: New modules.
55094         * MODULES.html.sh (func_all_modules): Add them.
55095
55096 2003-01-30  Bruno Haible  <bruno@clisp.org>
55097
55098         * m4/signed.m4: New file, from GNU gettext.
55099         * m4/longdouble.m4: New file, from GNU gettext.
55100         * m4/wchar_t.m4: New file, from GNU gettext.
55101         * m4/wint_t.m4: New file, from GNU gettext.
55102         * m4/vasnprintf.m4: New file.
55103         * m4/vasprintf.m4: New file.
55104
55105 2003-01-30  Bruno Haible  <bruno@clisp.org>
55106
55107         * lib/printf-args.h: New file, from GNU gettext.
55108         * lib/printf-args.c: New file, from GNU gettext.
55109         * lib/printf-parse.h: New file, from GNU gettext.
55110         * lib/printf-parse.c: New file, from GNU gettext.
55111         * lib/vasnprintf.h: New file, from GNU gettext.
55112         * lib/vasnprintf.c: New file, from GNU gettext.
55113         * lib/asnprintf.c: New file, from GNU gettext.
55114         * lib/vasprintf.h: New file, from GNU gettext with modifications.
55115         * lib/vasprintf.c: New file, from GNU gettext.
55116         * lib/asprintf.c: New file, from GNU gettext.
55117
55118 2003-01-29  Bruno Haible  <bruno@clisp.org>
55119
55120         * modules/stpncpy: New module.
55121         * MODULES.html.sh (func_all_modules): Add it.
55122
55123 2003-01-29  Bruno Haible  <bruno@clisp.org>
55124
55125         * m4/stpncpy.m4: New file.
55126
55127 2003-01-29  Bruno Haible  <bruno@clisp.org>
55128
55129         * lib/stpncpy.h: New file, from GNU gettext with modifications.
55130         * lib/stpncpy.c: New file, from GNU gettext with modifications.
55131
55132 2003-01-28  Bruno Haible  <bruno@clisp.org>
55133
55134         * modules/c-ctype: New module.
55135         * MODULES.html.sh (func_all_modules): Add it.
55136
55137 2003-01-28  Bruno Haible  <bruno@clisp.org>
55138
55139         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
55140         Paul Eggert.
55141         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
55142         Paul Eggert.
55143
55144 2003-01-27  Bruno Haible  <bruno@clisp.org>
55145
55146         * modules/xsetenv: New module.
55147         * MODULES.html.sh (func_all_modules): Add it.
55148
55149 2003-01-27  Bruno Haible  <bruno@clisp.org>
55150
55151         * lib/xsetenv.h: New file, from GNU gettext.
55152         * lib/xsetenv.c: New file, from GNU gettext.
55153
55154 2003-01-23  Jim Meyering  <jim@meyering.net>
55155
55156         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
55157         from working on systems without dirfd (at least Irix and OSF1/Tru64).
55158
55159 2003-01-23  Bruno Haible  <bruno@clisp.org>
55160
55161         * modules/minmax: New module.
55162         * MODULES.html.sh (func_all_modules): Add it.
55163
55164 2003-01-23  Bruno Haible  <bruno@clisp.org>
55165
55166         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
55167         Eggert.
55168
55169 2003-01-22  Bruno Haible  <bruno@clisp.org>
55170
55171         * modules/exit: New module.
55172         * MODULES.html.sh (func_all_modules): Add it.
55173
55174 2003-01-22  Bruno Haible  <bruno@clisp.org>
55175
55176         * lib/exit.h: New file, from GNU gettext.
55177
55178 2003-01-19  Bruno Haible  <bruno@clisp.org>
55179
55180         * gnulib-tool: Recognize option --extract-maintainer.
55181         (func_get_maintainer): New function.
55182         * modules/*: Add Maintainer entry.
55183
55184 2003-01-16  Jim Meyering  <jim@meyering.net>
55185
55186         * m4/regex.m4: The `regex' struct is both input and output.
55187         Initialize it before each use.  Patch by Tim Waugh.
55188
55189 2003-01-16  Bruno Haible  <bruno@clisp.org>
55190
55191         * MODULES.html.sh: Add a table of contents. Add the module name as
55192         leftmost column. Add hyperlinks.
55193
55194 2003-01-15  Bruno Haible  <bruno@clisp.org>
55195
55196         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
55197
55198 2003-01-15  Bruno Haible  <bruno@clisp.org>
55199
55200         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
55201         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
55202         suffix.
55203
55204 2003-01-15  Bruno Haible  <bruno@clisp.org>
55205
55206         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
55207
55208 2003-01-15  Bruno Haible  <bruno@clisp.org>
55209
55210         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
55211         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
55212
55213 2003-01-14  Jim Meyering  <jim@meyering.net>
55214
55215         * lib/same.c (same_name): Tweak a comment.
55216
55217 2003-01-14  Bruno Haible  <bruno@clisp.org>
55218
55219         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
55220         when a string comparison is sufficient.
55221
55222 2003-01-14  Bruno Haible  <bruno@clisp.org>
55223
55224         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
55225         'unsigned int'.
55226
55227 2003-01-14  Bruno Haible  <bruno@clisp.org>
55228
55229         * lib/hash-pjw.c: Add comment about low quality of this function.
55230
55231 2003-01-13  Bruno Haible  <bruno@clisp.org>
55232
55233         * modules/stpcpy: Distribute lib/stpcpy.h.
55234         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
55235
55236 2003-01-13  Bruno Haible  <bruno@clisp.org>
55237
55238         * modules/*: Add a description.
55239         * modules/strpbrk: Fix Makefile.am snippet.
55240         * modules/strtoimax: Fix dependencies.
55241         * modules/strtoumax: Likewise.
55242
55243 2003-01-13  Bruno Haible  <bruno@clisp.org>
55244
55245         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
55246         * modules/alloca (Makefile.am): All object files depend on alloca.h.
55247         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
55248
55249 2003-01-13  Bruno Haible  <bruno@clisp.org>
55250
55251         * gnulib-tool (func_create_testdir): Store config/* files in the main
55252         directory.
55253         * config.rpath: Move to ...
55254         * config/config.rpath: ... here.
55255         * modules/gettext: Contains config/config.rpath, not config.rpath.
55256         * modules/iconv: Likewise.
55257
55258 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55259
55260         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55261         to avoid collisions with libcurses and libreadline.
55262
55263         * m4/getstr.m4: Remove.
55264         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
55265
55266 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55267
55268         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55269         to avoid collisions with libcurses and libreadline.
55270
55271         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
55272         * lib/getstr.h, getstr.c: Remove.
55273         * lib/getline.c: Include "getline.h", to check interface.
55274         Move body of old getstr.c here: this defines MIN_CHUNK and
55275         declares getdelim2, which is renamed from getstr.
55276         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
55277
55278         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
55279         All uses changed.
55280         * lib/linebuffer.h: Likewise.
55281         (readline): Remove backward-compatibility macro.
55282
55283 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55284
55285         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55286         to avoid collisions with libcurses and libreadline.
55287         * getstr: Remove.
55288         * MODULES.html.sh: Remove getstr.
55289         * modules/getline: Depend on unlocked-io, not getstr.
55290
55291 2003-01-12  Jim Meyering  <jim@meyering.net>
55292
55293         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
55294
55295 2003-01-10  Bruno Haible  <bruno@clisp.org>
55296
55297         * modules/alloca: Change Makefile.am requirements. Simplify Include
55298         requirements. Add lib/alloca_.h to file list.
55299
55300 2003-01-10  Bruno Haible  <bruno@clisp.org>
55301
55302         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
55303
55304 2003-01-10  Bruno Haible  <bruno@clisp.org>
55305
55306         * lib/alloca_.h: New file.
55307         * lib/getdate.y: Unconditionally include alloca.h.
55308         * lib/makepath.c: Likewise.
55309         * lib/setenv.c: Likewise.
55310         * lib/userspec.c: Likewise.
55311
55312 2003-01-09  Karl Berry  <karl@gnu.org>
55313
55314         * MODULES.html.sh: include `dirname $0` in PATH, to find
55315         gnulib-tool.
55316
55317 2003-01-09  Bruno Haible  <bruno@clisp.org>
55318
55319         * modules/stdbool: Change configure.ac, Makefile.am requirements.
55320         Simplify Include requirements. Add lib/stdbool.h.in to file list.
55321
55322 2003-01-09  Bruno Haible  <bruno@clisp.org>
55323
55324         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
55325
55326 2003-01-09  Bruno Haible  <bruno@clisp.org>
55327
55328         * lib/stdbool.h.in: New file.
55329
55330 2003-01-09  Bruno Haible  <bruno@clisp.org>
55331
55332         * gnulib-tool (func_all_modules): Ignore files ending in ~.
55333         * MODULES.html.sh: Likewise.
55334
55335 2003-01-08  Jim Meyering  <jim@meyering.net>
55336
55337         * lib/full-write.c: Undefine and define-away `const' after inclusion
55338         of errno.h, not before.  Suggestion from Bruno Haible.
55339
55340 2003-01-08  Bruno Haible  <bruno@clisp.org>
55341
55342         * modules/full-read: Depend on full-write.
55343
55344 2003-01-08  Bruno Haible  <bruno@clisp.org>
55345
55346         * lib/safe-read.c: Include specification header first, to ensure its
55347         selfcontainedness.
55348         * lib/full-write.c: Likewise.
55349
55350 2003-01-07  Jim Meyering  <jim@meyering.net>
55351
55352         * lib/full-write.c: Rework so that it may serve to define full_read,
55353         too.
55354         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
55355
55356 2003-01-07  Bruno Haible  <bruno@clisp.org>
55357
55358         * lib/strtoimax.c: Include <stdint.h> as an alternative to
55359         <inttypes.h>.
55360         * lib/xstrtol.h: Likewise.
55361         * lib/xstrtoimax.c: Likewise.
55362         * lib/xstrtoumax.c: Likewise.
55363         * lib/human.h: Likewise.
55364
55365         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
55366         on systems that have <inttypes.h> but not <stdint.h>.
55367
55368 2003-01-07  Bruno Haible  <bruno@clisp.org>
55369
55370         * MODULES.html.sh: Add copyright notice.
55371         (missed_files): Omit CVS directory entries.
55372         (func_module): Make it work with sed-3.02.
55373         * MODULES.txt: Remove file.
55374
55375 2003-01-06  Jim Meyering  <jim@meyering.net>
55376
55377         * lib/version-etc.c: Update year in translatable copyright string.
55378
55379 2003-01-03  Karl Berry  <karl@gnu.org>
55380
55381         * config/config.{guess,sub}: update from prep.
55382
55383 2003-01-02  Karl Berry  <karl@gnu.org>
55384
55385         * doc/COPYING.DOC: belatedly updated to 1.2.
55386
55387 2003-01-01  Karl Berry  <karl@gnu.org>
55388
55389         * gnulib-tool (func_verify_module): report module name $module in
55390         error message, not $1.
55391         * gnulib-tool (create-testdir): don't complain if destdir couldn't
55392         be created, only if it doesn't exist.
55393         * gnulib-tool (last_checkin_date): don't expand the $Date here.
55394
55395 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55396
55397         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
55398
55399 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55400
55401         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
55402         memcmp if strcoll doesn't work.
55403
55404 2002-12-31  Bruno Haible  <bruno@clisp.org>
55405
55406         * lib/utime.c (utime_null): No need to call ftruncate if the file was
55407         nonempty.
55408
55409 2002-12-31  Bruno Haible  <bruno@clisp.org>
55410
55411         * lib/memcoll.c (STRCOLL): New macro.
55412         (memcoll): Use it.
55413
55414 2002-12-31  Bruno Haible  <bruno@clisp.org>
55415
55416         * lib/localcharset.h: New file.
55417         * lib/localcharset.c: Include it.
55418         * lib/unicodeio.c: Likewise.
55419
55420 2002-12-31  Bruno Haible  <bruno@clisp.org>
55421
55422         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
55423         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
55424
55425 2002-12-31  Bruno Haible  <bruno@clisp.org>
55426
55427         * lib/getline.h: Include <stddef.h>, for size_t.
55428
55429         * lib/unicodeio.h: Include <stddef.h>, for size_t.
55430         * lib/unicodeio.c: Don't include <stddef.h>.
55431
55432 2002-12-31  Bruno Haible  <bruno@clisp.org>
55433
55434         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
55435         HAVE_TM_ZONE.
55436
55437 2002-12-24  Karl Berry  <karl@gnu.org>
55438
55439         * config/config.guess: update from prep.
55440
55441 2002-12-24  Bruno Haible  <bruno@clisp.org>
55442
55443         General infrasructure.
55444         * m4/README: Rewritten.
55445         * m4/onceonly.m4: New file.
55446         * m4/onceonly_2_57.m4: New file.
55447
55448         Module atexit.
55449         * m4/atexit.m4: New file.
55450
55451         Module strtod.
55452         * m4/strtod.m4: New file.
55453
55454         Module strtol.
55455         * m4/strtol.m4: New file.
55456
55457         Module strtoul.
55458         * m4/strtoul.m4: New file.
55459
55460         Module memchr.
55461         * m4/memchr.m4: New file.
55462
55463         Module memcmp.
55464         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
55465         (jm_FUNC_MEMCMP): Invoke it.
55466
55467         Module memcpy.
55468         * m4/memcpy.m4: New file.
55469
55470         Module memmove.
55471         * m4/memmove.m4: New file.
55472
55473         Module memset.
55474         * m4/memset.m4: New file.
55475
55476         Module strcspn.
55477         * m4/strcspn.m4: New file.
55478
55479         Module strpbrk.
55480         * m4/strpbrk.m4: New file.
55481
55482         Module strstr.
55483         * m4/strstr.m4: New file.
55484
55485         Module strerror.
55486         * m4/strerror.m4: New file.
55487
55488         Module mktime.
55489         * m4/mktime.m4: Renamed from jm-mktime.m4.
55490         (gl_PREREQ_MKTIME): New macro.
55491         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
55492
55493         Module malloc.
55494         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
55495         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
55496         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
55497
55498         Module realloc.
55499         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
55500         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
55501         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
55502
55503         Module strftime.
55504         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
55505         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
55506         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
55507         gl_TM_GMTOFF.
55508         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
55509
55510         Module xalloc.
55511         * m4/xalloc.m4: New file.
55512
55513         Module alloca.
55514         * m4/alloca.m4: New file.
55515
55516         Module putenv.
55517         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
55518         (jm_FUNC_PUTENV): Invoke it.
55519
55520         Module setenv.
55521         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
55522         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
55523         when invoked twice.
55524         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
55525         gt_FUNC_SETENV.
55526
55527         Module memrchr.
55528         * m4/memrchr.m4: New file.
55529
55530         Module stpcpy.
55531         * m4/stpcpy.m4: New file.
55532
55533         Module strcase.
55534         * m4/strcase.m4: New file.
55535
55536         Module strdup.
55537         * m4/strdup.m4: New file.
55538
55539         Module strnlen.
55540         * m4/strnlen.m4: New file.
55541
55542         Module strndup.
55543         * m4/strndup.m4: New file.
55544
55545         Module xstrtod.
55546         * m4/xstrtod.m4: New file.
55547
55548         Module xstrtol.
55549         * m4/xstrtol.m4: New file.
55550
55551         Module getdate.
55552         * m4/getdate.m4: New file.
55553
55554         Module unlocked-io.
55555         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
55556         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
55557         * m4/jm-glibc-io.m4n: Remove file.
55558
55559         Module long-options.
55560         * m4/long-options.m4: New file.
55561
55562         Module md5.
55563         * m4/md5.m4: New file.
55564
55565         Module sha.
55566         * m4/sha.m4: New file.
55567
55568         Module getstr.
55569         * m4/getstr.m4: New file.
55570
55571         Module getline.
55572         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
55573         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
55574         <sys/types.h>, for size_t. Use the function name gnu_getline, not
55575         simply getline. Infoke gl_PREREQ_GETLINE.
55576
55577         Module obstack.
55578         * m4/obstack.m4: New file.
55579
55580         Module hash.
55581         * m4/hash.m4: New file.
55582
55583         Module readtokens.
55584         * m4/readtokens.m4: New file.
55585
55586         Module strverscmp.
55587         * m4/strverscmp.m4: New file.
55588
55589         Module stdbool.
55590         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
55591         OSF/1.
55592
55593         Module strtoll.
55594         * m4/strtoll.m4: New file.
55595
55596         Module strtoull.
55597         * m4/strtoull.m4: New file.
55598
55599         Module strtoimax.
55600         * m4/strtoimax.m4: New file.
55601
55602         Module strtoumax.
55603         * m4/strtoumax.m4: New file.
55604
55605         Module xstrtoimax.
55606         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
55607         jm_AC_PREREQ_XSTRTOIMAX.
55608         Moved the strtol prerequisites to strtol.m4.
55609         Moved the strtoll prerequisites to strtoll.m4.
55610         Moved the strtoimax prerequisites to strtoimax.m4.
55611
55612         Module xstrtoumax.
55613         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
55614         jm_AC_PREREQ_XSTRTOUMAX.
55615         Moved the strtoul prerequisites to strtoul.m4.
55616         Moved the strtoull prerequisites to strtoull.m4.
55617         Moved the strtoumax prerequisites to strtoumax.m4.
55618
55619         Module chown.
55620         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
55621         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
55622
55623         Module dup2.
55624         * m4/dup2.m4: New file.
55625
55626         Module ftruncate.
55627         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
55628         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
55629
55630         Module getgroups.
55631         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
55632         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
55633
55634         Module gettimeofday.
55635         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
55636         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
55637         gl_PREREQ_GETTIMEOFDAY.
55638
55639         Module mkdir.
55640         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
55641         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
55642
55643         Module mkstemp.
55644         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
55645         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
55646         jm_AC_TYPE_UINTMAX_T.
55647         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
55648
55649         Module stat.
55650         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
55651         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
55652
55653         Module lstat.
55654         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
55655         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
55656
55657         Module timespec.
55658         * m4/timespec.m4 (gl_TIMESPEC): New macro.
55659         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
55660         * m4/st_mtim.m4: Indentation.
55661
55662         Module nanosleep.
55663         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
55664         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
55665         gl_PREREQ_NANOSLEEP.
55666
55667         Module regex.
55668         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
55669         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
55670         (gl_REGEX): New macro.
55671
55672         Module rename.
55673         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
55674         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
55675
55676         Module rmdir.
55677         * m4/rmdir.m4: New file.
55678
55679         Module utime.
55680         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
55681         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
55682         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
55683
55684         Module dirname.
55685         * m4/dirname.m4: New file.
55686
55687         Module getopt.
55688         * m4/getopt.m4: New file.
55689
55690         Module unistd-safer.
55691         * m4/unistd-safer.m4: New file.
55692
55693         Module fnmatch.
55694         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
55695         declaration.
55696         (gl_PREREQ_FNMATCH_EXTRA): New macro.
55697         (gl_FUNC_FNMATCH_POSIX): New macro.
55698         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
55699         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
55700         simply fnmatch.
55701
55702         Module exclude.
55703         * m4/exclude.m4: New file.
55704
55705         Module human.
55706         * m4/human.m4: New file.
55707
55708         Module acl.
55709         * m4/acl.m4: Nop.
55710
55711         Module backupfile.
55712         * m4/backupfile.m4: New file.
55713         * m4/d-ino.m4: Indentation.
55714
55715         Module fsusage.
55716         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
55717         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
55718         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
55719
55720         Module dirfd.
55721         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
55722         requirements.
55723
55724         Module euidaccess.
55725         * m4/euidaccess.m4: New file.
55726
55727         Module file-type.
55728         * m4/file-type.m4: New file.
55729
55730         Module fileblocks.
55731         * m4/fileblocks.m4: New file.
55732
55733         Module filemode.
55734         * m4/filemode.m4: New file.
55735
55736         Module isdir.
55737         * m4/isdir.m4: New file.
55738
55739         Module lchown.
55740         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
55741         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
55742
55743         Module makepath.
55744         * m4/makepath.m4: New file.
55745
55746         Module modechange.
55747         * m4/modechange.m4: New file.
55748
55749         Module mountlist.
55750         * m4/mountlist.m4: New file.
55751         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
55752         Indentation.
55753
55754         Module path-concat.
55755         * m4/path-concat.m4: New file.
55756
55757         Module pathmax.
55758         * m4/pathmax.m4: New file.
55759
55760         Module same.
55761         * m4/same.m4: New file.
55762
55763         Module save-cwd.
55764         * m4/save-cwd.m4: New file.
55765
55766         Module savedir.
55767         * m4/savedir.m4: New file.
55768
55769         Module xgetcwd.
55770         * m4/xgetcwd.m4: New file.
55771         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
55772
55773         Module xreadlink.
55774         * m4/xreadlink.m4: New file.
55775
55776         Module safe-read.
55777         * m4/safe-read.m4: New file.
55778
55779         Module safe-write.
55780         * m4/safe-write.m4: New file.
55781
55782         Module closeout.
55783         * m4/closeout.m4: New file.
55784
55785         Module stdio-safer.
55786         * m4/stdio-safer.m4: New file.
55787
55788         Module getpass.
55789         * m4/getpass.m4: New file.
55790
55791         Module getugroups.
55792         * m4/getugroups.m4: New file.
55793
55794         Module group-member.
55795         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
55796         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
55797
55798         Module idcache.
55799         * m4/idcache.m4: New file.
55800
55801         Module userspec.
55802         * m4/userspec.m4: New file.
55803
55804         Module gettime.
55805         * m4/clock_time.m4: New file.
55806         * m4/gettime.m4: New file.
55807
55808         Module settime.
55809         * m4/settime.m4: New file.
55810
55811         Module posixtm.
55812         * m4/posixtm.m4: New file.
55813
55814         Module gethostname.
55815         * m4/gethostname.m4: New file.
55816
55817         Module canon-host.
55818         * m4/canon-host.m4: New file.
55819
55820         Module gettext.
55821         * m4/codeset.m4: New file, from gettext-0.11.5.
55822         * m4/gettext.m4: New file, from gettext-0.11.5.
55823         * m4/glibc21.m4: New file, from gettext-0.11.5.
55824         * m4/iconv.m4: New file, from gettext-0.11.5.
55825         * m4/intdiv0.m4: New file, from gettext-0.11.5.
55826         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
55827         * m4/inttypes.m4: New file, from gettext-0.11.5.
55828         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
55829         * m4/isc-posix.m4: New file, from gettext-0.11.5.
55830         * m4/lcmessage.m4: New file, from gettext-0.11.5.
55831         * m4/lib-ld.m4: New file, from gettext-0.11.5.
55832         * m4/lib-link.m4: New file, from gettext-0.11.5.
55833         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
55834         * m4/progtest.m4: New file, from gettext-0.11.5.
55835         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
55836         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
55837         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
55838
55839         Module localcharset.
55840         * m4/localcharset.m4: New file.
55841
55842         Module hard-locale.
55843         * m4/hard-locale.m4: New file.
55844
55845         Module mbswidth.
55846         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
55847         onceonly macros.
55848         * m4/mbrtowc.m4: Add comment.
55849
55850         Module memcasecmp.
55851         * m4/memcasecmp.m4: New file.
55852
55853         Module memcoll.
55854         * m4/memcoll.m4: New file.
55855
55856         Module unicodeio.
55857         * m4/unicodeio.m4: New file.
55858
55859         Module rpmatch.
55860         * m4/rpmatch.m4: New file.
55861
55862         Module yesno.
55863         * m4/yesno.m4: New file.
55864
55865         Module exitfail.
55866         * m4/exitfail.m4: New file.
55867
55868         Module c-stack.
55869         * m4/c-stack.m4 (gl_C_STACK): New macro.
55870         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
55871
55872         Module error.
55873         * m4/error.m4 (gl_ERROR): New macro.
55874         (jm_PREREQ_ERROR): Use onceonly macros.
55875
55876         Module fatal.
55877         * m4/fatal.m4: New file.
55878
55879         Module getloadavg.
55880         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
55881         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
55882
55883         Module getpagesize.
55884         * m4/getpagesize.m4: New file.
55885
55886         Module getusershell.
55887         * m4/getusershell.m4: New file.
55888
55889         Module physmem.
55890         * m4/physmem.m4: New file.
55891
55892         Module posixver.
55893         * m4/posixver.m4: New file.
55894
55895         Module quotearg.
55896         * m4/quotearg.m4: New file.
55897
55898         Module quote.
55899         * m4/quote.m4: New file.
55900
55901         Module readutmp.
55902         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
55903
55904         Module sig2str.
55905         * m4/sig2str.m4: New file.
55906
55907         Other.
55908         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
55909         ulonglong.m4.
55910         * m4/intmax_t.m4: New file.
55911         * m4/d-type.m4: Indentation.
55912         * m4/jm-macros.m4: Update.
55913         * m4/prereq.m4 (jm_PREREQ): Update.
55914         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
55915         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
55916         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
55917         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
55918         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
55919         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
55920         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
55921         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
55922         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
55923         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
55924         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
55925         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
55926         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
55927         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
55928         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
55929         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
55930         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
55931         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
55932         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
55933
55934 2002-12-24  Bruno Haible  <bruno@clisp.org>
55935
55936         * MODULES.txt: Update according to m4/ changes.
55937
55938         Module gettext.
55939         * config.rpath: New file, from gettext-0.11.5.
55940
55941         * modules/*: New module descriptions.
55942         * gnulib-tool: New file.
55943         * MODULES.html.sh: New file.
55944
55945 2002-12-21  Karl Berry  <karl@gnu.org>
55946
55947         * doc/fdl.texi: update to version 1.2.
55948
55949 2002-12-19  Karl Berry  <karl@gnu.org>
55950
55951         * config/config.guess: update from prep.
55952
55953 2002-12-18  Bruno Haible  <bruno@clisp.org>
55954
55955         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
55956         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
55957
55958 2002-12-17  Bruno Haible  <bruno@clisp.org>
55959
55960         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
55961         stdlib.h, string.h.
55962
55963 2002-12-17  Bruno Haible  <bruno@clisp.org>
55964
55965         * lib/canon-host.c (strdup): Remove unused declaration.
55966
55967         * lib/fsusage.c: Include full_read.h.
55968         (get_fs_usage): Use full_read instead of safe_read.
55969
55970         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
55971
55972 2002-12-12  Karl Berry  <karl@gnu.org>
55973
55974         * config/config.guess: update from prep.
55975
55976 2002-12-11  Bruno Haible  <bruno@clisp.org>
55977
55978         * m4/setenv.m4: New file, from gettext-0.11.5.
55979
55980 2002-12-11  Bruno Haible  <bruno@clisp.org>
55981
55982         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
55983         not unsetenv().
55984         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
55985         modifications:
55986
55987         2002-12-11  Bruno Haible  <bruno@clisp.org>
55988
55989                 * setenv.c (alloca): Fall back to malloc.
55990                 (freea): New macro.
55991                 (setenv): Use freea() to free memory allocated with alloca().
55992
55993         2002-11-13  Bruno Haible  <bruno@clisp.org>
55994
55995                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
55996                 function declarations.
55997                 * unsetenv.c (unsetenv): Likewise.
55998
55999         2002-03-04  Bruno Haible  <bruno@clisp.org>
56000
56001                 Portability to AIX 4.3.3.
56002                 * unsetenv.c: New file, extracted from setenv.c.
56003                 * setenv.c: Move the unsetenv() function to unsetenv.c.
56004
56005         2001-12-20  Bruno Haible  <bruno@clisp.org>
56006
56007                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
56008                 use malloc instead. For SunOS 4.
56009
56010         2001-12-11  Bruno Haible  <bruno@clisp.org>
56011
56012                 * setenv.c: Declare alloca.
56013                 (compar_fn_t): New typedef.
56014                 (KNOWN_VALUE, STORE_VALUE): Use it.
56015
56016         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
56017         setenv.h.
56018
56019 2002-12-10  Paul Eggert  <eggert@twinsun.com>
56020
56021         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
56022         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
56023         Choose values that are less likely to collide with system fnmatch
56024         options.
56025         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
56026         defined (e.g., a pure POSIX system).
56027         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
56028         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
56029
56030 2002-12-06  Paul Eggert  <eggert@twinsun.com>
56031
56032         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
56033         a pain in practice to deal with generated m4 files.  This change
56034         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
56035
56036         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
56037         and jm-glibc-io.m4, as they are no longer a special case.
56038         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
56039         kludge and the auto-generation stuff.  Check only whether the
56040         functions are declared, not whether they exist, since older hosts
56041         that don't declare the functions can't use the optimization anyway.
56042
56043 2002-12-06  Jim Meyering  <jim@meyering.net>
56044
56045         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
56046
56047         Merge in changes from libc's misc/error.c, in preparation
56048         for the merge of gnulib's changes back into libc.
56049
56050         * lib/error.c (_): Define only if not already defined.
56051         Move definition to follow all #include directives.
56052         Include unlocked-io.h only if !_LIBC.
56053         [_LIBC]: Include <libio/libioP.h>.
56054         [USE_IN_LIBIO]: Include <libio/iolibio.h>
56055         (fflush): Tweak definition to use INTUSE.
56056         (putc): Define.
56057
56058 2002-12-05  Paul Eggert  <eggert@twinsun.com>
56059
56060         * lib/alloca.c [defined emacs]: Include "lisp.h".
56061         (xalloc_die) [defined emacs]: New macro.
56062         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
56063         [! defined emacs]: Include <xalloc.h>.
56064         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
56065         (pointer): Typedef to POINTER_TYPE *.
56066         (malloc): Remove decl; we now always use xmalloc.
56067         (alloca): Use old-style definition, since Emacs needs this.
56068         Check for arithmetic overflow when computing combined size.
56069
56070 2002-12-04  Paul Eggert  <eggert@twinsun.com>
56071
56072         Do not generate unlocked-io.h automatically, since it's easier to
56073         maintain it by hand.
56074
56075         * lib/unlocked-io.h: New file, from GNU diffutils,
56076         but with proper copyright notice and attribution.
56077         * lib/gen-uio: Remove.
56078         * lib/Makefile.am: Add copyright notice.
56079         (libfetish_a_SOURCES): Add unlocked-io.h.
56080         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
56081         (DISTCLEANFILES, io_functions): Remove macros.
56082         (EXTRA_DIST): Remove gen_uio.
56083         (unlocked-io.h): Remove rule.
56084
56085 2002-12-04  Jim Meyering  <jim@meyering.net>
56086
56087         Reflect the fact that stat.c and lstat.c are no longer generated.
56088         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
56089         (DISTCLEANFILES): Likewise.
56090         (EXTRA_DIST): Likewise.
56091         (all_local): Don't depend on stat.c or lstat.c.
56092         (stat.c, lstat.c): Remove rules.
56093         (EXTRA_DIST): Remove xstat.in.
56094
56095         * lib/xstat.in: Remove file.  Contents moved into stat.c.
56096         * lib/stat.c: New file.  Contents mostly from xstat.in.
56097         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
56098         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
56099
56100         * lib/safe-read.c: Rework so that it may serve to define safe_write,
56101         too.
56102         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
56103
56104 2002-12-03  Jim Meyering  <jim@meyering.net>
56105
56106         * lib/safe-read.c, safe-write.c: Change variable names and comments,
56107         but not semantics, to minimize the differences between these two files.
56108         (safe_read): Change comment to mention SAFE_READ_ERROR.
56109
56110         * lib/safe-read.c (IS_EINTR): Define.
56111         (safe_read): Use IS_EINTR in place of in-function cpp directives.
56112
56113 2002-12-02  Jim Meyering  <jim@meyering.net>
56114
56115         * lib/safe-read.c (EINTR): Define.
56116         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
56117         (INT_MAX): Provide fallback.
56118         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
56119
56120         * lib/safe-read.h (SAFE_READ_ERROR): Define.
56121
56122 2002-12-02  Bruno Haible  <bruno@clisp.org>
56123
56124         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
56125         Define, taken from safe-read.c.
56126         (INT_MAX): Provide fallback.
56127         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
56128         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
56129
56130         * lib/safe-read.c (EINTR): Remove definition.
56131         (safe_read): Don't use EINTR if it is absent.
56132
56133 2002-12-01  Jim Meyering  <jim@meyering.net>
56134
56135         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
56136         zero.
56137         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
56138
56139 2002-11-27  Paul Eggert  <eggert@twinsun.com>
56140
56141         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
56142         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
56143         with `if (! (value < limit)) abort ();', for readability.
56144
56145 2002-11-26  Karl Berry  <karl@gnu.org>
56146
56147         * lib/strdup.c: copy from libc again, with jim's ok.
56148         * lib/.cppi-disable: re-add strdup.c
56149
56150 2002-11-25  Karl Berry  <karl@gnu.org>
56151
56152         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
56153         instead of "strtol.c".
56154
56155 2002-11-25  Karl Berry  <karl@gnu.org>
56156
56157         * config/install-sh: update from automake for variable quoting, $0 in
56158         error msgs, etc.
56159
56160         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
56161         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
56162         entry.
56163
56164 2002-11-25  Jim Meyering  <jim@meyering.net>
56165
56166         * lib/mktime.c: Sync from libc, now that it has the latest fix.
56167
56168 2002-11-24  Karl Berry  <karl@gnu.org>
56169
56170         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
56171         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
56172
56173 2002-11-24  Jim Meyering  <jim@meyering.net>
56174
56175         Update from coreutils:
56176
56177         * lib/mktime.c: Merge in changes from libc.
56178
56179         Avoid a link-time failure on some Linux systems.
56180         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
56181         (otherwise).
56182         (__mon_yday): Declare with the STATIC attribute.
56183         (__mktime_internal): Likewise.
56184         Based on a report from Greg Schafer.
56185
56186 2002-11-23  Jim Meyering  <jim@meyering.net>
56187
56188         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
56189         Use `unsigned', not `int', as type of index.
56190
56191         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
56192
56193         * lib/fsusage.c: Remove unneeded parentheses around operands of
56194         `defined'.
56195
56196 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56197
56198         * lib/quotearg.h: Allow multiple inclusion by surrounding with
56199         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
56200         so that we can be included first.
56201         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
56202         * lib/quotearg.c: Include quotearg.h immediately after config.h.
56203         No need to include stddef.h or sys/types.h any more.
56204         Surround local include files with "", not "<>".
56205         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
56206         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
56207         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
56208         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
56209         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
56210         (ISPRINT): Remove; no longer needed now that we assume C89.
56211
56212         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
56213         Preserve errno.
56214
56215         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
56216         quotearg_char): Use SIZE_MAX rather than
56217         (size_t) -1 when we are talking about "infinity".
56218
56219         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
56220
56221 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56222
56223         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
56224         hint that one should use `if (! x) abort ();' rather than `assert
56225         (x);', and anyway it's one less thing to worry about configuring.
56226         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
56227         hash_rehash, hash_insert): Use abort rather than assert.
56228
56229 2002-11-22  Bruno Haible  <bruno@clisp.org>
56230
56231         * lib/safe-read.h: Assume C89. Add comments.
56232         (safe_read): Change return type to size_t.
56233         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
56234         byte counts > SSIZE_MAX correctly.
56235         * lib/safe-write.h: New file.
56236         * lib/safe-write.c: New file.
56237         * lib/full-read.h: New file.
56238         * lib/full-read.c: New file.
56239         * lib/full-write.h: Assume C89. Add comments.
56240         * lib/full-write.c: Include safe-write.h.
56241         (full_write): Rewritten to use safe_write.
56242         Suggested by Jim Meyering and Paul Eggert.
56243
56244 2002-11-21  Jim Meyering  <jim@meyering.net>
56245
56246         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
56247
56248         Merge in changes from the coreutils.
56249
56250         2002-09-25  Paul Eggert  <eggert@twinsun.com>
56251         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
56252         <stdint.h>.
56253         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
56254         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
56255         int.  Work more efficiently if X is the same width as uintmax_t.
56256         Do not compare X to -1, to avoid bogus compiler warning.
56257         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
56258         Don't assume that f_frsize and f_bsize are the same type.
56259
56260         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
56261         warning on FreeBSD.
56262
56263         * lib/makepath.c (make_path): Restore umask *before* creating the final
56264         component.
56265         (make_path): Minor reformatting.
56266
56267         * lib/xmalloc.c: Adjust to work with new autoconf macros,
56268         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
56269         HAVE_MALLOC/HAVE_REALLOC.
56270
56271         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
56272         dummy ones.  At least on GNU/Linux systems, `auto' means something
56273         else.
56274         From Michael Stone.
56275
56276 2002-11-21  Bruno Haible  <bruno@clisp.org>
56277
56278         Remove case insensitive option matching.
56279         * lib/argmatch.h (argcasematch): Remove declaration.
56280         (ARGCASEMATCH): Remove macro.
56281         (__xargmatch_internal): Remove case_sensitive argument.
56282         (XARGMATCH): Update.
56283         (XARGCASEMATCH): Remove macro.
56284         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
56285         case_sensitive argument.
56286         (argcasematch): Remove function.
56287         (__xargmatch_internal): Remove case_sensitive argument.
56288         (main): Use XARGMATCH instead of XARGCASEMATCH.
56289
56290         * lib/xmalloc.c: Change compile-time error message. Add comment about
56291         required autoconf version.
56292
56293 2002-11-20  Paul Eggert  <eggert@twinsun.com>
56294
56295         Merge argmatch cleanups from Bison.  Assume C89.
56296
56297         * lib/argmatch.c: Include config.h here, not in argmatch.h.
56298         Include stdlib.h, for EXIT_FAILURE.
56299         Always include <string.h>, since we assume C89.
56300         (EXIT_FAILURE): Remove pre-C89 bug workaround.
56301         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
56302         Include <stddef.h> instead, since it's all we need for size_t.
56303         (PARAMS): Remove.  All uses removed.
56304         (ARRAY_CARDINALITY): Do not bother to #undef.
56305         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
56306         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56307         Remove unnecessary parentheses.
56308         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56309         Insert necessary parentheses.
56310         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
56311         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
56312
56313 2002-11-19  Bruno Haible  <bruno@clisp.org>
56314
56315         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
56316         * lib/mbswidth.h: Include <stddef.h>, for size_t.
56317
56318         * lib/mbswidth.h (PARAMS): Remove macro.
56319         (mbswidth, mbsnwidth): Use ANSI C function declarations.
56320         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
56321
56322         * lib/gcd.h (PARAMS): Remove macro.
56323         (gcd): Use ANSI C function declarations.
56324         * lib/gcd.c (gcd): Likewise.
56325
56326 2002-11-15  Bruno Haible  <bruno@clisp.org>
56327
56328         * lib/strcspn.c: Include <stddef.h>.
56329         (strcspn): Use ANSI C function declaration. Change return type to
56330         size_t. Use NULL.
56331         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
56332         (strpbrk): Use NULL.
56333         * lib/strpbrk.h (PARAMS): Remove macro.
56334         (strpbrk): Use ANSI C function declaration.
56335         * lib/strstr.c: Don't include <sys/types.h>.
56336         * lib/strstr.h (PARAMS): Remove macro.
56337         (strstr): Use ANSI C function declarations.
56338
56339 2002-11-14  Karl Berry  <karl@gnu.org>
56340
56341         * config/mkinstalldirs: `do' on separate line, instead of
56342         `for var; do'.
56343
56344 2002-11-06  Bruno Haible  <bruno@clisp.org>
56345
56346         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
56347         * lib/gcd.c (gcd): Likewise.
56348
56349 2002-11-05  Bruno Haible  <bruno@clisp.org>
56350
56351         * lib/gcd.h: New file, from gettext-0.11.5.
56352         * lib/gcd.c: New file, from gettext-0.11.5.
56353
56354 2002-11-05  Bruno Haible  <bruno@clisp.org>
56355
56356         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56357         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56358         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56359         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56360
56361         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
56362         <libintl.h>.
56363         * lib/makepath.c: Include gettext.h instead of <locale.h> and
56364         <libintl.h>.
56365
56366         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
56367         * lib/human.c: Include gettext.h instead of <libintl.h>.
56368         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
56369         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
56370         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
56371         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
56372         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
56373         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
56374         (textdomain): Remove definition.
56375         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
56376
56377         * lib/long-options.c: Remove include of <libintl.h> and definition of
56378         _.
56379         * lib/same.c: Remove include of <libintl.h> and definition of _.
56380
56381 2002-11-04  Owen Taylor  <otaylor@redhat.com>
56382
56383         * lib/config.charset: A few additions for Solaris.
56384
56385 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56386
56387         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
56388         * lib/localcharset.c (locale_charset): Declare as extern "C".
56389
56390 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56391
56392         * lib/config.charset: msdos in uk_UA uses CP1125.
56393
56394 2002-11-04  Bruno Haible  <bruno@clisp.org>
56395
56396         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
56397         * lib/strcase.h: New file, from GNU gettext-0.11.5.
56398         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
56399         * lib/strstr.h: New file, from GNU gettext-0.11.5.
56400         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
56401
56402 2002-11-04  Bruno Haible  <bruno@clisp.org>
56403
56404         * lib/localcharset.c (locale_charset): Don't return an empty string.
56405
56406 2002-11-04  Bruno Haible  <bruno@clisp.org>
56407
56408         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
56409         aliases.
56410
56411 2002-11-04  Bruno Haible  <bruno@clisp.org>
56412
56413         * lib/config.charset: Update for newest glibc. Add canonical names
56414         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
56415
56416 2002-11-04  Bruno Haible  <bruno@clisp.org>
56417
56418         * lib/config.charset: Add support for NetBSD.
56419
56420 2002-11-04  Bruno Haible  <bruno@clisp.org>
56421
56422         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
56423
56424 2002-11-01  Bruno Haible  <bruno@clisp.org>
56425
56426         * configure.in: Add AC_CONFIG_AUX_DIR call.
56427         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
56428         test/Makefile.
56429         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
56430
56431 2002-09-28  Karl Berry  <karl@gnu.org>
56432
56433         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
56434         installed automake until the next release, since changes have been
56435         made.
56436
56437 2002-09-25  Karl Berry  <karl@gnu.org>
56438
56439         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
56440         * lib/getopt*: copy from libc/posix.
56441         * lib/gettext.h: copy from gettext.
56442         * lib/.cppi-disable: add strdup.c, gettext.h.
56443
56444 2002-09-25  Karl Berry  <karl@gnu.org>
56445
56446         * config/srclist.txt: enable gettext.h check.
56447         * config/config.{guess,sub}: update from prep.
56448         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
56449                 from automake 1.6.3.
56450         See srclist*.
56451
56452 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
56453
56454         * regex.c (PATFETCH): Remove the translating fetch.
56455         (PATFETCH_RAW): Rename to PATFETCH.
56456         (set_image_of_range): New fun.
56457         (SET_RANGE_TABLE_WORK_AREA): Use it.
56458         (regex_compile): Don't translate the pattern chars so eagerly.
56459         Only do it when inserting an `exactn' bytecode or when handling
56460         a char-range.
56461         (mutually_exclusive_p): Avoid empty statement.
56462
56463 2002-07-06  Jim Meyering  <meyering@lucent.com>
56464
56465         * m4/README: Don't mention Makefile.am.in.
56466         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
56467
56468 2002-07-01  Jim Meyering  <meyering@lucent.com>
56469
56470         * lib/c-stack.c: Include sys/time.h.
56471         From Volker Borchert.
56472
56473 2002-06-26  Paul Eggert  <eggert@twinsun.com>
56474
56475         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
56476
56477 2002-06-26  Paul Eggert  <eggert@twinsun.com>
56478
56479         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
56480         New macro.  Use it uniformly instead of
56481         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
56482         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
56483         reported by Vin Shelton.
56484
56485 2002-06-22  Paul Eggert  <eggert@twinsun.com>
56486
56487         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
56488         Do not assume SA_SIGINFO behavior.
56489         Bug reported by Jim Meyering on NetBSD 1.5.2.
56490
56491 2002-06-22  Jim Meyering  <meyering@lucent.com>
56492
56493         * m4/c-stack.m4: New file, from diffutils-2.8.2.
56494         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
56495
56496         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
56497         now that configure.ac uses AC_GNU_SOURCE.
56498         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
56499         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
56500
56501         Update to latest tools.  Suggestions from Paul Eggert.
56502         * m4/stdbool.m4: New file, from diffutils-2.8.2.
56503         * m4/gnu-source.m4: Update from diffutils-2.8.2.
56504         * m4/fnmatch.m4: Likewise.
56505         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
56506         to AC_HEADER_STDBOOL
56507
56508 2002-06-22  Jim Meyering  <meyering@lucent.com>
56509
56510         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
56511         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
56512
56513 2002-06-22  Jim Meyering  <meyering@lucent.com>
56514
56515         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
56516
56517         * lib/exitfail.c, exitfail.h: Likewise.
56518         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
56519
56520         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
56521         of fnmatch.h.
56522         (EXTRA_DIST): Add fnmatch_loop.c.
56523         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
56524
56525         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
56526         * lib/fnmatch.c: Update from diffutils-2.8.2.
56527         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
56528         * lib/fnmatch.h: Remove file.
56529
56530 2002-06-21  Jim Meyering  <meyering@lucent.com>
56531
56532         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
56533         * m4/mbrtowc.m4: Likewise.
56534
56535         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
56536         * m4/mbswidth.m4: Reflect name change:
56537         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
56538         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
56539
56540         * m4/lib-link.m4: Update from gettext-0.11.2.
56541         * m4/gettext.m4: Likewise.
56542
56543         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
56544         From Alfred M. Szmidt.
56545
56546 2002-06-18  Paul Eggert  <eggert@twinsun.com>
56547
56548         * lib/file-type.h: Report an error if neither S_ISREG nor
56549         S_IFREG is defined, instead of using a test specific to glibc
56550         2.2.  This should be safe, since POSIX requires S_ISREG and
56551         Unix Version 7 had S_IFREG.  We don't need to check for
56552         <sys/types.h> since we don't use any symbols that it defines.
56553
56554 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
56555
56556         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
56557         $@-t, so that each temporary file name is unique and valid in the first
56558         8 characters, for operation under DOS.
56559
56560 2002-06-15  Paul Eggert  <eggert@twinsun.com>
56561
56562         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
56563
56564 2002-06-15  Jim Meyering  <meyering@lucent.com>
56565
56566         Work even with DJGPP 2.03, which lacks support for symlinks.
56567         From Richard Dawe.
56568         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
56569         is defined.
56570         * lib/lchown.c (S_ISLNK): Likewise.
56571
56572 2002-06-15  Jim Meyering  <meyering@lucent.com>
56573
56574         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
56575         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
56576         have been included before this file.
56577
56578 2002-06-14  Jim Meyering  <meyering@lucent.com>
56579
56580         * lib/file-type.h: Use the version from diffutils-2.8.2.
56581         * lib/file-type.c: Likewise.
56582
56583 2002-06-07  Jim Meyering  <meyering@lucent.com>
56584
56585         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
56586         They're needed at least for NetBSD 1.5.2.
56587         ($statxfs_includes): Include those same headers.
56588         ($statxfs_includes): Include sys/vfs.h if available.
56589         ($statxfs_includes): Likewise for sys/statvfs.h.
56590         Check for the following members in both structs statfs and statvfs:
56591         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
56592
56593 2002-06-01  Jim Meyering  <meyering@lucent.com>
56594
56595         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
56596         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
56597
56598 2002-05-28  Jim Meyering  <meyering@lucent.com>
56599
56600         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
56601         Reported by Volker Borchert.
56602
56603 2002-05-27  Jim Meyering  <meyering@lucent.com>
56604
56605         Fix a problem seen only on nonconforming systems whereby ls.c's
56606         use of localtime, and then of gettimeofday would cause trouble:
56607         the localtime call used to initialize rpl_gettimeofday's save
56608         mechanism would clobber ls's current local time information so
56609         that in any long listing the first file would always be listed
56610         with date 1970-01-01.  Analysis by Volker Borchert.
56611
56612         * lib/gettimeofday.c (localtime): Undefine.
56613         (rpl_localtime): New function.
56614
56615 2002-05-27  Jim Meyering  <meyering@lucent.com>
56616
56617         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
56618         localtime.
56619
56620         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
56621         use the replacement function; it wouldn't resolve at link time.
56622         Reported by Volker Borchert.
56623
56624 2002-05-22  Jim Meyering  <meyering@lucent.com>
56625
56626         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
56627         file-type.h.
56628         * lib/file-type.h: New file.
56629         * lib/file-type.c (file_type): New file/function.  Extracted from
56630         diffutils.
56631
56632 2002-04-30  Jim Meyering  <meyering@lucent.com>
56633
56634         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
56635
56636 2002-04-29  Paul Eggert  <eggert@twinsun.com>
56637
56638         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
56639
56640 2002-04-29  Paul Eggert  <eggert@twinsun.com>
56641
56642         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
56643         Do not check for alloca.h (no longer used) or stdbool.h (was never
56644         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
56645
56646 2002-04-29  Paul Eggert  <eggert@twinsun.com>
56647
56648         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
56649
56650 2002-04-29  Jim Meyering  <meyering@lucent.com>
56651
56652         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
56653         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
56654         Use AC_FUNC_STRNLEN here instead.
56655
56656         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
56657         With autoconf-2.53a, it's part of AC_PROG_CC.
56658
56659 2002-04-28  Paul Eggert  <eggert@twinsun.com>
56660
56661         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
56662         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
56663
56664 2002-04-28  Paul Eggert  <eggert@twinsun.com>
56665
56666         * lib/sig2str.h, lib/sig2str.c: New files.
56667         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
56668
56669 2002-04-28  Paul Eggert  <eggert@twinsun.com>
56670
56671         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
56672         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
56673         of 127, since 64 is the largest conceivable number for ancient
56674         nonstandard hosts.
56675         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
56676
56677 2002-04-28  Jim Meyering  <meyering@lucent.com>
56678
56679         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
56680
56681 2002-04-24  Jim Meyering  <meyering@lucent.com>
56682
56683         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
56684         (jm_PREREQ): Use it.
56685
56686         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
56687         mach/mach.h fcntl.h.
56688         Check for this function: setlocale.
56689
56690 2002-04-24  Jim Meyering  <meyering@lucent.com>
56691
56692         * lib/gettext.h: New file, from Gettext.
56693         * lib/Makefile.am (INCLUDES): Remove -I../intl.
56694         (libfetish_a_SOURCES): Add gettext.h.
56695
56696 2002-04-16  Jim Meyering  <meyering@lucent.com>
56697
56698         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
56699         ut_pid, ut_id, ut_exit.
56700
56701 2002-04-16  Jim Meyering  <meyering@lucent.com>
56702
56703         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
56704         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
56705         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
56706
56707 2002-04-12  Jim Meyering  <meyering@lucent.com>
56708
56709         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
56710         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
56711         existence of the getmntinfo function.  Needed for Darwin 5.3.
56712
56713         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
56714         This is necessary at least on Darwin 5.3.
56715
56716         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
56717         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
56718         strnlen.o in the library, and that makes some versions of ranlib
56719         object.
56720
56721 2002-04-12  Jim Meyering  <meyering@lucent.com>
56722
56723         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
56724
56725 2002-04-09  Jim Meyering  <meyering@lucent.com>
56726
56727         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
56728         to be more precise.  Rather than saying we're checking whether the
56729         function `works', say what we're testing.
56730         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
56731         Reported by Bruno Haible.
56732
56733 2002-03-10  Jim Meyering  <meyering@lucent.com>
56734
56735         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
56736         Suggestion from Santiago Vila.
56737
56738 2002-03-08  Jim Meyering  <meyering@lucent.com>
56739
56740         * lib/rename.c: Mention that this wrapper is needed also on
56741         mips-dec-ultrix4.4 systems.
56742
56743 2002-03-02  Jim Meyering  <meyering@lucent.com>
56744
56745         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
56746         not HAVE_CLOCK_SETTIME.
56747
56748 2002-02-27  Paul Eggert  <eggert@twinsun.com>
56749
56750         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
56751         Check for clock_settime.
56752
56753 2002-02-27  Paul Eggert  <eggert@twinsun.com>
56754
56755         * lib/nanosleep.h: Rename to....
56756         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
56757
56758         * lib/gettime.c: New file.
56759         * lib/settime.c: New file.
56760         * lib/stime.c: Remove.
56761
56762         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
56763         timespec.h.  Remove nanosleep.h.
56764
56765 2002-02-25  Paul Eggert  <eggert@twinsun.com>
56766
56767         * m4/acl.m4: New file.
56768         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
56769         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
56770
56771 2002-02-25  Paul Eggert  <eggert@twinsun.com>
56772
56773         * lib/acl.c, lib/acl.h: New files.
56774         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
56775
56776 2002-02-24  Jim Meyering  <meyering@lucent.com>
56777
56778         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
56779         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
56780         cause trouble.  Reported by Nelson Beebe.
56781
56782 2002-02-23  Paul Eggert  <eggert@twinsun.com>
56783
56784         * lib/path-concat.c (xpath_concat): Reorder code to pacify
56785         compilers that don't know that xalloc_die never returns.
56786
56787 2002-02-20  Jim Meyering  <meyering@lucent.com>
56788
56789         * lib/getdate.c: Regenerate using bison-1.33.
56790
56791 2002-02-17  Jim Meyering  <meyering@lucent.com>
56792
56793         * config/config.guess (main): Don't use `head -1'; it's no longer
56794         portable. Use `sed 1q' instead.
56795
56796 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
56797
56798         * m4/codeset.m4: Upgrade to gettext-0.11.
56799         * m4/gettext.m4: Upgrade to gettext-0.11.
56800         * m4/glibc21.m4: Upgrade to gettext-0.11.
56801         * m4/iconv.m4: Upgrade to gettext-0.11.
56802         * m4/isc-posix.m4: Upgrade to gettext-0.11.
56803         * m4/lcmessage.m4: Upgrade to gettext-0.11.
56804         * m4/lib-ld.m4: New file, from gettext-0.11.
56805         * m4/lib-link.m4: New file, from gettext-0.11.
56806         * m4/lib-prefix.m4: New file, from gettext-0.11.
56807         * m4/progtest.m4: Upgrade to gettext-0.11.
56808
56809 2002-02-15  Paul Eggert  <eggert@twinsun.com>
56810
56811         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
56812         (jm_PREREQ): Use it.
56813
56814 2002-02-15  Paul Eggert  <eggert@twinsun.com>
56815
56816         * lib/posixver.c, lib/posixver.h: New files.
56817         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
56818
56819 2002-02-02  Paul Eggert  <eggert@twinsun.com>
56820             Bruno Haible  <bruno@clisp.org>
56821
56822         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
56823         (fwrite_success_callback): New declaration.
56824         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
56825         print_unicode_char. Call failure callback instead of error.
56826         (fwrite_success_callback): New function.
56827         (exit_failure_callback): New function.
56828         (fallback_failure_callback): New function.
56829         (print_unicode_char): Call unicode_to_mb.
56830
56831 2002-01-26  Jim Meyering  <meyering@lucent.com>
56832
56833         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
56834         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
56835
56836 2002-01-26  Jim Meyering  <meyering@lucent.com>
56837
56838         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
56839
56840 2002-01-22  Paul Eggert  <eggert@twinsun.com>
56841
56842         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
56843
56844 2002-01-22  Jim Meyering  <meyering@lucent.com>
56845
56846         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
56847         Otherwise, some versions of automake would omit the rule that makes
56848         Makefile from Makefile.in.
56849
56850 2002-01-21  Paul Eggert  <eggert@twinsun.com>
56851
56852         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
56853         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
56854         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
56855         (memcoll): Set errno to zero if there is no error.
56856
56857         * lib/quotearg.c (quotearg_buffer_restyled):
56858         Fix bug with quoting buffers containing NUL when backslashing escapes.
56859         This bug was exposed by the other changes in this patch.
56860         (quotearg_n_options): New arg ARGSIZE.
56861         All callers changed.
56862         (quoting_options_from_style): New function.
56863         (quotearg_n_style): Use it.
56864         (quotearg_n_style_mem): New function.
56865
56866         * lib/quotearg.h (quotearg_n_style_mem): New function.
56867
56868 2002-01-19  Jim Meyering  <meyering@lucent.com>
56869
56870         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
56871         Remove useless quotes: DF_PROG="df".
56872         * m4/strnlen.m4: New file.
56873
56874 2002-01-16  Paul Eggert  <eggert@twinsun.com>
56875
56876         * lib/backupfile.c (ISDIGIT): Comment fix.
56877         * lib/getdate.y (ISDIGIT): Likewise.
56878         * lib/posixtm.c (ISDIGIT, year): Likewise.
56879         * lib/strverscmp.c (ISDIGIT): Likewise.
56880         * lib/userspec.c (ISDIGIT): Likewise.
56881
56882 2002-01-16  Jim Meyering  <meyering@lucent.com>
56883
56884         * lib/getdate.y: Add three semicolons, each just before a closing
56885         brace. Bison (as of version 1.31) no longer papers over that mistake.
56886
56887 2002-01-05  Jim Meyering  <meyering@lucent.com>
56888
56889         * lib/version-etc.c (version_etc_copyright): Update copyright year.
56890
56891 2001-12-19  Paul Eggert  <eggert@twinsun.com>
56892
56893         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
56894         not silently exit merely because the output buffer happens to
56895         have nothing pending.
56896
56897 2001-12-18  Paul Eggert  <eggert@twinsun.com>
56898
56899         See the big note in ../ChangeLog.
56900         * lib/human.c (suffixes): Prefer K to k for 1024.
56901         (generate_suffix_backwards): New function.
56902         (human_readable_inexact): Use it.
56903         * lib/xstrtol.c (__xstrtol): If there is no number but there
56904         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
56905         Accept 'K' as well as 'k'.
56906
56907 2001-12-15  Jim Meyering  <meyering@lucent.com>
56908
56909         * lib/regex.h (__restrict_arr): Update from libc.
56910
56911         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
56912         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
56913         (STREQ): Define.
56914
56915 2001-12-14  Jim Meyering  <meyering@lucent.com>
56916
56917         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
56918         Suggestion from Bruno Haible.
56919
56920 2001-12-10  Jim Meyering  <meyering@lucent.com>
56921
56922         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
56923         xrealloc, Instead, include "xalloc.h".
56924         (initbuffer): Don't cast xmalloc return value to char*.
56925         (readline): Reword comment.
56926         Don't cast xrealloc return value to char*
56927         Return NULL, not 0.
56928
56929 2001-12-09  Jim Meyering  <meyering@lucent.com>
56930
56931         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
56932         about `signed and unsigned type in conditional expression'.
56933         * lib/posixtm.c (posix_time_parse): Likewise.
56934
56935         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
56936
56937         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
56938         to avoid a pedantic warning.
56939
56940         * lib/getstr.c: Don't include assert.h.
56941         (getstr): Remove warning-evoking assertions.
56942         Return -1 if offset parameter is out of bounds.
56943         Change the type of a local from int to size_t.
56944
56945         * lib/strftime.c (my_strftime_localtime_r): Include this function
56946         definition in the `#if ! HAVE_TM_GMTOFF' block.
56947
56948         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
56949         Include xalloc.h instead.
56950
56951 2001-12-02  Jim Meyering  <meyering@lucent.com>
56952
56953         * lib/tempname.c: Don't declare getenv, thus reverting the change of
56954         2001-11-18.  It's no longer necessary, now that stdlib.h is always
56955         included.
56956
56957         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
56958         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
56959
56960 2001-11-30  Akim Demaille  <akim@epita.fr>
56961
56962         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
56963         before being defined.
56964
56965 2001-11-27  Paul Eggert  <eggert@twinsun.com>
56966
56967         * lib/quotearg.h (quotearg_n, quotearg_n_style):
56968         First arg is int, not unsigned.
56969         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
56970         (SIZE_MAX, UINT_MAX): New macros.
56971         (quotearg_n_options): Abort if N is negative.
56972         Avoid overflow check on hosts where size_t is 64 bits and int
56973         is 32 bits, as overflow is impossible there.
56974         Fix off-by-one typo that caused unnecessary reallocation.
56975
56976 2001-11-27  Jim Meyering  <meyering@lucent.com>
56977
56978         * lib/tempname.c: Merge with version from libc.
56979         * lib/regex.c: Likewise.
56980
56981         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
56982         systems for which STDC_HEADERS is 0, it was not included, resulting in
56983         a warning about an integer-to-pointer conversion problem with getenv.
56984         Reported by Volker Borchert.
56985
56986 2001-11-26  Jim Meyering  <meyering@lucent.com>
56987
56988         * lib/gtod.h: Remove file.
56989         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
56990         * lib/gettimeofday.c: Don't include gtod.h.
56991         (GTOD_init): Remove function.
56992         (rpl_gettimeofday): Do its job here instead, rather than aborting.
56993         Suggestion from Volker Borchert.
56994
56995 2001-11-23  Jim Meyering  <meyering@lucent.com>
56996
56997         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
56998         it.
56999         * lib/hash.c (struct hash_table): Define it here instead.
57000
57001 2001-11-22  Jim Meyering  <meyering@lucent.com>
57002
57003         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
57004
57005 2001-11-20  Jim Meyering  <meyering@lucent.com>
57006
57007         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
57008         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
57009
57010 2001-11-19  Jim Meyering  <meyering@lucent.com>
57011
57012         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
57013         directory.  Use "conftestXXXXXX" as the template.
57014         Suggestion from Paul Eggert.
57015
57016         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
57017         immediately, so the test doesn't mistakenly hit the max-open-files
57018         limit.
57019
57020 2001-11-18  Paul Eggert  <eggert@twinsun.com>
57021
57022         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
57023         (TEMPORARIES): New macro.
57024         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
57025         removes an artificial limitation (e.g. HP-UX 10.20, where
57026         TMP_MAX is 17576).
57027
57028 2001-11-18  Jim Meyering  <meyering@lucent.com>
57029
57030         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
57031
57032 2001-11-18  Jim Meyering  <meyering@lucent.com>
57033
57034         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
57035         on SunOS 4.
57036
57037         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
57038         files will be created before anything else.
57039
57040 2001-11-17  Paul Eggert  <eggert@twinsun.com>
57041
57042         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
57043         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
57044
57045 2001-11-17  Jim Meyering  <meyering@lucent.com>
57046
57047         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
57048         Prompted by a report from Bob Proulx.
57049
57050         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
57051         Instead, require UTILS_FUNC_MKSTEMP.
57052
57053 2001-11-17  Jim Meyering  <meyering@lucent.com>
57054
57055         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
57056         Now, that's done as part of AC_FUNC_STRTOD.
57057
57058 2001-11-17  Jim Meyering  <meyering@lucent.com>
57059
57060         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
57061         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
57062         rather than group writable.  Patch by Juan F. Codagnone.
57063
57064         * lib/readtokens.c: Remove explicit declarations of xmalloc and
57065         xrealloc, Instead, include "xalloc.h".
57066
57067         * lib/mountlist.c: Include unlocked-io.h after all system headers.
57068         Remove explicit declarations of xmalloc, xrealloc,
57069         and xstrdup.  Instead, include "xalloc.h".
57070
57071         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
57072         unlocked-io.h.
57073         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
57074         Likewise.
57075         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
57076
57077         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
57078         Reported by Padraig Brady.
57079
57080         * lib/mkstemp.c: #undef mkstemp.
57081         Include config.h.
57082         (rpl_mkstemp): Rename from mkstemp.
57083         Protoize.
57084
57085 2001-11-16  Jim Meyering  <meyering@lucent.com>
57086
57087         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
57088         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
57089         determine the amount of total physical memory, use pstat_getstatic.
57090         HPUX-11 doesn't define _SC_PHYS_PAGES.
57091         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
57092         If sysconf couldn't be used to determine the amount of available
57093         physical memory, use both pstat_getstatic and pstat_getdynamic.
57094         Based on a patch from Bob Proulx.
57095
57096 2001-11-10  Jim Meyering  <meyering@lucent.com>
57097
57098         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
57099         (jm_PREREQ): Use it.
57100
57101 2001-11-09  Jim Meyering  <meyering@lucent.com>
57102
57103         * m4/jm-macros.m4: Require autoconf-2.52f.
57104         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
57105         Use these AC_-prefixed names, not the AM_-prefixed ones.
57106
57107         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
57108
57109 2001-11-05  Jim Meyering  <meyering@lucent.com>
57110
57111         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
57112
57113 2001-11-04  Jim Meyering  <meyering@lucent.com>
57114
57115         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
57116         $DEFS.
57117
57118 2001-11-03  Jim Meyering  <meyering@lucent.com>
57119
57120         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
57121         of AC_DEFUN.
57122
57123         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
57124         know the name of the variable in the macro definition.
57125
57126 2001-11-03  Jim Meyering  <meyering@lucent.com>
57127
57128         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
57129         in argmatch_to_argument call.
57130
57131         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
57132         argument.
57133
57134         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
57135         e.g., a fault due to an attempt to free a NULL pointer.
57136
57137 2001-11-01  Jim Meyering  <meyering@lucent.com>
57138
57139         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
57140         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
57141
57142 2001-11-01  Jim Meyering  <meyering@lucent.com>
57143
57144         * lib/dirfd.c, lib/dirfd.h: New files.
57145         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
57146
57147         * lib/hash.c (hash_print) [TESTING]: Clean up.
57148
57149 2001-10-22  Paul Eggert  <eggert@twinsun.com>
57150
57151         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
57152         to avoid a warning if -Wall.
57153
57154 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
57155
57156         * README: New file
57157         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
57158         (per RMS's instructions, this is now the canonical source)
57159         * lgpl/, gpl/: New directories.
57160
57161 2001-10-21  Paul Eggert  <eggert@twinsun.com>
57162
57163         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
57164
57165 2001-10-21  Jim Meyering  <meyering@lucent.com>
57166
57167         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
57168         this code would end up calling gettext even in packages built
57169         with --disable-nls.
57170         * lib/getopt.c (_): Likewise.
57171         * lib/regex.c (_): Likewise.
57172
57173 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57174
57175         * m4/error.m4 (jm_PREREQ_ERROR):
57176         Do not invoke AC_CHECK_FUNCS with strerror_r, as
57177         AC_FUNC_STRERROR_R does that.
57178         Check for strerror declaration.
57179
57180         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
57181         are supposed to have them these days.
57182         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
57183         Merge changes from latest Autoconf CVS.
57184         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
57185         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
57186         POSIX decided to standardize on the int flavor of strerror_r.
57187
57188 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57189
57190         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
57191         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
57192         Use strerror_r that is only a macro, even if it is not a function.
57193         (strerror): Check for HAVE_DECL_STRERROR before declaring.
57194         (private_strerror): Use prototypes, not old-style function definition.
57195         (print_errno_message): New function.
57196         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
57197         char*-flavored one.
57198         (error_tail, error, error_at_line): Use it.
57199
57200 2001-10-11  Jim Meyering  <meyering@lucent.com>
57201
57202         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
57203         and quote_n (1, ... to avoid clobbering a buffer.
57204
57205 2001-10-05  Jim Meyering  <meyering@lucent.com>
57206
57207         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
57208         hash-pjw.h.
57209         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
57210         * lib/hash-pjw.h: New file.
57211
57212 2001-09-30  Jim Meyering  <meyering@lucent.com>
57213
57214         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
57215         `struct fsstat' has the `f_fstypename' member.
57216         Use that to define FS_TYPE, which is now used to make
57217         the getfsstat link test tighter.
57218
57219 2001-09-30  Jim Meyering  <meyering@lucent.com>
57220
57221         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
57222         Include <sys/ucred.h>, for Apple Darwin.
57223         Include sys/mount.h and sys/fs_types.h only if available.
57224         (FS_TYPE): Define.
57225         (read_filesystem_list): Use FS_TYPE.
57226
57227 2001-09-29  Paul Eggert  <eggert@twinsun.com>
57228
57229         * lib/exclude.c (excluded_filename): 0 -> false, since it's
57230         a boolean context.
57231
57232 2001-09-29  Jim Meyering  <meyering@lucent.com>
57233
57234         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57235         [one-argument getmntent function]): Include stdio.h before mntent.h.
57236         SunOS 4.1.x needs it for the declaration of `FILE'.
57237         Patch by Volker Borchert.
57238
57239         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57240         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
57241         sys/fs_types.h, and make the link-test for getfsstat guard #include
57242         directives with appropriate #if HAVE_*_H tests so that we can
57243         detect getfsstat on Apple Darwin1.3.7 systems.
57244         Reported by Nelson Beebe.
57245         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
57246
57247 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57248
57249         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57250         #defines strtoimax.  Also treat the other strto* functions
57251         like strtoimax.
57252
57253         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
57254         Check for strtoul and strtoumax,
57255         as those declarations are made even in the signed case.
57256         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
57257         Likewise, for strtol and strtoimax.
57258
57259 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57260
57261         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57262         #defines strtoimax.  Also treat the other strto* functions
57263         like strtoimax.
57264
57265         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
57266         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
57267         (strtoimax, strtoumax): Do not declare if already defined as a macro.
57268
57269 2001-09-26  Jim Meyering  <meyering@lucent.com>
57270
57271         Most macros in unlocked-io.h had the wrong number of arguments.
57272         * lib/gen-uio: New script.
57273         (USE_UNLOCKED_IO): Define to 1 if not already defined.
57274         * lib/unlocked-io.hin: Remove file.
57275         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
57276         rather than trying to embed it here.
57277         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
57278         Reported by Padraig Brady.
57279
57280 2001-09-25  Volker Borchert  <bt@teknon.de>
57281
57282         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
57283         `result'.
57284
57285 2001-09-24  Jim Meyering  <meyering@lucent.com>
57286
57287         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
57288
57289 2001-09-23  Jim Meyering  <meyering@lucent.com>
57290
57291         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
57292         instead of the mere test for existence of mntent.h.  The latter
57293         would get a false-positive on AIX 3.4 systems.
57294         In the outer getmntent if-block, don't die if neither of the getmntent
57295         tests succeeds.  Instead, just fall through and continue with the
57296         remaining tests.
57297
57298 2001-09-23  Jim Meyering  <meyering@lucent.com>
57299
57300         * lib/mountlist.c: Remove useless parentheses in #if directives.
57301         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
57302         the deprecated MOUNTED symbol is no longer defined in mntent.h.
57303
57304 2001-09-22  Jim Meyering  <meyering@lucent.com>
57305
57306         * m4/gettext.m4: New file.  From gettext.
57307         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
57308         * m4/progtest.m4: Likewise
57309         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
57310         * m4/glibc21.m4: Likewise.
57311
57312         * m4/libintl.m4: Remove.  No longer used.
57313
57314 2001-09-22  Jim Meyering  <meyering@lucent.com>
57315
57316         * lib/localcharset.c: Update from latest gettext.
57317         * lib/config.charset: Likewise.
57318
57319 2001-09-20  Jim Meyering  <meyering@lucent.com>
57320
57321         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
57322         strtoimax.
57323         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
57324         strtoumax.
57325
57326 2001-09-20  Jim Meyering  <meyering@lucent.com>
57327
57328         * lib/xstrtol.c (strtoimax): Guard declaration with
57329         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
57330         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
57331         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
57332         (strtoumax): Likewise, for completeness (it wasn't necessary).
57333
57334 2001-09-17  Paul Eggert  <eggert@twinsun.com>
57335
57336         * lib/strtoimax.c (HAVE_LONG_LONG):
57337         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
57338         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
57339         to work around bug in IBM C compiler.
57340
57341 2001-09-17  Jim Meyering  <meyering@lucent.com>
57342
57343         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
57344         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
57345         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
57346         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
57347         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
57348         whenever the right hand side need not be expanded by the shell.
57349
57350 2001-09-16  Paul Eggert  <eggert@twinsun.com>
57351
57352         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
57353         library.  It's not correct, as some older glibcs are buggy.
57354         fnmatch wasn't fixed until glibc 2.2.
57355
57356         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
57357         special shell magic here.
57358
57359 2001-09-16  Jim Meyering  <meyering@lucent.com>
57360
57361         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
57362         * m4/jm-macros.m4: Require it.
57363
57364 2001-09-16  Jim Meyering  <meyering@lucent.com>
57365
57366         * lib/mkdir.c: New file.
57367
57368 2001-09-15  Jim Meyering  <meyering@lucent.com>
57369
57370         * m4/jm-macros.m4: Check for help2man.
57371
57372 2001-09-11  Jim Meyering  <meyering@lucent.com>
57373
57374         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
57375         The body, by Paul Eggert, was moved here from configure.in.
57376         * m4/jm-macros.m4: Require UTILS_HOST_OS.
57377
57378 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57379
57380         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
57381         (jm_PREREQ): Use it.
57382
57383 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57384
57385         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
57386         Use ssize_t, not int, to store result of readlink.
57387         Check for ssize_t overflow as well as size_t overflow,
57388         as POSIX says the result of readlink is implementation-defined
57389         when ssize_t overflows.
57390         Remove unnecessary cast to char*.
57391         Use free+malloc instead of realloc, as the storage doesn't need
57392         to be preserved and it's clearer and can be more efficient that way.
57393         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
57394         * lib/xreadlink.h (xreadlink): Update prototype.
57395
57396 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57397
57398         * lib/xgetcwd.c: Revert some of the previous change; intead,
57399         fix the HAVE_GETCWD_NULL code to behave more like the
57400         !HAVE_GETCWD_NULL code used to.
57401
57402         Include "xalloc.h".
57403         (xgetcwd): Do not return NULL when memory is exhausted; instead,
57404         invoke xalloc_die.
57405
57406 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57407
57408         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
57409         sys/param.h, as pathmax.h includes them.
57410
57411 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57412
57413         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
57414         (jm_PREREQ_XGETCWD): New macro.
57415
57416         * m4/getcwd.m4: New file.
57417
57418 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57419
57420         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
57421         like the HAVE_GETCWD_NULL code.
57422         Include pathmax.h if not HAVE_GETCWD.
57423         Do not include xalloc.h.
57424         (INITIAL_BUFFER_SIZE): New symbol.
57425         Do not use xmalloc / xrealloc, since the caller is responsible for
57426         handling errors.  Preserve errno around `free' during failure.
57427         Do not overrun buffer when using getwd.
57428
57429 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57430
57431         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
57432         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
57433         getcwd (NULL, 0).
57434
57435 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57436
57437         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
57438         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
57439         spotted by Jim Meyering.
57440
57441 2001-09-03  Jim Meyering  <meyering@lucent.com>
57442
57443         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
57444         failure.
57445
57446 2001-09-02  Jim Meyering  <meyering@lucent.com>
57447
57448         * lib/error.c: Update from GNU libc.
57449
57450 2001-09-01  Jim Meyering  <meyering@lucent.com>
57451
57452         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
57453         Used by df.
57454
57455 2001-09-01  Jim Meyering  <meyering@lucent.com>
57456
57457         * lib/xreadlink.c: New file.
57458         * lib/xreadlink.h: New file.
57459         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
57460         xreadlink.h.
57461
57462         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
57463         doesn't conflict with sparc Solaris 7's definition in
57464         /usr/include/sys/int_types.h.
57465
57466         * lib/exclude.c: Use `""', not `<>' to #include non-system header
57467         files.
57468         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
57469         and strncasecmp as r-values.  Unixware didn't have declarations.
57470
57471 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57472
57473         * lib/xstrtol.h: Add copyright notice.
57474         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
57475         LONGINT_INVALID_SUFFIX_CHAR.
57476
57477 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57478
57479         * lib/xstrtol.c (strtoimax): New decl.
57480
57481 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57482
57483         * lib/xgetcwd.c: Don't include pathmax.h.
57484         Include stdlib.h and unistd.h if available.
57485         Include xalloc.h.
57486         (xmalloc, xstrdup, free): Remove decls.
57487         (xgetcwd): Don't assume sizes fit in unsigned.
57488         Check for overflow when computing sizes.
57489         Simplify reallocation code.
57490
57491 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57492
57493         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
57494         a directory's st_size can have an arbitrary value, so the old
57495         usage could waste an arbitrary amount of memory.  All uses
57496         changed.
57497         * lib/savedir.h: Update prototype.
57498
57499 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57500
57501         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
57502
57503         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
57504         old strtoimax.c.
57505
57506         Also, make the following further changes to make this file's
57507         configuration more similar to that of strtol.c:
57508         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
57509         (strtoumax, uintmax_t, strtoull, strtol): Remove.
57510         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
57511         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
57512         changed to signed values.
57513
57514         And make the following changes as well:
57515         Fix copyright notice, as 1999 was missing.
57516         (verify): New macro.
57517         (strtoimax): Check sizes at compile-time, not run-time.
57518         Prefer strtol to strtoll if both work.
57519         (main): Remove; it was not that useful and was a pain to maintain.
57520
57521         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
57522
57523 2001-08-31  Jim Meyering  <meyering@lucent.com>
57524
57525         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
57526         Use an initial, malloc'd, buffer of length 128 rather than
57527         a statically allocated one of length 1024.
57528
57529 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57530
57531         Simplify code, partly by assuming autoconf 2.52 semantics.
57532
57533         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
57534
57535         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
57536         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
57537         All uses removed.
57538         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
57539         Move AC_REQUIRE to next-to-top level, to avoid confusion.
57540         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
57541         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
57542         jm_AC_HEADER_INTTYPES_H.
57543         * m4/jm-macros.m4 (jm_MACROS): Likewise.
57544
57545         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
57546
57547         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
57548         Quote first arg of AC_DEFUN.
57549         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
57550         since they are needed to parse the include file even if we need
57551         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
57552         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
57553         but with opposite signedness.
57554
57555 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57556
57557         Merge 'exclude' changes from tar 1.13.22.
57558         This fixes one or two unlikely storage allocation overflow bugs,
57559         but doesn't change user-visible behavior otherwise.
57560
57561 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57562
57563         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
57564         (jm_PREREQ_EXCLUDE): New macro.
57565
57566 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57567
57568         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
57569         tm to be declared.
57570
57571 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57572
57573         * lib/hash.c: Remove '2001' from copyright notice.
57574
57575 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57576
57577         * lib/full-write.h: New file.
57578         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
57579         * lib/full-write.c: Correct credits, as cccp.c no longer
57580         exists and anyway it was so heavily changed from the old cccp
57581         code as to be unrecognizable.  Include full-write.h.
57582         (full_write) Return size_t, with short writes meaning failure.
57583         All callers changed.  This fixes a bug with large buffers
57584         on 64-bit hosts.
57585         * lib/utime.c: Include full-write.h.
57586
57587 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57588
57589         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
57590         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
57591         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
57592         Include if available.
57593         (<xalloc.h>): Include
57594         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
57595         (verify): New macro.  Use it to verify that EXCLUDE macros do not
57596         collide with FNM macros.
57597         (struct patopts): New struct.
57598         (struct exclude): Use it, as exclude patterns now come with options.
57599         (new_exclude): Support above changes.
57600         (new_exclude, add_exclude_file):
57601         Initial size must now be a power of two to simplify overflow checking.
57602         (free_exclude, fnmatch_no_wildcards): New function.
57603         (excluded_filename): No longer requires options arg, as the options
57604         are determined by add_exclude.  Now returns bool, not int.
57605         (excluded_filename, add_exclude):
57606         Add support for the fancy new exclusion options.
57607         (add_exclude, add_exclude_file): Now takes int options arg.
57608         Check for arithmetic overflow when computing sizes.
57609         (add_exclude_file): xrealloc might modify errno, so don't
57610         realloc until after errno might be used.
57611
57612         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
57613         New macros.
57614         (free_exclude): New decl.
57615         (add_exclude, add_exclude_file): Now takes int options arg.
57616         (excluded_filename): No longer requires options arg, as the options
57617         are determined by add_exclude.  Now returns bool, not int.
57618
57619 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57620
57621         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
57622
57623 2001-08-27  Jim Meyering  <meyering@lucent.com>
57624
57625         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
57626
57627         * lib/version-etc.c (N_): Remove definition.
57628         Revert most of last change.
57629         Instead, simply don't mark the `Copyright...' string for translation.
57630         Based on advice from Paul Eggert.
57631
57632         * lib/strtoxmax.c: Tweak comment.
57633
57634 2001-08-26  Jim Meyering  <meyering@lucent.com>
57635
57636         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
57637
57638         * m4/xstrtoimax.m4: New file.
57639         * m4/xstrtoumax.m4: Add comments explaining why we
57640         AC_REPLACE_FUNCS(strtol).
57641
57642 2001-08-26  Jim Meyering  <meyering@lucent.com>
57643
57644         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
57645         of copyright with `%s' so translators don't get an untranslated
57646         message in 2002.
57647         (COPYRIGHT_YEAR): Define.
57648         (version_etc): Use fprintf rather than fputs.
57649         Suggestion from Ulrich Drepper.
57650
57651         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
57652
57653         * lib/strtoll.c: New file, from GNU libc.
57654         * lib/xstrtoimax.c: New file.
57655
57656         * lib/xstrtol.h: Add xstrtoimax.
57657         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
57658         * lib/strtoimax.c: New file.  Likewise, but first define
57659         STRTOUXMAX_SIGNED.
57660
57661         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
57662         ...
57663         * lib/strtoxmax.c: ... then renamed to this.
57664
57665 2001-08-18  Paul Eggert  <eggert@twinsun.com>
57666
57667         * m4/inttypes.m4: Add AC_PREREQ(2.13).
57668         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
57669         (jm_AC_TYPE_INTMAX_T): New macro.
57670         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
57671
57672         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
57673
57674         * m4/longlong.m4: Renamed from ulonglong.m4.
57675         * m4/inttypes.m4: Renamed from inttypes_h.m4.
57676         * m4/uintmax_t.m4: Removed.
57677
57678 2001-08-13  Paul Eggert  <eggert@twinsun.com>
57679
57680         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
57681         Port to Solaris 8, where 'sed' requires a space after the 'r'
57682         command, and where sh dislikes "$/".  Clean up the spacing a bit.
57683         Redirect output to $tmp just once.
57684
57685 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
57686
57687         * lib/addext.c (<errno.h>): Include.
57688         (errno): Declare if not defined.
57689         (addext): Work correctly when pathconf returns -1 and leaves
57690         errno alone because there is no limit.  Also, work even if
57691         pathconf returns a value greater than SIZE_MAX.
57692
57693 2001-08-12  Jim Meyering  <meyering@lucent.com>
57694
57695         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
57696         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
57697         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
57698         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
57699         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
57700         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
57701         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
57702         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
57703         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
57704         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
57705         utime.m4, utimes.m4, xstrtoumax.m4:
57706         Quote the first argument in each use of AC_DEFUN.
57707
57708 2001-08-12  Jim Meyering  <meyering@lucent.com>
57709
57710         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
57711         Simply `return getcwd (NULL, 0);'.
57712         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
57713         Use 1300 as initial value for length, not PATH_MAX.
57714
57715         * lib/pathmax.h: Clean up cpp syntax.
57716
57717 2001-08-12  Jim Meyering  <meyering@lucent.com>
57718
57719         * lib/gettimeofday.c: New file.
57720         * lib/gtod.h: New file.
57721         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
57722
57723 2001-08-05  Jim Meyering  <meyering@lucent.com>
57724
57725         * m4/jm-macros.m4: Require autoconf-2.52.
57726
57727 2001-08-04  Jim Meyering  <meyering@lucent.com>
57728
57729         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
57730         stmt, to get in sync with glibc.
57731
57732 2001-08-03  Paul Eggert  <eggert@twinsun.com>
57733
57734         The following changes are from gettext 0.10.39 as maintained by
57735         Bruno Haible.
57736
57737         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
57738         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
57739         with inverted sense.  All uses changed.
57740
57741         * lib/mbswidth.c: Don't include <limits.h>.
57742         Include <stdlib.h> and <string.h> unconditionally.
57743         (iswcntrl, mbsinit, ISCNTRL): New macros.
57744         (mbsnwidth): Use K&R style function declarations.
57745         Don't bother checking for MB_LEN_MAX == 1, since the compiler
57746         can optimize it when MB_CUR_MAX == 1.
57747         The width of control characters is zero, not 1.
57748
57749 2001-08-03  Paul Eggert  <eggert@twinsun.com>
57750
57751         The following changes are from gettext 0.10.39 as maintained by
57752         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
57753
57754         * m4/codeset.m4: Upgrade to serial AM1.
57755         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
57756         all uses changed.  Quote first arg of AC_DEFUN.
57757         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
57758
57759         * m4/iconv.m4: Upgrade to serial AM2.
57760         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
57761         Add --with-libconv-prefix.
57762         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
57763         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
57764         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
57765         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
57766         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
57767
57768         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
57769         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
57770         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
57771         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
57772         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
57773         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
57774         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
57775         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
57776         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
57777
57778         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
57779         string.h any more.
57780
57781         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
57782         not the default value.
57783
57784         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
57785         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
57786         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
57787         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
57788         Also check for iswcntrl, used for wcwidth fallback.
57789         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
57790         to Autoconf 2.13.
57791
57792 2001-08-03  Jim Meyering  <meyering@lucent.com>
57793
57794         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
57795         as it was in the original.  Reported by Paul Eggert.
57796
57797 2001-07-16  Jim Meyering  <meyering@lucent.com>
57798
57799         * m4/gettimeofday.m4: New file.
57800         Prompted by a report from Bernhard Baehr.
57801
57802 2001-07-15  Jim Meyering  <meyering@lucent.com>
57803
57804         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
57805         stuff. Now it's in ../Makefile.cfg.
57806
57807 2001-07-15  Jim Meyering  <meyering@lucent.com>
57808
57809         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
57810         (BUILT_SOURCES): Add unlocked-io.h.
57811         (io_functions): Define.
57812         (unlocked-io.h): New rule.
57813         (DISTCLEANFILES): Add unlocked-io.h.
57814         (all-local): Depend on unlocked-io.h, to ensure it is created.
57815
57816         * lib/unlocked-io.hin: New file
57817
57818         * lib/regex.c: Update from glibc.
57819
57820 2001-07-05  Jim Meyering  <meyering@lucent.com>
57821
57822         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
57823         recommendation.
57824         (libfetish_a_SOURCES): Put all .h files here instead.
57825         Remove a thus-exposed (better checks in automake) duplicate and
57826         two unnecessary .h files.
57827
57828 2001-07-04  Jim Meyering  <meyering@lucent.com>
57829
57830         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
57831         that generates jm-glibc-io.m4 so that it doesn't trigger any make
57832         distcheck failure.
57833
57834 2001-07-02  Jim Meyering  <meyering@lucent.com>
57835
57836         The following changes were prompted by suggestions from Bruno Haible.
57837
57838         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
57839         is now generated.
57840         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
57841         definition of EXTRA_DIST.
57842         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
57843         ensure that the generated file is created/updated whenever the list
57844         of $(unlocked_functions) is changed.
57845         (jm-glibc-io.m4): New rule.
57846         (unlocked-io.h): New rule -- currently unused.
57847
57848 2001-06-24  Jim Meyering  <meyering@lucent.com>
57849
57850         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
57851         unmatched right bracket, rather than kludging it with an extra,
57852         falsely-matching quote in a comment.  Patch by Akim Demaille.
57853
57854 2001-06-11  Jim Meyering  <meyering@lucent.com>
57855
57856         * lib/regex.c: Update from GNU libc.
57857
57858 2001-05-27  Jim Meyering  <meyering@lucent.com>
57859
57860         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
57861         Check for ut_type in struct utmp.
57862
57863 2001-05-27  Jim Meyering  <meyering@lucent.com>
57864
57865         * lib/readutmp.h (UT_TYPE): Define.
57866
57867 2001-05-24  Jim Meyering  <meyering@lucent.com>
57868
57869         * lib/argmatch.c: Include "quote.h".
57870         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
57871         quote function.  Reported by Göran Uddeborg.
57872
57873 2001-05-22  Jim Meyering  <meyering@lucent.com>
57874
57875         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
57876         now that we use the package-supplied version unconditionally.
57877         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
57878
57879 2001-05-21  Jim Meyering  <meyering@lucent.com>
57880
57881         * m4/regex.m4: Change a couple backticks to single quotes to avoid
57882         shell syntax errors.
57883
57884 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
57885
57886         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
57887
57888 2001-05-20  Paul Eggert  <eggert@twinsun.com>
57889
57890         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
57891         Don't bother to check library strftime, since
57892         we'll be using our own my_strftime function anyway.
57893         Define my_strftime instead of strftime.
57894
57895 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
57896
57897         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
57898         which is not yet declared.
57899
57900 2001-05-15  Jim Meyering  <meyering@lucent.com>
57901
57902         * m4/regex.m4: Use proper quoting so brackets appear in the test
57903         program.
57904         Reported by, and with help from, Bruno Haible.
57905
57906 2001-05-13  Jim Meyering  <meyering@lucent.com>
57907
57908         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
57909         undefined.
57910
57911 2001-05-11  Paul Eggert  <eggert@twinsun.com>
57912
57913         dirname code cleanup.  base_name now behaves more compatibly
57914         with POSIX basename when given file names that have trailing
57915         slashes, and similarly for dir_name.  Add new primitives
57916         base_len and dir_len.  Put the directory-name-related decls
57917         into dirname.h.
57918
57919         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
57920         * lib/backupfile.c (base_name): Likewise.
57921         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
57922         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
57923         * lib/makepath.c (strip_trailing_slashes): Likewise.
57924         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
57925         ISSLASH): Likewise.
57926         * lib/rename.c (strip_trailing_slashes): Likewise.
57927         * lib/same.c (base_name): Likewise.
57928         * lib/stripslash.c (ISSLASH): Likewise.
57929
57930         * lib/addext.c: Include <dirname.h> after size_t is defined.
57931         * lib/backupfile.c: Likewise.
57932
57933         * lib/addext.c (addext): Use base_len to trim redundant
57934         trailing slashes instead of doing it ourselves.
57935         But do not trim the last slash if it is not redundant.
57936
57937         * lib/backupfile.c (find_backup_file_name,
57938         max_backup_version): Use base_len instead of rolling it ourselves.
57939         Handle the case of "" and (on DOS) "C:" correctly.
57940
57941         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
57942         needed. Include <string.h>, <dirname.h>.
57943         (base_name): Allow file names ending in slashes, other than names
57944         that are all slashes.  In this case, return the basename followed
57945         by the slashes.  This is more general, and can be used in places
57946         where the original base_name purposely had an assertion failure.
57947         (base_len): New function.
57948
57949         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
57950         Do not include <assert.h>; no longer needed.
57951         Include xalloc.h.
57952         (memrchr): Remove decl.
57953         (dir_name_r): Remove.
57954         (dir_len): Renamed from dirlen.  All callers changed.
57955         Rewrite in terms of base_name, for simplicity and consistency.
57956         (dir_name): Never return NULL.  All callers changed.
57957         Do not include <stdlib.h> in test program; no longer needed.
57958         return 0; is fine for test program.
57959
57960         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
57961         New macros.
57962         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
57963
57964         * lib/path-concat.c (path_concat): Use base_len to compute
57965         base length, not strlen; this means we cannot rely on memcpy
57966         to null-terminate.
57967
57968         * lib/same.c (STREQ): Remove.
57969         (same_name): Handle the case where the basename ends in trailing '/'.
57970
57971         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
57972         a slash was stripped.  Do not strip the last slash after a
57973         file system prefix.
57974
57975 2001-05-11  Paul Eggert  <eggert@twinsun.com>
57976
57977         * lib/Makefile.am (libfetish_a_SOURCES):
57978         Add strftime.c, since we now compile it on all hosts.
57979
57980         * lib/strftime.c (my_strftime):
57981         Define to nstrftime if emacs, but only if my_strftime is not defined.
57982         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
57983         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
57984         Add one more extra argument: a nanoseconds value.
57985         All uses changed.
57986         (ns): New macro.
57987         (my_strftime function): Add %N format.
57988         (emacs_strftimeu): Renamed from emacs_strftime,
57989         with extra ut argument.
57990
57991 2001-05-09  Paul Eggert  <eggert@twinsun.com>
57992
57993         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
57994
57995 2001-04-21  Jim Meyering  <meyering@lucent.com>
57996
57997         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
57998         doesn't interfere.
57999
58000 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58001
58002         * m4/ftruncate.m4: Check for chsize.
58003         Link with ftruncate.o unconditionally if ftruncate is missing.
58004         This was required when cross-compiling to i586-mingw32msvc.
58005
58006 2001-04-08  Jim Meyering  <meyering@lucent.com>
58007
58008         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
58009         recomputed; that's necessary when the offset spans a DST transition.
58010         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
58011
58012 2001-04-02  Jim Meyering  <meyering@lucent.com>
58013
58014         * lib/regex.h, regex.c: Update from GNU libc.
58015
58016 2001-03-24  Jim Meyering  <meyering@lucent.com>
58017
58018         * m4/jm-macros.m4: Require autoconf-2.49d.
58019
58020 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
58021
58022         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
58023
58024 2001-03-19  Paul Eggert  <eggert@twinsun.com>
58025
58026         * lib/version-etc.c (version_etc_copyright): Update to 2001.
58027
58028 2001-03-17  Jim Meyering  <meyering@lucent.com>
58029
58030         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
58031         now that the version in autoconf is equivalent.
58032         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
58033
58034         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
58035         Suggestion from Akim Demaille.
58036
58037         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
58038         (jm_PREREQ_TEMPNAME): New function.
58039
58040 2001-03-16  Paul Eggert  <eggert@twinsun.com>
58041
58042         * lib/tempname.c (uint64_t): Define to uintmax_t if
58043         not defined, and if UINT64_MAX is not defined.
58044         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
58045         Reported by John David Anglin.
58046
58047 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
58048
58049         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
58050         resolve alias if codeset is empty.
58051         * lib/config.charset (BeOS): Use wildcard syntax.
58052
58053 2001-03-13  Jim Meyering  <meyering@lucent.com>
58054
58055         * lib/path-concat.c (path_concat)
58056         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
58057         concatenating e.g., `C:' and `foo'.
58058         From Bruno Haible.
58059
58060 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58061
58062         * lib/localcharset.c (locale_charset): Don't use
58063         setlocale(LC_CTYPE,NULL). Don't return NULL.
58064         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
58065
58066 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58067
58068         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
58069         support for DOS/DJGPP.
58070
58071 2001-03-01  Paul Eggert  <eggert@twinsun.com>
58072
58073         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
58074         lacks mkstemp.  Compile our own tempname.c if we compile our own
58075         mkstemp.c, as mkstemp relies on tempname.
58076
58077 2001-03-01  Jim Meyering  <meyering@lucent.com>
58078
58079         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
58080         AH_VERBATIM really does output its argument verbatim.
58081
58082 2001-02-28  Paul Eggert  <eggert@twinsun.com>
58083
58084         * lib/Makefile.am (libfetish_a_SOURCES):
58085         Add dup-safer.c, fopen-safer.c.
58086         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
58087
58088         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
58089         * lib/unistd-safer.h: New files.
58090
58091 2001-02-25  Paul Eggert  <eggert@twinsun.com>
58092
58093         The mkstemp replacement is taken from glibc 2.2.2, with some
58094         portability fixes for use outside glibc, as follows:
58095
58096         * lib/tempname.c (struct_stat64): New macro.
58097         (direxists, __gen_tempname): Use it.
58098         This avoids a portability problem with Solaris 8.
58099
58100         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
58101         (<stddef.h>, <stdint.h>, <string.h>):
58102         Include only if STDC_HEADERS || _LIBC.
58103         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
58104         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
58105         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
58106         (__set_errno): Define this macro if <errno.h> doesn't.
58107         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
58108         Define these macros if <stdio.h> doesn't.
58109         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
58110         Define these macros if <sys/stat.h>
58111         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
58112         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
58113         __xstat64): Define if not _LIBC.
58114         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
58115         (__gen_tempname): Invoke gettimeofday only if
58116         HAVE_GETTIMEOFDAY || _LIBC;
58117         otherwise, fall back on plain "time".
58118         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
58119
58120         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
58121
58122         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
58123
58124 2001-02-18  Paul Eggert  <eggert@twinsun.com>
58125
58126         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
58127
58128 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58129
58130         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
58131         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
58132         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
58133         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
58134
58135 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58136
58137         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
58138         Remove workaround macros for hosts that have mbrtowc but not
58139         mbstate_t, as we now insist on proper declarations for both
58140         before using mbrtowc.
58141
58142 2001-02-17  Jim Meyering  <meyering@lucent.com>
58143
58144         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
58145         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
58146         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
58147         UnixWare 7.1.1.
58148
58149         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
58150         rather than AC_CACHE_VAL.
58151
58152 2001-02-17  Jim Meyering  <meyering@lucent.com>
58153
58154         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
58155         around included file name.
58156
58157         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
58158
58159         * lib/strftime.c: Update from GNU libc (the only changes were to
58160         comments).
58161
58162 2001-02-17  Jim Meyering  <meyering@lucent.com>
58163
58164         * lib/regex.c: Update from libc.
58165
58166 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
58167
58168         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
58169         clash.
58170
58171 2001-02-16  Paul Eggert  <eggert@twinsun.com>
58172
58173         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
58174         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
58175         Reported by Mark Hounschell via Paul Eggert.
58176
58177 2001-02-07  Jim Meyering  <meyering@lucent.com>
58178
58179         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
58180
58181 2001-02-05  Jim Meyering  <meyering@lucent.com>
58182
58183         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
58184         it includes the patch required for `large file' support with at least
58185         HP-UX's 10.20 /bin/cc.
58186
58187 2001-02-03  Jim Meyering  <meyering@lucent.com>
58188
58189         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
58190         AS_IF, now that it works once again (mysteriously).
58191         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58192
58193 2001-01-30  Jim Meyering  <meyering@lucent.com>
58194
58195         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
58196         * m4/chown.m4: Rename conftestchown to conftest.chown.
58197         * m4/rename.m4: s/conftestdir/conftest.d1/ and
58198         s/conftestdir2/conftest.d2/.
58199         * m4/utimes.m4: s/conftestdata/conftest.data/
58200         Inspired by Pavel Roskin's change in autoconf.
58201
58202 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
58203
58204         * lib/config.charset: Update for FreeBSD 4.2.
58205
58206 2001-01-27  Jim Meyering  <meyering@lucent.com>
58207
58208         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
58209         a use of AS_IF.
58210         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58211
58212 2001-01-26  Jim Meyering  <meyering@lucent.com>
58213
58214         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
58215         quotearg.c includes it.
58216
58217 2001-01-26  Jim Meyering  <meyering@lucent.com>
58218
58219         * lib/quotearg.c: Include stddef.h.
58220         * lib/quote.c: Include stddef.h.
58221         Reported by Axel Kittenberger.
58222
58223         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
58224         line in double quotes so that it evokes a better diagnostic.
58225         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
58226         Reported by Axel Kittenberger.
58227
58228 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
58229
58230         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
58231         as if it was a `charset'.
58232
58233 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58234
58235         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
58236         has const.
58237
58238 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58239
58240         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
58241         to avoid a warning.  Add back 'const' to inptr.
58242
58243 2001-01-20  Jim Meyering  <meyering@lucent.com>
58244
58245         Be sure that headers are checked before used in code compiled
58246         for the type checks.
58247         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
58248         In place of that, invoke jm_CHECK_ALL_TYPES.
58249         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
58250         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
58251         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
58252         The check for ssize_t was mistakenly run before the test for unistd.h.
58253
58254         The configure-time check for stdbool.h was missing.
58255         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
58256         (jm_PREREQ_HASH): New function.
58257
58258 2001-01-17  Jim Meyering  <meyering@lucent.com>
58259
58260         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
58261         for autoconf-2.49c.
58262         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
58263
58264 2001-01-16  Jim Meyering  <meyering@lucent.com>
58265
58266         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
58267         From Bruno Haible.
58268
58269 2001-01-14  Jim Meyering  <meyering@lucent.com>
58270
58271         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
58272         foo and bar.  Create conftestdir/ in the script, not in the C code.
58273         Remove directories in the script, not in the C code.
58274         Remove conftestdir{,2} before trying to create the directory.
58275         Make the entire configure script fail if the mkdir fails.
58276
58277 2001-01-14  Jim Meyering  <meyering@lucent.com>
58278
58279         * lib/rename.c: New file.  From Volker Borchert.
58280         Include stdlib.h, string.h or strings.h, and xalloc.h.
58281         Use strip_trailing_slashes rather than open-coding it.
58282
58283 2001-01-03  Paul Eggert  <eggert@twinsun.com>
58284
58285         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
58286
58287 2001-01-03  Jim Meyering  <meyering@lucent.com>
58288
58289         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
58290         of local `inptr' to avoid warning with some system declarations of
58291         iconv.
58292
58293 2001-01-02  Volker Borchert  <bt@teknon.de>
58294
58295         * m4/rename.m4: New file.
58296         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
58297
58298 2001-01-01  Jim Meyering  <meyering@lucent.com>
58299
58300         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
58301         even on systems with utmpx.h.  It's necessary for the declaration of
58302         utmp's ut_user member.  Reported by Andreas Jaeger.
58303
58304         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
58305         available. They are required for the declarations of getgrgid and
58306         getpwuid resp.
58307         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
58308         Reported by Andreas Jaeger.
58309
58310 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
58311
58312         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
58313         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
58314         so `make install' also works in VPATH builds.
58315
58316 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
58317
58318         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
58319         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
58320         can be used in subdirectories.
58321
58322 2000-12-29  Paul Eggert  <eggert@twinsun.com>
58323
58324         * lib/modechange.c: Do not assume that mode_t uses the
58325         traditional octal encoding.  E.g. "chmod 1 FOO" should set
58326         the other-execute bit of FOO even if S_IXOTH != 1.
58327
58328         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
58329         WOTH, XOTH, ALLM): New macros.
58330         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
58331          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
58332         Use them.
58333         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
58334         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
58335         (mode_compile):
58336         No need to use uintmax_t; unsigned long is long enough.
58337         Don't bother to get suffix since we don't use it.
58338
58339 2000-12-26  Jim Meyering  <meyering@lucent.com>
58340
58341         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
58342         better with autoheader.
58343
58344 2000-12-24  Jim Meyering  <meyering@lucent.com>
58345
58346         * lib/hash.c (is_prime): Return explicit boolean values.
58347         (hash_get_first): Return NULL to appease Irix5.6's 89.
58348         Reported by Nelson Beebe.
58349
58350 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
58351
58352         * lib/localcharset.c (locale_charset): Add support for Win32.
58353
58354 2000-12-18  Paul Eggert  <eggert@twinsun.com>
58355
58356         * lib/physmem.h, lib/physmem.c: New files.
58357
58358         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
58359         (noinst_HEADERS): Add physmem.h.
58360
58361         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
58362         't' for compatibility with Solaris 8 sort.
58363
58364 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
58365
58366         * lib/config.charset: Add support for BeOS.
58367
58368 2000-12-17  Jim Meyering  <meyering@lucent.com>
58369
58370         * m4/dos.m4 (jm_AC_DOS): New file and macro.
58371         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
58372
58373 2000-12-16  Jim Meyering  <meyering@lucent.com>
58374
58375         This bug had a serious impact on chown: `chown N:M FILE' (for integer
58376         N and M) would have treated it like `chown N:N FILE'.
58377
58378         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
58379
58380 2000-12-16  Jim Meyering  <meyering@lucent.com>
58381
58382         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
58383         SHELLS_FILE to a file name that's useful on djgpp systems.
58384         Include stdlib.h.
58385         (ADDITIONAL_DEFAULT_SHELLS): Define.
58386         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
58387         Based mostly on a patch from Prashant TR.
58388
58389 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
58390
58391         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
58392         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
58393         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
58394
58395 2000-12-08  Andreas Schwab  <schwab@suse.de>
58396
58397         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
58398         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
58399
58400 2000-12-07  Jim Meyering  <meyering@lucent.com>
58401
58402         * lib/stripslash.c (ISSLASH): Define.
58403         (strip_trailing_slashes): Use ISSLASH rather than comparing against
58404         `/'.
58405         From Prashant TR.
58406
58407         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
58408         (dir_name_r): Declare this function as static.
58409         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
58410         manifest itself on a name containing a mix of slashes and
58411         backslashes.
58412         Make this function work with names starting with a DOS-style
58413         drive letter and colon prefix.
58414         (dir_name): Append `.' if necessary.
58415         Based mostly on patches from Prashant TR and Eli Zaretskii.
58416
58417         * lib/dirname.h (dir_name_r): Remove prototype.
58418
58419 2000-12-06  Paul Eggert  <eggert@twinsun.com>
58420
58421         * m4/off_t-format.m4: Remove this file.
58422         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
58423
58424 2000-12-06  Jim Meyering  <meyering@lucent.com>
58425
58426         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
58427         replacement strtoull, we may well need the replacement strtoul, too.
58428         Check for declarations of strtoul and strtoull.
58429         Check for strtol.  Mainly as a cue to cause automake to include
58430         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
58431         Check for limits.h -- strtol.c needs it.
58432
58433 2000-12-05  Jim Meyering  <meyering@lucent.com>
58434
58435         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
58436
58437 2000-12-04  Jim Meyering  <meyering@lucent.com>
58438
58439         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
58440         Also include memory.h, stdlib.h, unistd.h if appropriate.
58441         Reported by Andreas Jaeger (conflicting declaration of malloc).
58442
58443 2000-12-02  Jim Meyering  <meyering@lucent.com>
58444
58445         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
58446         * m4/jm-macros.m4 (jm_MACROS): require it.
58447
58448 2000-12-02  Jim Meyering  <meyering@lucent.com>
58449
58450         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
58451
58452 2000-12-01  Paul Eggert  <eggert@twinsun.com>
58453
58454         * lib/memrchr.c: Include <config.h> before any system include file.
58455
58456 2000-11-30  Jim Meyering  <meyering@lucent.com>
58457
58458         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
58459
58460 2000-11-30  Jim Meyering  <meyering@lucent.com>
58461
58462         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
58463
58464 2000-11-29  Paul Eggert  <eggert@twinsun.com>
58465
58466         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
58467
58468 2000-11-26  Jim Meyering  <meyering@lucent.com>
58469
58470         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
58471
58472 2000-11-22  Paul Eggert  <eggert@twinsun.com>
58473
58474         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
58475         size of (size_t) -1; it's not portable.
58476
58477 2000-11-17  Jim Meyering  <meyering@lucent.com>
58478
58479         * lib/strstr.c: Update from GNU libc.
58480
58481 2000-11-17  Akim Demaille  <akim@epita.fr>
58482
58483         * lib/obstack.h: Formatting changes.
58484         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
58485         prevent type checking.
58486         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
58487         cast the value to (void *): assigning a `foo *' to a `void *'
58488         variable is valid.
58489         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
58490
58491 2000-11-16  Jim Meyering  <meyering@lucent.com>
58492
58493         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
58494
58495 2000-11-11  Jim Meyering  <meyering@lucent.com>
58496
58497         * lib/error.c: Add a couple #includes, merging from GNU libc version.
58498
58499 2000-11-10  Jim Meyering  <meyering@lucent.com>
58500
58501         * lib/obstack.h: Update from GNU libc.
58502         * lib/obstack.c: Likewise.
58503
58504 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
58505
58506         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
58507
58508 2000-11-06  Paul Eggert  <eggert@twinsun.com>
58509
58510         * lib/getusershell.c (setusershell): Use rewind rather than
58511         fseek/fseeko, to avoid configuration hassles with fseeko.
58512         Don't bother opening SHELLS_FILE if shellstream is NULL;
58513         it's not necessary.
58514
58515 2000-11-05  Jim Meyering  <meyering@lucent.com>
58516
58517         * lib/makepath.h (make_dir): Declare.
58518         * lib/makepath.c (make_dir): Remove `static' attribute.
58519         Tweak a comment.
58520
58521 2000-11-04  Jim Meyering  <meyering@lucent.com>
58522
58523         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
58524
58525 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
58526
58527         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
58528         last one in a bucket, advance to the next bucket.
58529
58530 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
58531
58532         * lib/fnmatch.c: Do not comment out all the code if we are using
58533         the GNU C library, because in some cases we are replacing buggy
58534         code in the GNU C library itself.
58535
58536 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
58537
58538         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
58539         (regex_compile): Catch bogus \(\1\).
58540
58541 2000-10-30  Paul Eggert  <eggert@twinsun.com>
58542
58543         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
58544         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
58545         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
58546
58547 2000-10-30  Paul Eggert  <eggert@twinsun.com>
58548
58549         * lib/error.h, getline.h, modechange.h:
58550         Remove "2000" from Copyright line, as the file hasn't been
58551         changed this year other than in the copyright notice.
58552
58553         * lib/xalloc.h: Add "2000" to Copyright line, as this file
58554         was changed this year.
58555
58556 2000-10-29  Jim Meyering  <meyering@lucent.com>
58557
58558         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
58559         renaming.
58560         * m4/ls-mntd-fs.m4: Likewise
58561
58562 2000-10-29  Jim Meyering  <meyering@lucent.com>
58563
58564         * lib/xstat.in: Fix grammar in comment.
58565
58566 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
58567
58568         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
58569         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
58570         doesn't define __restrict_arr.
58571
58572 2000-10-28  Jim Meyering  <meyering@lucent.com>
58573
58574         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
58575         (jm_PREREQ_MEMCHR): New function.
58576
58577 2000-10-28  Jim Meyering  <meyering@lucent.com>
58578
58579         * lib/memchr.c: Update from libc.
58580         Adjust for portability:
58581         [HAVE_STDLIB_H]: Include stdlib.h.
58582         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
58583         Undef __memchr, too.
58584         [!weak_alias]: Define __memchr to memchr.
58585
58586         * lib/regex.c: Update from libc.
58587         * lib/regex.h: Likewise.
58588         * lib/getopt1.c: Likewise.
58589         * lib/memcmp.c: Likewise.
58590
58591         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
58592         Avoid using fseek, when possible -- it's broken by design.
58593         Patch by Ulrich Drepper.
58594
58595 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
58596
58597         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
58598         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
58599         Giving in to popular pressure to shut up the compiler with casts.
58600
58601 2000-10-26  Jim Meyering  <meyering@lucent.com>
58602
58603         * lib/strftime.c: Update from libc.
58604
58605 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
58606
58607         * regex.c: More `unsigned char' -> `re_char' changes.
58608         Also change several `int' into `re_wchar_t'.
58609         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
58610         (PUSH_FAILURE_POINTER): Don't cast any more.
58611         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
58612         We want GCC to complain, since this piece of code makes
58613         re_match non-reentrant, which *should* be fixed.
58614         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
58615         (EXTEND_BUFFER): Use RETALLOC.
58616         (SET_LIST_BIT): Don't cast.
58617         (re_wchar_t): New type.
58618         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
58619         that those two functions will always properly return.
58620         (IMMEDIATE_QUIT_CHECK): Cast to void.
58621         (analyse_first): Use recursion rather than an explicit stack.
58622         (re_compile_fastmap): Can't fail anymore.
58623         (re_search_2): Don't check re_compile_fastmap for failure.
58624         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
58625         Now also sets the new value (passed in a new argument).
58626         (re_match_2_internal): Use it.
58627         Also, use a new var `reg' of type size_t when looping through regs
58628         rather than reuse the inappropriate `mcnt'.
58629
58630 2000-10-25  Jim Meyering  <meyering@lucent.com>
58631
58632         * lib/obstack.c: Update from libc.
58633
58634 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
58635
58636         * regex.c (regex_compile): Change the way of handling a range from
58637         a char less than 256 to a char not less than 256.
58638
58639 2000-10-24  Andrew Innes  <andrewi@gnu.org>
58640
58641         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
58642         NT-Emacs only.
58643         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
58644         so that re_search functions only quit when callers expect them to.
58645
58646 2000-10-23  Jim Meyering  <meyering@lucent.com>
58647
58648         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
58649         wrong.  That set_locale call must not have any side effects.
58650         From Paul Eggert.
58651
58652 2000-10-22  Jim Meyering  <meyering@lucent.com>
58653
58654         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
58655         [CYCLIC]: Remove now-unused definition.
58656
58657         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
58658         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
58659         Suggestion from Ulrich Drepper.
58660
58661 2000-10-21  Jim Meyering  <meyering@lucent.com>
58662
58663         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
58664         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
58665         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
58666
58667 2000-10-21  Jim Meyering  <meyering@lucent.com>
58668
58669         * lib/dirname.c (memrchr): Declare if necessary.
58670         (dir_name): Remove the restriction that there be no
58671         trailing slashes.  Now, this code skips past them, effectively
58672         ignoring them.
58673         [TEST_DIRNAME] (main): New unit tests.
58674
58675         * lib/memrchr.c: New file from GNU libc.
58676         Undef __memrchr, too.
58677         [!weak_alias]: Define __memrchr to memrchr.
58678         Guard weak_alias use with `#ifdef weak_alias'.
58679
58680 2000-10-21  Jim Meyering  <meyering@lucent.com>
58681
58682         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
58683         (dir_name): Use dir_name_r.
58684         * lib/dirname.h (dir_name_r): Declare it.
58685
58686 2000-10-17  Jim Meyering  <meyering@lucent.com>
58687
58688         * lib/quote.h (PARAMS): Define and use.
58689         Reported by Akim Demaille.
58690
58691         * lib/getopt.c: Update from libc.
58692
58693 2000-10-16  Jim Meyering  <meyering@lucent.com>
58694
58695         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
58696         setlocale.
58697         From Jan Fedak.
58698
58699 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
58700
58701         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
58702
58703 2000-09-25  Jim Meyering  <meyering@lucent.com>
58704
58705         * lib/md5.h (rol): Define (from GnuPG).
58706
58707         * lib/sha.c: Give credit (GnuPG) where due.
58708         (M): Use rol rather than open-coding it.
58709         Add a FIXME comment.
58710
58711 2000-09-21  Jim Meyering  <meyering@lucent.com>
58712
58713         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
58714         Reported by Michael Stone.
58715
58716 2000-09-20  Jim Meyering  <meyering@lucent.com>
58717
58718         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
58719         (noinst_HEADERS): Add sha.h.
58720         Based on code from Scott G. Miller and from GnuPG.
58721
58722 2000-09-18  Jim Meyering  <meyering@lucent.com>
58723
58724         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
58725         LIBS. Otherwise, everyone ends up linking with -lelf for some
58726         configurations.
58727         Reported by Mike Stone.
58728
58729 2000-09-15  Jim Meyering  <meyering@lucent.com>
58730
58731         * lib/regex.c: Update from libc.
58732
58733 2000-09-10  Jim Meyering  <meyering@lucent.com>
58734
58735         * lib/getopt.c (_getopt_internal): Update from glibc.
58736
58737 2000-09-09  Jim Meyering  <meyering@lucent.com>
58738
58739         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
58740         think it should be used as a general replacement for isascii.
58741         * lib/fnmatch.c: Likewise.
58742         * lib/mbswidth.c: Likewise
58743         * lib/regex.c: Likewise.
58744
58745         Don't use atoi.
58746         * lib/userspec.c: Include sys/param.h and limits.h.
58747         Include xstrtol.h.
58748         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
58749         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
58750         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
58751         UID, GID.  Check range.
58752
58753 2000-09-06  Jim Meyering  <meyering@lucent.com>
58754
58755         * lib/getopt.c (_getopt_internal): Update from glibc.
58756
58757 2000-08-30  Jim Meyering  <meyering@lucent.com>
58758
58759         * lib/strftime.c: Merge in changes from GNU libc.
58760
58761 2000-08-26  Jim Meyering  <meyering@lucent.com>
58762
58763         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
58764         * m4/fpending.m4: New file.
58765
58766 2000-08-26  Jim Meyering  <meyering@lucent.com>
58767
58768         * lib/closeout.c: Include "__fpending.h".
58769         (close_stdout_status): Return right away if there's nothing to flush.
58770
58771         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
58772         * lib/__fpending.c: New file.
58773         * lib/__fpending.h: New file.
58774
58775 2000-08-20  Jim Meyering  <meyering@lucent.com>
58776
58777         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
58778         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
58779         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
58780
58781 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
58782
58783         Improve fileutils installation on systems where running
58784         programs (like install) can't be unlinked.
58785         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
58786         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
58787
58788 2000-08-07  Paul Eggert  <eggert@twinsun.com>
58789
58790         Standardize on "memory exhausted" instead of "Memory exhausted"
58791         or "virtual memory exhausted".
58792         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
58793         "virtual memory exhausted".
58794         * lib/same.c (same_name): Invoke xalloc_die instead of printing
58795         our own message.
58796         * lib/userspec.c (parse_user_spec): Likewise.
58797         * lib/bumpalloc.h: comment fix
58798         * lib/same.c, userspec.c: Include xalloc.h.
58799
58800         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
58801         not char *const and pointing to a constant array.
58802         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
58803         (xrealloc): Comment fix.
58804
58805         * lib/userspec.c (parse_user_spec):
58806         Don't translate a message until just before returning,
58807         to avoid unnecessary translation.
58808
58809 2000-08-07  Jim Meyering  <meyering@lucent.com>
58810
58811         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
58812         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
58813         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
58814         getgroups.c, gethostname.c, getopt.h, group-member.c,
58815         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
58816         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
58817         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
58818         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
58819         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
58820         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
58821         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
58822         yesno.c: Back out Copyright date changes for each file with no change
58823         this year.  This eases coordination with other programs using the same
58824         source code modules.  From Paul Eggert.
58825
58826 2000-08-06  Paul Eggert  <eggert@twinsun.com>
58827
58828         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
58829         not char, for compatibility with glibc 2.1.3 strftime.c.
58830
58831 2000-08-03  Greg McGary  <greg@mcgary.org>
58832
58833         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
58834         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
58835         (EXTEND_BUFFER): Use them.
58836
58837 2000-08-01  Jim Meyering  <meyering@lucent.com>
58838
58839         * lib/dirname.c (ISSLASH): Define.
58840         (BACKSLASH_IS_PATH_SEPARATOR): Define.
58841         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
58842         both `\' and `/' may be use as path separators.
58843         Based on a patch from Prashant TR.
58844
58845 2000-07-31  Paul Eggert  <eggert@twinsun.com>
58846
58847         * lib/quotearg.c (quotearg_n_options): Don't make the initial
58848         slot vector a constant, since it might get modified.
58849
58850 2000-07-31  Jim Meyering  <meyering@lucent.com>
58851
58852         * lib/xmalloc.c: Use `virtual memory exhausted', not
58853         `Memory exhausted'.
58854         * lib/obstack.c (print_and_abort): Likewise.
58855
58856 2000-07-30  Paul Eggert  <eggert@twinsun.com>
58857
58858         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
58859         buffer, so that the caller can always quote one small
58860         component of a "memory exhausted" message in slot 0.
58861         From a suggestion by Jim Meyering.
58862
58863 2000-07-30  Jim Meyering  <meyering@lucent.com>
58864
58865         * lib/makepath.c (make_path): Quote the other instance, too.
58866
58867         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
58868         (STATIC_BUF_SIZE): Define.
58869         (quotearg_n_options): Use only statically allocated storage when
58870         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
58871         than STATIC_BUF_SIZE.
58872
58873 2000-07-29  Jim Meyering  <meyering@lucent.com>
58874
58875         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
58876         * lib/dirname.c (dir_name): Likewise.
58877
58878         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
58879         `/'.
58880
58881         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
58882         (dir_name): Assert that there are no trailing slashes.
58883
58884 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
58885
58886         * lib/mbswidth.h (mbswidth): Add a flags argument.
58887         (mbswidth): New declaration.
58888         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
58889         * lib/mbswidth.c (mbswidth): Add a flags argument.
58890         (mbsnwidth): New function.
58891
58892 2000-07-24  Jim Meyering  <meyering@lucent.com>
58893
58894         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
58895
58896 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58897
58898         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
58899
58900 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58901
58902         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
58903         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
58904         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
58905         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
58906         invoke multibyte primitives.
58907
58908 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58909
58910         * lib/quotearg.c:
58911         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
58912         so that mbstate_t is always defined.
58913
58914         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
58915         be 1 in at least one GCC installation, and this configuration
58916         error is likely to be common.  Ignoring MB_LEN_MAX hurts
58917         performance on hosts that have mbrtowc but have only unibyte
58918         locales, but I assume these hosts are rare.
58919
58920 2000-07-23  Paul Eggert  <eggert@twinsun.com>
58921
58922         * lib/mbswidth.c (_XOPEN_SOURCE):
58923         Don't define; this causes problems on Solaris 7.
58924         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
58925
58926 2000-07-23  Jim Meyering  <meyering@lucent.com>
58927
58928         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
58929         too: getgrgid, getpwuid, getuid.
58930
58931 2000-07-23  Jim Meyering  <meyering@lucent.com>
58932
58933         * lib/basename.c (base_name): Add an assertion.
58934
58935 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
58936
58937         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
58938         shadow its mbsinit function.
58939
58940 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
58941
58942         * lib/mbswidth.h: New file.
58943         * lib/mbswidth.c: New file.
58944         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
58945         (noinst_HEADERS): Add mbswidth.h.
58946
58947 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
58948
58949         * lib/config.charset: Add support for FreeBSD. Improve support for
58950         HP-UX and IRIX 6.
58951
58952 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
58953
58954         * m4/mbswidth.m4: New file.
58955         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
58956
58957 2000-07-15  Jim Meyering  <meyering@lucent.com>
58958
58959         * lib/makepath.c: Include quote.h.
58960         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
58961         corresponding argument in a `quote (...)' call.
58962         Give better diagnostics.
58963
58964         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
58965         (noinst_HEADERS): Add quote.h.
58966
58967         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
58968         from tar's src/misc.c.
58969         * lib/quote.h: New file.  Prototypes for same.
58970
58971 2000-07-14  Paul Eggert  <eggert@twinsun.com>
58972
58973         From a suggestion by Bruno Haible.
58974         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
58975         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
58976         to decide whether to define the BeOS workaround macro;
58977         this adjusts to the change to AC_MBSTATE_T.
58978
58979 2000-07-14  Jim Meyering  <meyering@lucent.com>
58980
58981         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
58982         jm_AC_TYPE_UINTMAX_T.
58983
58984 2000-07-13  Paul Eggert  <eggert@twinsun.com>
58985
58986         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
58987
58988         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
58989         quotearg_buffer_restyled): Add support for
58990         clocale_quoting_style.  Undo previous change to
58991         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
58992         and "{RIGHT QUOTATION MARK}" msgids.
58993
58994 2000-07-10  Paul Eggert  <eggert@twinsun.com>
58995
58996         From a suggestion by Bruno Haible.
58997         * m4/mbstate_t.m4 (AC_MBSTATE_T):
58998         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
58999         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
59000         and mbstate_t, to a single-part test that simply defines mbstate_t.
59001         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
59002         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
59003
59004 2000-07-10  Jim Meyering  <meyering@lucent.com>
59005
59006         * m4/strerror_r.m4: Mirror the correction made in autoconf.
59007
59008         * m4/gnu-source.m4: Output to confdefs.h directly.
59009         Suggestion from Akim Demaille.
59010
59011 2000-07-09  Paul Eggert  <eggert@twinsun.com>
59012
59013         The old behavior of quoting `like this' doesn't look good with
59014         newer, ISO-style fonts.  See:
59015         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
59016
59017         Instead, quote "like this" by default.  Let the translator
59018         tailor the locale-specific quoting behavior by providing
59019         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
59020
59021         * lib/quotearg.c (N_): New macro.
59022         (gettext_default): New function.
59023         (quotearg_buffer_restyled): Use
59024         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
59025         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
59026
59027 2000-07-09  Jim Meyering  <meyering@lucent.com>
59028
59029         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
59030         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
59031
59032         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
59033         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
59034
59035 2000-07-09  Jim Meyering  <meyering@lucent.com>
59036
59037         * lib/Most files: Update copyright dates to include 2000.
59038
59039 2000-07-08  Jim Meyering  <meyering@lucent.com>
59040
59041         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
59042         if not defined.
59043         (xgethostname): Remove now-unnecessary #ifdef.
59044         Move declaration of `err' into loop where it's used.
59045
59046 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59047         and Bruno Haible  <haible@clisp.cons.org>
59048
59049         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
59050         only if the test for an object-type mbstate_t fails.  This
59051         prevents us from mistakenly reporting that mbstate_t is a
59052         system object type after we "#define mbstate_t int" to work
59053         around its lack.
59054
59055 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59056         and Bruno Haible  <haible@clisp.cons.org>
59057
59058         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
59059
59060 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59061
59062         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
59063         to strerror_r.
59064         Include <ctype.h> for use of isalpha.
59065
59066 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59067
59068         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
59069         by allocating a larger buffer. Test the gethostname return value for
59070         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
59071         returns an error and ENAMETOOLONG isn't defined.
59072
59073 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59074
59075         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
59076         dimension.
59077
59078 2000-07-04  Jim Meyering  <meyering@lucent.com>
59079
59080         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
59081         of the deprecated AC_CHECKING.
59082
59083 2000-07-04  Jim Meyering  <meyering@lucent.com>
59084
59085         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
59086         Reported by Bruno Haible.
59087
59088 2000-07-04  Jim Meyering  <meyering@lucent.com>
59089
59090         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
59091         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
59092         lacks mbrtowc.
59093
59094 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59095
59096         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
59097         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
59098
59099 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59100         and Bruno Haible  <haible@clisp.cons.org>
59101
59102         * lib/quotearg.c (mbrtowc):
59103         Assign to *pwc, and return 1 only if result is nonzero.
59104         (iswprint): Use ISPRINT when substituting our own mbrtowc.
59105
59106 2000-07-03  Jim Meyering  <meyering@lucent.com>
59107
59108         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
59109
59110 2000-07-03  Jim Meyering  <meyering@lucent.com>
59111
59112         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
59113         This is necessary to get a definition of e.g., UTMP_FILE on
59114         HP-UX 10.20.
59115         From Bob Proulx.
59116
59117 2000-07-02  Jim Meyering  <meyering@lucent.com>
59118
59119         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
59120
59121         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
59122         AC_LIBOBJ(function_name).
59123         * m4/chown.m4: Likewise.
59124         * m4/fnmatch.m4: Likewise.
59125         * m4/ftruncate.m4: Likewise.
59126         * m4/getgroups.m4: Likewise.
59127         * m4/getline.m4: Likewise.
59128         * m4/group-member.m4: Likewise.
59129         * m4/jm-macros.m4: Likewise.
59130         * m4/lstat.m4: Likewise.
59131         * m4/malloc.m4: Likewise.
59132         * m4/memcmp.m4: Likewise.
59133         * m4/nanosleep.m4: Likewise.
59134         * m4/putenv.m4: Likewise.
59135         * m4/realloc.m4: Likewise.
59136         * m4/regex.m4: Likewise.
59137         * m4/stat.m4: Likewise.
59138         * m4/strftime.m4: Likewise.
59139
59140 2000-07-02  Jim Meyering  <meyering@lucent.com>
59141
59142         * lib/quotearg.c (mbstate_t): Don't define here.
59143
59144 2000-07-02  Jim Meyering  <meyering@lucent.com>
59145
59146         * lib/nanosleep.c (SIGCONT): Define if not already defined.
59147
59148 2000-07-01  Jim Meyering  <meyering@lucent.com>
59149
59150         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
59151
59152 2000-07-01  Jim Meyering  <meyering@lucent.com>
59153
59154         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
59155         problem.
59156
59157 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59158
59159         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
59160         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
59161
59162 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59163
59164         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
59165         per change in ../m4/ls-mntd-fs.m4.
59166         (read_filesystem_list): Ignore symbolic links.
59167
59168 2000-06-29  Jim Meyering  <meyering@lucent.com>
59169
59170         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
59171         for declaration of strcmp.
59172
59173         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
59174
59175         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
59176         Avoid warning by casting result to `char *' to remove `const'.
59177
59178 2000-06-28  Jim Meyering  <meyering@lucent.com>
59179
59180         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
59181         included by quotearg.c, for which we perform this test.  From
59182         Bruno Haible.
59183
59184 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59185
59186         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
59187         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
59188         <utmpx.h> exists, put readutmp.o into LIBOBJS.
59189
59190 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59191
59192         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
59193
59194 2000-06-26  Paul Eggert  <eggert@twinsun.com>
59195
59196         savedir now sets errno on failure and invokes xmalloc to get memory.
59197         Fix a couple of other minor bugs while we're at it.
59198
59199         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
59200         (NAMLEN): Remove macro.
59201         (malloc, realloc): Remove decls.
59202         (stpcpy): Likewise.
59203         ("xalloc.h"): Include.
59204         (NAME_SIZE_DEFAULT): New macro.
59205         (savedir): Use xmalloc / xrealloc to allocate memory.
59206         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
59207         Skip "" directory entries.
59208         Use strlen to calculate directory entry length, since the old method
59209         is rarely used these days and isn't worth supporting.
59210         Don't use a pointer after freeing it.
59211         Check for integer overflow when calculating allocation size.
59212         Use memcpy to copy entries, instead of stpcpy.
59213         Set errno properly when returning NULL.
59214         Check for readdir error.
59215
59216 2000-06-26  Jim Meyering  <meyering@lucent.com>
59217
59218         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
59219
59220 2000-06-25  Jim Meyering  <meyering@lucent.com>
59221
59222         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
59223         Linux header bug when _XOPEN_SOURCE is defined to 500.
59224
59225 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59226
59227         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
59228         deficiency.
59229
59230 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59231
59232         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
59233         Include xalloc.h.
59234         Don't include <stdlib.h>.  Don't declare malloc, realloc.
59235
59236 2000-06-24  Jim Meyering  <meyering@lucent.com>
59237
59238         * m4/strerror_r.m4: Revive this file -- to try out an experimental
59239         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
59240         for which strerror does return char*, but which lacks a conveniently
59241         accessible declaration of the function.  If the compile-test says
59242         strerror_r doesn't work, then resort to a `run'-test that works on
59243         BeOS and segfaults on DEC Unix.
59244
59245 2000-06-24  Jim Meyering  <meyering@lucent.com>
59246
59247         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
59248
59249 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59250
59251         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
59252         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
59253
59254 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59255
59256         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
59257         (mbrtowc, mbstate_t): Define substitutes if
59258         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
59259         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
59260         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
59261
59262 2000-06-23  Jim Meyering  <meyering@lucent.com>
59263
59264         * m4/afs.m4: Add missing AC_MSG_RESULT.
59265         Reported by Bruno Haible.
59266
59267         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
59268         Suggestion from Bruno Haible.
59269
59270 2000-06-23  Jim Meyering  <meyering@lucent.com>
59271
59272         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
59273
59274 2000-06-21  Jim Meyering  <meyering@lucent.com>
59275
59276         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
59277
59278 2000-06-21  Jim Meyering  <meyering@lucent.com>
59279
59280         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
59281         (noinst_HEADERS): Add getstr.h.
59282
59283         * lib/getline.c (getstr): Move into a separate file.
59284         * lib/getstr.c (getstr): New file, extracted from getline.c, with
59285         the following changes: new parameter, delim2; both delim[12]
59286         parameters have type `int', not `char'.  The latter would lose
59287         with 8-bit delimiters.
59288         * lib/getstr.h: New file.
59289
59290 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59291
59292         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
59293         than 1024, return a memory chunk of least possible size, instead
59294         of size PATH_MAX + 2. In the loop, increment the size proportionally.
59295         Use free/xmalloc instead of xrealloc to avoid copying for very long
59296         paths.
59297
59298 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59299
59300         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
59301         the empty string.
59302
59303 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59304
59305         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
59306         address, not strdup.  Include <stdlib.h> and don't declare free().
59307
59308 2000-06-19  Jim Meyering  <meyering@lucent.com>
59309
59310         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
59311
59312 2000-06-18  Jim Meyering  <meyering@lucent.com>
59313
59314         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
59315
59316         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
59317         `checking whether...' message to be consistent with that of the
59318         lstat test.
59319
59320 2000-06-18  Jim Meyering  <meyering@lucent.com>
59321
59322         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
59323         Besides, these days every porting target provides a mkdir function.
59324
59325         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
59326         needed. (this snippet comes from src/system.h).
59327
59328 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
59329
59330         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
59331
59332 2000-06-15  Paul Eggert  <eggert@twinsun.com>
59333
59334         * lib/human.c (adjust_value): New function.
59335         (human_readable_inexact): Apply rounding style even when
59336         printing approximate values.
59337
59338 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59339
59340         * lib/human.c (human_readable_inexact): Allow an input block
59341         size that is not a multiple of the output block size, and vice versa.
59342         Reported by Piergiorgio Sartor.
59343
59344 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59345
59346         * lib/getdate.y (get_date): Apply relative times after time
59347         zone indicator, not before.  Reported by Todd A. Jacobs.
59348
59349 2000-06-13  Jim Meyering  <meyering@lucent.com>
59350
59351         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
59352
59353         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
59354
59355 2000-06-12  Paul Eggert  <eggert@twinsun.com>
59356
59357         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
59358
59359 2000-06-12  Jim Meyering  <meyering@lucent.com>
59360
59361         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
59362         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
59363         optional argument.
59364         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
59365         the optional argument, `lib'.
59366
59367 2000-06-08  Jim Meyering  <meyering@lucent.com>
59368
59369         * m4/largefile.m4: Remove file (now that it's part of autoconf).
59370
59371 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59372
59373         Rewrite largefile configuration so that we don't need to run
59374         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
59375         AC_CANONICAL_HOST in configure.in -- jmm]
59376
59377         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
59378         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
59379         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
59380         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
59381         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
59382         All uses changed.
59383         Instead of inspecting the output of getconf, try to compile the
59384         test program without and with the macro definition.
59385         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
59386         for getconf.  Instead, check for the needed flags by compiling
59387         test programs.
59388
59389 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59390
59391         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
59392
59393 2000-06-04  Jim Meyering  <meyering@lucent.com>
59394
59395         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
59396         SunOS 4.1.4 for which gid_t is an unsigned type.
59397
59398 2000-06-03  Jim Meyering  <meyering@lucent.com>
59399
59400         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
59401         now that autoconf requires that.
59402
59403         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
59404         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
59405         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
59406
59407 2000-06-03  Jim Meyering  <meyering@lucent.com>
59408
59409         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
59410
59411 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59412
59413         * m4/glibc21.m4: New file.
59414         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
59415
59416 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59417
59418         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
59419         newer, don't install charset.alias.
59420         * lib/config.charset: Change the Linux/glibc rules so they become empty
59421         on glibc-2.1 or newer.
59422
59423 2000-06-02  Jim Meyering  <meyering@lucent.com>
59424
59425         * lib/mountlist.c: Back out last change.  Instead, do this...
59426         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
59427         me_dummy member using the same `ignore'-testing code.
59428         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
59429         fs_type strings.
59430         From Mark D. Roth.
59431
59432 2000-05-29  Jim Meyering  <meyering@lucent.com>
59433
59434         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
59435         mounts with the `ignore' attribute.  Based on a patch from
59436         Mark D. Roth.
59437
59438 2000-05-28  Jim Meyering  <meyering@lucent.com>
59439
59440         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
59441         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59442         * m4/stat.m4: Likewise.
59443         * m4/lstat.m4: Likewise.
59444         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
59445
59446         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
59447         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
59448
59449 2000-05-26  Jim Meyering  <meyering@lucent.com>
59450
59451         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
59452
59453 2000-05-24  Jim Meyering  <meyering@lucent.com>
59454
59455         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
59456         autoconf requires that.
59457         * m4/lib-check.m4: Likewise.
59458         * m4/jm-macros.m4: Likewise.
59459         * m4/strftime.m4: Likewise.
59460
59461         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
59462         AC_CHECK_DECLS, now that autoconf requires that.
59463
59464 2000-05-22  Jim Meyering  <meyering@lucent.com>
59465
59466         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59467         * m4/lstat.m4: Likewise.
59468
59469 2000-05-22  Jim Meyering  <meyering@lucent.com>
59470
59471         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
59472
59473 2000-05-20  Jim Meyering  <meyering@lucent.com>
59474
59475         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
59476         (jm_PREREQ): Use it.
59477
59478 2000-05-18  Jim Meyering  <meyering@lucent.com>
59479
59480         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
59481         back, too, since it may have been modified by allocate_entry.
59482         (hash_delete): Rewrite to use neither the assignment operator
59483         nor the comma operator in an if-expression.
59484
59485 2000-05-15  Paul Eggert  <eggert@twinsun.com>
59486
59487         * lib/closeout.c:
59488         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
59489         Remove; no longer needed.
59490         "quotearg.h": Add include.
59491         (file_name): Do not bother to explicitly initialize to NULL; it's less
59492         efficient on some hosts.
59493         (close_stdout_status): Remove test as to whether stdout was already
59494         closed; it breaks for the case "echo x | sort >&-".
59495         Quote file name colons.
59496         Do not assume that _("write error") lacks format strings.
59497
59498 2000-05-15  Jim Meyering  <meyering@lucent.com>
59499
59500         * lib/version-etc.c (version_etc_copyright): Update the copyright
59501         string used in all --version output.
59502
59503 2000-05-14  Jim Meyering  <meyering@lucent.com>
59504
59505         * lib/closeout.c (close_stdout_set_file_name): New function.
59506         (close_stdout_status): Use new file-scoped global.
59507         Return right away if fstat says the stdout file descriptor is invalid.
59508         * lib/closeout.h (close_stdout_set_file_name): Declare.
59509
59510 2000-05-10  Jim Meyering  <meyering@lucent.com>
59511
59512         * lib/closeout.c [default_exit_status]: New file-scoped variable.
59513         (close_stdout_set_status): New function.
59514         * lib/closeout.h (close_stdout_set_status): Declare.
59515
59516 2000-05-09  Jim Meyering  <meyering@lucent.com>
59517
59518         * m4/gettext.m4: Rename this...
59519         * m4/libintl.m4: ...to this.
59520
59521 2000-05-08  Jim Meyering  <meyering@lucent.com>
59522
59523         * lib/long-options.c: Don't include closeout.h.
59524         (parse_long_options): Don't call close_stdout for --version.
59525
59526 2000-05-06  Paul Eggert  <eggert@twinsun.com>
59527
59528         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
59529         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
59530         2.1.3 bug.  This avoids a clash when files like regex.c define
59531         _GNU_SOURCE.
59532
59533 2000-05-06  Jim Meyering  <meyering@lucent.com>
59534
59535         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
59536         (AC_REPLACE_FUNCS): Add strnlen.
59537
59538         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
59539         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
59540
59541         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
59542         AC_SEARCH_LIBS call for nanosleep.
59543         (LIB_NANOSLEEP): Set and AC_SUBST.
59544
59545 2000-05-06  Jim Meyering  <meyering@lucent.com>
59546
59547         * lib/strnlen.c: Undefine __strnlen and strnlen.
59548         [!weak_alias]: Define __strnlen to strnlen.
59549
59550         * lib/atexit.c: New file, from libiberty.
59551
59552 2000-05-06  Jim Meyering  <meyering@lucent.com>
59553
59554         * lib/closeout.c (close_stdout_status): Also check for errors on the
59555         stderr stream.
59556
59557 2000-05-05  Jim Meyering  <meyering@lucent.com>
59558
59559         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
59560         AC_SEARCH_LIBS call for clock_gettime.
59561         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
59562
59563         * m4/search-libs.m4: Update from autoconf.
59564
59565         su doesn't work on Solaris 2.6.
59566         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
59567         <shadow.h>.  Reported by Dragos Harabor.
59568
59569 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
59570
59571         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
59572         memcpy instead of xmalloc, xrealloc, path_concat.
59573         (locale_charset): Treat empty environment variables as absent.
59574         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
59575
59576 2000-05-04  Jim Meyering  <meyering@lucent.com>
59577
59578         * lib/getopt.c: Update from glibc.
59579         * lib/obstack.c: Likewise.
59580         * lib/obstack.h: Likewise.
59581         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
59582         file
59583
59584         * lib/regex.h: Likewise.
59585         * lib/strndup.c: Likewise.
59586         * lib/strnlen.c: New file, from glibc.
59587
59588 2000-05-03  Jim Meyering  <meyering@lucent.com>
59589
59590         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
59591
59592 2000-05-02  Paul Eggert  <eggert@twinsun.com>
59593
59594         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
59595         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
59596         compile-time test, rather than inspecting host and OS, to
59597         decide whether to define _LARGEFILE_SOURCE.
59598
59599 2000-05-01  Jim Meyering  <meyering@lucent.com>
59600
59601         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
59602
59603         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
59604         Based on a patch from Bruno Haible.
59605
59606 2000-05-01  Jim Meyering  <meyering@lucent.com>
59607
59608         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
59609
59610 2000-04-29  Jim Meyering  <meyering@lucent.com>
59611
59612         * lib/path-concat.c: Declare strdup only if it's not defined.
59613         * lib/canon-host.c: Likewise.
59614
59615 2000-04-28  Jim Meyering  <meyering@lucent.com>
59616
59617         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
59618         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
59619         is included first, then limits.h is included by locale.h by libintl.h.
59620         From John David Anglin.
59621
59622 2000-04-25  Jim Meyering  <meyering@lucent.com>
59623
59624         * lib/makepath.c (S_IRWXUGO): Define.
59625         (make_path): Always perform explicit chmod if MODE specifies any
59626         of the `special' permission bits.  Prompted by a bug report against
59627         install from Mate Wierdl and Joost van Baal.
59628
59629 2000-04-18  Jim Meyering  <meyering@lucent.com>
59630
59631         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
59632         (jm_PREREQ): Use it.
59633
59634 2000-04-18  Jim Meyering  <meyering@lucent.com>
59635
59636         * lib/README: New file.
59637
59638         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
59639         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
59640
59641 2000-04-17  Jim Meyering  <meyering@lucent.com>
59642
59643         Get it right :-)
59644         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
59645         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
59646         Suggestion from Akim Demaille.
59647
59648 2000-04-17  Jim Meyering  <meyering@lucent.com>
59649
59650         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
59651         the definition of it to rpl_strftime also defined-away the system's
59652         declaration.
59653
59654 2000-04-15  Jim Meyering  <meyering@lucent.com>
59655
59656         Use `C' to denote so-called `contiguous' files, the same way
59657         that tar does.
59658         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
59659         (ftypelet): Use S_ISCTG.
59660         From Michael Deutschmann.
59661
59662 2000-04-14  Jim Meyering  <meyering@lucent.com>
59663
59664         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
59665         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
59666         clobbered.
59667
59668 2000-04-14  Jim Meyering  <meyering@lucent.com>
59669
59670         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
59671
59672 2000-04-13  Jim Meyering  <meyering@lucent.com>
59673
59674         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
59675         AH_VERBATIM to insert required #ifndef into config.h.in.
59676         Suggestion from Akim Demaille.
59677
59678 2000-04-12  Jim Meyering  <meyering@lucent.com>
59679
59680         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
59681         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
59682         Christian Krackowizer.
59683
59684         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
59685         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
59686         (AC_SYS_LARGEFILE): Require.
59687         (AM_C_PROTOTYPES): Require.
59688
59689 2000-04-08  Jim Meyering  <meyering@lucent.com>
59690
59691         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
59692         names don't conflict.  Reported by Eli Zaretskii.
59693
59694 2000-04-07  Jim Meyering  <meyering@lucent.com>
59695
59696         * lib/putenv.c: Move inclusion of errno.h so it follows that of
59697         sys/types.h, to work around system header problems on AIX 3.2.5.
59698         From Bruno Haible.
59699
59700 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
59701
59702         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
59703         bug.  Deal with the different error behavior of Irix iconv.
59704
59705 2000-04-05  Paul Eggert  <eggert@twinsun.com>
59706
59707         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
59708         IRIX if the installer said otherwise.
59709
59710 2000-04-05  Jim Meyering  <meyering@lucent.com>
59711
59712         Portability tweaks required for ultrix4.3.
59713         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
59714         (jm_CHECK_DECLS): Add getutent to the list of functions.
59715         (_jm_DECL_HEADERS): Add utmpx.h.
59716         From John David Anglin.
59717
59718         * m4/strftime.m4: Back out the 2000-04-02 change.
59719         Instead of that change, simply undefine putenv in the test program.
59720
59721 2000-04-05  Jim Meyering  <meyering@lucent.com>
59722
59723         Portability tweaks required for ultrix4.3.
59724         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
59725         getutent.
59726         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
59727         * lib/canon-host.c: Declare strdup.
59728         * lib/path-concat.c: Likewise.
59729         From John David Anglin.
59730
59731 2000-04-04  Jim Meyering  <meyering@lucent.com>
59732
59733         Be more DOS 8.3-friendly.
59734         * lib/ref-add.sin: Renamed from ref-add.sed.in.
59735         * lib/ref-del.sin: Renamed from ref-del.sed.in.
59736         * lib/Makefile.am: Reflect renaming.
59737         Reported by Eli Zaretskii.
59738
59739         Use a temporary file name that won't clash with `charset.alias'
59740         in the DOS 8.3 name space.
59741         * lib/Makefile.am (charset_tmp): Define.
59742         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
59743         (uninstall-local): Likewise.
59744         Reported by Eli Zaretskii.
59745
59746 2000-04-03  Jim Meyering  <meyering@lucent.com>
59747
59748         * m4/gettext.m4: Fix typo in comment.
59749
59750         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
59751         textutils/configure.in).  Suggestion from Paul Eggert.
59752         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
59753
59754 2000-04-02  Paul Eggert  <eggert@twinsun.com>
59755
59756         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
59757         variable in the shell rather than using putenv, which isn't
59758         portable.  This avoids the configure-time inter-test dependency
59759         on the potentially-renamed putenv function.
59760
59761 2000-03-30  Paul Eggert  <eggert@twinsun.com>
59762
59763         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
59764         before checking struct stat.st_blksize, so that
59765         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
59766
59767 2000-03-29  Paul Eggert  <eggert@twinsun.com>
59768
59769         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
59770         since strftime.c uses HAVE_STRFTIME to decide whether to use
59771         the underlying strftime.
59772
59773 2000-03-29  Paul Eggert  <eggert@twinsun.com>
59774
59775         * lib/time/strftime.c (my_strftime): Make sure we call the system
59776         strftime, not ourselves, when invoking the underlying strftime.
59777
59778 2000-03-24  Jim Meyering  <meyering@lucent.com>
59779
59780         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
59781         (charset_alias): Define.
59782         (install-exec-local): Factor out common code.
59783         (uninstall-local): Split lines longer than 80.
59784         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
59785         (SUFFIXES): Define.
59786         (.sed.in.sed): New rule.  Don't redirect directly to $@.
59787         (CLEANFILES): Add ref-add.sed and ref-del.sed.
59788
59789 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
59790
59791         * lib/config.charset: Output a line containing "Packages using this
59792         file".
59793         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
59794         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
59795         ref-del.sed): New rules.
59796
59797 2000-03-17  Jim Meyering  <meyering@lucent.com>
59798
59799         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
59800         Otherwise, include <strings.h>
59801
59802 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
59803
59804         * lib/unicodeio.c (utf8_wctomb): New function.
59805         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
59806         format instead of in UCS-4 with platform dependent endianness.
59807
59808 2000-03-10  Jim Meyering  <meyering@lucent.com>
59809
59810         * m4/lib-check.m4: Look for getspnam in -lgen, too.
59811         From Marco Franzen.
59812
59813 2000-03-07  Paul Eggert  <eggert@twinsun.com>
59814
59815         * lib/savedir.c (savedir): Work even if directory size is
59816         negative; this can happen with some screwy NFS configurations.
59817
59818 2000-03-06  Jim Meyering  <meyering@lucent.com>
59819
59820         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
59821         if it's NULL (because we ran out of memory).  From Bruno Haible.
59822
59823 2000-03-05  Jim Meyering  <meyering@lucent.com>
59824
59825         * lib/localcharset.c ("path-concat.h"): Include.
59826         (get_charset_aliases): Use path_concat instead of ANSI string
59827         concatenation.
59828
59829         * lib/unicodeio.h (PARAMS): Define.
59830         Use it to guard prototype.
59831
59832 2000-03-04  Jim Meyering  <meyering@lucent.com>
59833
59834         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
59835         for lib/localcharset.c.
59836
59837 2000-03-04  Jim Meyering  <meyering@lucent.com>
59838
59839         * lib/Makefile.am (install-exec-local): Create $(libdir) before
59840         installing into it.
59841         (uninstall-local): Uncomment this rule so `make distcheck' works
59842         once again.
59843
59844         * lib/unicodeio.c (<errno.h>): Include it.
59845         (errno): Declare if not defined.
59846
59847         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
59848
59849         * lib/config.charset: New version, incorporating remarks from a linux
59850         i18n mailing list.  From Bruno Haible.
59851
59852 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
59853
59854         * m4/codeset.m4: New file.
59855         * m4/iconv.m4: New file.
59856         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
59857
59858 2000-03-03  Jim Meyering  <meyering@lucent.com>
59859
59860         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
59861
59862 2000-03-02  Jim Meyering  <meyering@lucent.com>
59863
59864         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
59865         the messages come out on separate lines.
59866
59867         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
59868         rather than jm_CHECK_DECLARATIONS.
59869         * m4/decl.m4: Remove now-unused file.
59870
59871         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
59872         geteuid.
59873
59874 2000-03-02  Jim Meyering  <meyering@lucent.com>
59875
59876         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
59877
59878 2000-03-01  Jim Meyering  <meyering@lucent.com>
59879
59880         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
59881         * lib/unicodeio.c: Likewise.
59882
59883 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
59884
59885         * lib/config.charset: New file.
59886         * lib/localcharset.c: New file.
59887         * lib/unicodeio.h, lib/unicodeio.c: New files.
59888         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
59889         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
59890         (noinst_HEADERS): Add unicodeio.h.
59891         (all-local, install-exec-local, charset.alias): New targets.
59892
59893 2000-02-28  Paul Eggert  <eggert@twinsun.com>
59894
59895         * lib/quotearg.c (ALERT_CHAR): New macro.
59896         (quotearg_buffer_restyled): Use it.
59897
59898 2000-02-27  Jim Meyering  <meyering@lucent.com>
59899
59900         * m4/check-decl.m4: Add getenv to the list.
59901
59902 2000-02-27  Jim Meyering  <meyering@lucent.com>
59903
59904         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
59905         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
59906
59907         * lib/backupfile.c: Guard inclusion of stdlib.h with
59908         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
59909         Declare malloc if needed.
59910
59911         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
59912         `#ifndef HAVE_DECL..'
59913         now that autoconf always defines the HAVE_DECL_ symbols.
59914         * lib/human.c: Likewise.
59915         * lib/same.c: Likewise.
59916         * lib/strtoumax.c: Likewise.
59917
59918         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
59919         declaration check was not run.
59920         * lib/hash.c: Likewise.
59921         * lib/human.c: Likewise.
59922         * lib/same.c: Likewise.
59923         * lib/strtoumax.c: Likewise.
59924
59925         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
59926         `.', then first look up the entire `.'-containing string as a login
59927         name.
59928
59929 2000-02-23  Jim Meyering  <meyering@lucent.com>
59930
59931         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
59932         in place of my hack.
59933
59934 2000-02-18  Paul Eggert  <eggert@twinsun.com>
59935
59936         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
59937         (textint): New typedef.
59938         (parser_control): Member year changed from int to textint.
59939         All uses changed.
59940         (YYSTYPE): Removed; replaced by %union with int and textint members.
59941         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
59942         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
59943         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
59944         (tSNUMBER, tUNUMBER): Now of type <textintval>.
59945         (date, number, to_year): Use width of number in digits, not its value,
59946         to determine whether it's a 2-digit year, or a 2-digit time.
59947         (yylex): Store number of digits of numeric tokens.
59948         Reported by John Kendall.
59949
59950         (parser_control): Changed from struct parser_control to typedef (for
59951         consistency).  All uses changed.
59952
59953         (tID): Removed; not used.
59954         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
59955
59956 2000-02-14  Paul Eggert  <eggert@twinsun.com>
59957
59958         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
59959         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
59960
59961 2000-02-12  Jim Meyering  <meyering@lucent.com>
59962
59963         * lib/userspec.c (ISDIGIT): Define it.
59964         (isdigit): Remove definition.
59965         (is_number): Use ISDIGIT, not isdigit.
59966         <libintl.h>: Include.
59967         (_ and N_): Define.
59968         (parse_user_spec): Mark translatable strings.
59969
59970 2000-02-10  Jim Meyering  <meyering@lucent.com>
59971
59972         With these changes, nanosleep.[ch] are finally enough like the other
59973         lib/* replacement files to compile on a few more losing systems.
59974
59975         * lib/nanosleep.h: Don't include config.h.
59976         Remove prototype from declaration of nanosleep.
59977         (PARAMS): Remove now-unneeded definition.
59978         * lib/nanosleep.c: #undef nanosleep.
59979         (rpl_nanosleep): Rename from nanosleep.
59980
59981 2000-02-10  Jim Meyering  <meyering@lucent.com>
59982
59983         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
59984         gnu_nanosleep to rpl_nanosleep.
59985
59986 2000-02-09  Jim Meyering  <meyering@lucent.com>
59987
59988         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
59989         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
59990
59991 2000-02-08  Akim Demaille  <akim@epita.fr>
59992
59993         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
59994         `[' and `]' and remove uses of `changequote'.
59995         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
59996         (AC_SYS_LARGEFILE): Likewise.
59997         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
59998         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
59999         of changequote.
60000         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
60001         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
60002         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
60003         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
60004
60005 2000-02-05  Jim Meyering  <meyering@lucent.com>
60006
60007         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
60008         Remove explicit use of AC_HEADER_TIME.  It is required by
60009         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
60010         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
60011         in autoconf whereby the expansion of the latter ended up preceding
60012         the expansion of its prerequisite, AC_HEADER_TIME.
60013         Reported by Volker Borchert.
60014
60015 2000-02-03  Jim Meyering  <meyering@lucent.com>
60016
60017         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
60018
60019 2000-02-03  Jim Meyering  <meyering@lucent.com>
60020
60021         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
60022         rather than with `#if HAVE_UTMPNAME'.
60023
60024 2000-02-02  Jim Meyering  <meyering@lucent.com>
60025
60026         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
60027         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
60028         Reported by Eli Zaretskii.
60029
60030 2000-02-01  Jim Meyering  <meyering@lucent.com>
60031
60032         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
60033
60034 2000-01-31  Jim Meyering  <meyering@lucent.com>
60035
60036         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
60037         functions.  Add the time.h and sys/time.h headers along with the
60038         AC_REQUIRE'ment of AC_HEADER_TIME.
60039
60040 2000-01-31  Jim Meyering  <meyering@lucent.com>
60041
60042         * lib/nanosleep.h (nanosleep): Guard declaration with
60043         `#if ! HAVE_DECL_NANOSLEEP'.
60044         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
60045         the declaration in that vendor's sys/timers.h.
60046         Reported by Christian Krackowizer.
60047
60048         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
60049         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
60050         (ISPRINT): Likewise.
60051         Reported by Tom Tromey.
60052
60053 2000-01-30  Jim Meyering  <meyering@lucent.com>
60054
60055         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
60056
60057         * m4/prereq.m4 (utmp_includes): Define.
60058         Check for ut_user and ut_name members in both struct utmpx
60059         and struct utmp.
60060
60061 2000-01-30  Jim Meyering  <meyering@lucent.com>
60062
60063         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
60064         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
60065         header files where only utmpx.ut_user is declared.
60066
60067         * lib/readutmp.h (UT_USER): Define.
60068
60069 2000-01-29  Jim Meyering  <meyering@lucent.com>
60070
60071         * m4/lib-check.m4: New file containing library-related checks from
60072         fileutils and sh-utils (textutils had none).
60073
60074 2000-01-28  Jim Meyering  <meyering@lucent.com>
60075
60076         * m4/perl.m4: Change format of warning message to look more like that
60077         from the missing script.  Suggestion from François Pinard.
60078
60079 2000-01-25  Jim Meyering  <meyering@lucent.com>
60080
60081         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
60082         well as time.h in the compile check.
60083         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
60084         Fix typo in cross-compiling case: s/yes/no/.
60085
60086 2000-01-23  Jim Meyering  <meyering@lucent.com>
60087
60088         * m4/jm-macros.m4: Move df-related tests here from
60089         fileutils/configure.in
60090
60091         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
60092         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
60093
60094         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
60095         s/space/ac_fsusage_space/.
60096         (jm_FILE_SYSTEM_USAGE): Take two parameters.
60097
60098         * m4/ftruncate.m4: New file (derived from part of
60099         fileutils/configure.in).
60100         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
60101         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
60102
60103         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
60104         AC_SUBST these here, rather than just in sh-util/configure.in, so
60105         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
60106         all the same.
60107         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
60108         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
60109         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
60110         (AC_SUBST(POW_LIBM)): Likewise.
60111         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
60112
60113 2000-01-23  Jim Meyering  <meyering@lucent.com>
60114
60115         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
60116         obstack.c.
60117
60118 2000-01-22  Jim Meyering  <meyering@lucent.com>
60119
60120         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
60121
60122         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
60123
60124         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
60125         configure.in
60126         (AC_CHECK_HEADERS): Likewise for sh-utils.
60127         (AC_CHECK_HEADERS): Likewise for textutils.
60128         Merge the three lists of headers.
60129
60130         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
60131         from fileutils' configure.in.
60132
60133         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
60134         code. Moved tests into their own function (_jm_DECL_HEADERS) in
60135         check-decl.m4.
60136
60137         * m4/check-decl.m4: Use #if rather than #ifdef.
60138         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
60139         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
60140         (_jm_DECL_HEADERS): Define new function.
60141         (jm_CHECK_DECLARATIONS): Require it.
60142
60143 2000-01-22  Jim Meyering  <meyering@lucent.com>
60144
60145         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
60146         [! HAVE_DECL_STRTOULL]: Declare strtoull.
60147         Required for some AIX systems.  Reported by Christian Krackowizer.
60148         [TESTING] (main): New function.
60149
60150         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
60151         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
60152         letters.
60153
60154         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
60155         iswprint.
60156
60157         * lib/strverscmp.c (ISDIGIT): Define.
60158         (strverscmp): Use ISDIGIT, not isdigit.
60159
60160 2000-01-19  Jim Meyering  <meyering@lucent.com>
60161
60162         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
60163         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
60164         defines `struct timespec' in <sys/time.h>
60165
60166         * m4/c-bs-a.m4: Remove uses of changequote altogether.
60167         Thanks to Akim for explaining.
60168
60169 2000-01-17  Paul Eggert  <eggert@twinsun.com>
60170
60171         * lib/nanosleep.c (nanosleep):
60172         Don't use SA_INTERRUPT to decide whether to call sigaction, as
60173         POSIX.1 doesn't require SA_INTERRUPT and some systems
60174         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
60175         it's been part of POSIX.1 since day 1 (in 1988).
60176
60177 2000-01-17  Jim Meyering  <meyering@lucent.com>
60178
60179         * lib/interlock: Remove unused file.  Reported by François Pinard.
60180
60181 2000-01-16  Paul Eggert  <eggert@twinsun.com>
60182
60183         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
60184         alert, backslash, formfeed, and vertical tab unnecessarily in
60185         shell quoting style.
60186
60187 2000-01-16  Jim Meyering  <meyering@lucent.com>
60188
60189         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
60190         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
60191         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
60192         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
60193
60194 2000-01-16  Jim Meyering  <meyering@lucent.com>
60195
60196         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
60197         because the latter didn't work.
60198
60199 2000-01-15  Jim Meyering  <meyering@lucent.com>
60200
60201         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
60202         (AC_REPLACE_FUNCS): Add memcpy and memset.
60203         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
60204         Add strpbrk.
60205         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
60206
60207 2000-01-12  Jim Meyering  <meyering@lucent.com>
60208
60209         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
60210         (jm_PREREQ): Use it.
60211         (jm_PREREQ_READUTMP): New macro.
60212         (jm_PREREQ): Use it.
60213
60214 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60215
60216         Quote multibyte characters correctly.
60217         * m4/c-bs-a.m4: New file.
60218         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
60219         (jm_PREREQ): Use it.
60220
60221 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60222
60223         * m4/uintmax_t.m4: Port to autoconf 2.13.
60224
60225 2000-01-08  Jim Meyering  <meyering@ascend.com>
60226
60227         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
60228         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
60229
60230 2000-01-04  Jim Meyering  <meyering@ascend.com>
60231
60232         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
60233         jm_STRUCT_DIRENT_D_TYPE.
60234         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
60235         jm_STRUCT_DIRENT_D_INO.
60236         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
60237         jm_STRUCT_UTIMBUF.
60238         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
60239         renamings.
60240         * m4/utime.m4: Likewise.
60241
60242         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
60243         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
60244
60245 2000-01-03  Paul Eggert  <eggert@twinsun.com>
60246
60247         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
60248         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
60249
60250 2000-01-02  Jim Meyering  <meyering@ascend.com>
60251
60252         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
60253         remember if this is necessary.
60254
60255 1999-12-26  Jim Meyering  <meyering@ascend.com>
60256
60257         * m4/jm-macros.m4: Use it here.
60258         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
60259
60260 1999-12-23  Jim Meyering  <meyering@ascend.com>
60261
60262         * m4/jm-macros.m4: Check for clock_gettime (moved from
60263         fileutils/configure.in)
60264         Check for gettimeofday.
60265
60266 1999-12-20  Jim Meyering  <meyering@ascend.com>
60267
60268         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
60269         autoconf-2.14a-1999-12-20.
60270
60271 1999-12-19  Jim Meyering  <meyering@ascend.com>
60272
60273         * m4/lstat-slash.m4: New file.
60274         * m4/jm-macros.m4: Use the new macro:
60275         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
60276
60277 1999-12-07  Jim Meyering  <meyering@ascend.com>
60278
60279         * m4/perl.m4: Require that File::Compare be available, too.
60280         Too many systems seem to lack it.
60281
60282         * m4/strftime.m4: Add checks for most of the cpp macros tested in
60283         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
60284
60285 1999-11-18  Paul Eggert  <eggert@twinsun.com>
60286
60287         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
60288         problem with the QNX 4.25 shell, which doesn't propagate exit
60289         status of failed commands inside shell assignments.
60290
60291 1999-11-17  Jim Meyering  <meyering@ascend.com>
60292
60293         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
60294
60295 1999-11-07  Jim Meyering  <meyering@ascend.com>
60296
60297         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
60298
60299 1999-11-06  Jim Meyering  <meyering@ascend.com>
60300
60301         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
60302         * m4/jm-macros.m4 (jm_MACROS): Use it here.
60303
60304 1999-11-05  Jim Meyering  <meyering@ascend.com>
60305
60306         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
60307         configure.in of textutils, fileutils, and sh-utils into this one
60308         (shared between those packages) file.
60309         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
60310         AC_STRUCT_ST_BLKSIZE.
60311
60312 1999-11-03  Jim Meyering  <meyering@ascend.com>
60313
60314         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
60315         of AC_CHECK_TYPE checks includes unistd.h.
60316         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
60317         Suggestion from Akim Demaille.
60318
60319 1999-10-30  Jim Meyering  <meyering@ascend.com>
60320
60321         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
60322         m4-quoted string.
60323         * m4/ls-mntd-fs.m4: Likewise.
60324         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
60325         * m4/jm-winsz1.m4: Likewise.
60326
60327         * m4/const.m4: Remove file, since the fix made it into the experimental
60328         version of autoconf.
60329         * m4/mktime.m4: Likewise.
60330
60331         * m4/check-type.m4: Remove file, now that the latest version of
60332         AC_CHECK_TYPE takes a third arg to specify additional #includes.
60333
60334         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
60335         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
60336         AC_CHECK_TYPE.
60337
60338 1999-10-04  Jim Meyering  <meyering@ascend.com>
60339
60340         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
60341
60342 1999-09-22  Paul Eggert  <eggert@twinsun.com>
60343
60344         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
60345         2.95.1 bug with HP-UX 10.20.
60346
60347 1999-09-17  Jim Meyering  <meyering@ascend.com>
60348
60349         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
60350         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
60351         due to missing strdup (against sh-utils-2.0).
60352
60353 1999-08-29  Jim Meyering  <meyering@ascend.com>
60354
60355         * m4/jm-macros.m4: Require jm_BISON.
60356         * m4/bison.m4: New file.
60357
60358 1999-08-17  Paul Eggert  <eggert@twinsun.com>
60359
60360         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
60361         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
60362
60363 1999-08-05  Jim Meyering  <meyering@ascend.com>
60364
60365         * m4/getline.m4: Rename test file from conftestdata to conftest.data
60366         to avoid conflicts with `conftest' on 8+3 filesystems.
60367         Suggestion from Eli Zaretskii.
60368
60369 1999-08-04  Jim Meyering  <meyering@ascend.com>
60370
60371         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
60372         fileutils and sh-utils (textutils's getline test was inadequate).
60373         (AM_FUNC_GETLINE): Run this test.
60374         (AC_CHECK_FUNCS): Check for getdelim.
60375         Reported by Bob Proulx.
60376
60377 1999-08-02  Jim Meyering  <meyering@ascend.com>
60378
60379         * m4/jm-macros.m4: Add a comment.
60380
60381 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60382
60383         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
60384         <inttypes.h> defines strtoumax as a macro (and not as a
60385         function).
60386
60387 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60388
60389         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
60390         that we can shift, multiply and divide unsigned long long
60391         values; Ultrix cc can't do it.
60392
60393 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60394
60395         * m4/mktime.m4: New file, which is a preview of what should appear
60396         in the next public autoconf release.
60397
60398 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60399
60400         * m4/lfs.m4: Remove this file.
60401         * m4/largefile.m4: New file.  It contains the old contents of
60402         lfs.m4, except that all names with prefix AC_LFS have been
60403         changed to use the prefix AC_SYS_LARGEFILE instead, to be
60404         compatible with future autoconf versions.  Also, some minor m4
60405         quoting problems have been fixed.
60406
60407 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60408
60409         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
60410         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
60411         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
60412         and simplify the shell code.
60413
60414 1999-08-01  Jim Meyering  <meyering@ascend.com>
60415
60416         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
60417         m4.
60418
60419 1999-07-20  Jim Meyering  <meyering@ascend.com>
60420
60421         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
60422
60423 1999-07-15  Jim Meyering  <meyering@ascend.com>
60424
60425         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
60426
60427 1999-05-22  Jim Meyering  <meyering@ascend.com>
60428
60429         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
60430
60431 1999-05-20  Jim Meyering  <meyering@ascend.com>
60432
60433         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
60434         Add a colon after each `then' in case $4 is empty.
60435
60436 1999-05-16  Jim Meyering  <meyering@ascend.com>
60437
60438         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
60439
60440 1999-05-10  Jim Meyering  <meyering@ascend.com>
60441
60442         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
60443
60444         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
60445         AC_FUNC_MKTIME.
60446
60447 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
60448
60449         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
60450
60451 1999-05-04  Paul Eggert  <eggert@twinsun.com>
60452
60453         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
60454         not CPPFLAGS, so that linking works correctly in IRIX.
60455
60456 1999-04-30  Paul Eggert  <eggert@twinsun.com>
60457
60458         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
60459
60460 1999-04-20  Paul Eggert  <eggert@twinsun.com>
60461
60462         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
60463         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
60464         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
60465         jm_AC_TYPE_UNSIGNED_LONG_LONG.
60466         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
60467
60468         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
60469
60470 1999-04-20  Jim Meyering  <meyering@ascend.com>
60471
60472         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
60473         AC_REPLACE xstroull if necessary.  From Paul Eggert.
60474         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
60475
60476 1999-04-18  Jim Meyering  <meyering@ascend.com>
60477
60478         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
60479         * m4/jm-macros.m4: Use it.
60480
60481 1999-04-06  Jim Meyering  <meyering@ascend.com>
60482
60483         * m4/strftime.m4: Remove test for %f.
60484
60485 1999-03-29  Jim Meyering  <meyering@ascend.com>
60486
60487         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
60488         superset of the AC_TYPE_* checks in the textutils, fileutils,
60489         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
60490         AC_TYPE_PID_T.
60491
60492 1999-03-28  Jim Meyering  <meyering@ascend.com>
60493
60494         * m4/jm-macros.m4: Define GNU_PACKAGE here.
60495         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
60496         replaced e.g., in the *.sh files of the sh-utils.
60497
60498 1999-03-20  Jim Meyering  <meyering@ascend.com>
60499
60500         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
60501         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
60502         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
60503
60504 1999-03-19  Jim Meyering  <meyering@ascend.com>
60505
60506         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
60507
60508 1999-03-12  Jim Meyering  <meyering@ascend.com>
60509
60510         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
60511
60512 1999-03-07  Jim Meyering  <meyering@ascend.com>
60513
60514         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
60515         declared.
60516
60517 1999-02-17  Jim Meyering  <meyering@ascend.com>
60518
60519         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
60520         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
60521
60522 1999-02-07  Jim Meyering  <meyering@ascend.com>
60523
60524         * m4/group-member.m4: New file -- extracted from sh-utils'
60525         configure.in.
60526
60527         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
60528         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
60529
60530 1999-02-06  Jim Meyering  <meyering@ascend.com>
60531
60532         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
60533         * m4/fnmatch.m4: Likewise.
60534         * m4/getgroups.m4: Likewise.
60535         * m4/lstat.m4: Likewise.
60536         * m4/malloc.m4: Likewise.
60537         * m4/putenv.m4: Likewise.
60538         * m4/realloc.m4: Likewise.
60539         * m4/regex.m4: Likewise.
60540         * m4/stat.m4: Likewise.
60541         * m4/strftime.m4: Likewise.
60542         Suggestion from Alain Magloire.
60543
60544         * m4/chown.m4: Use `.$ac_objext', not `.o'.
60545         * m4/fnmatch.m4: Likewise.
60546         * m4/getgroups.m4: Likewise.
60547         * m4/getline.m4: Likewise.
60548         * m4/lstat.m4: Likewise.
60549         * m4/malloc.m4: Likewise.
60550         * m4/memcmp.m4: Likewise.
60551         * m4/putenv.m4: Likewise.
60552         * m4/realloc.m4: Likewise.
60553         * m4/regex.m4: Likewise.
60554         * m4/stat.m4: Likewise.
60555         * m4/strftime.m4: Likewise.
60556         Suggestion from Alain Magloire.
60557
60558         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
60559         an argument.
60560
60561         * m4/regex.m4: Add a run-time Test for proper operation of
60562         re_compile_pattern.
60563
60564 1999-01-31  Jim Meyering  <meyering@ascend.com>
60565
60566         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
60567
60568 1999-01-30  Jim Meyering  <meyering@ascend.com>
60569
60570         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
60571
60572         * m4/jm-mktime.m4: Make this a wrapper around the official
60573         AM_FUNC_MKTIME rather than my private copy, now that the official one
60574         is up to date.
60575         * m4/mktime.m4: Remove file.
60576
60577         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
60578         * m4/uptime.m4: Likewise.
60579         * m4/uintmax_t.m4: Likewise.
60580
60581 1999-01-28  Jim Meyering  <meyering@ascend.com>
60582
60583         * m4/jm-macros.m4: Use jm_AFS.
60584         * m4/afs.m4: New file (from fileutils' configure.in).
60585
60586         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
60587         * m4/chown.m4: Likewise.
60588         * m4/d-ino.m4: Likewise.
60589         * m4/d-type.m4: Likewise.
60590         * m4/fnmatch.m4: Likewise.
60591         * m4/getgroups.m4: Likewise.
60592         * m4/gettext.m4: Likewise.
60593         * m4/jm-mktime.m4: Likewise.
60594         * m4/jm-winsz2.m4: Likewise.
60595         * m4/lcmessage.m4: Likewise.
60596         * m4/ls-mntd-fs.m4: Likewise.
60597         * m4/malloc.m4: Likewise.
60598         * m4/memcmp.m4: Likewise.
60599         * m4/putenv.m4: Likewise.
60600         * m4/realloc.m4: Likewise.
60601         * m4/st_mtim.m4: Likewise.
60602         * m4/strftime.m4: Likewise.
60603
60604 1999-01-16  Jim Meyering  <meyering@ascend.com>
60605
60606         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
60607         (ARGMATCH_DIE_DECL): Define.
60608
60609 1999-01-12  Jim Meyering  <meyering@ascend.com>
60610
60611         * m4/Makefile.am.in: Rewrite to avoid using fmt.
60612         Reported by Lars Hecking.
60613
60614 1999-01-10  Jim Meyering  <meyering@ascend.com>
60615
60616         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
60617         gross kludge.
60618         * m4/inttypes_h.m4: Likewise.
60619         * m4/lstat.m4: Likewise.
60620         * m4/malloc.m4: Likewise.
60621         * m4/readdir.m4: Likewise.
60622         * m4/realloc.m4: Likewise.
60623         * m4/st_dm_mode.m4: Likewise.
60624         * m4/stat.m4: Likewise.
60625         * m4/utimbuf.m4: Likewise.
60626         * m4/utimes.m4: Likewise.
60627
60628         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
60629         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
60630         comments in config.h.in are meaningful.
60631
60632         * m4/jm-macros.m4: Require autoconf-2.13 here.
60633
60634         * m4/regex.m4: By default, don't use the included regex.c on systems
60635         with glibc 2.  Suggestion from Uli Drepper.
60636
60637 1999-01-02  Jim Meyering  <meyering@ascend.com>
60638
60639         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
60640
60641 1998-12-18  Jim Meyering  <meyering@ascend.com>
60642
60643         * m4/Makefile.am.in (Makefile.am): Simplify rule.
60644         Based on a suggestion from Lars Hecking.
60645
60646 1998-11-16  Paul Eggert  <eggert@twinsun.com>
60647
60648         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
60649
60650 1998-11-16  Jim Meyering  <meyering@ascend.com>
60651
60652         * m4/lfs.m4: Double-quote the `uname...` expression.
60653
60654 1998-11-14  Jim Meyering  <meyering@ascend.com>
60655
60656         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
60657         * m4/stat.m4: Likewise.
60658
60659 1998-11-03  Jim Meyering  <meyering@ascend.com>
60660
60661         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
60662         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
60663
60664 1998-10-18  Jim Meyering  <meyering@ascend.com>
60665
60666         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
60667
60668 1998-10-17  Jim Meyering  <meyering@ascend.com>
60669
60670         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
60671         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
60672         calls for those previously hard-coded headers.  Instead, take a new
60673         parameter.
60674         (jm_CHECK_DECLARATIONS): Reflect interface change.
60675         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
60676         (jm_CHECK_DECL_LOCALTIME_R): New macro.
60677
60678         * m4/mktime.m4: Test for spring-forward gap before long-running test.
60679
60680 1998-10-14  Jim Meyering  <meyering@ascend.com>
60681
60682         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
60683         instead of "TZ=America/Vancouver".  From Paul Eggert.
60684
60685 1998-10-11  Jim Meyering  <meyering@ascend.com>
60686
60687         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
60688         This adds a test for a recently added compatibility fix for mktime.c.
60689         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
60690
60691 1998-09-27  Jim Meyering  <meyering@ascend.com>
60692
60693         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
60694
60695         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
60696         ../configure.in, including a change from Gordon Matzigkeit to allow
60697         cross-compiling for the Hurd.
60698
60699         * m4/glibc.m4: New file/macro to test for the GNU C Library
60700         versions 1 and 2.  From Gordon Matzigkeit.
60701         Indent.
60702
60703 1998-09-21  Jim Meyering  <meyering@ascend.com>
60704
60705         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
60706
60707 1998-08-18  Paul Eggert  <eggert@twinsun.com>
60708
60709         Port nanosecond-resolution times to UnixWare 2.1.2 and
60710         pedantic Solaris 2.6.
60711
60712         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
60713         AC_STRUCT_ST_MTIM.
60714         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
60715         Generate name of ns member, instead of just 1 or undef.
60716         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
60717
60718 1998-08-15  Jim Meyering  <meyering@ascend.com>
60719
60720         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
60721         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
60722         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
60723         instead of jm_TYPE_SSIZE_T.
60724
60725 1998-08-12  Jim Meyering  <meyering@ascend.com>
60726
60727         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
60728
60729 1998-08-02  Jim Meyering  <meyering@ascend.com>
60730
60731         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
60732         in acconfig.h manually.
60733
60734 1998-07-31  Paul Eggert  <eggert@twinsun.com>
60735
60736         * m4/st_mtim.m4: New file.
60737
60738 1998-07-28  Jim Meyering  <meyering@ascend.com>
60739
60740         * m4/utimes.m4: Undef stat.
60741
60742 1998-07-25  Jim Meyering  <meyering@ascend.com>
60743
60744         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
60745         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
60746
60747 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
60748
60749         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
60750         uid and gid actually remain unchanged.
60751
60752 1998-07-07  Jim Meyering  <meyering@ascend.com>
60753
60754         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
60755
60756 1998-07-04  Jim Meyering  <meyering@ascend.com>
60757
60758         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
60759         to prove that this macro can be used in packages without regex.c.
60760
60761 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
60762
60763         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
60764         is to be used.
60765
60766 1998-07-03  Jim Meyering  <meyering@ascend.com>
60767
60768         * m4/gettext.m4: Add -lintl if it's found to be necessary.
60769
60770         * m4/gettext.m4: New file -- from gettext-0.10.35.
60771         * m4/lcmessage.m4: Likewise.
60772         * m4/progtest.m4: Likewise.
60773
60774         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
60775         * m4/jm-macros.m4: Require the new macro.
60776
60777 1998-06-29  Jim Meyering  <meyering@ascend.com>
60778
60779         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
60780         for the definition of NGROUPS (used in a system header included
60781         by sys/mount.h).
60782
60783 1998-06-28  Jim Meyering  <meyering@ascend.com>
60784
60785         * m4/ls-mntd-fs.m4: New file.
60786         * m4/fstypename.m4: New file.
60787
60788         * m4/jm-macros.m4: Require the new macro.
60789         * m4/jm-glibc-io.m4: New file.
60790
60791 1998-05-19  Jim Meyering  <meyering@ascend.com>
60792
60793         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
60794         * m4/lchown.m4: New file.
60795
60796         * m4/Makefile.am.in: New file.
60797         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
60798
60799 1998-05-14  Jim Meyering  <meyering@ascend.com>
60800
60801         * m4/Makefile.am (EXTRA_DIST): Add them.
60802         * m4/jm-macros.m4: New file.
60803         * m4/utimbuf.m4: New file.
60804
60805 1998-05-12  Jim Meyering  <meyering@ascend.com>
60806
60807         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
60808
60809 1998-05-11  Jim Meyering  <meyering@ascend.com>
60810
60811         * m4/isc-posix.m4: New file.
60812
60813 1998-05-10  Jim Meyering  <meyering@ascend.com>
60814
60815         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
60816
60817 1998-05-09  Jim Meyering  <meyering@ascend.com>
60818
60819         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
60820         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
60821         with automake.
60822
60823         * m4/ssize_t.m4: New file.
60824         * m4/mktime.m4: Remove file -- the new automake has this now.
60825
60826 1998-04-26  Jim Meyering  <meyering@ascend.com>
60827
60828         * m4/assert.m4: New file.
60829         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
60830
60831 1998-04-05  Jim Meyering  <meyering@ascend.com>
60832
60833         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
60834         (jm_PREREQ): Use it here.
60835
60836 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
60837
60838         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
60839         in acconfig.h.
60840
60841 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
60842
60843         * m4/prereq.m4: New file.
60844         * m4/error.m4: New file.
60845         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
60846
60847 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
60848
60849         * m4/getline.m4: Don't set am_cv_func_working_getline before the
60850         cache-check for the same variable -- that defeated the purpose of
60851         the test; the test program was never run.  This was a problem only
60852         on systems with losing getline functions -- HP-UX 10.20 is one.
60853         Reported by Bjorn Helgaas.
60854
60855 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
60856
60857         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
60858
60859 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
60860
60861         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
60862
60863         * m4/const.m4: New file.  Use an initializer in this declaration
60864         typedef int charset[2]; const charset x;
60865         Reported by Bob Glickstein.
60866
60867 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
60868
60869         * m4/chown.m4: Fix reversed types on -1 args to chown.
60870         From Kaveh Ghazi.
60871
60872 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
60873
60874         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
60875         Add lseek and memchr.
60876
60877         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
60878         T.E.Dickey <dickey@clark.net> said that some older preprocessors
60879         have a 20-character limit on names.
60880
60881 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
60882
60883         * m4/inttypes_h.m4: New file.
60884         * m4/uintmax_t.m4: New file.
60885         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
60886
60887
60888         -----
60889
60890         Local Variables:
60891         coding: utf-8
60892         End:
60893
60894         Copyright (C) 1997-2009 Free Software Foundation, Inc.
60895
60896         Copying and distribution of this file, with or without
60897         modification, are permitted provided the copyright notice
60898         and this notice are preserved.