e20f352e780bf9c653ebfa475f0e23b1f599a015
[gnulib.git] / ChangeLog
1 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
2
3         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
5         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
6
7 2010-01-06  Jim Meyering  <meyering@redhat.com>
8
9         readtokens: this module *does* require xalloc.h
10         It uses only functions that were omitted by the old syntax-check rule.
11         * lib/readtokens.c: Include "xalloc.h" once again.
12         * modules/readtokens (Depends-on): Add xalloc.
13         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
14
15 2010-01-05  Eric Blake  <ebb9@byu.net>
16
17         maint: support 'make announcement' from a VPATH build
18         * top/maint.mk (announcement): Look for correct NEWS file.
19
20 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
21
22         utimens (fdutimens): ignore a negative FD, per contract
23         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
24         when we have a valid file descriptor.  Otherwise, using a brand
25         new glibc (with just-patched futimens that now fails with EBADF)
26         would cause this function to fail with ENOSYS.
27         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
28         See also http://bugzilla.redhat.com/552320.
29
30 2010-01-05  Eric Blake  <ebb9@byu.net>
31
32         strcase: document what it provides
33         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
34         gnulib module.
35         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
36         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
37
38 2010-01-05  Jim Meyering  <meyering@redhat.com>
39
40         maint: remove useless inclusions of "xalloc.h"
41         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
42         * lib/readtokens.c: Likewise.
43         * lib/same.c: Likewise.
44         * modules/getloadavg (Depends-on): Remove alloca.
45         * modules/readtokens: Likewise.
46         * modules/same: Likewise.
47
48         maint.mk: include 4 more function names in alloca.h-checking regexp
49         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
50         regexp.  Before, we would give a false-positive (saying alloca.h
51         is included unnecessarily) when the only uses involved omitted symbols.
52
53         xalloc.h: use consistent formatting
54         * lib/xalloc.h: Move declarations to start in the first column.
55
56 2010-01-05  Eric Blake  <ebb9@byu.net>
57
58         mkdir: avoid xalloc
59         * lib/mkdir.c (includes): Drop unused header.
60         Reported by John W. Eaton.
61
62 2010-01-04  Jim Meyering  <meyering@redhat.com>
63
64         nl_langinfo: avoid configure-time syntax error
65         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
66         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
67         the empty string.  Don't let that provoke a shell syntax error.
68
69         regcomp, regexec, fnmatch: avoid array bounds read error
70         * lib/regcomp.c (build_equiv_class): From glibc:
71         Use only the low 24 bits of a findidx return value as an index
72         into the weights array.  Patch by Ulrich Drepper:
73         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
74         * lib/regexec.c (check_node_accept_bytes): Likewise.
75         * lib/fnmatch_loop.c (FCT): Likewise.
76
77         regcomp: skip collseq lookup when there are no rules
78         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
79         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
80
81         regcomp: recognize ill-formed { } expressions
82         * lib/regcomp.c (parse_dup_op): From glibc:
83         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
84
85         regcomp: fix typo in comment
86         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
87         s/satisfy/satisfies/.
88
89         regcomp: sync from glibc: remove dead store
90         * lib/regcomp.c (duplicate_node_closure): Remove useless
91         search_duplicated_node call and dead store.
92
93         regcomp: sync from glibc; always use nl_langinfo
94         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
95         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
96         * modules/regex (Depends-on): Add nl_langinfo.
97
98 2010-01-04  Eric Blake  <ebb9@byu.net>
99
100         fdopendir: fix configure test
101         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
102
103 2010-01-01  Bruno Haible  <bruno@clisp.org>
104
105         wchar: Remove unused configure check.
106         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
107
108 2010-01-01  Eric Blake  <ebb9@byu.net>
109
110         headers: make check of system header explicit
111         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
112         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
113         ourselves.
114         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
115         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
116         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
117         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
118         internals.
119         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
120         missing.
121         Suggested by Bruno Haible.
122
123 2010-01-01  Jim Meyering  <meyering@redhat.com>
124
125         ChangeLog: tweak to eliminate unnecessary copyright line
126         * ChangeLog: Remove a copyright line that was mistakenly updated
127         by today's update-copyright run.  Reported by Eric Blake.
128
129         test-update-copyright: don't let envvar setting cause test failure
130         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
131
132 2010-01-01  Bruno Haible  <bruno@clisp.org>
133
134         localename: Avoid gcc warning.
135         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
136         function if it is not used.
137
138 2010-01-01  Jim Meyering  <meyering@redhat.com>
139
140         update nearly all FSF copyright year lists to include 2010
141         Use the same procedure as for 2009, outlined in
142         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
143
144         version-etc: set COPYRIGHT_YEAR to 2010
145         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
146
147 2009-12-31  Eric Blake  <ebb9@byu.net>
148
149         doc: correct availability of cygwin 1.5.x getopt
150         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
151         variables.
152         * doc/posix-functions/opterr.texi (opterr): Likewise.
153         * doc/posix-functions/optind.texi (optind): Likewise.
154         * doc/posix-functions/optopt.texi (optopt): Likewise.
155         * doc/posix-functions/tzname.texi (tzname): Likewise.
156
157         openat: update maintainer
158         * modules/openat (Maintainer): Add myself.
159
160         utimens: avoid shadowing warning
161         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
162         buffers into one, to avoid shadowing, as well as avoiding a
163         redundant stat.
164         Reported by Jim Meyering.
165
166         test-dup2: avoid compiler warning
167         * tests/test-dup2.c (is_inheritable): Only define if used.
168
169 2010-01-01  Bruno Haible  <bruno@clisp.org>
170
171         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
172         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
173         defined, use wctomb instead of wcrtomb.
174
175 2010-01-01  Bruno Haible  <bruno@clisp.org>
176
177         iconv: Reject native Solaris iconv.
178         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
179         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
180
181 2009-12-31  Bruno Haible  <bruno@clisp.org>
182
183         * tests/test-signal.c (main): Remove test of 'SIG'.
184
185 2009-12-31  Bruno Haible  <bruno@clisp.org>
186
187         spawn: Fix incomplete fix.
188         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
189         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
190         warnings for GNULIB_POSIXCHECK again.
191         Reported by Eric Blake.
192
193 2009-12-31  Bruno Haible  <bruno@clisp.org>
194
195         Avoid namespace pollution on glibc systems.
196         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
197         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
198         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
199         glibc systems.
200
201 2009-12-31  Bruno Haible  <bruno@clisp.org>
202
203         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
204         (gl_REPLACE_WCHAR_H): Turn into a no-op.
205         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
206         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
207         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
208         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
209         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
210
211 2009-12-31  Bruno Haible  <bruno@clisp.org>
212
213         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
214         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
215         afterwards.
216
217 2009-12-31  Bruno Haible  <bruno@clisp.org>
218
219         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
220         SYS_UTSNAME_H.
221
222 2009-12-31  Bruno Haible  <bruno@clisp.org>
223
224         spawn: Fix misapplied patch.
225         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
226         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
227         warnings for GNULIB_POSIXCHECK.
228
229 2009-12-31  Bruno Haible  <bruno@clisp.org>
230
231         times: Update after sys_times changed.
232         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
233         * modules/times (Files): Add it.
234         (configure.ac): Invoke gl_FUNC_TIMES.
235
236 2009-12-31  Bruno Haible  <bruno@clisp.org>
237
238         Use AC_C_INLINE where necessary.
239         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
240         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
241         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
242         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
243         * m4/mbfile.m4 (gl_MBFILE): Likewise.
244         * m4/mbiter.m4 (gl_MBITER): Likewise.
245         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
246         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
247         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
248         * modules/u64 (configure.ac): Likewise.
249
250 2009-12-31  Bruno Haible  <bruno@clisp.org>
251
252         Use AC_C_INLINE instead of module 'inline' where possible.
253         * modules/inline (Description): Clarify purpose.
254         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
255         * modules/count-one-bits (Depends-on): Remove inline.
256         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
257         * modules/openat (Depends-on): Remove inline.
258         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
259         instead of depending on module 'inline'.
260         * modules/filevercmp (Depends-on, configure.ac): Likewise.
261         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
262         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
263         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
264         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
265         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
266         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
267         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
268         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
269         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
270         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
271         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
272         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
273         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
274         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
275         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
276         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
277         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
278         Likewise.
279         * modules/unictype/property-ascii-hex-digit (Depends-on,
280         configure.ac): Likewise.
281         * modules/unictype/property-bidi-arabic-digit (Depends-on,
282         configure.ac): Likewise.
283         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
284         configure.ac): Likewise.
285         * modules/unictype/property-bidi-block-separator (Depends-on,
286         configure.ac): Likewise.
287         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
288         configure.ac): Likewise.
289         * modules/unictype/property-bidi-common-separator (Depends-on,
290         configure.ac): Likewise.
291         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
292         Likewise.
293         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
294         configure.ac): Likewise.
295         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
296         configure.ac): Likewise.
297         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
298         configure.ac): Likewise.
299         * modules/unictype/property-bidi-european-digit (Depends-on,
300         configure.ac): Likewise.
301         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
302         configure.ac): Likewise.
303         * modules/unictype/property-bidi-left-to-right (Depends-on,
304         configure.ac): Likewise.
305         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
306         configure.ac): Likewise.
307         * modules/unictype/property-bidi-other-neutral (Depends-on,
308         configure.ac): Likewise.
309         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
310         Likewise.
311         * modules/unictype/property-bidi-segment-separator (Depends-on,
312         configure.ac): Likewise.
313         * modules/unictype/property-bidi-whitespace (Depends-on,
314         configure.ac): Likewise.
315         * modules/unictype/property-combining (Depends-on, configure.ac):
316         Likewise.
317         * modules/unictype/property-composite (Depends-on, configure.ac):
318         Likewise.
319         * modules/unictype/property-currency-symbol (Depends-on,
320         configure.ac): Likewise.
321         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
322         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
323         Likewise.
324         * modules/unictype/property-default-ignorable-code-point (Depends-on,
325         configure.ac): Likewise.
326         * modules/unictype/property-deprecated (Depends-on, configure.ac):
327         Likewise.
328         * modules/unictype/property-diacritic (Depends-on, configure.ac):
329         Likewise.
330         * modules/unictype/property-extender (Depends-on, configure.ac):
331         Likewise.
332         * modules/unictype/property-format-control (Depends-on, configure.ac):
333         Likewise.
334         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
335         Likewise.
336         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
337         Likewise.
338         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
339         Likewise.
340         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
341         Likewise.
342         * modules/unictype/property-hyphen (Depends-on, configure.ac):
343         Likewise.
344         * modules/unictype/property-id-continue (Depends-on, configure.ac):
345         Likewise.
346         * modules/unictype/property-id-start (Depends-on, configure.ac):
347         Likewise.
348         * modules/unictype/property-ideographic (Depends-on, configure.ac):
349         Likewise.
350         * modules/unictype/property-ids-binary-operator (Depends-on,
351         configure.ac): Likewise.
352         * modules/unictype/property-ids-trinary-operator (Depends-on,
353         configure.ac): Likewise.
354         * modules/unictype/property-ignorable-control (Depends-on,
355         configure.ac): Likewise.
356         * modules/unictype/property-iso-control (Depends-on, configure.ac):
357         Likewise.
358         * modules/unictype/property-join-control (Depends-on, configure.ac):
359         Likewise.
360         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
361         Likewise.
362         * modules/unictype/property-line-separator (Depends-on, configure.ac):
363         Likewise.
364         * modules/unictype/property-logical-order-exception (Depends-on,
365         configure.ac): Likewise.
366         * modules/unictype/property-lowercase (Depends-on, configure.ac):
367         Likewise.
368         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
369         * modules/unictype/property-non-break (Depends-on, configure.ac):
370         Likewise.
371         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
372         Likewise.
373         * modules/unictype/property-numeric (Depends-on, configure.ac):
374         Likewise.
375         * modules/unictype/property-other-alphabetic (Depends-on,
376         configure.ac): Likewise.
377         * modules/unictype/property-other-default-ignorable-code-point
378         (Depends-on, configure.ac): Likewise.
379         * modules/unictype/property-other-grapheme-extend (Depends-on,
380         configure.ac): Likewise.
381         * modules/unictype/property-other-id-continue (Depends-on,
382         configure.ac): Likewise.
383         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
384         Likewise.
385         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
386         Likewise.
387         * modules/unictype/property-other-math (Depends-on, configure.ac):
388         Likewise.
389         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
390         Likewise.
391         * modules/unictype/property-paired-punctuation (Depends-on,
392         configure.ac): Likewise.
393         * modules/unictype/property-paragraph-separator (Depends-on,
394         configure.ac): Likewise.
395         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
396         Likewise.
397         * modules/unictype/property-pattern-white-space (Depends-on,
398         configure.ac): Likewise.
399         * modules/unictype/property-private-use (Depends-on, configure.ac):
400         Likewise.
401         * modules/unictype/property-punctuation (Depends-on, configure.ac):
402         Likewise.
403         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
404         Likewise.
405         * modules/unictype/property-radical (Depends-on, configure.ac):
406         Likewise.
407         * modules/unictype/property-sentence-terminal (Depends-on,
408         configure.ac): Likewise.
409         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
410         Likewise.
411         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
412         * modules/unictype/property-terminal-punctuation (Depends-on,
413         configure.ac): Likewise.
414         * modules/unictype/property-titlecase (Depends-on, configure.ac):
415         Likewise.
416         * modules/unictype/property-unassigned-code-value (Depends-on,
417         configure.ac): Likewise.
418         * modules/unictype/property-unified-ideograph (Depends-on,
419         configure.ac): Likewise.
420         * modules/unictype/property-uppercase (Depends-on, configure.ac):
421         Likewise.
422         * modules/unictype/property-variation-selector (Depends-on,
423         configure.ac): Likewise.
424         * modules/unictype/property-white-space (Depends-on, configure.ac):
425         Likewise.
426         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
427         Likewise.
428         * modules/unictype/property-xid-start (Depends-on, configure.ac):
429         Likewise.
430         * modules/unictype/property-zero-width (Depends-on, configure.ac):
431         Likewise.
432         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
433         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
434         Likewise.
435
436 2009-12-31  Bruno Haible  <bruno@clisp.org>
437
438         Remove unnecessary AC_C_INLINE invocation.
439         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
440         since 2009-08-21.
441
442 2009-12-31  Jim Meyering  <meyering@redhat.com>
443
444         maint.mk: don't require explicit gpg_key_ID in cfg.mk
445         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
446         With this change, we can all remove the gpg_key_ID = ... definition
447         from our respective cfg.mk files.
448
449         maint.mk: create announcement template in ~/, not in /tmp
450         * top/maint.mk (emit_upload_commands): Adjust.
451         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
452         Remove temporary file, .ci-msg.
453
454 2009-12-31  Eric Blake  <ebb9@byu.net>
455
456         link-warning: always build headers with link warnings
457         * modules/arpa_inet (Makefile.am): Always build replacement
458         header.
459         * modules/ctype (Makefile.am): Likewise.
460         * modules/dirent (Makefile.am): Likewise.
461         * modules/inttypes (Makefile.am): Likewise.
462         * modules/langinfo (Makefile.am): Likewise.
463         * modules/locale (Makefile.am): Likewise.
464         * modules/spawn (Makefile.am): Likewise.
465         * modules/sys_file (Makefile.am): Likewise.
466         * modules/sys_ioctl (Makefile.am): Likewise.
467         * modules/sys_select (Makefile.am): Likewise.
468         * modules/sys_socket (Makefile.am): Likewise.
469         * modules/sys_times (Makefile.am): Likewise.
470         * modules/sys_utsname (Makefile.am): Likewise.
471         * modules/sys_wait (Makefile.am): Likewise.
472         * modules/wchar (Makefile.am): Likewise.
473         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
474         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
475         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
476         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
477         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
478         Likewise.
479         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
480         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
481         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
482         Likewise.
483         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
484         Likewise.
485         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
486         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
487         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
488         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
489         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
490         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
491         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
492         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
493         (gl_WCHAR_H_DEFAULTS): Likewise.
494
495 2009-12-31  Eric Blake  <ebb9@byu.net>
496
497         signal, spawn: use link warnings
498         * lib/signal.in.h (sigset_t): Make unconditional.
499         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
500         (sigpending, sigprocmask, sigaction): Add link warnings.
501         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
502         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
503         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
504         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
505         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
506         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
507         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
508         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
509         (posix_spawn_file_actions_destroy)
510         (posix_spawn_file_actions_addopen)
511         (posix_spawn_file_actions_addclose)
512         (posix_spawwn_file_actions_adddup2): Likewise.
513         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
514         * tests/test-signal.c (main): Enhance test.
515
516         spawn: improve wrapper support
517         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
518         (gl_SPAWN_H_DEFAULTS): New defaults.
519         * modules/spawn (Makefile.am): Substitute them.
520         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
521         Only declare if missing or broken.
522
523         sys_times, sys_utsname: use include_next
524         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
525         header.
526         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
527         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
528         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
529         * modules/sys_times (Depends-on): Add include_next.
530         (Makefile.am): Substitute additional values.
531         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
532         * lib/sys_times.in.h (includes): Include native header, if
533         available.
534         * lib/sys_utsname.in.h (includes): Likewise.
535         * tests/test-sys_times.c (main): Enhance test.
536
537         fdutimensat: revert prior patch
538         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
539         utimens.h.
540         Reported by Bruno Haible.
541
542 2009-12-30  Eric Blake  <ebb9@byu.net>
543
544         sys_wait: drop link-warning dependency
545         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
546         link-warning efforts.
547         * lib/sys_wait.in.h: Likewise.
548
549         fdutimensat: remove bogus dependency
550         * modules/fdutimensat (Depends-on): Drop inline.
551
552         unistd: fix typo
553         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
554
555 2009-12-30  Bruno Haible  <bruno@clisp.org>
556
557         Fix compilation error with Solaris cc.
558         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
559         * lib/unicase/u16-is-invariant.c: Likewise.
560         * lib/unicase/u32-is-invariant.c: Likewise.
561         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
562
563 2009-12-30  Bruno Haible  <bruno@clisp.org>
564
565         Fix test crash.
566         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
567         locales.
568         Reported by Simon Josefsson <simon@josefsson.org>.
569
570 2009-12-30  Bruno Haible  <bruno@clisp.org>
571
572         Fix compilation error on most platforms.
573         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
574         Reported by Simon Josefsson <simon@josefsson.org>
575         and Nelson H. F. Beebe <beebe@math.utah.edu>.
576
577 2009-12-30  Eric Blake  <ebb9@byu.net>
578
579         futimens, utimensat: work around ntfs-3g bug
580         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
581         a ctime bug is present, and expand workaround to cover ntfs-3g.
582         * lib/utimens.c (fdutimens, lutimens): Likewise.
583         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
584         (validate_timespec): Adjust return value.
585         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
586         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
587         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
588
589 2009-12-29  Eric Blake  <ebb9@byu.net>
590
591         link-warning: make usage consistent
592         * modules/ctype (Depends-on): Add link-warning.
593         (Makefile.am): Update rules accordingly.
594         * modules/langinfo (Depends-on, Makefile.am): Likewise.
595         * modules/locale (Depends-on, Makefile.am): Likewise.
596         * modules/sys_file (Makefile.am): Likewise.
597         * modules/getopt-posix (Makefile.am): Delete unused link warning
598         efforts.
599         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
600         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
601         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
602         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
603
604         stdio: remove unused variables
605         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
606         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
607         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
608
609         tests: test more substitute headers
610         * modules/ctype-tests: New file.
611         * modules/dirent-tests: Likewise.
612         * modules/spawn-tests: Likewise.
613         * modules/sys_file-tests: Likewise.
614         * modules/sys_ioctl-tests: Likewise.
615         * modules/sys_wait-tests: Likewise.
616         * tests/test-ctype.c: Likewise.
617         * tests/test-dirent.c: Likewise.
618         * tests/test-spawn.c: Likewise.
619         * tests/test-sys_file.c: Likewise.
620         * tests/test-sys_ioctl.c: Likewise.
621         * tests/test-sys_wait.c: Likewise.
622         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
623         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
624         whether or not flock is in use.
625
626         tests: remove License section from module
627         * modules/arpa_inet-tests: Remove unneeded section.
628         * modules/byteswap-tests: Likewise.
629         * modules/ceilf-tests: Likewise.
630         * modules/ceill-tests: Likewise.
631         * modules/crypto/des-tests: Likewise.
632         * modules/crypto/gc-arcfour-tests: Likewise.
633         * modules/crypto/gc-arctwo-tests: Likewise.
634         * modules/crypto/gc-des-tests: Likewise.
635         * modules/crypto/gc-hmac-md5-tests: Likewise.
636         * modules/crypto/gc-hmac-sha1-tests: Likewise.
637         * modules/crypto/gc-md2-tests: Likewise.
638         * modules/crypto/gc-md4-tests: Likewise.
639         * modules/crypto/gc-md5-tests: Likewise.
640         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
641         * modules/crypto/gc-rijndael-tests: Likewise.
642         * modules/crypto/gc-sha1-tests: Likewise.
643         * modules/crypto/gc-tests: Likewise.
644         * modules/crypto/md2-tests: Likewise.
645         * modules/crypto/md4-tests: Likewise.
646         * modules/fcntl-h-tests: Likewise.
647         * modules/floorf-tests: Likewise.
648         * modules/floorl-tests: Likewise.
649         * modules/frexp-nolibm-tests: Likewise.
650         * modules/frexp-tests: Likewise.
651         * modules/frexpl-nolibm-tests: Likewise.
652         * modules/frexpl-tests: Likewise.
653         * modules/getaddrinfo-tests: Likewise.
654         * modules/inttypes-tests: Likewise.
655         * modules/isfinite-tests: Likewise.
656         * modules/isinf-tests: Likewise.
657         * modules/ldexpl-tests: Likewise.
658         * modules/locale-tests: Likewise.
659         * modules/math-tests: Likewise.
660         * modules/netdb-tests: Likewise.
661         * modules/netinet_in-tests: Likewise.
662         * modules/printf-frexp-tests: Likewise.
663         * modules/printf-frexpl-tests: Likewise.
664         * modules/priv-set-tests: Likewise.
665         * modules/random_r-tests: Likewise.
666         * modules/round-tests: Likewise.
667         * modules/roundf-tests: Likewise.
668         * modules/roundl-tests: Likewise.
669         * modules/search-tests: Likewise.
670         * modules/select-tests: Likewise.
671         * modules/signal-tests: Likewise.
672         * modules/stdbool-tests: Likewise.
673         * modules/stddef-tests: Likewise.
674         * modules/stdint-tests: Likewise.
675         * modules/stdio-tests: Likewise.
676         * modules/stdlib-tests: Likewise.
677         * modules/string-tests: Likewise.
678         * modules/strings-tests: Likewise.
679         * modules/sys_select-tests: Likewise.
680         * modules/sys_socket-tests: Likewise.
681         * modules/sys_stat-tests: Likewise.
682         * modules/sys_time-tests: Likewise.
683         * modules/sys_utsname-tests: Likewise.
684         * modules/sysexits-tests: Likewise.
685         * modules/time-tests: Likewise.
686         * modules/trunc-tests: Likewise.
687         * modules/truncf-tests: Likewise.
688         * modules/truncl-tests: Likewise.
689         * modules/tsearch-tests: Likewise.
690         * modules/unistd-tests: Likewise.
691         * modules/wchar-tests: Likewise.
692         * modules/wctype-tests: Likewise.
693
694         tests: fix license on several tests
695         * tests/test-des.c: Update to GPLv3+.
696         * tests/test-flock.c: Likewise.
697         * tests/test-fsync.c: Likewise.
698         * tests/test-futimens.h: Likewise.
699         * tests/test-gc-arcfour.c: Likewise.
700         * tests/test-gc-arctwo.c: Likewise.
701         * tests/test-gc-des.c: Likewise.
702         * tests/test-gc-hmac-md5.c: Likewise.
703         * tests/test-gc-hmac-sha1.c: Likewise.
704         * tests/test-gc-md2.c: Likewise.
705         * tests/test-gc-md4.c: Likewise.
706         * tests/test-gc-md5.c: Likewise.
707         * tests/test-gc-pbkdf2-sha1.c: Likewise.
708         * tests/test-gc-rijndael.c: Likewise.
709         * tests/test-gc-sha1.c: Likewise.
710         * tests/test-gc.c: Likewise.
711         * tests/test-getcwd.c: Likewise.
712         * tests/test-link.c: Likewise.
713         * tests/test-link.h: Likewise.
714         * tests/test-lutimens.h: Likewise.
715         * tests/test-md2.c: Likewise.
716         * tests/test-md4.c: Likewise.
717         * tests/test-mkdir.h: Likewise.
718         * tests/test-rename.c: Likewise.
719         * tests/test-rename.h: Likewise.
720         * tests/test-safe-alloc.c: Likewise.
721         * tests/test-utimens-common.h: Likewise.
722         * tests/test-utimens.h: Likewise.
723
724         maint: sync license texts
725         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
726         * doc/gpl-3.0.texi: Revert copyright year update.
727         * doc/lgpl-3.0.texi: Likewise.
728
729 2009-12-29  Jim Meyering  <meyering@redhat.com>
730
731         update nearly all FSF copyright year lists to include 2009
732         The files named by the following are exempted:
733             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
734               test -f "$dst" && { echo "$dst"; continue; }
735               test -d "$dst" || continue
736               echo "$dst"/$(basename "$src")
737             done > exempt
738             git ls-files tests/unictype >> exempt
739         In the remaining files, convert to all-interval notation if
740         - there is already at least one year interval like 2000-2003
741         - the file is maintained by me
742         - the file is in lib/uni*/, where that style already prevails
743         Otherwise, use update-copyright's default.
744
745 2009-12-29  Simon Josefsson  <simon@josefsson.org>
746         and Eric Blake  <ebb9@byu.net>
747
748         tests: don't require debug system() to pass
749         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
750         * tests/test-rmdir.h (test_rmdir_func): Likewise.
751         * tests/test-unlink.h (test_unlink_func): Likewise.
752         * tests/test-fstatat.c (main): ...into callers.
753         * tests/test-lstat.c (main): Likewise.
754         * tests/test-rmdir.c (main): Likewise.
755         * tests/test-unlink.c (main): Likewise.
756         * tests/test-unlinkat.c (main): Likewise.
757         * tests/test-areadlink-with-size.c (main): Don't require a
758         debug-only system call to pass, aiding cross-testing to mingw.
759         * tests/test-areadlink.c (main): Likewise.
760         * tests/test-areadlinkat-with-size.c (main): Likewise.
761         * tests/test-areadlinkat.c (main): Likewise.
762         * tests/test-canonicalize-lgpl.c (main): Likewise.
763         * tests/test-canonicalize.c (main): Likewise.
764         * tests/test-chown.c (main): Likewise.
765         * tests/test-fchownat.c (main): Likewise.
766         * tests/test-lchown.c (main): Likewise.
767         * tests/test-fdutimensat.c (main): Likewise.
768         * tests/test-futimens.c (main): Likewise.
769         * tests/test-link.c (main): Likewise.
770         * tests/test-linkat.c (main): Likewise.
771         * tests/test-mkdir.c (main): Likewise.
772         * tests/test-mkdirat.c (main): Likewise.
773         * tests/test-mkfifo.c (main): Likewise.
774         * tests/test-mkfifoat.c (main): Likewise.
775         * tests/test-mknod.c (main): Likewise.
776         * tests/test-readlink.c (main): Likewise.
777         * tests/test-remove.c (main): Likewise.
778         * tests/test-rename.c (main): Likewise.
779         * tests/test-renameat.c (main): Likewise.
780         * tests/test-symlink.c (main): Likewise.
781         * tests/test-symlinkat.c (main): Likewise.
782         * tests/test-utimens.c (main): Likewise.
783         * tests/test-utimensat.c (main): Likewise.
784
785 2009-12-29  Simon Josefsson  <simon@josefsson.org>
786
787         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
788         on $(UNUSED_PARAMETER_H) to avoid build failure.
789
790 2009-12-28  Jim Meyering  <meyering@redhat.com>
791
792         update-copyright: you may specify a max. line length other than 72
793         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
794
795         maint: use consistent FSF copyright line syntax
796         * lib/posixtm.c: Add missing comma in FSF copyright line.
797         * lib/posixtm.h: Likewise.
798         * lib/getugroups.c: Add missing ", Inc.".
799
800         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
801         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
802         FSF copyright line.  Remove trailing blanks.
803
804 2009-12-28  Eric Blake  <ebb9@byu.net>
805
806         test-dup2: reduce dependencies
807         * modules/cloexec (Configure.ac): Set witness.
808         * modules/dup2-tests (Depends-on): Drop cloexec.
809         * tests/test-dup2.c (main): Skip portion of test if cloexec module
810         not present.
811         Suggested by Bruno Haible.
812
813 2009-12-26  Bruno Haible  <bruno@clisp.org>
814
815         Remove an unneeded dependency.
816         * modules/fseterr (Depends-on): Remove dup2.
817
818 2009-12-26  Eric Blake  <ebb9@byu.net>
819
820         tests: use macros.h in more places
821         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
822         (ASSERT_STREAM): Provide default of stderr.
823         * tests/test-dirent-safer.c: Include macros.h, using alternate
824         stream for assertions.
825         * tests/test-dup-safer.c: Likewise.
826         * tests/test-freopen-safer.c: Likewise.
827         * tests/test-getopt.c: Likewise.
828         * tests/test-openat-safer.c: Likewise.
829         * tests/test-pipe.c: Likewise.
830         * tests/test-popen-safer.c: Likewise.
831         * modules/dirent-safer-tests (Files): Include macros.h.
832         * modules/unistd-safer-tests (Files): Likewise.
833         * modules/freopen-safer-tests (Files): Likewise.
834         * modules/getopt-posix-tests (Files): Likewise.
835         * modules/openat-safer-tests (Files): Likewise.
836         * modules/pipe-tests (Files): Likewise.
837
838 2009-12-26  Bruno Haible  <bruno@clisp.org>
839
840         javacomp: Portability fix.
841         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
842         that it also works on Solaris.
843
844 2009-12-26  Bruno Haible  <bruno@clisp.org>
845
846         localename: Fix storage allocation of gl_locale_name_thread's result.
847         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
848         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
849         all platforms that have 'uselocale'.
850         (gl_locale_name_thread_unsafe): New function, extracted from
851         gl_locale_name_thread.
852         (gl_locale_name_thread): Call struniq on all platforms that have
853         'uselocale'.
854         * tests/test-localename.c (test_locale_name_thread): Check that the
855         resulting strings are permanently allocated.
856         * modules/localename-tests (Depends-on): Add strdup.
857
858 2009-12-26  Bruno Haible  <bruno@clisp.org>
859
860         * tests/test-localename.c (categories): Fill in the strings.
861
862 2009-12-26  Jim Meyering  <meyering@redhat.com>
863
864         isdir: complete the removal of m4/isdir.m4
865         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
866
867         isdir: clean up, since at least grep still uses it
868         * lib/isdir.c: Include "isdir.h".
869         (S_ISDIR): Remove now-unneeded definition.
870         * modules/isdir (Files): Add lib/isdir.h.
871         * lib/isdir.h: New file, with declaration.
872         * m4/isdir.m4: Remove file -- unneeded.
873
874 2009-12-25  Bruno Haible  <bruno@clisp.org>
875
876         selinux-h: Make generated .h files standalone.
877         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
878         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
879         * lib/se-selinux.in.h: Likewise.
880         * modules/selinux-h (Depends-on): Add unused-parameter.
881         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
882         selinux/selinux.h and selinux/context.h.
883         Suggested by Eric Blake.
884
885 2009-12-25  Bruno Haible  <bruno@clisp.org>
886
887         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
888         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
889         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
890         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
891         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
892
893 2009-12-24  Bruno Haible  <bruno@clisp.org>
894
895         openat: Fix warning.
896         * lib/openat-proc.c: Include <unistd.h>.
897
898 2009-12-24  Bruno Haible  <bruno@clisp.org>
899
900         New module 'unused-parameter'.
901         * build-aux/unused-parameter.h: New file, extracted from earlier
902         gnulib-common.m4.
903         * modules/unused-parameter: New file.
904         * lib/unistr.h: Include unused-parameter.h.
905         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
906         _GL_UNUSED.
907         * modules/unistr/base (Depends-on): Add unused-parameter.
908
909 2009-12-24  Bruno Haible  <bruno@clisp.org>
910
911         Add missing dependencies to 'extensions' module.
912         * m4/extensions.m4: Add comment.
913         * modules/accept4 (Depends-on): Add extensions.
914         * modules/dup3 (Depends-on): Likewise.
915         * modules/fcntl (Depends-on): Likewise.
916         * modules/futimens (Depends-on): Likewise.
917         * modules/mknod (Depends-on): Likewise.
918         * modules/pipe2 (Depends-on): Likewise.
919         * modules/stat-time (Depends-on): Likewise.
920         * modules/strcasestr-simple (Depends-on): Likewise.
921         * modules/strsignal (Depends-on): Likewise.
922         * modules/utimensat (Depends-on): Likewise.
923         * modules/localcharset (Depends-on): Likewise. Needed because of
924         gl_FCNTL_O_FLAGS.
925         * modules/wcrtomb (Depends-on): Likewise. Needed because of
926         AC_TYPE_MBSTATE_T.
927         * modules/wcsnrtombs (Depends-on): Likewise.
928         * modules/wcsrtombs (Depends-on): Likewise.
929
930 2009-12-24  Bruno Haible  <bruno@clisp.org>
931
932         binary-io: Avoid gcc warning due to SET_BINARY.
933         * lib/binary-io.h (SET_BINARY): Cast the result to void.
934         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
935
936 2009-12-24  Bruno Haible  <bruno@clisp.org>
937
938         Avoid future namespace pollution on glibc systems.
939         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
940         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
941         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
942         glibc systems.
943
944 2009-12-24  Bruno Haible  <bruno@clisp.org>
945
946         Refactor common macros used in tests.
947         * tests/macros.h: New file.
948         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
949         and/or <stdlib.h>, if appropriate.
950         (ASSERT, SIZEOF): Remove macros.
951         * tests/test-areadlink-with-size.c: Likewise.
952         * tests/test-areadlinkat.c: Likewise.
953         * tests/test-areadlinkat-with-size.c: Likewise.
954         * tests/test-argmatch.c: Likewise.
955         * tests/test-argv-iter.c: Likewise.
956         * tests/test-array-mergesort.c: Likewise.
957         * tests/test-array_list.c: Likewise.
958         * tests/test-array_oset.c: Likewise.
959         * tests/test-avltree_list.c: Likewise.
960         * tests/test-avltree_oset.c: Likewise.
961         * tests/test-avltreehash_list.c: Likewise.
962         * tests/test-base64.c: Likewise.
963         * tests/test-binary-io.c: Likewise.
964         * tests/test-bitrotate.c: Likewise.
965         * tests/test-btowc.c: Likewise.
966         * tests/test-byteswap.c: Likewise.
967         * tests/test-c-ctype.c: Likewise.
968         * tests/test-c-stack.c: Likewise.
969         * tests/test-c-strcasecmp.c: Likewise.
970         * tests/test-c-strcasestr.c: Likewise.
971         * tests/test-c-strncasecmp.c: Likewise.
972         * tests/test-c-strstr.c: Likewise.
973         * tests/test-canonicalize-lgpl.c: Likewise.
974         * tests/test-canonicalize.c: Likewise.
975         * tests/test-carray_list.c: Likewise.
976         * tests/test-ceilf1.c: Likewise.
977         * tests/test-ceilf2.c: Likewise.
978         * tests/test-ceill.c: Likewise.
979         * tests/test-chown.c: Likewise.
980         * tests/test-cloexec.c: Likewise.
981         * tests/test-copy-acl.c: Likewise.
982         * tests/test-copy-file.c: Likewise.
983         * tests/test-count-one-bits.c: Likewise.
984         * tests/test-dprintf-posix.c: Likewise.
985         * tests/test-dup2.c: Likewise.
986         * tests/test-dup3.c: Likewise.
987         * tests/test-duplocale.c: Likewise.
988         * tests/test-fbufmode.c: Likewise.
989         * tests/test-fchdir.c: Likewise.
990         * tests/test-fchownat.c: Likewise.
991         * tests/test-fcntl-safer.c: Likewise.
992         * tests/test-fcntl.c: Likewise.
993         * tests/test-fdopendir.c: Likewise.
994         * tests/test-fdutimensat.c: Likewise.
995         * tests/test-fflush2.c: Likewise.
996         * tests/test-file-has-acl.c: Likewise.
997         * tests/test-filevercmp.c: Likewise.
998         * tests/test-flock.c: Likewise.
999         * tests/test-floorf1.c: Likewise.
1000         * tests/test-floorf2.c: Likewise.
1001         * tests/test-floorl.c: Likewise.
1002         * tests/test-fnmatch.c: Likewise.
1003         * tests/test-fopen.h: Likewise.
1004         * tests/test-fpending.c: Likewise.
1005         * tests/test-fprintf-posix.c: Likewise.
1006         * tests/test-fpurge.c: Likewise.
1007         * tests/test-freadable.c: Likewise.
1008         * tests/test-freadahead.c: Likewise.
1009         * tests/test-freading.c: Likewise.
1010         * tests/test-freadptr.c: Likewise.
1011         * tests/test-freadptr2.c: Likewise.
1012         * tests/test-freadseek.c: Likewise.
1013         * tests/test-freopen.c: Likewise.
1014         * tests/test-frexp.c: Likewise.
1015         * tests/test-frexpl.c: Likewise.
1016         * tests/test-fseek.c: Likewise.
1017         * tests/test-fseeko.c: Likewise.
1018         * tests/test-fstatat.c: Likewise.
1019         * tests/test-fstrcmp.c: Likewise.
1020         * tests/test-fsync.c: Likewise.
1021         * tests/test-ftell.c: Likewise.
1022         * tests/test-ftello.c: Likewise.
1023         * tests/test-func.c: Likewise.
1024         * tests/test-futimens.c: Likewise.
1025         * tests/test-fwritable.c: Likewise.
1026         * tests/test-fwriting.c: Likewise.
1027         * tests/test-getcwd.c: Likewise.
1028         * tests/test-getdate.c: Likewise.
1029         * tests/test-getdelim.c: Likewise.
1030         * tests/test-getdtablesize.c: Likewise.
1031         * tests/test-getgroups.c: Likewise.
1032         * tests/test-getline.c: Likewise.
1033         * tests/test-getndelim2.c: Likewise.
1034         * tests/test-glob.c: Likewise.
1035         * tests/test-hash.c: Likewise.
1036         * tests/test-i-ring.c: Likewise.
1037         * tests/test-iconv-utf.c: Likewise.
1038         * tests/test-iconv.c: Likewise.
1039         * tests/test-idpriv-drop.c: Likewise.
1040         * tests/test-idpriv-droptemp.c: Likewise.
1041         * tests/test-inet_ntop.c: Likewise.
1042         * tests/test-inet_pton.c: Likewise.
1043         * tests/test-isblank.c: Likewise.
1044         * tests/test-isfinite.c: Likewise.
1045         * tests/test-isinf.c: Likewise.
1046         * tests/test-isnan.c: Likewise.
1047         * tests/test-isnand.h: Likewise.
1048         * tests/test-isnanf.h: Likewise.
1049         * tests/test-isnanl.h: Likewise.
1050         * tests/test-lchown.c: Likewise.
1051         * tests/test-ldexpl.c: Likewise.
1052         * tests/test-link.c: Likewise.
1053         * tests/test-linkat.c: Likewise.
1054         * tests/test-linked_list.c: Likewise.
1055         * tests/test-linkedhash_list.c: Likewise.
1056         * tests/test-localename.c: Likewise.
1057         * tests/test-lseek.c: Likewise.
1058         * tests/test-lstat.c: Likewise.
1059         * tests/test-mbmemcasecmp.c: Likewise.
1060         * tests/test-mbmemcasecoll.c: Likewise.
1061         * tests/test-mbrtowc.c: Likewise.
1062         * tests/test-mbscasecmp.c: Likewise.
1063         * tests/test-mbscasestr1.c: Likewise.
1064         * tests/test-mbscasestr2.c: Likewise.
1065         * tests/test-mbscasestr3.c: Likewise.
1066         * tests/test-mbscasestr4.c: Likewise.
1067         * tests/test-mbschr.c: Likewise.
1068         * tests/test-mbscspn.c: Likewise.
1069         * tests/test-mbsinit.c: Likewise.
1070         * tests/test-mbsncasecmp.c: Likewise.
1071         * tests/test-mbsnrtowcs.c: Likewise.
1072         * tests/test-mbspbrk.c: Likewise.
1073         * tests/test-mbspcasecmp.c: Likewise.
1074         * tests/test-mbsrchr.c: Likewise.
1075         * tests/test-mbsrtowcs.c: Likewise.
1076         * tests/test-mbsspn.c: Likewise.
1077         * tests/test-mbsstr1.c: Likewise.
1078         * tests/test-mbsstr2.c: Likewise.
1079         * tests/test-mbsstr3.c: Likewise.
1080         * tests/test-memchr.c: Likewise.
1081         * tests/test-memchr2.c: Likewise.
1082         * tests/test-memcmp.c: Likewise.
1083         * tests/test-memmem.c: Likewise.
1084         * tests/test-memrchr.c: Likewise.
1085         * tests/test-mkdir.c: Likewise.
1086         * tests/test-mkdirat.c: Likewise.
1087         * tests/test-mkfifo.c: Likewise.
1088         * tests/test-mkfifoat.c: Likewise.
1089         * tests/test-mknod.c: Likewise.
1090         * tests/test-nanosleep.c: Likewise.
1091         * tests/test-nl_langinfo.c: Likewise.
1092         * tests/test-obstack-printf.c: Likewise.
1093         * tests/test-open.c: Likewise.
1094         * tests/test-openat.c: Likewise.
1095         * tests/test-pipe-filter-gi1.c: Likewise.
1096         * tests/test-pipe-filter-gi2-main.c: Likewise.
1097         * tests/test-pipe-filter-ii1.c: Likewise.
1098         * tests/test-pipe-filter-ii2-main.c: Likewise.
1099         * tests/test-pipe2.c: Likewise.
1100         * tests/test-popen.h: Likewise.
1101         * tests/test-posixtm.c: Likewise.
1102         * tests/test-pread.c: Likewise.
1103         * tests/test-printf-frexp.c: Likewise.
1104         * tests/test-printf-frexpl.c: Likewise.
1105         * tests/test-printf-posix.c: Likewise.
1106         * tests/test-priv-set.c: Likewise.
1107         * tests/test-quotearg.c: Likewise.
1108         * tests/test-random_r.c: Likewise.
1109         * tests/test-rawmemchr.c: Likewise.
1110         * tests/test-rbtree_list.c: Likewise.
1111         * tests/test-rbtree_oset.c: Likewise.
1112         * tests/test-rbtreehash_list.c: Likewise.
1113         * tests/test-readlink.c: Likewise.
1114         * tests/test-remove.c: Likewise.
1115         * tests/test-rename.c: Likewise.
1116         * tests/test-renameat.c: Likewise.
1117         * tests/test-rmdir.c: Likewise.
1118         * tests/test-round1.c: Likewise.
1119         * tests/test-roundf1.c: Likewise.
1120         * tests/test-roundl.c: Likewise.
1121         * tests/test-safe-alloc.c: Likewise.
1122         * tests/test-sameacls.c: Likewise.
1123         * tests/test-set-mode-acl.c: Likewise.
1124         * tests/test-setenv.c: Likewise.
1125         * tests/test-sigaction.c: Likewise.
1126         * tests/test-signbit.c: Likewise.
1127         * tests/test-sleep.c: Likewise.
1128         * tests/test-snprintf-posix.c: Likewise.
1129         * tests/test-snprintf.c: Likewise.
1130         * tests/test-sprintf-posix.c: Likewise.
1131         * tests/test-stat-time.c: Likewise.
1132         * tests/test-stat.c: Likewise.
1133         * tests/test-strcasestr.c: Likewise.
1134         * tests/test-strchrnul.c: Likewise.
1135         * tests/test-strerror.c: Likewise.
1136         * tests/test-striconv.c: Likewise.
1137         * tests/test-striconveh.c: Likewise.
1138         * tests/test-striconveha.c: Likewise.
1139         * tests/test-strsignal.c: Likewise.
1140         * tests/test-strstr.c: Likewise.
1141         * tests/test-strtod.c: Likewise.
1142         * tests/test-strverscmp.c: Likewise.
1143         * tests/test-symlink.c: Likewise.
1144         * tests/test-symlinkat.c: Likewise.
1145         * tests/test-trunc1.c: Likewise.
1146         * tests/test-trunc2.c: Likewise.
1147         * tests/test-truncf1.c: Likewise.
1148         * tests/test-truncf2.c: Likewise.
1149         * tests/test-truncl.c: Likewise.
1150         * tests/test-uname.c: Likewise.
1151         * tests/test-unlink.c: Likewise.
1152         * tests/test-unlinkat.c: Likewise.
1153         * tests/test-unsetenv.c: Likewise.
1154         * tests/test-usleep.c: Likewise.
1155         * tests/test-utimens.c: Likewise.
1156         * tests/test-utimensat.c: Likewise.
1157         * tests/test-vasnprintf-posix.c: Likewise.
1158         * tests/test-vasnprintf-posix2.c: Likewise.
1159         * tests/test-vasnprintf.c: Likewise.
1160         * tests/test-vasprintf-posix.c: Likewise.
1161         * tests/test-vasprintf.c: Likewise.
1162         * tests/test-vdprintf-posix.c: Likewise.
1163         * tests/test-vfprintf-posix.c: Likewise.
1164         * tests/test-vprintf-posix.c: Likewise.
1165         * tests/test-vsnprintf-posix.c: Likewise.
1166         * tests/test-vsnprintf.c: Likewise.
1167         * tests/test-vsprintf-posix.c: Likewise.
1168         * tests/test-wcrtomb.c: Likewise.
1169         * tests/test-wcsnrtombs.c: Likewise.
1170         * tests/test-wcsrtombs.c: Likewise.
1171         * tests/test-wctype.c: Likewise.
1172         * tests/test-wcwidth.c: Likewise.
1173         * tests/test-xfprintf-posix.c: Likewise.
1174         * tests/test-xmemdup0.c: Likewise.
1175         * tests/test-xprintf-posix.c: Likewise.
1176         * tests/test-xvasprintf.c: Likewise.
1177         * tests/unicase/test-locale-language.c: Likewise.
1178         * tests/unicase/test-mapping-part1.h: Likewise.
1179         * tests/unicase/test-predicate-part1.h: Likewise.
1180         * tests/unicase/test-u8-casecmp.c: Likewise.
1181         * tests/unicase/test-u8-casecoll.c: Likewise.
1182         * tests/unicase/test-u8-casefold.c: Likewise.
1183         * tests/unicase/test-u8-is-cased.c: Likewise.
1184         * tests/unicase/test-u8-is-casefolded.c: Likewise.
1185         * tests/unicase/test-u8-is-lowercase.c: Likewise.
1186         * tests/unicase/test-u8-is-titlecase.c: Likewise.
1187         * tests/unicase/test-u8-is-uppercase.c: Likewise.
1188         * tests/unicase/test-u8-tolower.c: Likewise.
1189         * tests/unicase/test-u8-totitle.c: Likewise.
1190         * tests/unicase/test-u8-toupper.c: Likewise.
1191         * tests/unicase/test-u16-casecmp.c: Likewise.
1192         * tests/unicase/test-u16-casecoll.c: Likewise.
1193         * tests/unicase/test-u16-casefold.c: Likewise.
1194         * tests/unicase/test-u16-is-cased.c: Likewise.
1195         * tests/unicase/test-u16-is-casefolded.c: Likewise.
1196         * tests/unicase/test-u16-is-lowercase.c: Likewise.
1197         * tests/unicase/test-u16-is-titlecase.c: Likewise.
1198         * tests/unicase/test-u16-is-uppercase.c: Likewise.
1199         * tests/unicase/test-u16-tolower.c: Likewise.
1200         * tests/unicase/test-u16-totitle.c: Likewise.
1201         * tests/unicase/test-u16-toupper.c: Likewise.
1202         * tests/unicase/test-u32-casecmp.c: Likewise.
1203         * tests/unicase/test-u32-casecoll.c: Likewise.
1204         * tests/unicase/test-u32-casefold.c: Likewise.
1205         * tests/unicase/test-u32-is-cased.c: Likewise.
1206         * tests/unicase/test-u32-is-casefolded.c: Likewise.
1207         * tests/unicase/test-u32-is-lowercase.c: Likewise.
1208         * tests/unicase/test-u32-is-titlecase.c: Likewise.
1209         * tests/unicase/test-u32-is-uppercase.c: Likewise.
1210         * tests/unicase/test-u32-tolower.c: Likewise.
1211         * tests/unicase/test-u32-totitle.c: Likewise.
1212         * tests/unicase/test-u32-toupper.c: Likewise.
1213         * tests/unicase/test-ulc-casecmp.c: Likewise.
1214         * tests/unicase/test-ulc-casecoll.c: Likewise.
1215         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1216         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1217         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1218         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1219         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1220         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1221         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1222         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1223         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1224         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1225         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1226         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1227         * tests/unictype/test-bidi_byname.c: Likewise.
1228         * tests/unictype/test-bidi_name.c: Likewise.
1229         * tests/unictype/test-bidi_of.c: Likewise.
1230         * tests/unictype/test-bidi_test.c: Likewise.
1231         * tests/unictype/test-block_list.c: Likewise.
1232         * tests/unictype/test-block_of.c: Likewise.
1233         * tests/unictype/test-block_test.c: Likewise.
1234         * tests/unictype/test-categ_and.c: Likewise.
1235         * tests/unictype/test-categ_and_not.c: Likewise.
1236         * tests/unictype/test-categ_byname.c: Likewise.
1237         * tests/unictype/test-categ_name.c: Likewise.
1238         * tests/unictype/test-categ_none.c: Likewise.
1239         * tests/unictype/test-categ_of.c: Likewise.
1240         * tests/unictype/test-categ_or.c: Likewise.
1241         * tests/unictype/test-categ_test_withtable.c: Likewise.
1242         * tests/unictype/test-combining.c: Likewise.
1243         * tests/unictype/test-decdigit.c: Likewise.
1244         * tests/unictype/test-digit.c: Likewise.
1245         * tests/unictype/test-mirror.c: Likewise.
1246         * tests/unictype/test-numeric.c: Likewise.
1247         * tests/unictype/test-pr_byname.c: Likewise.
1248         * tests/unictype/test-pr_test.c: Likewise.
1249         * tests/unictype/test-predicate-part1.h: Likewise.
1250         * tests/unictype/test-scripts.c: Likewise.
1251         * tests/unictype/test-sy_c_ident.c: Likewise.
1252         * tests/unictype/test-sy_java_ident.c: Likewise.
1253         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
1254         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
1255         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
1256         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
1257         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
1258         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
1259         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
1260         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
1261         * tests/uninorm/test-canonical-decomposition.c: Likewise.
1262         * tests/uninorm/test-compat-decomposition.c: Likewise.
1263         * tests/uninorm/test-composition.c: Likewise.
1264         * tests/uninorm/test-decomposing-form.c: Likewise.
1265         * tests/uninorm/test-decomposition.c: Likewise.
1266         * tests/uninorm/test-u8-nfc.c: Likewise.
1267         * tests/uninorm/test-u8-nfd.c: Likewise.
1268         * tests/uninorm/test-u8-nfkc.c: Likewise.
1269         * tests/uninorm/test-u8-nfkd.c: Likewise.
1270         * tests/uninorm/test-u8-normcmp.c: Likewise.
1271         * tests/uninorm/test-u8-normcoll.c: Likewise.
1272         * tests/uninorm/test-u16-nfc.c: Likewise.
1273         * tests/uninorm/test-u16-nfd.c: Likewise.
1274         * tests/uninorm/test-u16-nfkc.c: Likewise.
1275         * tests/uninorm/test-u16-nfkd.c: Likewise.
1276         * tests/uninorm/test-u16-normcmp.c: Likewise.
1277         * tests/uninorm/test-u16-normcoll.c: Likewise.
1278         * tests/uninorm/test-u32-nfc.c: Likewise.
1279         * tests/uninorm/test-u32-nfd.c: Likewise.
1280         * tests/uninorm/test-u32-nfkc.c: Likewise.
1281         * tests/uninorm/test-u32-nfkd.c: Likewise.
1282         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1283         * tests/uninorm/test-u32-normcmp.c: Likewise.
1284         * tests/uninorm/test-u32-normcoll.c: Likewise.
1285         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
1286         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1287         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1288         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1289         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1290         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1291         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1292         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1293         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1294         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1295         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1296         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1297         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1298         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1299         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1300         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1301         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1302         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1303         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1304         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1305         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1306         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1307         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1308         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1309         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1310         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1311         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1312         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1313         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1314         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
1315         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
1316         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
1317         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
1318         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1319         * tests/uniwidth/test-u8-width.c: Likewise.
1320         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1321         * tests/uniwidth/test-u16-width.c: Likewise.
1322         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1323         * tests/uniwidth/test-u32-width.c: Likewise.
1324         * tests/uniwidth/test-uc_width.c: Likewise.
1325         * tests/uniwidth/test-uc_width2.c: Likewise.
1326         * modules/acl-tests (Files): Add tests/macros.h.
1327         * modules/areadlink-tests (Files): Likewise.
1328         * modules/areadlink-with-size-tests (Files): Likewise.
1329         * modules/areadlinkat-tests (Files): Likewise.
1330         * modules/areadlinkat-with-size-tests (Files): Likewise.
1331         * modules/argmatch-tests (Files): Likewise.
1332         * modules/argv-iter-tests (Files): Likewise.
1333         * modules/array-list-tests (Files): Likewise.
1334         * modules/array-mergesort-tests (Files): Likewise.
1335         * modules/array-oset-tests (Files): Likewise.
1336         * modules/avltree-list-tests (Files): Likewise.
1337         * modules/avltree-oset-tests (Files): Likewise.
1338         * modules/avltreehash-list-tests (Files): Likewise.
1339         * modules/base64-tests (Files): Likewise.
1340         * modules/binary-io-tests (Files): Likewise.
1341         * modules/bitrotate-tests (Files): Likewise.
1342         * modules/btowc-tests (Files): Likewise.
1343         * modules/byteswap-tests (Files): Likewise.
1344         * modules/c-ctype-tests (Files): Likewise.
1345         * modules/c-stack-tests (Files): Likewise.
1346         * modules/c-strcase-tests (Files): Likewise.
1347         * modules/c-strcasestr-tests (Files): Likewise.
1348         * modules/c-strstr-tests (Files): Likewise.
1349         * modules/canonicalize-lgpl-tests (Files): Likewise.
1350         * modules/canonicalize-tests (Files): Likewise.
1351         * modules/carray-list-tests (Files): Likewise.
1352         * modules/ceilf-tests (Files): Likewise.
1353         * modules/ceill-tests (Files): Likewise.
1354         * modules/chown-tests (Files): Likewise.
1355         * modules/cloexec-tests (Files): Likewise.
1356         * modules/copy-file-tests (Files): Likewise.
1357         * modules/count-one-bits-tests (Files): Likewise.
1358         * modules/dprintf-posix-tests (Files): Likewise.
1359         * modules/dup2-tests (Files): Likewise.
1360         * modules/dup3-tests (Files): Likewise.
1361         * modules/duplocale-tests (Files): Likewise.
1362         * modules/fbufmode-tests (Files): Likewise.
1363         * modules/fchdir-tests (Files): Likewise.
1364         * modules/fcntl-safer-tests (Files): Likewise.
1365         * modules/fcntl-tests (Files): Likewise.
1366         * modules/fdopendir-tests (Files): Likewise.
1367         * modules/fdutimensat-tests (Files): Likewise.
1368         * modules/fflush-tests (Files): Likewise.
1369         * modules/filevercmp-tests (Files): Likewise.
1370         * modules/flock-tests (Files): Likewise.
1371         * modules/floorf-tests (Files): Likewise.
1372         * modules/floorl-tests (Files): Likewise.
1373         * modules/fnmatch-tests (Files): Likewise.
1374         * modules/fopen-safer-tests (Files): Likewise.
1375         * modules/fopen-tests (Files): Likewise.
1376         * modules/fpending-tests (Files): Likewise.
1377         * modules/fprintf-posix-tests (Files): Likewise.
1378         * modules/fpurge-tests (Files): Likewise.
1379         * modules/freadable-tests (Files): Likewise.
1380         * modules/freadahead-tests (Files): Likewise.
1381         * modules/freading-tests (Files): Likewise.
1382         * modules/freadptr-tests (Files): Likewise.
1383         * modules/freadseek-tests (Files): Likewise.
1384         * modules/freopen-tests (Files): Likewise.
1385         * modules/frexp-nolibm-tests (Files): Likewise.
1386         * modules/frexp-tests (Files): Likewise.
1387         * modules/frexpl-nolibm-tests (Files): Likewise.
1388         * modules/frexpl-tests (Files): Likewise.
1389         * modules/fseek-tests (Files): Likewise.
1390         * modules/fseeko-tests (Files): Likewise.
1391         * modules/fstrcmp-tests (Files): Likewise.
1392         * modules/fsync-tests (Files): Likewise.
1393         * modules/ftell-tests (Files): Likewise.
1394         * modules/ftello-tests (Files): Likewise.
1395         * modules/func-tests (Files): Likewise.
1396         * modules/futimens-tests (Files): Likewise.
1397         * modules/fwritable-tests (Files): Likewise.
1398         * modules/fwriting-tests (Files): Likewise.
1399         * modules/getcwd-tests (Files): Likewise.
1400         * modules/getdate-tests (Files): Likewise.
1401         * modules/getdelim-tests (Files): Likewise.
1402         * modules/getdtablesize-tests (Files): Likewise.
1403         * modules/getgroups-tests (Files): Likewise.
1404         * modules/getline-tests (Files): Likewise.
1405         * modules/getndelim2-tests (Files): Likewise.
1406         * modules/glob-tests (Files): Likewise.
1407         * modules/hash-tests (Files): Likewise.
1408         * modules/i-ring-tests (Files): Likewise.
1409         * modules/iconv-tests (Files): Likewise.
1410         * modules/iconv_open-utf-tests (Files): Likewise.
1411         * modules/idpriv-drop-tests (Files): Likewise.
1412         * modules/idpriv-droptemp-tests (Files): Likewise.
1413         * modules/inet_ntop-tests (Files): Likewise.
1414         * modules/inet_pton-tests (Files): Likewise.
1415         * modules/isblank-tests (Files): Likewise.
1416         * modules/isfinite-tests (Files): Likewise.
1417         * modules/isinf-tests (Files): Likewise.
1418         * modules/isnan-tests (Files): Likewise.
1419         * modules/isnand-nolibm-tests (Files): Likewise.
1420         * modules/isnand-tests (Files): Likewise.
1421         * modules/isnanf-nolibm-tests (Files): Likewise.
1422         * modules/isnanf-tests (Files): Likewise.
1423         * modules/isnanl-nolibm-tests (Files): Likewise.
1424         * modules/isnanl-tests (Files): Likewise.
1425         * modules/lchown-tests (Files): Likewise.
1426         * modules/ldexpl-tests (Files): Likewise.
1427         * modules/link-tests (Files): Likewise.
1428         * modules/linkat-tests (Files): Likewise.
1429         * modules/linked-list-tests (Files): Likewise.
1430         * modules/linkedhash-list-tests (Files): Likewise.
1431         * modules/localename-tests (Files): Likewise.
1432         * modules/lseek-tests (Files): Likewise.
1433         * modules/lstat-tests (Files): Likewise.
1434         * modules/mbmemcasecmp-tests (Files): Likewise.
1435         * modules/mbmemcasecoll-tests (Files): Likewise.
1436         * modules/mbrtowc-tests (Files): Likewise.
1437         * modules/mbscasecmp-tests (Files): Likewise.
1438         * modules/mbscasestr-tests (Files): Likewise.
1439         * modules/mbschr-tests (Files): Likewise.
1440         * modules/mbscspn-tests (Files): Likewise.
1441         * modules/mbsinit-tests (Files): Likewise.
1442         * modules/mbsncasecmp-tests (Files): Likewise.
1443         * modules/mbsnrtowcs-tests (Files): Likewise.
1444         * modules/mbspbrk-tests (Files): Likewise.
1445         * modules/mbspcasecmp-tests (Files): Likewise.
1446         * modules/mbsrchr-tests (Files): Likewise.
1447         * modules/mbsrtowcs-tests (Files): Likewise.
1448         * modules/mbsspn-tests (Files): Likewise.
1449         * modules/mbsstr-tests (Files): Likewise.
1450         * modules/memchr-tests (Files): Likewise.
1451         * modules/memchr2-tests (Files): Likewise.
1452         * modules/memcmp-tests (Files): Likewise.
1453         * modules/memmem-tests (Files): Likewise.
1454         * modules/memrchr-tests (Files): Likewise.
1455         * modules/mkdir-tests (Files): Likewise.
1456         * modules/mkfifo-tests (Files): Likewise.
1457         * modules/mkfifoat-tests (Files): Likewise.
1458         * modules/mknod-tests (Files): Likewise.
1459         * modules/nanosleep-tests (Files): Likewise.
1460         * modules/nl_langinfo-tests (Files): Likewise.
1461         * modules/obstack-printf-tests (Files): Likewise.
1462         * modules/open-tests (Files): Likewise.
1463         * modules/openat-tests (Files): Likewise.
1464         * modules/pipe-filter-gi-tests (Files): Likewise.
1465         * modules/pipe-filter-ii-tests (Files): Likewise.
1466         * modules/pipe2-tests (Files): Likewise.
1467         * modules/popen-safer-tests (Files): Likewise.
1468         * modules/popen-tests (Files): Likewise.
1469         * modules/posixtm-tests (Files): Likewise.
1470         * modules/pread-tests (Files): Likewise.
1471         * modules/printf-frexp-tests (Files): Likewise.
1472         * modules/printf-frexpl-tests (Files): Likewise.
1473         * modules/printf-posix-tests (Files): Likewise.
1474         * modules/priv-set-tests (Files): Likewise.
1475         * modules/quotearg-tests (Files): Likewise.
1476         * modules/random_r-tests (Files): Likewise.
1477         * modules/rawmemchr-tests (Files): Likewise.
1478         * modules/rbtree-list-tests (Files): Likewise.
1479         * modules/rbtree-oset-tests (Files): Likewise.
1480         * modules/rbtreehash-list-tests (Files): Likewise.
1481         * modules/readlink-tests (Files): Likewise.
1482         * modules/remove-tests (Files): Likewise.
1483         * modules/rename-tests (Files): Likewise.
1484         * modules/renameat-tests (Files): Likewise.
1485         * modules/rmdir-tests (Files): Likewise.
1486         * modules/round-tests (Files): Likewise.
1487         * modules/roundf-tests (Files): Likewise.
1488         * modules/roundl-tests (Files): Likewise.
1489         * modules/safe-alloc-tests (Files): Likewise.
1490         * modules/setenv-tests (Files): Likewise.
1491         * modules/sigaction-tests (Files): Likewise.
1492         * modules/signbit-tests (Files): Likewise.
1493         * modules/sleep-tests (Files): Likewise.
1494         * modules/snprintf-posix-tests (Files): Likewise.
1495         * modules/snprintf-tests (Files): Likewise.
1496         * modules/sprintf-posix-tests (Files): Likewise.
1497         * modules/stat-tests (Files): Likewise.
1498         * modules/stat-time-tests (Files): Likewise.
1499         * modules/strcasestr-tests (Files): Likewise.
1500         * modules/strchrnul-tests (Files): Likewise.
1501         * modules/strerror-tests (Files): Likewise.
1502         * modules/striconv-tests (Files): Likewise.
1503         * modules/striconveh-tests (Files): Likewise.
1504         * modules/striconveha-tests (Files): Likewise.
1505         * modules/strsignal-tests (Files): Likewise.
1506         * modules/strstr-tests (Files): Likewise.
1507         * modules/strtod-tests (Files): Likewise.
1508         * modules/strverscmp-tests (Files): Likewise.
1509         * modules/symlink-tests (Files): Likewise.
1510         * modules/symlinkat-tests (Files): Likewise.
1511         * modules/trunc-tests (Files): Likewise.
1512         * modules/truncf-tests (Files): Likewise.
1513         * modules/truncl-tests (Files): Likewise.
1514         * modules/uname-tests (Files): Likewise.
1515         * modules/unicase/cased-tests (Files): Likewise.
1516         * modules/unicase/ignorable-tests (Files): Likewise.
1517         * modules/unicase/locale-language-tests (Files): Likewise.
1518         * modules/unicase/tolower-tests (Files): Likewise.
1519         * modules/unicase/totitle-tests (Files): Likewise.
1520         * modules/unicase/toupper-tests (Files): Likewise.
1521         * modules/unicase/u8-casecmp-tests (Files): Likewise.
1522         * modules/unicase/u8-casecoll-tests (Files): Likewise.
1523         * modules/unicase/u8-casefold-tests (Files): Likewise.
1524         * modules/unicase/u8-is-cased-tests (Files): Likewise.
1525         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
1526         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
1527         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
1528         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
1529         * modules/unicase/u8-tolower-tests (Files): Likewise.
1530         * modules/unicase/u8-totitle-tests (Files): Likewise.
1531         * modules/unicase/u8-toupper-tests (Files): Likewise.
1532         * modules/unicase/u16-casecmp-tests (Files): Likewise.
1533         * modules/unicase/u16-casecoll-tests (Files): Likewise.
1534         * modules/unicase/u16-casefold-tests (Files): Likewise.
1535         * modules/unicase/u16-is-cased-tests (Files): Likewise.
1536         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
1537         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
1538         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
1539         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
1540         * modules/unicase/u16-tolower-tests (Files): Likewise.
1541         * modules/unicase/u16-totitle-tests (Files): Likewise.
1542         * modules/unicase/u16-toupper-tests (Files): Likewise.
1543         * modules/unicase/u32-casecmp-tests (Files): Likewise.
1544         * modules/unicase/u32-casecoll-tests (Files): Likewise.
1545         * modules/unicase/u32-casefold-tests (Files): Likewise.
1546         * modules/unicase/u32-is-cased-tests (Files): Likewise.
1547         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
1548         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
1549         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
1550         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
1551         * modules/unicase/u32-tolower-tests (Files): Likewise.
1552         * modules/unicase/u32-totitle-tests (Files): Likewise.
1553         * modules/unicase/u32-toupper-tests (Files): Likewise.
1554         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
1555         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
1556         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
1557         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
1558         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
1559         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
1560         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
1561         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
1562         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
1563         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
1564         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
1565         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
1566         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
1567         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
1568         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
1569         * modules/unictype/bidicategory-name-tests (Files): Likewise.
1570         * modules/unictype/bidicategory-of-tests (Files): Likewise.
1571         * modules/unictype/bidicategory-test-tests (Files): Likewise.
1572         * modules/unictype/block-list-tests (Files): Likewise.
1573         * modules/unictype/block-of-tests (Files): Likewise.
1574         * modules/unictype/block-test-tests (Files): Likewise.
1575         * modules/unictype/category-C-tests (Files): Likewise.
1576         * modules/unictype/category-Cc-tests (Files): Likewise.
1577         * modules/unictype/category-Cf-tests (Files): Likewise.
1578         * modules/unictype/category-Cn-tests (Files): Likewise.
1579         * modules/unictype/category-Co-tests (Files): Likewise.
1580         * modules/unictype/category-Cs-tests (Files): Likewise.
1581         * modules/unictype/category-L-tests (Files): Likewise.
1582         * modules/unictype/category-Ll-tests (Files): Likewise.
1583         * modules/unictype/category-Lm-tests (Files): Likewise.
1584         * modules/unictype/category-Lo-tests (Files): Likewise.
1585         * modules/unictype/category-Lt-tests (Files): Likewise.
1586         * modules/unictype/category-Lu-tests (Files): Likewise.
1587         * modules/unictype/category-M-tests (Files): Likewise.
1588         * modules/unictype/category-Mc-tests (Files): Likewise.
1589         * modules/unictype/category-Me-tests (Files): Likewise.
1590         * modules/unictype/category-Mn-tests (Files): Likewise.
1591         * modules/unictype/category-N-tests (Files): Likewise.
1592         * modules/unictype/category-Nd-tests (Files): Likewise.
1593         * modules/unictype/category-Nl-tests (Files): Likewise.
1594         * modules/unictype/category-No-tests (Files): Likewise.
1595         * modules/unictype/category-P-tests (Files): Likewise.
1596         * modules/unictype/category-Pc-tests (Files): Likewise.
1597         * modules/unictype/category-Pd-tests (Files): Likewise.
1598         * modules/unictype/category-Pe-tests (Files): Likewise.
1599         * modules/unictype/category-Pf-tests (Files): Likewise.
1600         * modules/unictype/category-Pi-tests (Files): Likewise.
1601         * modules/unictype/category-Po-tests (Files): Likewise.
1602         * modules/unictype/category-Ps-tests (Files): Likewise.
1603         * modules/unictype/category-S-tests (Files): Likewise.
1604         * modules/unictype/category-Sc-tests (Files): Likewise.
1605         * modules/unictype/category-Sk-tests (Files): Likewise.
1606         * modules/unictype/category-Sm-tests (Files): Likewise.
1607         * modules/unictype/category-So-tests (Files): Likewise.
1608         * modules/unictype/category-Z-tests (Files): Likewise.
1609         * modules/unictype/category-Zl-tests (Files): Likewise.
1610         * modules/unictype/category-Zp-tests (Files): Likewise.
1611         * modules/unictype/category-Zs-tests (Files): Likewise.
1612         * modules/unictype/category-and-not-tests (Files): Likewise.
1613         * modules/unictype/category-and-tests (Files): Likewise.
1614         * modules/unictype/category-byname-tests (Files): Likewise.
1615         * modules/unictype/category-name-tests (Files): Likewise.
1616         * modules/unictype/category-none-tests (Files): Likewise.
1617         * modules/unictype/category-of-tests (Files): Likewise.
1618         * modules/unictype/category-or-tests (Files): Likewise.
1619         * modules/unictype/category-test-withtable-tests (Files): Likewise.
1620         * modules/unictype/combining-class-tests (Files): Likewise.
1621         * modules/unictype/ctype-alnum-tests (Files): Likewise.
1622         * modules/unictype/ctype-alpha-tests (Files): Likewise.
1623         * modules/unictype/ctype-blank-tests (Files): Likewise.
1624         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
1625         * modules/unictype/ctype-digit-tests (Files): Likewise.
1626         * modules/unictype/ctype-graph-tests (Files): Likewise.
1627         * modules/unictype/ctype-lower-tests (Files): Likewise.
1628         * modules/unictype/ctype-print-tests (Files): Likewise.
1629         * modules/unictype/ctype-punct-tests (Files): Likewise.
1630         * modules/unictype/ctype-space-tests (Files): Likewise.
1631         * modules/unictype/ctype-upper-tests (Files): Likewise.
1632         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
1633         * modules/unictype/decimal-digit-tests (Files): Likewise.
1634         * modules/unictype/digit-tests (Files): Likewise.
1635         * modules/unictype/mirror-tests (Files): Likewise.
1636         * modules/unictype/numeric-tests (Files): Likewise.
1637         * modules/unictype/property-alphabetic-tests (Files): Likewise.
1638         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
1639         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
1640         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
1641         Likewise.
1642         * modules/unictype/property-bidi-block-separator-tests (Files):
1643         Likewise.
1644         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
1645         Likewise.
1646         * modules/unictype/property-bidi-common-separator-tests (Files):
1647         Likewise.
1648         * modules/unictype/property-bidi-control-tests (Files): Likewise.
1649         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
1650         Likewise.
1651         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
1652         Likewise.
1653         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
1654         Likewise.
1655         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
1656         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
1657         Likewise.
1658         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
1659         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
1660         Likewise.
1661         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
1662         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
1663         * modules/unictype/property-bidi-segment-separator-tests (Files):
1664         Likewise.
1665         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
1666         * modules/unictype/property-byname-tests (Files): Likewise.
1667         * modules/unictype/property-combining-tests (Files): Likewise.
1668         * modules/unictype/property-composite-tests (Files): Likewise.
1669         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
1670         * modules/unictype/property-dash-tests (Files): Likewise.
1671         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
1672         * modules/unictype/property-default-ignorable-code-point-tests (Files):
1673         Likewise.
1674         * modules/unictype/property-deprecated-tests (Files): Likewise.
1675         * modules/unictype/property-diacritic-tests (Files): Likewise.
1676         * modules/unictype/property-extender-tests (Files): Likewise.
1677         * modules/unictype/property-format-control-tests (Files): Likewise.
1678         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
1679         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
1680         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
1681         * modules/unictype/property-hex-digit-tests (Files): Likewise.
1682         * modules/unictype/property-hyphen-tests (Files): Likewise.
1683         * modules/unictype/property-id-continue-tests (Files): Likewise.
1684         * modules/unictype/property-id-start-tests (Files): Likewise.
1685         * modules/unictype/property-ideographic-tests (Files): Likewise.
1686         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
1687         * modules/unictype/property-ids-trinary-operator-tests (Files):
1688         Likewise.
1689         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
1690         * modules/unictype/property-iso-control-tests (Files): Likewise.
1691         * modules/unictype/property-join-control-tests (Files): Likewise.
1692         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
1693         * modules/unictype/property-line-separator-tests (Files): Likewise.
1694         * modules/unictype/property-logical-order-exception-tests (Files):
1695         Likewise.
1696         * modules/unictype/property-lowercase-tests (Files): Likewise.
1697         * modules/unictype/property-math-tests (Files): Likewise.
1698         * modules/unictype/property-non-break-tests (Files): Likewise.
1699         * modules/unictype/property-not-a-character-tests (Files): Likewise.
1700         * modules/unictype/property-numeric-tests (Files): Likewise.
1701         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
1702         * modules/unictype/property-other-default-ignorable-code-point-tests
1703         (Files): Likewise.
1704         * modules/unictype/property-other-grapheme-extend-tests (Files):
1705         Likewise.
1706         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
1707         * modules/unictype/property-other-id-start-tests (Files): Likewise.
1708         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
1709         * modules/unictype/property-other-math-tests (Files): Likewise.
1710         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
1711         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
1712         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
1713         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
1714         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
1715         * modules/unictype/property-private-use-tests (Files): Likewise.
1716         * modules/unictype/property-punctuation-tests (Files): Likewise.
1717         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
1718         * modules/unictype/property-radical-tests (Files): Likewise.
1719         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
1720         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
1721         * modules/unictype/property-space-tests (Files): Likewise.
1722         * modules/unictype/property-terminal-punctuation-tests (Files):
1723         Likewise.
1724         * modules/unictype/property-test-tests (Files): Likewise.
1725         * modules/unictype/property-titlecase-tests (Files): Likewise.
1726         * modules/unictype/property-unassigned-code-value-tests (Files):
1727         Likewise.
1728         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
1729         * modules/unictype/property-uppercase-tests (Files): Likewise.
1730         * modules/unictype/property-variation-selector-tests (Files): Likewise.
1731         * modules/unictype/property-white-space-tests (Files): Likewise.
1732         * modules/unictype/property-xid-continue-tests (Files): Likewise.
1733         * modules/unictype/property-xid-start-tests (Files): Likewise.
1734         * modules/unictype/property-zero-width-tests (Files): Likewise.
1735         * modules/unictype/scripts-tests (Files): Likewise.
1736         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
1737         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
1738         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
1739         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
1740         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
1741         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
1742         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
1743         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
1744         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
1745         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
1746         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
1747         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
1748         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
1749         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
1750         * modules/uninorm/composition-tests (Files): Likewise.
1751         * modules/uninorm/decomposing-form-tests (Files): Likewise.
1752         * modules/uninorm/decomposition-tests (Files): Likewise.
1753         * modules/uninorm/filter-tests (Files): Likewise.
1754         * modules/uninorm/nfc-tests (Files): Likewise.
1755         * modules/uninorm/nfd-tests (Files): Likewise.
1756         * modules/uninorm/nfkc-tests (Files): Likewise.
1757         * modules/uninorm/nfkd-tests (Files): Likewise.
1758         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
1759         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
1760         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
1761         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
1762         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
1763         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
1764         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
1765         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
1766         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
1767         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
1768         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
1769         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
1770         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
1771         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
1772         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
1773         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
1774         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
1775         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
1776         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
1777         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
1778         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
1779         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
1780         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
1781         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
1782         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
1783         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
1784         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
1785         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
1786         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
1787         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
1788         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
1789         * modules/uniwidth/u8-width-tests (Files): Likewise.
1790         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
1791         * modules/uniwidth/u16-width-tests (Files): Likewise.
1792         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
1793         * modules/uniwidth/u32-width-tests (Files): Likewise.
1794         * modules/uniwidth/width-tests (Files): Likewise.
1795         * modules/unlink-tests (Files): Likewise.
1796         * modules/unsetenv-tests (Files): Likewise.
1797         * modules/usleep-tests (Files): Likewise.
1798         * modules/utimens-tests (Files): Likewise.
1799         * modules/utimensat-tests (Files): Likewise.
1800         * modules/vasnprintf-posix-tests (Files): Likewise.
1801         * modules/vasnprintf-tests (Files): Likewise.
1802         * modules/vasprintf-posix-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/wctype-tests (Files): Likewise.
1814         * modules/wcwidth-tests (Files): Likewise.
1815         * modules/xmemdup0-tests (Files): Likewise.
1816         * modules/xprintf-posix-tests (Files): Likewise.
1817         * modules/xvasprintf-tests (Files): Likewise.
1818
1819 2009-12-24  Eric Blake  <ebb9@byu.net>
1820
1821         test-nanosleep: fix typo
1822         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
1823         patch.
1824         Reported by Bruno Haible.
1825
1826 2009-12-24  Bruno Haible  <bruno@clisp.org>
1827
1828         Reduce namespace pollution on glibc systems.
1829         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
1830         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
1831         systems.
1832         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
1833         <getopt.h> on glibc systems.
1834         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
1835         systems.
1836         * lib/fcntl.c: Include <unistd.h> here instead.
1837
1838 2009-12-24  Bruno Haible  <bruno@clisp.org>
1839
1840         * lib/stdlib.in.h (includes): Fix typo in today's commit.
1841
1842 2009-12-24  Eric Blake  <ebb9@byu.net>
1843
1844         tests: add signature checks
1845         * tests/signature.h (SIGNATURE_CHECK): New file.
1846         * modules/atexit-tests (Files): Use it.
1847         * modules/btowc-tests (Files): Likewise.
1848         * modules/canonicalize-lgpl-tests (Files): Likewise.
1849         * modules/ceilf-tests (Files): Likewise.
1850         * modules/ceill-tests (Files): Likewise.
1851         * modules/chown-tests (Files): Likewise.
1852         * modules/dprintf-posix-tests (Files): Likewise.
1853         * modules/dup2-tests (Files): Likewise.
1854         * modules/dup3-tests (Files): Likewise.
1855         * modules/duplocale-tests (Files): Likewise.
1856         * modules/fchdir-tests (Files): Likewise.
1857         * modules/fcntl-tests (Files): Likewise.
1858         * modules/fdopendir-tests (Files): Likewise.
1859         * modules/fflush-tests (Files): Likewise.
1860         * modules/flock-tests (Files): Likewise.
1861         * modules/floorf-tests (Files): Likewise.
1862         * modules/floorl-tests (Files): Likewise.
1863         * modules/fnmatch-tests (Files): Likewise.
1864         * modules/fopen-tests (Files): Likewise.
1865         * modules/fprintf-posix-tests (Files): Likewise.
1866         * modules/freopen-tests (Files): Likewise.
1867         * modules/frexp-nolibm-tests (Files): Likewise.
1868         * modules/frexp-tests (Files): Likewise.
1869         * modules/frexpl-nolibm-tests (Files): Likewise.
1870         * modules/frexpl-tests (Files): Likewise.
1871         * modules/fseek-tests (Files): Likewise.
1872         * modules/fseeko-tests (Files): Likewise.
1873         * modules/fsync-tests (Files): Likewise.
1874         * modules/ftell-tests (Files): Likewise.
1875         * modules/ftello-tests (Files): Likewise.
1876         * modules/futimens-tests (Files): Likewise.
1877         * modules/getaddrinfo-tests (Files): Likewise.
1878         * modules/getcwd-tests (Files): Likewise.
1879         * modules/getdelim-tests (Files): Likewise.
1880         * modules/getdtablesize-tests (Files): Likewise.
1881         * modules/getgroups-tests (Files): Likewise.
1882         * modules/gethostname-tests (Files): Likewise.
1883         * modules/getline-tests (Files): Likewise.
1884         * modules/getopt-posix-tests (Files): Likewise.
1885         * modules/gettimeofday-tests (Files): Likewise.
1886         * modules/glob-tests (Files): Likewise.
1887         * modules/iconv-tests (Files): Likewise.
1888         * modules/inet_ntop-tests (Files): Likewise.
1889         * modules/inet_pton-tests (Files): Likewise.
1890         * modules/isblank-tests (Files): Likewise.
1891         * modules/lchown-tests (Files): Likewise.
1892         * modules/ldexpl-tests (Files): Likewise.
1893         * modules/link-tests (Files): Likewise.
1894         * modules/linkat-tests (Files): Likewise.
1895         * modules/lseek-tests (Files): Likewise.
1896         * modules/lstat-tests (Files): Likewise.
1897         * modules/mbrtowc-tests (Files): Likewise.
1898         * modules/mbsinit-tests (Files): Likewise.
1899         * modules/mbsnrtowcs-tests (Files): Likewise.
1900         * modules/mbsrtowcs-tests (Files): Likewise.
1901         * modules/memchr-tests (Files): Likewise.
1902         * modules/memcmp-tests (Files): Likewise.
1903         * modules/memmem-tests (Files): Likewise.
1904         * modules/memrchr-tests (Files): Likewise.
1905         * modules/mkdir-tests (Files): Likewise.
1906         * modules/mkfifo-tests (Files): Likewise.
1907         * modules/mkfifoat-tests (Files): Likewise.
1908         * modules/mknod-tests (Files): Likewise.
1909         * modules/nanosleep-tests (Files): Likewise.
1910         * modules/nl_langinfo-tests (Files): Likewise.
1911         * modules/obstack-printf-tests (Files): Likewise.
1912         * modules/open-tests (Files): Likewise.
1913         * modules/openat-tests (Files): Likewise.
1914         * modules/perror-tests (Files): Likewise.
1915         * modules/pipe2-tests (Files): Likewise.
1916         * modules/poll-tests (Files): Likewise.
1917         * modules/popen-tests (Files): Likewise.
1918         * modules/posix_spawn-tests (Files): Likewise.
1919         * modules/posix_spawnp-tests (Files): Likewise.
1920         * modules/pread-tests (Files): Likewise.
1921         * modules/printf-posix-tests (Files): Likewise.
1922         * modules/pty-tests (Files): Likewise.
1923         * modules/random_r-tests (Files): Likewise.
1924         * modules/rawmemchr-tests (Files): Likewise.
1925         * modules/readlink-tests (Files): Likewise.
1926         * modules/remove-tests (Files): Likewise.
1927         * modules/rename-tests (Files): Likewise.
1928         * modules/renameat-tests (Files): Likewise.
1929         * modules/rmdir-tests (Files): Likewise.
1930         * modules/round-tests (Files): Likewise.
1931         * modules/roundf-tests (Files): Likewise.
1932         * modules/roundl-tests (Files): Likewise.
1933         * modules/select-tests (Files): Likewise.
1934         * modules/setenv-tests (Files): Likewise.
1935         * modules/sigaction-tests (Files): Likewise.
1936         * modules/sleep-tests (Files): Likewise.
1937         * modules/snprintf-posix-tests (Files): Likewise.
1938         * modules/snprintf-tests (Files): Likewise.
1939         * modules/sprintf-posix-tests (Files): Likewise.
1940         * modules/stat-tests (Files): Likewise.
1941         * modules/strcasestr-tests (Files): Likewise.
1942         * modules/strchrnul-tests (Files): Likewise.
1943         * modules/strerror-tests (Files): Likewise.
1944         * modules/strsignal-tests (Files): Likewise.
1945         * modules/strstr-tests (Files): Likewise.
1946         * modules/strtod-tests (Files): Likewise.
1947         * modules/strverscmp-tests (Files): Likewise.
1948         * modules/symlink-tests (Files): Likewise.
1949         * modules/symlinkat-tests (Files): Likewise.
1950         * modules/times-tests (Files): Likewise.
1951         * modules/trunc-tests (Files): Likewise.
1952         * modules/truncf-tests (Files): Likewise.
1953         * modules/truncl-tests (Files): Likewise.
1954         * modules/tsearch-tests (Files): Likewise.
1955         * modules/uname-tests (Files): Likewise.
1956         * modules/unlink-tests (Files): Likewise.
1957         * modules/unsetenv-tests (Files): Likewise.
1958         * modules/usleep-tests (Files): Likewise.
1959         * modules/utimensat-tests (Files): Likewise.
1960         * modules/vasprintf-tests (Files): Likewise.
1961         * modules/vdprintf-posix-tests (Files): Likewise.
1962         * modules/vfprintf-posix-tests (Files): Likewise.
1963         * modules/vprintf-posix-tests (Files): Likewise.
1964         * modules/vsnprintf-posix-tests (Files): Likewise.
1965         * modules/vsnprintf-tests (Files): Likewise.
1966         * modules/vsprintf-posix-tests (Files): Likewise.
1967         * modules/wcrtomb-tests (Files): Likewise.
1968         * modules/wcsnrtombs-tests (Files): Likewise.
1969         * modules/wcsrtombs-tests (Files): Likewise.
1970         * modules/wcwidth-tests (Files): Likewise.
1971         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
1972         * tests/test-isinf.c (isinf): Likewise.
1973         * tests/test-isnan.c (isnan): Likewise.
1974         * tests/test-signbit.c (signbit): Likewise.
1975         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
1976         declaration, either as macro or with correct signature.
1977         (select): Ensure function under test is declared with correct
1978         signature in correct header.
1979         * tests/test-atexit.c (atexit): Likewise.
1980         * tests/test-btowc.c (btowc): Likewise.
1981         * tests/test-canonicalize-lgpl.c (realpath)
1982         (canonicalize_file_name): Likewise.
1983         * tests/test-ceilf1.c (ceilf): Likewise.
1984         * tests/test-ceill.c (ceill): Likewise.
1985         * tests/test-chown.c (chown): Likewise.
1986         * tests/test-dprintf-posix.c (dprintf): Likewise.
1987         * tests/test-dup2.c (dup2): Likewise.
1988         * tests/test-dup3.c (dup3): Likewise.
1989         * tests/test-duplocale.c (duplocale): Likewise.
1990         * tests/test-fchdir.c (fchdir): Likewise.
1991         * tests/test-fchownat.c (fchownat): Likewise.
1992         * tests/test-fcntl.c (fcntl): Likewise.
1993         * tests/test-fdopendir.c (fdopendir): Likewise.
1994         * tests/test-fflush.c (fflush): Likewise.
1995         * tests/test-flock.c (flock): Likewise.
1996         * tests/test-floorf1.c (floorf): Likewise.
1997         * tests/test-floorl.c (floorl): Likewise.
1998         * tests/test-fnmatch.c (fnmatch): Likewise.
1999         * tests/test-fopen.c (fopen): Likewise.
2000         * tests/test-fprintf-posix.c (fprintf): Likewise.
2001         * tests/test-freopen.c (freopen): Likewise.
2002         * tests/test-frexp.c (frexp): Likewise.
2003         * tests/test-frexpl.c (frexpl): Likewise.
2004         * tests/test-fseek.c (fseek): Likewise.
2005         * tests/test-fseeko.c (fseeko): Likewise.
2006         * tests/test-fstatat.c (fstatat): Likewise.
2007         * tests/test-fsync.c (fsync): Likewise.
2008         * tests/test-ftell.c (ftell): Likewise.
2009         * tests/test-ftello.c (ftello): Likewise.
2010         * tests/test-futimens.c (futimens): Likewise.
2011         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
2012         (gai_strerror): Likewise.
2013         * tests/test-getcwd.c (getcwd): Likewise.
2014         * tests/test-getdelim.c (getdelim): Likewise.
2015         * tests/test-getdtablesize.c (getdtablesize): Likewise.
2016         * tests/test-getgroups.c (getgroups): Likewise.
2017         * tests/test-gethostname.c (gethostname): Likewise.
2018         * tests/test-getline.c (getline): Likewise.
2019         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
2020         Likewise.
2021         * tests/test-gettimeofday.c (gettimeofday): Likewise.
2022         * tests/test-glob.c (glob, globfree): Likewise.
2023         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
2024         * tests/test-inet_ntop.c (inet_ntop): Likewise.
2025         * tests/test-inet_pton.c (inet_pton): Likewise.
2026         * tests/test-isblank.c (isblank): Likewise.
2027         * tests/test-lchown.c (lchown): Likewise.
2028         * tests/test-ldexpl.c (ldexpl): Likewise.
2029         * tests/test-link.c (link): Likewise.
2030         * tests/test-linkat.c (linkat): Likewise.
2031         * tests/test-lseek.c (lseek): Likewise.
2032         * tests/test-lstat.c (lstat): Likewise.
2033         * tests/test-mbrtowc.c (mbrtowc): Likewise.
2034         * tests/test-mbsinit.c (mbsinit): Likewise.
2035         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
2036         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
2037         * tests/test-memchr.c (memchr): Likewise.
2038         * tests/test-memcmp.c (memcmp): Likewise.
2039         * tests/test-memmem.c (memmem): Likewise.
2040         * tests/test-memrchr.c (memrchr): Likewise.
2041         * tests/test-mkdir.c (mkdir): Likewise.
2042         * tests/test-mkdirat.c (mkdirat): Likewise.
2043         * tests/test-mkfifo.c (mkfifo): Likewise.
2044         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
2045         * tests/test-mknod.c (mknod): Likewise.
2046         * tests/test-nanosleep.c (nanosleep): Likewise.
2047         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
2048         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
2049         Likewise.
2050         * tests/test-open.c (open): Likewise.
2051         * tests/test-openat.c (openat): Likewise.
2052         * tests/test-perror.c (perror): Likewise.
2053         * tests/test-pipe2.c (pipe2): Likewise.
2054         * tests/test-poll.c (poll): Likewise.
2055         * tests/test-popen.c (popen, pclose): Likewise.
2056         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
2057         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
2058         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
2059         (posix_spawn_file_actions_destroy)
2060         (posix_spawn_file_actions_addclose)
2061         (posix_spawn_file_actions_addopen)
2062         (posix_spawn_file_actions_adddup2): Likewise.
2063         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
2064         * tests/test-pread.c (pread): Likewise.
2065         * tests/test-printf-posix.c (printf): Likewise.
2066         * tests/test-pty.c (openpty, forkpty): Likewise.
2067         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
2068         (random_r): Likewise.
2069         * tests/test-rawmemchr.c (rawmemchr): Likewise.
2070         * tests/test-readlink.c (readlink): Likewise.
2071         * tests/test-remove.c (remove): Likewise.
2072         * tests/test-rename.c (rename): Likewise.
2073         * tests/test-renameat.c (renameat): Likewise.
2074         * tests/test-rmdir.c (rmdir): Likewise.
2075         * tests/test-round1.c (round): Likewise.
2076         * tests/test-roundf1.c (roundf): Likewise.
2077         * tests/test-roundl.c (roundl): Likewise.
2078         * tests/test-setenv.c (setenv): Likewise.
2079         * tests/test-sigaction.c (sigaction): Likewise.
2080         * tests/test-sleep.c (sleep): Likewise.
2081         * tests/test-snprintf.c (snprintf): Likewise.
2082         * tests/test-sprintf-posix.c (sprintf): Likewise.
2083         * tests/test-stat.c (stat): Likewise.
2084         * tests/test-stpncpy.c (stpncpy): Likewise.
2085         * tests/test-strcasestr.c (strcasestr): Likewise.
2086         * tests/test-strchrnul.c (strchrnul): Likewise.
2087         * tests/test-strerror.c (strerror): Likewise.
2088         * tests/test-strsignal.c (strsignal): Likewise.
2089         * tests/test-strstr.c (strstr): Likewise.
2090         * tests/test-strtod.c (strtod): Likewise.
2091         * tests/test-strverscmp.c (strverscmp): Likewise.
2092         * tests/test-symlink.c (symlink): Likewise.
2093         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
2094         * tests/test-times.c (times): Likewise.
2095         * tests/test-trunc1.c (trunc): Likewise.
2096         * tests/test-truncf1.c (truncf): Likewise.
2097         * tests/test-truncl.c (truncl): Likewise.
2098         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
2099         Likewise.
2100         * tests/test-uname.c (uname): Likewise.
2101         * tests/test-unlink.c (unlink): Likewise.
2102         * tests/test-unlinkat.c (unlinkat): Likewise.
2103         * tests/test-unsetenv.c (unsetenv): Likewise.
2104         * tests/test-usleep.c (usleep): Likewise.
2105         * tests/test-utimensat.c (utimensat): Likewise.
2106         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
2107         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
2108         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
2109         * tests/test-vprintf-posix.c (vprintf): Likewise.
2110         * tests/test-vsnprintf.c (vsnprintf): Likewise.
2111         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
2112         * tests/test-wcrtomb.c (wcrtomb): Likewise.
2113         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
2114         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
2115         * tests/test-wcwidth.c (wcwidth): Likewise.
2116
2117         build: pull in conditional headers during GNULIB_POSIXCHECK
2118         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
2119         definitions from any conditionally-included headers.
2120         * lib/stdlib.in.h (includes): Likewise.
2121         * lib/unistd.in.h (includes): Likewise.
2122
2123 2009-12-24  Bruno Haible  <bruno@clisp.org>
2124
2125         * tests/test-argv-iter.c: Include header file being tested immediately
2126         after config.h.
2127         * tests/test-base64.c: Likewise.
2128         * tests/test-flock.c: Likewise.
2129         * tests/test-fsync.c: Likewise.
2130         * tests/test-getdate.c: Likewise.
2131         * tests/test-getndelim2.c: Likewise.
2132         * tests/test-isfinite.c: Likewise.
2133         * tests/test-isinf.c: Likewise.
2134         * tests/test-strerror.c: Likewise.
2135         * tests/test-strsignal.c: Likewise.
2136
2137 2009-12-23  Eric Blake  <ebb9@byu.net>
2138
2139         unistd: work around cygwin bug
2140         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
2141         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
2142         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
2143
2144 2009-12-23  Bruno Haible  <bruno@clisp.org>
2145
2146         localename: More tests.
2147         * tests/test-localename.c (SIZEOF): New macro.
2148         (categories): New variable.
2149         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
2150         test_locale_name_default): Add test w.r.t. thread locale.
2151         (test_locale_name_thread): New function.
2152         (main): Invoke it.
2153
2154         localename: Make aware of thread locale.
2155         * lib/localename.h (gl_locale_name_thread): New declaration.
2156         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
2157         behaviour with respect to thread locale.
2158         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
2159         <langinfo.h>, glthread/lock.h.
2160         (SIZE_BITS): New macro.
2161         (string_hash): New function.
2162         (struct hash_node): New type.
2163         (HASH_TABLE_SIZE): New macro.
2164         (struniq_hash_table, struniq_lock): New variables.
2165         (struniq): New function.
2166         (gl_locale_name_thread): New function.
2167         (gl_locale_name): Invoke it.
2168         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
2169         * modules/localename (Depends-on): Add lock.
2170         Reported by Mike Gran <spk121@yahoo.com>.
2171
2172 2009-12-23  Eric Blake  <ebb9@byu.net>
2173
2174         va-args: new module
2175         * modules/va-args: New file.
2176         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
2177         * MODULES.html.sh (Core language properties): Mention it.
2178
2179         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
2180         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
2181         named alias for __attribute__((__unused__)).
2182         * lib/chown.c: Update client.
2183         * lib/fchmodat.c: Likewise.
2184         * lib/fts.c: Likewise.
2185         * lib/getdate.y: Likewise.
2186         * lib/getgroups.c: Likewise.
2187         * lib/getopt.c: Likewise.
2188         * lib/getugroups.c: Likewise.
2189         * lib/mkdir.c: Likewise.
2190         * lib/mkfifo.c: Likewise.
2191         * lib/mkfifoat.c: Likewise.
2192         * lib/mknod.c: Likewise.
2193         * lib/mknodat.c: Likewise.
2194         * lib/readlink.c: Likewise.
2195         * lib/se-context.in.h: Likewise.
2196         * lib/se-selinux.in.h: Likewise.
2197         * lib/sockets.c: Likewise.
2198         * lib/symlink.c: Likewise.
2199         * lib/symlinkat.c: Likewise.
2200         * lib/unicodeio.c: Likewise.
2201         * lib/unistr.h: Likewise.
2202         * tests/test-areadlink.c: Likewise.
2203         * tests/test-areadlinkat.c: Likewise.
2204         * tests/test-filenamecat.c: Likewise.
2205         * tests/test-fseeko.c: Likewise.
2206         * tests/test-ftello.c: Likewise.
2207         * tests/test-getdate.c: Likewise.
2208         * tests/test-getgroups.c: Likewise.
2209         * tests/test-gethostname.c: Likewise.
2210         * tests/test-quotearg.c: Likewise.
2211         * tests/test-version-etc.c: Likewise.
2212         * tests/test-xalloc-die.c: Likewise.
2213         * tests/test-xfprintf-posix.c: Likewise.
2214         * tests/test-xprintf-posix.c: Likewise.
2215         * tests/test-xvasprintf.c: Likewise.
2216
2217         tests: avoid compiler warnings
2218         * tests/test-fcntl.c (main): Delete unused parameters.
2219         * tests/test-freopen-safer.c (main): Likewise.
2220         * tests/test-xalloc-die.c (main): Mark unused parameters.
2221         * tests/test-fseeko.c (main): Likewise.
2222         * tests/test-ftello.c (main): Likewise.
2223         * tests/test-nanosleep.c (main): Avoid declaration warning.
2224         * tests/test-sleep.c (main): Likewise.
2225         * tests/test-unsetenv.c (main): Silence warning about string
2226         literal.
2227         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
2228
2229 2009-12-23  Bruno Haible  <bruno@clisp.org>
2230
2231         * tests/test-localename.c (test_locale_name): New function, extracted
2232         from main. Also test mixed situations.
2233         (test_locale_name_posix, test_locale_name_environ,
2234         test_locale_name_default): New functions.
2235         (main): Invoke them all.
2236         * modules/localename-tests (configure.ac): Test for newlocale.
2237
2238 2009-12-23  Bruno Haible  <bruno@clisp.org>
2239
2240         unistd: Ensure getcwd gets declared before being overridden.
2241         * lib/unistd.in.h: Conditionally include <io.h>.
2242
2243 2009-12-22  Bruno Haible  <bruno@clisp.org>
2244
2245         wchar: Diagnose broken combination of glibc and gcc versions and flags.
2246         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
2247         (gl_WCHAR_H): Invoke it.
2248         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
2249         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
2250         Reported by Karl Berry <karl@freefriends.org>.
2251
2252 2009-12-22  Eric Blake  <ebb9@byu.net>
2253
2254         math, unistd: avoid redundant includes
2255         * lib/math.in.h (isnan): No need to re-include <math.h>.
2256         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
2257
2258         getsubopt: work around cygwin bug
2259         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
2260         avoid conflicting with system getsubopt.
2261         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
2262         bug.
2263
2264         getopt: synchronize from glibc
2265         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
2266         parameter order.  Adjust all callers.
2267         (_getopt_internal_r, main): Adjust quoting in error messages.
2268         Drop considerations for outdated POSIX 1003.2 error message.
2269         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
2270         callers.
2271         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
2272
2273         test-getopt: test stderr behavior
2274         * modules/getopt-posix-tests (Depends-on): Add dup2.
2275         * tests/test-getopt.c (ASSERT): Avoid stderr.
2276         (main): Move stderr to a temporary file.
2277         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
2278         Instead, add parameter to inform caller if output occurred.
2279         (test_getopt): Adjust all existing tests to expect silence, and
2280         add new tests of leading ":".
2281         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2282         glibc shortcomings with leading "-:" or "+:" in optstring.
2283         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2284         Likewise.
2285         * doc/posix-functions/getopt.texi (getopt): Likewise.
2286
2287         test-getopt: enhance test
2288         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
2289         supports optind=0.
2290         * tests/test-getopt.c (OPTIND_MIN): Move...
2291         * tests/test-getopt.h (OPTIND_MIN): ...here.
2292         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
2293         Require that optind=0 works, since modern BSD supports it in
2294         addition to optreset, and since coreutils expects it.
2295         (test_getopt_long_only): New test.
2296         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2297         glibc shortcomings with 'W;', and enforcement of optind=0.
2298         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2299         Likewise.
2300
2301 2009-12-21  Bruno Haible  <bruno@clisp.org>
2302
2303         localename: Improvements for MacOS X and Cygwin.
2304         * lib/localename.h (gl_locale_name_environ): New declaration.
2305         * lib/localename.c (gl_locale_name_environ): New function, extracted from
2306         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
2307         (gl_locale_name_posix): Invoke it.
2308         (gl_locale_name_default): Add comments. Use Windows native API also on
2309         Cygwin.
2310
2311 2009-12-21  Bruno Haible  <bruno@clisp.org>
2312
2313         Update list of Win32 locale ids.
2314         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
2315         (LANG_SAMI): Renamed from LANG_SAAMI.
2316         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
2317         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
2318         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
2319         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
2320         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
2321         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
2322         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
2323         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
2324         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
2325         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
2326         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
2327         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
2328         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
2329         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
2330         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
2331         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
2332         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
2333         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
2334         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
2335         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
2336         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
2337         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
2338         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
2339         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
2340         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
2341         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
2342         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
2343         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
2344         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
2345         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
2346         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
2347         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
2348         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
2349         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
2350         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
2351         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
2352         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
2353         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
2354         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
2355         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
2356         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
2357         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
2358         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
2359         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
2360         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
2361         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
2362         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
2363         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
2364         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
2365         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
2366         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
2367         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
2368         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
2369         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
2370         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
2371         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
2372         Add more languages and countries for Sami, Sorbian. Add more countries
2373         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
2374         for Pashto. Change country for Syriac, Tswana.
2375
2376 2009-12-21  Eric Blake  <ebb9@byu.net>
2377
2378         test-utimens: avoid spurious failure
2379         * tests/test-chown.h (nap): Factor...
2380         * tests/nap.h: ...into new file.
2381         * tests/test-lchown.h (nap): Avoid duplication.
2382         * tests/test-utimens-common.h (nap): Use shared implementation,
2383         necessary on file systems with 1-second resolution.
2384         * modules/chown-tests (Files): Include new file.
2385         * modules/fdutimensat-tests (Files): Likewise.
2386         * modules/futimens-tests (Files): Likewise.
2387         * modules/lchown-tests (Files): Likewise.
2388         * modules/openat-tests (Files): Likewise.
2389         * modules/utimens-tests (Files): Likewise.
2390         * modules/utimensat-tests (Files): Likewise.
2391
2392 2009-12-19  Eric Blake  <ebb9@byu.net>
2393
2394         futimens, utimensat: work around Linux bug
2395         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
2396         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2397         * lib/utimensat.c (rpl_utimensat): Work around it.
2398         * lib/futimens.c (rpl_futimens): Adjust comment.
2399
2400         utimens: work around Linux ctime bug
2401         * lib/utimens.c (detect_ctime_bug): New helper function.
2402         (update_timespec): Differentiate between workaround needed for
2403         this bug vs. what is needed for systems that lack utimensat.
2404         (fdutimens, lutimens): Work around bug.
2405
2406         utimens: check for ctime update
2407         * tests/test-utimens-common.h (check_ctime): Define.
2408         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
2409         * tests/test-futimens.h (test_futimens): Likewise.
2410         * tests/test-lutimens.h (test_lutimens): Likewise.
2411         * doc/posix-functions/futimens.texi (futimens): Document the bug.
2412         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2413
2414 2009-12-19  Bruno Haible  <bruno@clisp.org>
2415
2416         dprintf-posix: Check against memory leak fixed on 2009-12-15.
2417         * tests/test-dprintf-posix2.sh: New file.
2418         * tests/test-dprintf-posix2.c: New file.
2419         * modules/dprintf-posix-tests (Files): Add them.
2420         (configure.ac): Check for getrlimit and setrlimit.
2421         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2422
2423 2009-12-19  Bruno Haible  <bruno@clisp.org>
2424
2425         fprintf-posix: Check against memory leak fixed on 2009-12-15.
2426         * tests/test-fprintf-posix3.sh: New file.
2427         * tests/test-fprintf-posix3.c: New file.
2428         * modules/fprintf-posix-tests (Files): Add them.
2429         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2430
2431 2009-12-19  Eric Blake  <ebb9@byu.net>
2432
2433         dirfd: fix prototype
2434         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
2435         * lib/dirfd.c (dirfd): Likewise.
2436
2437         canonicalize: reduce memory usage
2438         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
2439         allocation to size.
2440         Reported by Solar Designer <solar@openwall.com>.
2441
2442 2009-12-19  Bruno Haible  <bruno@clisp.org>
2443
2444         New module attribute 'Applicability'.
2445         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
2446         * gnulib-tool: New option --extract-applicability.
2447         (func_usage): Document it.
2448         (sed_extract_prog): Recognize it.
2449         (func_get_applicability): New function.
2450         (func_import): Generalize handling of 'link-warning' module.
2451         * modules/link-warning (Applicability): New section.
2452         * modules/arg-nonnull (Applicability): New section.
2453         Repoted by Simon Josefsson <simon@josefsson.org>.
2454
2455 2009-12-19  Bruno Haible  <bruno@clisp.org>
2456
2457         fflush: tweak
2458         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
2459         * lib/fseeko.c (rpl_fseeko): Likewise.
2460
2461 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
2462
2463         * lib/gl_list.h: Fix typo in comment.
2464
2465 2009-12-16  Eric Blake  <ebb9@byu.net>
2466
2467         fcntl: use to simplify other modules
2468         * modules/cloexec (Depends-on): Add fcntl.
2469         * modules/fchdir (Depends-on): Likewise.
2470         * modules/fd-safer-flag (Depends-on): Likewise.
2471         * modules/unistd-safer (Depends-on): Likewise.
2472         * modules/dup3 (configure.ac): Set module indicator.
2473         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
2474         missing.
2475         * lib/fchdir.c (_gl_register_dup): Fix comment.
2476         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
2477         * lib/dup-safer.c (dup_safer): Likewise.
2478         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
2479         * lib/dup3.c (dup3): Likewise.
2480         * tests/test-fchdir.c (main): Enhance test.
2481         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
2482
2483         fcntl: port portions of fcntl to mingw
2484         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
2485         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
2486         replacement for mingw.
2487         * modules/fcntl (Description): Update.
2488         (Depends-on): Add dup2.
2489         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
2490         * modules/fcntl-h (Makefile.am): Substitute it.
2491         * lib/fcntl.in.h (fcntl): Update declaration.
2492         (F_DUPFD, F_GETFD): New macros, when needed.
2493         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
2494         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
2495         * tests/test-fcntl.c (check_flags, main): Enhance test for items
2496         we now guarantee.
2497
2498         fcntl: work around cygwin bug in F_DUPFD
2499         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
2500         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
2501         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
2502         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
2503         * doc/posix-functions/fcntl.texi (fcntl): Document it.
2504
2505         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
2506         * modules/fcntl (Files): List new files.
2507         (configure.ac): Run a test.
2508         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
2509         * lib/fcntl.c (rpl_fcntl): Likewise.
2510         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
2511         (gl_FCNTL_H): Always replace fcntl.h.
2512         * modules/fcntl-h (Makefile.am): Substitute witnesses.
2513         * lib/fcntl.in.h (fcntl): Declare replacement.
2514         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
2515         needed, plus a witness.
2516         * doc/posix-functions/fcntl.texi (fcntl): Document this.
2517         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
2518         * tests/test-fcntl.c: New file.
2519         * modules/fcntl-tests: Likewise.
2520
2521         binary-io: avoid potential compilation warning
2522         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
2523         directives.
2524
2525         fflush: avoid compilation error on NetBSD
2526         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
2527         between off_t and fpos_t, since the latter is sometimes a struct.
2528         * lib/fseeko.c (rpl_fseeko): Likewise.
2529         Reported by Alexander Nasonov <alnsn@yandex.ru>.
2530
2531 2009-12-15  Eric Blake  <ebb9@byu.net>
2532
2533         fcntl-h, stdio, sys_ioctl: fix declarations
2534         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
2535         function must not take arguments.
2536         * lib/sys_ioctl.in.h (ioctl): Likewise.
2537         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
2538         (open): Add a link warning.
2539
2540 2009-12-15  Jim Meyering  <meyering@redhat.com>
2541
2542         areadlink, areadlink-with-size: relax license to LGPLv2+
2543         * modules/areadlink (License): Relax to LGPLv2+.
2544         * modules/areadlink-with-size (License): Likewise.
2545
2546 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
2547             Bruno Haible  <bruno@clisp.org>
2548
2549         *printf: Fix memory leak.
2550         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
2551         * lib/vfprintf.c (vfprintf): Likewise.
2552         * lib/dprintf.c (dprintf): Likewise.
2553         * lib/vdprintf.c (vdprintf): Likewise.
2554
2555 2009-12-14  Eric Blake  <ebb9@byu.net>
2556
2557         accept4: adjust module dependencies
2558         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
2559
2560         utimens: one more try at avoiding compiler warning
2561         * lib/utimens.c (lutimens): Lower scope of result.
2562
2563 2009-12-13  Bruno Haible  <bruno@clisp.org>
2564
2565         Move the malloc checking from module 'list' to new module 'xlist'.
2566         * modules/xlist: New file.
2567         * lib/gl_xlist.h: New file.
2568         * lib/gl_xlist.c: New file.
2569         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
2570         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
2571         gl_list_add_last, gl_list_add_before, gl_list_add_after,
2572         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
2573         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
2574         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
2575         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
2576         gl_sortedlist_nx_add): New declarations.
2577         (struct gl_list_implementation): Rename and change methods accordingly.
2578         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
2579         (gl_list_nx_create): Renamed from gl_list_create.
2580         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2581         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2582         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2583         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2584         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2585         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2586         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2587         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2588         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
2589         gl_list_create_empty.
2590         (gl_list_nx_create): Renamed from gl_list_create.
2591         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2592         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2593         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2594         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2595         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2596         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2597         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2598         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2599         * lib/gl_array_list.c: Don't include xalloc.h.
2600         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
2601         NULL upon out-of-memory.
2602         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
2603         out-of-memory.
2604         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
2605         Change return type to 'int'.
2606         (gl_array_nx_set_at): Renamed from gl_array_set_at.
2607         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2608         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
2609         upon out-of-memory.
2610         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
2611         upon out-of-memory.
2612         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
2613         upon out-of-memory.
2614         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
2615         upon out-of-memory.
2616         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
2617         out-of-memory.
2618         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
2619         Update.
2620         (gl_array_list_implementation): Update.
2621         * lib/gl_carray_list.c: Don't include xalloc.h.
2622         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
2623         Return NULL upon out-of-memory.
2624         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
2625         out-of-memory.
2626         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
2627         Change return type to 'int'.
2628         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
2629         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2630         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
2631         upon out-of-memory.
2632         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
2633         upon out-of-memory.
2634         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
2635         out-of-memory.
2636         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
2637         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
2638         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
2639         Update.
2640         (gl_carray_list_implementation): Update.
2641         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
2642         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
2643         gl_linked_create_empty. Return NULL upon out-of-memory.
2644         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
2645         out-of-memory.
2646         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
2647         Change return type to 'int'. Return -1 upon out-of-memory.
2648         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
2649         out-of-memory.
2650         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
2651         upon out-of-memory.
2652         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
2653         upon out-of-memory.
2654         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
2655         NULL upon out-of-memory.
2656         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
2657         upon out-of-memory.
2658         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
2659         out-of-memory.
2660         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
2661         Update.
2662         * lib/gl_linked_list.c: Don't include xalloc.h.
2663         (gl_linked_list_implementation): Update.
2664         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
2665         (add_to_bucket): Change return type to 'int'.
2666         (gl_linkedhash_list_implementation): Update.
2667         * lib/gl_anytree_list1.h (free_subtree): New function.
2668         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
2669         gl_tree_create_empty. Return NULL upon out-of-memory.
2670         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
2671         Change return type to 'int'. Return -1 upon out-of-memory.
2672         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
2673         out-of-memory.
2674         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
2675         (gl_tree_remove_node): New function, moved here from
2676         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
2677         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
2678         Update.
2679         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
2680         malloc, not xmalloc. Return NULL upon out-of-memory.
2681         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
2682         out-of-memory.
2683         (gl_tree_remove_node_from_tree): New function, extracted from
2684         gl_tree_remove_node.
2685         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
2686         upon out-of-memory.
2687         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
2688         out-of-memory.
2689         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
2690         upon out-of-memory.
2691         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
2692         upon out-of-memory.
2693         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
2694         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
2695         not xmalloc. Return NULL upon out-of-memory.
2696         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
2697         out-of-memory.
2698         (gl_tree_remove_node_from_tree): New function, extracted from
2699         gl_tree_remove_node.
2700         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
2701         upon out-of-memory.
2702         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
2703         out-of-memory.
2704         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
2705         upon out-of-memory.
2706         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
2707         upon out-of-memory.
2708         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
2709         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
2710         gl_anytree_list1.h before gl_anyavltree_list2.h.
2711         (gl_avltree_list_implementation): Update.
2712         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
2713         gl_anytree_list1.h before gl_anyavltree_list2.h.
2714         (gl_rbtree_list_implementation): Update.
2715         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
2716         Change return type to 'int'. Return -1 upon out-of-memory. Use
2717         __builtin_expect.
2718         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
2719         (gl_avltreehash_list_implementation): Update.
2720         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
2721         (gl_rbtreehash_list_implementation): Update.
2722         * modules/array-list (Depends-on): Remove xalloc.
2723         * modules/carray-list (Depends-on): Likewise.
2724         * modules/linked-list (Depends-on): Likewise.
2725         * modules/linkedhash-list (Depends-on): Likewise.
2726         * modules/avltree-list (Depends-on): Likewise.
2727         * modules/rbtree-list (Depends-on): Likewise.
2728         * modules/avltreehash-list (Depends-on): Likewise.
2729         * modules/rbtreehash-list (Depends-on): Likewise.
2730
2731         * modules/xsublist: New file.
2732         * lib/gl_xsublist.h: New file.
2733         * lib/gl_xsublist.c: New file.
2734         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
2735         (gl_sublist_nx_create): New declaration.
2736         * lib/gl_sublist.c: Don't include xalloc.h.
2737         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
2738         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
2739         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
2740         Change return type to 'int'. Return -1 upon out-of-memory.
2741         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
2742         upon out-of-memory.
2743         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
2744         NULL upon out-of-memory.
2745         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
2746         upon out-of-memory.
2747         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
2748         NULL upon out-of-memory.
2749         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
2750         NULL upon out-of-memory.
2751         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
2752         upon out-of-memory.
2753         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
2754         (gl_sublist_list_implementation): Update.
2755         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
2756         upon out-of-memory.
2757         * modules/sublist (Depends-on): Remove xalloc.
2758
2759         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
2760         * tests/test-carray_list.c: Likewise.
2761         * tests/test-linked_list.c: Likewise.
2762         * tests/test-linkedhash_list.c: Likewise.
2763         * tests/test-avltree_list.c: Likewise.
2764         * tests/test-rbtree_list.c: Likewise.
2765         * tests/test-avltreehash_list.c: Likewise.
2766         * tests/test-rbtreehash_list.c: Likewise.
2767         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
2768         * modules/carray-list-tests (Makefile.am): Likewise.
2769         * modules/linked-list-tests (Makefile.am): Likewise.
2770         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2771         * modules/avltree-list-tests (Makefile.am): Likewise.
2772         * modules/rbtree-list-tests (Makefile.am): Likewise.
2773         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2774         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2775
2776         * NEWS: Mention the changes.
2777
2778         * lib/clean-temp.c: Include gl_xlist.h.
2779         * modules/clean-temp (Depends-on): Add xlist.
2780
2781         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
2782         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
2783
2784         * tests/test-array_oset.c: Include gl_xlist.h.
2785         * modules/array-oset-tests (Depends-on): Add xlist.
2786
2787         Reported by José E. Marchesi <jemarch@gnu.org>.
2788
2789 2009-12-13  Bruno Haible  <bruno@clisp.org>
2790
2791         Move the malloc checking from module 'oset' to new module 'xoset'.
2792         * modules/xoset: New file.
2793         * lib/gl_xoset.h: New file.
2794         * lib/gl_xoset.c: New file.
2795         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
2796         declarations.
2797         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
2798         (struct gl_oset_implementation): Rename and change methods accordingly.
2799         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
2800         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
2801         'int'. Mark as __warn_unused_result__.
2802         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
2803         gl_oset_create_empty.
2804         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
2805         'int'.
2806         * lib/gl_array_oset.c: Don't include xalloc.h.
2807         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
2808         malloc, not xmalloc.
2809         (grow): Change return type to 'int'. Don't call xalloc_die.
2810         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
2811         to 'int'.
2812         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
2813         'int'.
2814         (gl_array_oset_implementation): Update.
2815         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
2816         gl_tree_create_empty.
2817         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
2818         'int'.
2819         * lib/gl_avltree_oset.c: Don't include xalloc.h.
2820         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
2821         xmalloc.
2822         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
2823         not xmalloc.
2824         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
2825         xmalloc.
2826         (gl_avltree_oset_implementation): Update.
2827         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
2828         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
2829         xmalloc.
2830         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
2831         not xmalloc.
2832         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
2833         xmalloc.
2834         (gl_rbtree_oset_implementation): Update.
2835         * modules/array-oset (Depends-on): Remove xalloc.
2836         * modules/avltree-oset (Depends-on): Likewise.
2837         * modules/rbtree-oset (Depends-on): Likewise.
2838         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
2839         * tests/test-avltree_oset.c: Likewise.
2840         * tests/test-rbtree_oset.c: Likewise.
2841         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2842         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
2843         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2844         * NEWS: Mention the change.
2845
2846 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
2847
2848         maint.mk: allow a project to override release-prep commands
2849         * top/maint.mk (alpha, beta, stable): Move release-preparatory
2850         commands into a new rule.
2851         (release-prep): New rule.
2852         (release-prep-hook): New overridable variable.
2853
2854 2009-12-13  Bruno Haible  <bruno@clisp.org>
2855
2856         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
2857
2858 2009-12-13  Jim Meyering  <meyering@redhat.com>
2859
2860         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
2861         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
2862
2863 2009-12-12  Bruno Haible  <bruno@clisp.org>
2864
2865         duplocale: Tweak.
2866         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
2867
2868 2009-12-12  Karl Berry  <karl@gnu.org>
2869
2870         * config/srclist.txt (strtoll.c): tab changes, no more sync.
2871
2872 2009-12-12  Bruno Haible  <bruno@clisp.org>
2873
2874         * m4/po.m4: Undo incorrect untabification.
2875
2876 2009-12-12  Bruno Haible  <bruno@clisp.org>
2877
2878         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
2879         * modules/c-strtod (Depends-on): Add locale.
2880         * modules/c-strtold (Depends-on): Likewise.
2881
2882 2009-12-12  Bruno Haible  <bruno@clisp.org>
2883
2884         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
2885
2886 2009-12-11  Eric Blake  <ebb9@byu.net>
2887
2888         setenv: relax requirement in light of POSIX ruling
2889         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
2890         not NULL.
2891         * tests/test-setenv.c (main): Relax test.
2892         * tests/test-unsetenv.c (main): Likewise.
2893         * doc/posix-functions/setenv.texi (setenv): Document this.
2894         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
2895
2896 2009-12-11  Bruno Haible  <bruno@clisp.org>
2897
2898         New module 'fd-safer-flag'.
2899         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
2900         * lib/dup-safer.c (dup_safer_flag): Remove function.
2901         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
2902         * lib/fd-safer.c (fd_safer_flag): Remove function.
2903         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
2904         * modules/cloexec (configure.ac): Drop indicator macro.
2905         * modules/fd-safer-flag: New file.
2906         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
2907         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
2908         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
2909
2910 2009-12-11  Bruno Haible  <bruno@clisp.org>
2911
2912         Tests for module 'nl_langinfo'.
2913         * modules/nl_langinfo-tests: New file.
2914         * tests/test-nl_langinfo.sh: New file.
2915         * tests/test-nl_langinfo.c: New file.
2916
2917         New module 'nl_langinfo'.
2918         * lib/nl_langinfo.c: New file.
2919         * m4/nl_langinfo.m4: New file.
2920         * modules/nl_langinfo: New file.
2921         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
2922
2923 2009-12-11  Bruno Haible  <bruno@clisp.org>
2924
2925         Tests for module 'langinfo'.
2926         * modules/langinfo-tests: New file.
2927         * tests/test-langinfo.c: New file.
2928
2929         New module 'langinfo'.
2930         * lib/langinfo.in.h: New file.
2931         * m4/langinfo_h.m4: New file.
2932         * modules/langinfo: New file.
2933         * doc/posix-headers/langinfo.texi: Mention the new module.
2934
2935 2009-12-11  Bruno Haible  <bruno@clisp.org>
2936
2937         * lib/config.charset: Untabify.
2938
2939 2009-12-11  Bruno Haible  <bruno@clisp.org>
2940
2941         * modules/unistd-safer (configure.ac): Drop indicator macro.
2942
2943 2009-12-11  Bruno Haible  <bruno@clisp.org>
2944
2945         Move pipe2-safer code to its own file.
2946         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
2947         * lib/pipe-safer.c (pipe2_safer): Remove function.
2948         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
2949         (Makefile.am): Add it to lib_SOURCES.
2950
2951 2009-12-10  Bruno Haible  <bruno@clisp.org>
2952
2953         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
2954
2955 2009-12-10  Bruno Haible  <bruno@clisp.org>
2956
2957         Declare which arguments expect non-NULL values, for GCC and clang.
2958         * build-aux/arg-nonnull.h: New file.
2959         * modules/arg-nonnull: New file.
2960         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
2961         (inet_ntop, inet_pton): Use it.
2962         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
2963         (closedir, dirfd, opendir, scandir, alphasort): Use it.
2964         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
2965         (open, openat): Use it.
2966         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
2967         (fnmatch): Use it.
2968         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
2969         (getopt, getopt_long, getopt_long_only): Use it.
2970         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
2971         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
2972         Use it.
2973         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
2974         (iconv_open): Use it.
2975         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
2976         (strtoimax, strtoumax): Use it.
2977         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
2978         (duplocale): Use it.
2979         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
2980         (frexp, frexpl): Use it.
2981         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
2982         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
2983         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
2984         (tsearch, tfind, tdelete, twalk): Use it.
2985         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
2986         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2987         sigpending): Use it.
2988         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
2989         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2990         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2991         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2992         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2993         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2994         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2995         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2996         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2997         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2998         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2999         Use it.
3000         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
3001         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
3002         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
3003         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
3004         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
3005         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
3006         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
3007         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
3008         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
3009         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
3010         strtoull, unsetenv): Use it.
3011         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
3012         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
3013         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
3014         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
3015         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
3016         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
3017         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
3018         (strcasecmp, strncasecmp): Use it.
3019         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
3020         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
3021         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
3022         rpl_setsockopt): Use it.
3023         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
3024         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
3025         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
3026         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
3027         (gettimeofday): Use it.
3028         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
3029         (times): Use it.
3030         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
3031         (uname): Use it.
3032         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
3033         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
3034         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
3035         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
3036         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
3037         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
3038         unlinkat, write): Use it.
3039         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
3040         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
3041         * lib/argv-iter.h: Include arg-nonnull.h.
3042         (_ATTRIBUTE_NONNULL_): Remove macro.
3043         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
3044         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
3045         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
3046         optimization.
3047         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
3048         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
3049         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
3050         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
3051         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
3052         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
3053         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
3054         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
3055         * modules/arpa_inet (Depends-on): Add arg-nonnull.
3056         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
3057         * modules/dirent (Depends-on): Add arg-nonnull.
3058         (Makefile.am): Insert arg-nonnull.h into dirent.h.
3059         * modules/fcntl-h (Depends-on): Add arg-nonnull.
3060         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
3061         * modules/fnmatch (Depends-on): Add arg-nonnull.
3062         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
3063         * modules/getopt-posix (Depends-on): Add arg-nonnull.
3064         (Makefile.am): Insert arg-nonnull.h into getopt.h.
3065         * modules/glob (Depends-on): Add arg-nonnull.
3066         (Makefile.am): Insert arg-nonnull.h into glob.h.
3067         * modules/iconv_open (Depends-on): Add arg-nonnull.
3068         (Makefile.am): Insert arg-nonnull.h into iconv.h.
3069         * modules/inttypes (Depends-on): Add arg-nonnull.
3070         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
3071         * modules/locale (Depends-on): Add arg-nonnull.
3072         (Makefile.am): Insert arg-nonnull.h into locale.h.
3073         * modules/math (Depends-on): Add arg-nonnull.
3074         (Makefile.am): Insert arg-nonnull.h into math.h.
3075         * modules/netdb (Depends-on): Add arg-nonnull.
3076         (Makefile.am): Insert arg-nonnull.h into netdb.h.
3077         * modules/search (Depends-on): Add arg-nonnull.
3078         (Makefile.am): Insert arg-nonnull.h into search.h.
3079         * modules/signal (Depends-on): Add arg-nonnull.
3080         (Makefile.am): Insert arg-nonnull.h into signal.h.
3081         * modules/spawn (Depends-on): Add arg-nonnull.
3082         (Makefile.am): Insert arg-nonnull.h into spawn.h.
3083         * modules/stdio (Depends-on): Add arg-nonnull.
3084         (Makefile.am): Insert arg-nonnull.h into stdio.h.
3085         * modules/stdlib (Depends-on): Add arg-nonnull.
3086         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
3087         * modules/string (Depends-on): Add arg-nonnull.
3088         (Makefile.am): Insert arg-nonnull.h into string.h.
3089         * modules/strings (Depends-on): Add arg-nonnull.
3090         (Makefile.am): Insert arg-nonnull.h into strings.h.
3091         * modules/sys_socket (Depends-on): Add arg-nonnull.
3092         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
3093         * modules/sys_stat (Depends-on): Add arg-nonnull.
3094         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
3095         * modules/sys_time (Depends-on): Add arg-nonnull.
3096         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
3097         * modules/sys_times (Depends-on): Add arg-nonnull.
3098         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
3099         * modules/sys_utsname (Depends-on): Add arg-nonnull.
3100         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
3101         * modules/time (Depends-on): Add arg-nonnull.
3102         (Makefile.am): Insert arg-nonnull.h into time.h.
3103         * modules/unistd (Depends-on): Add arg-nonnull.
3104         (Makefile.am): Insert arg-nonnull.h into unistd.h.
3105         * modules/wchar (Depends-on): Add arg-nonnull.
3106         (Makefile.am): Insert arg-nonnull.h into wchar.h.
3107         * modules/argv-iter (Depends-on): Add arg-nonnull.
3108         * tests/test-canonicalize.c (null_ptr): New function.
3109         (main): Use it.
3110         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
3111         (main): Use it.
3112         * tests/test-memmem.c (null_ptr): New function.
3113         (main): Use it.
3114         Reported by Jim Meyering.
3115
3116 2009-12-10  Bruno Haible  <bruno@clisp.org>
3117
3118         Use spaces for indentation, not tabs.
3119         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
3120         * m4/*.m4: Untabify.
3121         * build-aux/*.h: Untabify.
3122         * tests/**/*.[hc]: Untabify.
3123         * README: New section "Indent with spaces, not TABs", based on
3124         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
3125         * NEWS: Mention the change.
3126
3127 2009-12-10  Bruno Haible  <bruno@clisp.org>
3128
3129         pty test: Fix link error.
3130         * modules/pty-tests (Makefile.am): Add the default LDADD value to
3131         test_pty_LDADD.
3132
3133 2009-12-07  Simon Josefsson  <simon@josefsson.org>
3134
3135         * modules/pty: New file.
3136         * modules/pty-tests: New file.
3137         * m4/pty.m4: New file.
3138         * tests/test-pty.c: New file.
3139         * doc/glibc-headers/pty.texi: Modified.
3140         * doc/glibc-functions/forkpty.texi: Modified.
3141         * doc/glibc-functions/openpty.texi: Modified.
3142
3143 2009-12-10  Bruno Haible  <bruno@clisp.org>
3144
3145         Avoid syntax error in C++ mode.
3146         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
3147
3148 2009-12-10  Bruno Haible  <bruno@clisp.org>
3149
3150         Use sed with option -e.
3151         * gnulib-tool (func_version, func_emit_copyright_notice,
3152         func_emit_initmacro_end, func_import, func_create_testdir): Pass
3153         option -e to sed.
3154         * modules/link-warning (Makefile.am): Likewise.
3155
3156 2009-12-10  Jim Meyering  <meyering@redhat.com>
3157
3158         mgetgroups: do not write bytes beyond end of malloc'd buffer
3159         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
3160         username, we call getgroups with a one-element-shorter buffer,
3161         but still told it the length was original, max_n_groups.
3162
3163 2009-12-09  Eric Blake  <ebb9@byu.net>
3164
3165         cloexec: relax license
3166         * modules/cloexec (Maintainer): Add myself.
3167         (License): Use LGPL, not GPL.
3168
3169         link-warning: optimize generation
3170         * modules/link-warning (Makefile.am): Reduce process usage.
3171
3172 2009-12-09  Bruno Haible  <bruno@clisp.org>
3173
3174         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
3175         workaround was added on 2009-11-17.
3176
3177 2009-12-09  Jim Meyering  <meyering@redhat.com>
3178             Bruno Haible  <bruno@clisp.org>
3179
3180         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
3181         * modules/link-warning (Makefile.am): Make the comment-removing sed
3182         command more robust in the face of bootstrap-prepended comment lines.
3183
3184 2009-12-09  Bruno Haible  <bruno@clisp.org>
3185
3186         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
3187         most one group.
3188
3189 2009-12-09  Simon Josefsson <simon@josefsson.org>
3190             Bruno Haible  <bruno@clisp.org>
3191
3192         * build-aux/link-warning.h: Add copyright notice.
3193         * modules/link-warning (Makefile.am): Generate link-warning.h from
3194         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
3195         * NEWS: Mention change in link-warning module.
3196         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
3197         * modules/dirent (Makefile.am): Add dependency to dirent.h.
3198         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
3199         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
3200         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
3201         * modules/math (Makefile.am): Add dependency to math.h.
3202         * modules/search (Makefile.am): Add dependency to search.h.
3203         * modules/signal (Makefile.am): Add dependency to signal.h.
3204         * modules/spawn (Makefile.am): Add dependency to spawn.h.
3205         * modules/stdio (Makefile.am): Add dependency to stdio.h.
3206         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
3207         * modules/string (Makefile.am): Add dependency to string.h.
3208         * modules/strings (Makefile.am): Add dependency to strings.h.
3209         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
3210         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
3211         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
3212         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
3213         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
3214         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
3215         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
3216         * modules/unistd (Makefile.am): Add dependency to unistd.h.
3217         * modules/wchar (Makefile.am): Add dependency to wchar.h.
3218
3219 2009-12-09  Bruno Haible  <bruno@clisp.org>
3220
3221         fchdir: Optimize away rpl_fstat when possible.
3222         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
3223         REPLACE_OPEN_DIRECTORY.
3224         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
3225
3226 2009-12-09  Bruno Haible  <bruno@clisp.org>
3227
3228         * lib/fchdir.c: Update comment.
3229
3230 2009-12-09  Bruno Haible  <bruno@clisp.org>
3231
3232         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
3233
3234 2009-12-08  Eric Blake  <ebb9@byu.net>
3235
3236         fchdir: avoid memory leak on re-registration.
3237         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
3238
3239 2009-12-08  Jim Meyering  <meyering@redhat.com>
3240
3241         init.sh: avoid Solaris 10 /bin/sh portability problem
3242         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
3243         sourced script:
3244           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
3245           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
3246           bar
3247         tests/init.sh relied on that, accepting a --set-path=DIR argument,
3248         and two tests used that idiom.
3249         * tests/init.sh: Update suggested usage comments.
3250         (path_prepend_): New function, to be used in place
3251         of the --src-path=DIR option.
3252         (setup_): Move PATH-prepending code into path_prepend_.
3253         * tests/test-pread.sh: Adapt to new usage.
3254         * tests/test-xalloc-die.sh: Likewise.
3255
3256 2009-12-08  Simon Josefsson  <simon@josefsson.org>
3257
3258         * doc/gnulib.texi (Glibc pty.h): Add.
3259         * doc/glibc-functions/forkpty.texi: Add.
3260         * doc/glibc-functions/openpty.texi: Add.
3261         Suggested by Bruno Haible.
3262
3263 2009-12-08  Eric Blake  <ebb9@byu.net>
3264
3265         fchdir: fix logic bugs
3266         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
3267         * tests/test-fchdir.c (main): Enhance test.
3268         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
3269         is in use.
3270
3271         dup2: fix logic bugs
3272         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
3273         REPLACE_DUP2 to decide when rpl_dup2 is needed.
3274         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
3275         exists.
3276         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
3277
3278 2009-12-07  Eric Blake  <ebb9@byu.net>
3279
3280         unlink: fix m4 detection
3281         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
3282
3283         unistd-safer: add unit test
3284         * modules/unistd-safer-tests: New file.
3285         * tests/test-dup-safer.c: Likewise.
3286         * tests/test-cloexec.c (setmode): Avoid compiler warning.
3287         * tests/test-dup2.c (setmode): Likewise.
3288         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
3289
3290         cloexec: preserve text vs. binary across dup_cloexec
3291         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
3292         mode.
3293         * modules/dup2-tests (Depends-on): Add binary-io.
3294         * modules/cloexec-tests (Depends-on): Likewise.
3295         * tests/test-dup2.c (setmode, is_mode): New helpers.
3296         (main): Add tests that translation mode is preserved.
3297         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
3298         Reported by Bruno Haible.
3299
3300         mgetgroups: reduce duplicate listings
3301         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
3302         resulting array.
3303         * tests/test-chown.h (test_chown): Simplify client.
3304         * tests/test-lchown.h (test_lchown): Likewise.
3305
3306 2009-12-06  Bruno Haible  <bruno@clisp.org>
3307
3308         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
3309         value.
3310
3311 2009-12-06  Bruno Haible  <bruno@clisp.org>
3312
3313         * lib/progname.c: Include stdio.h, stdlib.h.
3314         (set_program_name): Reject a NULL argument.
3315
3316 2009-12-05  Eric Blake  <ebb9@byu.net>
3317
3318         pipe2-safer: new module
3319         * modules/pipe2-safer: New file.
3320         * lib/unistd-safer.h (pipe2_safer): New prototype.
3321         * lib/unistd--.h (pipe2): New wrapper.
3322         * lib/pipe-safer.c (pipe2_safer): New function.
3323         * modules/pipe (Depends-on): Add pipe2-safer.
3324         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
3325
3326         stdlib-safer: preserve cloexec flag for mkostemp[s]
3327         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
3328         fd_safer_flag.
3329
3330         unistd-safer: allow preservation of cloexec status via flag
3331         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
3332         prototypes.
3333         * lib/dup-safer.c (dup_safer_flag): New function.
3334         * lib/fd-safer.c (fd_safer_flag): Likewise.
3335         * modules/cloexec (configure.ac): Set witness.
3336
3337         test-dup2: enhance test
3338         * modules/dup2-tests (Depends-on): Add cloexec.
3339         * tests/test-dup2.c (main): Enhance test.
3340
3341         cloexec: add dup_cloexec
3342         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
3343         header and comments.
3344         * lib/cloexec.c (set_cloexec_flag): Add comments.
3345         (dup_cloexec): New function, with mingw implementation borrowed
3346         from...
3347         * lib/w32spawn.h (dup_noinherit): ...here.
3348         * modules/execute (Depends-on): Add cloexec.
3349         * modules/pipe (Depends-on): Likewise.
3350         * modules/cloexec (Depends-on): Add dup2.
3351         * modules/cloexec-tests (Files): New file.
3352         * tests/test-cloexec.c: Likewise.
3353
3354         test-xalloc-die: fix test for mingw
3355         * modules/xalloc-die-tests (Files): Add tests/init.sh.
3356         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
3357         directory and .exe suffix off argv[0] output.
3358
3359         test-fseeko: fix test for mingw
3360         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
3361         than undefining fseek, so test will pass on mingw.
3362
3363 2009-12-05  Bruno Haible  <bruno@clisp.org>
3364
3365         * lib/progname.h (set_program_name): Clarify specification.
3366         * lib/progname.c (set_program_name): Likewise.
3367         Reported by Jim Meyering.
3368
3369 2009-12-05  Jim Meyering  <meyering@redhat.com>
3370
3371         maint.mk: backslash-escape parens in default regexp
3372         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
3373         backslash-escape the literal parentheses.
3374
3375         maint.mk: news-date-check: use grep -E
3376         * top/maint.mk (today): Define a Make variable, not a...
3377         (news-date-check): ...shell variable.
3378         (news-date-regexp): Use the Make variable.
3379         Use grep's -E option.  Change the failing diagnostic to mention
3380         the variable, $(news-date-regexp).
3381
3382 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
3383
3384         maintainer-makefile: allow customization of NEWS entry format
3385         * top/maint.mk (news-date-regexp): New overridable variable.
3386         (news-date-check): Use it.
3387
3388 2009-12-04  Eric Blake  <ebb9@byu.net>
3389
3390         mgetgroups: add xgetgroups, and avoid ENOSYS failures
3391         * lib/mgetgroups.h (xgetgroups): New prototype.
3392         * lib/mgetgroups.c (xgetgroups): New wrapper.
3393         (mgetgroups): Handle ENOSYS.
3394         * modules/mgetgroups (Depends-on): Add realloc.
3395         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
3396
3397         mgetgroups: avoid argument promotion issues with -1
3398         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
3399         for invalid gid_t.
3400         * tests/test-chown.h (getegid, test_chown): Likewise.
3401         * tests/test-lchown.h (getegid, test_lchown): Likewise.
3402
3403 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
3404
3405         exclude: Fix header file problems.
3406         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
3407
3408 2009-12-01  Jim Meyering  <meyering@redhat.com>
3409
3410         fts: fts_open: do not let an empty string cause immediate failure
3411         This is required in support of GNU rm, for which the command
3412         "rm A '' B" must process and remove both A and B, in spite of
3413         the empty string argument.
3414         * lib/fts.c (fts_open): Do not let the presence of an empty string
3415         cause fts_open to fail immediately.  Most fts-using tools must be
3416         able to process all arguments, in order, and can be expected to
3417         diagnose such arguments themselves.
3418
3419 2009-11-30  Eric Blake  <ebb9@byu.net>
3420
3421         utimens: fix compilation error
3422         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
3423         Declare variable at right scope.
3424
3425 2009-11-29  Jim Meyering  <meyering@redhat.com>
3426
3427         bootstrap: handle perl-5.11's changed --version output
3428         * build-aux/bootstrap (get_version): Handle perl separately,
3429         since perl-5.11's --version output is different.
3430
3431 2009-11-28  Jim Meyering  <meyering@redhat.com>
3432
3433         userspec: depend on the inttostr module, too
3434         * modules/userspec (Depends-on): Add inttostr.
3435
3436         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
3437         * lib/userspec.c (parse_with_separator): Do not accept a user ID
3438         number of MAXUID when it evaluates to (uid_t) -1.
3439         Likewise for group ID.  Reported by Matt McCutchen in
3440         <http://savannah.gnu.org/bugs/?28113>
3441
3442         userspec: reformat to use spaces, not TABs
3443         * lib/userspec.c: Expand TABs to spaces.
3444         Add Emacs' "indent-tabs-mode: nil" hint.
3445
3446 2009-11-27  Eric Blake  <ebb9@byu.net>
3447
3448         getopt-gnu: flush out another BSD bug
3449         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
3450         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
3451         flush out BSD bug.
3452         * tests/test-getopt.h (test_getopt): End lists with NULL.
3453         * tests/test-getopt_long.h (test_getopt_long): Likewise.
3454         (test_getopt_long_posix): Enhance test.
3455         * modules/getopt-posix-tests (Depends-on): Add stdbool.
3456         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
3457         getopt-gnu.
3458         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
3459         Likewise.
3460
3461 2009-11-27  Simon Josefsson  <simon@josefsson.org>
3462
3463         * modules/idpriv-droptemp-tests (Notice): Fix text.
3464
3465 2009-11-27  Jim Meyering  <meyering@redhat.com>
3466
3467         test-xalloc-die: avoid spurious failure due to libtool argv difference
3468         In a libtool-enabled project, this test would fail due to a difference
3469         in the emitted program name, e.g.,
3470         -test-xalloc-die: memory exhausted
3471         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
3472         Use program to avoid that.
3473         * modules/xalloc-die-tests (Depends-on): Add progname.
3474         * tests/test-xalloc-die.c: Include progname.h".
3475         (program_name): Remove decl.
3476         (main): Call set_program_name.
3477         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
3478
3479 2009-11-26  Richard Jones  <rjones@redhat.com>
3480
3481         w32sock: leave win32 error in place.
3482         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
3483
3484 2009-11-26  Eric Blake  <ebb9@byu.net>
3485
3486         init.sh: suggest to use skip_ and fail_ functions in comments
3487         * tests/init.sh: Add a sentence.
3488
3489 2009-11-25  Bruno Haible  <bruno@clisp.org>
3490
3491         init.sh: add documentation in comments
3492         * tests/init.sh: Add some developer and user documentation.
3493
3494 2009-11-26  Jim Meyering  <meyering@redhat.com>
3495
3496         init.sh: accommodate even those who specify bogus srcdir manually
3497         * tests/init.sh: Normally, srcdir is guaranteed by automake and
3498         configure-time tests to be sanitized, so that there is no need to
3499         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
3500         (with no double quotes) suffices.  However, since tests may be
3501         invoked manually, and since you may explicitly set srcdir to the
3502         name of a directory containing spaces, do quote its uses here.
3503         * tests/test-pread.sh: Likewise.
3504         Suggested by Bruno Haible.
3505
3506         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
3507         * tests/test-pread.sh: Write no data into the pipe, because
3508         test-pread actually reads none.  This avoids a diagnostic,
3509         "bash: echo: write error: Broken pipe", that arises in the unusual
3510         event something is ignoring SIGPIPE, and might be interpreted
3511         as some sort of failure.  Reported by Bruno Haible.
3512
3513 2009-11-25  Jim Meyering  <meyering@redhat.com>
3514
3515         test-pread: cover failure with ESPIPE and EINVAL
3516         * tests/test-pread.c (main): Test for failure, too.
3517         * tests/test-pread.sh: Invoke with stdin on a pipe.
3518         Suggested by Eric Blake.
3519
3520         pread: improvement and fix
3521         * modules/pread (Depends-on): Depend on lseek, for portability to
3522         e.g., mingw.  Suggested by Eric Blake.
3523         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
3524
3525         unistd.in.h: correct declaration of pread
3526         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
3527         Reported by Richard W.M. Jones.
3528
3529         test-pread.sh: distribute the test script
3530         * modules/pread-tests (Files): Include test-pread.sh.
3531
3532         test-pread.sh: clean up
3533         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
3534         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
3535         That is unnecessary, since it's always ".".
3536         Suggestion from Eric Blake.
3537
3538         test-pread.sh: make executable
3539         * tests/test-pread.sh: Set executable bit.
3540         Reported by Eric Blake.
3541
3542         correct typo in test-pread.sh
3543         * tests/test-pread.sh: Add #! line.
3544
3545         test pread
3546         * tests/test-pread.c: New file.
3547         * tests/test-pread.sh: Likewise.
3548         * modules/pread-tests: Likewise.
3549
3550         pread: new module
3551         * modules/pread: New file.
3552         * lib/unistd.in.h (pread): Define/declare.
3553         * lib/pread.c (pread): New file.
3554         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
3555         * modules/unistd (Makefile.am): Substitute witnesses.
3556         * doc/posix-functions/pread.texi (pread): Update.
3557         * MODULES.html.sh: Add pread.
3558
3559 2009-11-25  Jim Meyering  <meyering@redhat.com>
3560
3561         tests/init.sh: new file to be used via most *.sh tests
3562         * tests/init.sh: New file.
3563
3564 2009-11-25  Eric Blake  <ebb9@byu.net>
3565
3566         utimens: work around older Linux failure with symlinks
3567         * lib/utimens.c (lutimensat_works_really): New variable.
3568         (fdutimens, lutimens): Use it to manage kernels that support
3569         nanosecond times on files, but not on symlinks.
3570         Reported by OndÅ™ej Vašík.
3571
3572         utimes: fix configure grammar
3573         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
3574
3575 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
3576
3577         regex: Fix fastmap for multibyte character ranges.
3578         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
3579         characters when a multibyte character range is included.
3580
3581 2009-11-22  Andy Wingo  <wingo@pobox.com>
3582
3583         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
3584         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
3585
3586 2009-11-24  Bruno Haible  <bruno@clisp.org>
3587
3588         doc: Most *_l functions exist in MacOS X 10.5.
3589         * doc/posix-functions/duplocale.texi: Update platforms list.
3590         * doc/posix-functions/freelocale.texi: Likewise.
3591         * doc/posix-functions/newlocale.texi: Likewise.
3592         * doc/posix-functions/uselocale.texi: Likewise.
3593         * doc/posix-functions/isalnum_l.texi: Likewise.
3594         * doc/posix-functions/isalpha_l.texi: Likewise.
3595         * doc/posix-functions/isblank_l.texi: Likewise.
3596         * doc/posix-functions/iscntrl_l.texi: Likewise.
3597         * doc/posix-functions/isdigit_l.texi: Likewise.
3598         * doc/posix-functions/isgraph_l.texi: Likewise.
3599         * doc/posix-functions/islower_l.texi: Likewise.
3600         * doc/posix-functions/isprint_l.texi: Likewise.
3601         * doc/posix-functions/ispunct_l.texi: Likewise.
3602         * doc/posix-functions/isspace_l.texi: Likewise.
3603         * doc/posix-functions/isupper_l.texi: Likewise.
3604         * doc/posix-functions/iswalnum_l.texi: Likewise.
3605         * doc/posix-functions/iswalpha_l.texi: Likewise.
3606         * doc/posix-functions/iswblank_l.texi: Likewise.
3607         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3608         * doc/posix-functions/iswctype_l.texi: Likewise.
3609         * doc/posix-functions/iswdigit_l.texi: Likewise.
3610         * doc/posix-functions/iswgraph_l.texi: Likewise.
3611         * doc/posix-functions/iswlower_l.texi: Likewise.
3612         * doc/posix-functions/iswprint_l.texi: Likewise.
3613         * doc/posix-functions/iswpunct_l.texi: Likewise.
3614         * doc/posix-functions/iswspace_l.texi: Likewise.
3615         * doc/posix-functions/iswupper_l.texi: Likewise.
3616         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3617         * doc/posix-functions/isxdigit_l.texi: Likewise.
3618         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
3619         * doc/posix-functions/strcasecmp_l.texi: Likewise.
3620         * doc/posix-functions/strcoll_l.texi: Likewise.
3621         * doc/posix-functions/strfmon_l.texi: Likewise.
3622         * doc/posix-functions/strftime_l.texi: Likewise.
3623         * doc/posix-functions/strncasecmp_l.texi: Likewise.
3624         * doc/posix-functions/strxfrm_l.texi: Likewise.
3625         * doc/posix-functions/tolower_l.texi: Likewise.
3626         * doc/posix-functions/toupper_l.texi: Likewise.
3627         * doc/posix-functions/towctrans_l.texi: Likewise.
3628         * doc/posix-functions/towlower_l.texi: Likewise.
3629         * doc/posix-functions/towupper_l.texi: Likewise.
3630         * doc/posix-functions/wcscoll_l.texi: Likewise.
3631         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3632         * doc/posix-functions/wctrans_l.texi: Likewise.
3633         * doc/posix-functions/wctype_l.texi: Likewise.
3634         * doc/glibc-functions/strptime_l.texi: Likewise.
3635         * doc/glibc-functions/strtod_l.texi: Likewise.
3636         * doc/glibc-functions/strtof_l.texi: Likewise.
3637         * doc/glibc-functions/strtol_l.texi: Likewise.
3638         * doc/glibc-functions/strtold_l.texi: Likewise.
3639         * doc/glibc-functions/strtoll_l.texi: Likewise.
3640         * doc/glibc-functions/strtoul_l.texi: Likewise.
3641         * doc/glibc-functions/strtoull_l.texi: Likewise.
3642         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3643         * doc/glibc-functions/wcstod_l.texi: Likewise.
3644         * doc/glibc-functions/wcstof_l.texi: Likewise.
3645         * doc/glibc-functions/wcstol_l.texi: Likewise.
3646         * doc/glibc-functions/wcstold_l.texi: Likewise.
3647         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3648         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3649         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3650
3651 2009-11-24  Bruno Haible  <bruno@clisp.org>
3652
3653         duplocale: Fix logic bug.
3654         * lib/duplocale.c: Don't include <langinfo.h>.
3655         (_NL_LOCALE_NAME): Remove macro.
3656         (rpl_duplocale): Use setlocale instead of nl_langinfo.
3657         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
3658
3659 2009-11-23  Jim Meyering  <meyering@redhat.com>
3660
3661         test-update-copyright: don't hard-code /usr/bin/perl
3662         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
3663         perl to print the current year.  Gilles Espinasse reported that
3664         the replaced use of perl was hard-coded as /usr/bin/perl.
3665
3666 2009-11-23  Bruno Haible  <bruno@clisp.org>
3667
3668         duplocale: Add support for glibc 2.3.x.
3669         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
3670
3671 2009-11-22  Bruno Haible  <bruno@clisp.org>
3672
3673         vasnprintf: Tiny optimization.
3674         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
3675         MacOS X.
3676
3677 2009-11-22  Bruno Haible  <bruno@clisp.org>
3678
3679         Tests for module 'duplocale'.
3680         * modules/duplocale-tests: New file.
3681         * tests/test-duplocale.c: New file.
3682
3683         New module 'duplocale'.
3684         * m4/duplocale.m4: New file.
3685         * lib/locale.in.h (duplocale): New declaration.
3686         * lib/duplocale.c: New file.
3687         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
3688         gl_LOCALE_H_DEFAULTS): New macros.
3689         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
3690         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
3691         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
3692         REPLACE_DUPLOCALE.
3693         * modules/duplocale: New file.
3694         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
3695
3696 2009-11-22  Bruno Haible  <bruno@clisp.org>
3697
3698         * modules/locale-tests (configure.ac): Test for newlocale function.
3699         * tests/test-locale.c: When the system has extended locale functions,
3700         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
3701
3702         locale: Make locale_t available when possible.
3703         * lib/locale.in.h: Include <xlocale.h> when it exists.
3704         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
3705         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
3706         * modules/locale (Depends-on): Add extensions.
3707         (Makefile.am): Also substitute HAVE_XLOCALE_H.
3708         * doc/posix-headers/locale.texi: Document the problem with locale_t.
3709
3710 2009-11-22  Bruno Haible  <bruno@clisp.org>
3711
3712         Add comments.
3713         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
3714         invocation.
3715         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3716         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3717         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3718
3719 2009-11-22  Bruno Haible  <bruno@clisp.org>
3720
3721         error: account for the possibility of freopen (stdout).
3722         * lib/error.c: Include <unistd.h>.
3723         (flush_stdout): New function, extracted from error and error_at_line.
3724         Determine stdout's fd dynamically.
3725         (error, error_at_line): Invoke flush_stdout.
3726         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
3727         * modules/error (Depends-on): Add unistd.
3728
3729 2009-11-22  Bruno Haible  <bruno@clisp.org>
3730
3731         diffseq: Add comment.
3732         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
3733
3734 2009-11-22  Jim Meyering  <meyering@redhat.com>
3735
3736         c-stack: avoid defining an unused static function
3737         * lib/c-stack.c (find_stack_direction): Do not define this function
3738         when it will not be used.
3739
3740         diffseq: avoid spurious gcc warnings
3741         * lib/diffseq.h (IF_LINT2): Define.
3742         (compareseq): Use it to initialize two members of "part".
3743         This avoids two used-uninitialized warnings.
3744
3745 2009-11-21  Jim Meyering  <meyering@redhat.com>
3746
3747         c-stack: avoid "ignoring return value of `write'" warning
3748         * lib/c-stack.c: Include "ignore-value.h".
3749         (die): Explicitly ignore each write return value.
3750         * modules/c-stack (Depends-on): Add ignore-value.
3751
3752 2009-11-21  Bruno Haible  <bruno@clisp.org>
3753
3754         diffseq: reduce scope of variable 'best'.
3755         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
3756         variable, earlier used for two different purposes.
3757
3758 2009-11-21  Jim Meyering  <meyering@redhat.com>
3759
3760         diffseq: remove useless assignment to "best"
3761         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
3762         assignment.  At that point "best" is already guaranteed to be zero.
3763
3764 2009-11-20  Eric Blake  <ebb9@byu.net>
3765
3766         build: mention ftp redirector in release announcements
3767         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
3768         values that used to come from cfg.mk; mention FTP redirect URL.
3769         * build-aux/announce-gen: Mention the mirror list.
3770         Suggested by Karl Berry.
3771
3772         nanosleep: improve port to mingw
3773         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
3774         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
3775         LIB_NANOSLEEP, but only when needed.
3776         * modules/select (Link): Document LIBSOCKET.
3777         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
3778         enough.
3779
3780         nanosleep: work around cygwin bug
3781         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
3782         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
3783         bug.
3784         (getnow): Delete, not needed.
3785         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
3786         LIB_CLOCK_GETTIME.
3787         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
3788         clock-time, gettime.
3789         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
3790         bug.
3791         * modules/nanosleep-tests: New test.
3792         * tests/test-nanosleep.c: New file.
3793
3794         sleep: work around cygwin bug
3795         * lib/sleep.c (rpl_sleep): Work around the bug.
3796         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
3797         (gl_PREREQ_SLEEP): Delete unused macro.
3798         * modules/sleep (Depends-on): Add verify.
3799         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
3800         * modules/unistd (Makefile.am): Substitute witness.
3801         * lib/unistd.in.h (sleep): Update prototype.
3802         * doc/posix-functions/sleep.texi (sleep): Document the bug.
3803         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
3804         * modules/sleep-tests (Depends-on): Check for alarm.
3805
3806 2009-11-20  Jim Meyering  <meyering@redhat.com>
3807
3808         maint.mk: improve sc_prohibit_magic_number_exit
3809         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
3810         so it does not match uses like System.exit(1).
3811         Add comments showing how to correct all offenders.
3812
3813 2009-11-19  Eric Blake  <ebb9@byu.net>
3814
3815         xalloc-die-tests: add missing library
3816         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
3817
3818         test-xvasprintf: silence compiler warnings
3819         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
3820         empty string from gcc.
3821
3822 2009-11-19  Jim Meyering  <meyering@redhat.com>
3823
3824         xfreopen: new module, from coreutils
3825         * modules/xfreopen: New module.
3826         * lib/xfreopen.c: New file.
3827         * lib/xfreopen.h: New file.
3828         * MODULES.html.sh (File stream based Input/Output"): Add it.
3829
3830 2009-11-19  Eric Blake  <ebb9@byu.net>
3831
3832         manywarnings: depend on warnings
3833         * modules/manywarnings (Depends-on): Add warnings.
3834
3835         build: avoid compiler warnings
3836         * lib/select.c (rpl_select): Delete unused variable.
3837         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
3838
3839 2009-11-18  Eric Blake  <ebb9@byu.net>
3840
3841         tests: avoid false negative with --with-packager
3842         * tests/test-version-etc.sh: Discard packager information.
3843         * tests/test-argp-version-etc-1.sh: Likewise.
3844         Reported by Mike Frysinger.
3845
3846         utimens: fix regression on Solaris
3847         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
3848         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
3849         can only change fd timestamps via futimesat.  Instead, use an
3850         additional witness macro to avoid BSD bug.
3851         Reported by Jim Meyering.
3852
3853 2009-11-17  Eric Blake  <ebb9@byu.net>
3854
3855         usleep: use it to simplify tests
3856         * modules/stat-time-tests (Depends-on): Add usleep.
3857         (configure.ac): Drop usleep check.
3858         * modules/chown-tests (Depends-on, configure.ac): Likewise.
3859         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
3860         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
3861         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
3862         * modules/openat-tests (Depends-on, configure.ac): Likewise.
3863         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
3864         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
3865         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
3866         Likewise.
3867         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
3868         * tests/test-lchown.h (nap): Likewise.
3869         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
3870         * tests/test-stat-time.c (nap): Likewise.
3871         * tests/test-utimens-common.h (nap): Update comments.
3872
3873         usleep: new module
3874         * modules/usleep: New file.
3875         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
3876         * lib/usleep.c (usleep): Likewise.
3877         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
3878         * modules/unistd (Makefile.am): Substitute witnesses.
3879         * lib/unistd.in.h (usleep): Add declaration.
3880         * doc/pastposix-functions/usleep.texi (usleep): Document this.
3881         * MODULES.html.sh (Date and time): Likewise.
3882         * modules/usleep-tests (Depends-on): New test.
3883         * tests/test-usleep.c: New file.
3884
3885         chown: work around OpenBSD bug
3886         * lib/chown.c (rpl_chown): Work around the bug.
3887         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
3888         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
3889         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
3890         * modules/chown (Depends-on): Add stdbool.
3891         * modules/lchown (Depends-on): Likewise.
3892         * doc/posix-functions/chown.texi (chown): Document the bug.
3893         * doc/posix-functions/lchown.texi (lchown): Likewise.
3894         * tests/test-lchown.h (test_chown): Relax test.
3895
3896         mkstemp: avoid conflict with C++ keyword template
3897         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
3898         * lib/mkostemp.c (mkostemp): Likewise.
3899         * lib/mkostemps.c (mkostemps): Likewise.
3900         * lib/mkstemp.c (mkstemp): Likewise.
3901         * lib/mkstemps.c (mkstemps): Likewise.
3902
3903         xalloc-die-tests: optimize
3904         * tests/test-xalloc-die.sh: Reduce number of processes.
3905
3906 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3907
3908         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
3909         patch from ludo@gnu.org (Ludovic Courtès).
3910
3911 2009-11-17  Jim Meyering  <meyering@redhat.com>
3912
3913         version-etc: use proper license string
3914         * modules/version-etc (License): Use LGPL, not LGPLv3+.
3915         * modules/version-etc-fsf: Likewise.
3916
3917 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3918
3919         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
3920         printed to stdout.  Deal with EOL differences.
3921
3922 2009-11-17  Eric Blake  <ebb9@byu.net>
3923
3924         unsetenv: work around Solaris bug
3925         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
3926         * lib/unsetenv.c (rpl_unsetenv): Work around it.
3927         Reported by Jim Meyering.
3928
3929         vasnprintf: avoid compiler warnings
3930         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
3931         variables.
3932         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
3933
3934 2009-11-17  Simon Josefsson  <simon@josefsson.org>
3935
3936         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
3937         settings since xalloc-die is no longer the self test,
3938         xalloc-die.sh is.
3939
3940 2009-11-17  Jim Meyering  <meyering@redhat.com>
3941
3942         test-xalloc-die.sh: make the code agree with the commit log
3943         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
3944         at the end, just in case you happen to have a test-xalloc-die
3945         program in some other PATH directory.
3946
3947         test-xalloc-die.sh: fix a portability bug
3948         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
3949         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
3950         Otherwise, argv[0] (as often seen in diagnostics) would be too
3951         system-dependent, sometimes with, and sometimes without the leading "./".
3952
3953         version-etc-fsf: relax license to LGPLv3+
3954         * modules/version-etc-fsf (License): Relax license.
3955
3956 2009-11-16  Eric Blake  <ebb9@byu.net>
3957
3958         xalloc-die-tests: avoid printing null pointer
3959         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
3960         shell script.
3961         * tests/test-xalloc-die.c (program_name): Declare.
3962         * tests/test-xalloc-die.sh (tmpfiles): New file.
3963
3964         setenv, unsetenv: work around various bugs
3965         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
3966         (setenv) [HAVE_SETENV]: Work around bugs.
3967         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
3968         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
3969         for bugs.
3970         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
3971         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
3972         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
3973         * modules/stdlib (Makefile.am): Update substitutions.
3974         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
3975         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
3976         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
3977         * modules/setenv-tests: New test.
3978         * modules/unsetenv-tests: Likewise.
3979         * tests/test-setenv.c: New file.
3980         * tests/test-unsetenv.c: Likewise.
3981
3982 2009-11-16  Jim Meyering  <meyering@redhat.com>
3983
3984         version-etc: relax license to LGPLv3+
3985         * modules/version-etc (License): Relax license.
3986
3987         better AC_REQUIRE expanded-before-required-warning avoidance
3988         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
3989         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
3990         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
3991         which is no longer needed.
3992
3993 2009-11-16  Eric Blake  <ebb9@byu.net>
3994
3995         test-freading: clean up temporary file
3996         * tests/test-freading.c (main): Remove file on success, and use
3997         ASSERT more liberally.
3998         Reported by Jim Meyering.
3999
4000 2009-11-16  Jim Meyering  <meyering@redhat.com>
4001
4002         avoid new AC_REQUIRE expanded-before-required warnings
4003         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
4004         merely using it.
4005         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
4006         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
4007
4008 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4009
4010         * tests/test-xalloc-die.c: New file.
4011         * modules/xalloc-die-tests: New file.
4012         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
4013         XFAIL_TESTS so it can be appended by modules.
4014
4015 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4016
4017         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
4018         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
4019
4020 2009-11-14  Eric Blake  <ebb9@byu.net>
4021
4022         fnmatch: avoid compiler warning
4023         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
4024         to silence compiler warning about mismatch signedness in ?:.
4025         Reported by Robert Millan.
4026
4027         intprops: add double-inclusion guard
4028         * lib/intprops.h: Allow idempotent includes.
4029         Suggested by Bruce Korb.
4030
4031         openat: detect Solaris fchownat bug
4032         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
4033         penalizing glibc chownat when only lchownat is broken.
4034         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
4035         trailing slash bugs.
4036         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
4037         * modules/openat-tests (Files): Include more files.
4038         (Depends-on): Add mgetgroups, sleep, stat-time.
4039         (configure.ac): Add additional checks.
4040         (Makefile.am): Build new test.
4041         * tests/test-fchownat.c: New file.
4042
4043         lchown: detect Solaris and FreeBSD bug
4044         * lib/lchown.c (rpl_lchown): Work around bug.
4045         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
4046         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4047         * modules/unistd (Makefile.am): Populate it.
4048         * lib/unistd.in.h (lchown): Update declaration.
4049         * doc/posix-functions/lchown.texi (lchown): Document the bug.
4050         * modules/lchown-tests: New file.
4051         * tests/test-lchown.h (test_lchown): Likewise.
4052         * tests/test-lchown.c (main): Likewise.
4053
4054         chown: detect Solaris and FreeBSD bug
4055         * lib/chown.c (rpl_chown): Work around bug.
4056         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
4057         (gl_PREREQ_CHOWN): Delete.
4058         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4059         * modules/unistd (Makefile.am): Populate it.
4060         * lib/unistd.in.h (chown): Update declaration.
4061         * lib/lchown.c (chown): Update client.
4062         * modules/lchown (Depends-on): Add lstat.
4063         * doc/posix-functions/chown.texi (chown): Document the bug.
4064         * doc/posix-functions/getgroups.texi (getgroups): Document
4065         getgroups pitfall.
4066         * modules/chown-tests: New file.
4067         * tests/test-chown.h (test_chown): Likewise.
4068         * tests/test-chown.c (main): Likewise.
4069
4070 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
4071
4072         gnulib-tool: correctly detect absence of m4 directories
4073         * gnulib-tool: Avoid extra newline on data passed to wc -l.
4074
4075 2009-11-14  Jim Meyering  <meyering@redhat.com>
4076
4077         maint.mk: Prohibit inclusion of "xalloc.h" without use.
4078         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4079
4080 2009-11-14  John W. Eaton  <jwe@gnu.org>
4081
4082         strftime.h: wrap funtion declaration in extern "C" block
4083         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
4084
4085 2009-11-13  Eric Blake  <ebb9@byu.net>
4086
4087         getgroups: avoid compiler warning
4088         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
4089
4090         getgroups: work around FreeBSD bug
4091         * lib/getgroups.c (rpl_getgroups): Work around the bug.
4092         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
4093         * doc/posix-functions/getgroups.texi (getgroups): Document it.
4094         * tests/test-getgroups.c (main): Fix buffer overrun.
4095
4096         getgroups: avoid compilation failure
4097         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
4098         * modules/getgroups (Depends-on): Add stdint.
4099
4100 2009-11-13  Jim Meyering  <meyering@redhat.com>
4101
4102         test-getgroups: avoid compilation failure
4103         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
4104
4105 2009-11-13  Eric Blake  <ebb9@byu.net>
4106
4107         mgetgroups: new module, taken from coreutils
4108         * modules/mgetgroups: New file.
4109         * lib/mgetgroups.h: Likewise.
4110         * lib/mgetgroups.c (mgetgroups): Likewise.
4111         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
4112         * MODULES.html.sh (Users and groups): Mention it.
4113
4114         getgroups: don't expose GETGROUPS_T to user
4115         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
4116         an element at a time if GETGROUPS_T is wrong size.
4117         * lib/getugroups.h (getugroups): Change signature.
4118         * lib/unistd.in.h (getgroups): Likewise.
4119         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
4120         signature needs fixing.
4121         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
4122         AC_TYPE_GETGROUPS.
4123         * modules/group-member (Depends-on): Add getgroups.
4124         * lib/group-member.c (group_info, get_group_info): Use gid_t.
4125         (group_member): Rely on getgroups replacement.
4126         * lib/getugroups.c (getugroups): Use gid_t.
4127         * tests/test-getgroups.c (main): Likewise.
4128         * NEWS: Mention the signature change.
4129         * doc/posix-functions/getgroups.texi (getgroups): Mention the
4130         problem with signature.
4131         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
4132         GETGROUPS_T is still useful for setgroups.
4133
4134         getgroups, getugroups: provide stubs for mingw
4135         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
4136         * lib/getugroups.c (getugroups): Likewise.
4137         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
4138         function.  Modernize replacement scheme.
4139         (gl_PREREQ_GETGROUPS): Delete.
4140         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
4141         * modules/getgroups (configure.ac): Declare witness.
4142         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
4143         * modules/unistd (Depends-on): Substitute witness.
4144         * lib/unistd.in.h (getgroups): Declare replacement.
4145
4146         getgroups: avoid calling exit
4147         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
4148         drop xalloc.
4149         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
4150         dependencies.
4151         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
4152         exiting, in the rare case of malloc failure.
4153
4154         getgroups: fix logic error
4155         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
4156         has more than 20 groups.
4157         * modules/getgroups-tests: New test.
4158         * tests/test-getgroups.c: New file.
4159
4160 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4161
4162         * tests/test-base64.c: Improve.
4163
4164 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4165
4166         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
4167         Blake <ebb9@byu.net>.
4168
4169 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4170
4171         * tests/test-xvasprintf.c: Add %s%s related checks.
4172
4173 2009-11-12  Eric Blake  <ebb9@byu.net>
4174
4175         version-etc: match standards.texi style
4176         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
4177         and use <> only for URLs.
4178
4179 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
4180
4181         fts: do not fail on a submount during traversal
4182         * lib/fts.c (fts_build): Read the stat info again after opening
4183         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
4184         Original report at http://bugzilla.redhat.com/501848.
4185
4186 2009-11-12  Jim Meyering  <meyering@redhat.com>
4187
4188         bootstrap: sync from coreutils
4189         * build-aux/bootstrap (bootstrap_epilogue): New function.
4190         Use git_modules_config in one more place.  This make bootstrap's
4191         --gnulib-srcdir option more useful for testing.
4192
4193         bootstrap: generalize autoheader check
4194         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
4195         AC_CONFIG_HEADERS.
4196
4197 2009-11-11  Eric Blake  <ebb9@byu.net>
4198
4199         mkfifoat: use new modules for Solaris and BSD bugs
4200         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
4201         * lib/mkfifoat.c (mknodat): Split...
4202         * lib/mknodat.c (mknodat): ...into new file.
4203         * modules/mkfifoat (Files): Ship new file.
4204         (Depends-on): Add mkfifo, mknod.
4205         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
4206         (Depends-on): Add symlink.
4207         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
4208         redundant with test_mkfifo.h.
4209         (do_mkfifoat, do_mknodat): New helpers.
4210
4211         mknod: new module
4212         * modules/mknod: New file.
4213         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
4214         * lib/mknod.c (mknod): Likewise.
4215         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4216         defaults.
4217         * modules/sys_stat (Makefile.am): Substitute them.
4218         * lib/sys_stat.in.h (mknod): Declare replacement.
4219         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4220         Document it.
4221         * doc/posix-functions/mknod.texi (mknod): Likewise.
4222         * modules/mknod-tests: New test.
4223         * tests/test-mknod.c: Likewise.
4224
4225         mkfifo: new module
4226         * modules/mkfifo: New file.
4227         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
4228         * lib/mkfifo.c (mkfifo): Likewise.
4229         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4230         defaults.
4231         * modules/sys_stat (Makefile.am): Substitute them.
4232         * lib/sys_stat.in.h (mkfifo): Declare replacement.
4233         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4234         Document it.
4235         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
4236         * modules/mkfifo-tests: New test.
4237         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
4238         from test-mkfifoat.c.
4239         * tests/test-mkfifo.c: New file.
4240
4241         readlink: detect FreeBSD bug
4242         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
4243         slash on symlink.
4244         * doc/posix-functions/readlink.texi (readlink): Document the bug.
4245         * tests/test-readlink.h (test_readlink): Enhance test.
4246
4247         symlink: detect FreeBSD bug
4248         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
4249         slash on symlink.
4250         * doc/posix-functions/symlink.texi (symlink): Document the bug.
4251         * tests/test-symlink.h (test_symlink): Enhance test.
4252
4253 2009-11-10  Eric Blake  <ebb9@byu.net>
4254
4255         link: detect FreeBSD bug
4256         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
4257         symlink.
4258         * doc/posix-functions/link.texi (link): Document the bug.
4259         * tests/test-link.h (test_link): Enhance test.
4260         * tests/test-linkat.c (main): Update caller.
4261
4262         unlink, remove: detect FreeBSD bug
4263         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
4264         slash on symlink.
4265         * doc/posix-functions/unlink.texi (unlink): Document the bug.
4266         * doc/posix-functions/remove.texi (remove): Likewise.
4267         * tests/test-unlink.h (test_unlink): Enhance test.
4268         * tests/test-remove.c (main): Likewise.
4269
4270 2009-11-09  Eric Blake  <ebb9@byu.net>
4271
4272         rename: detect FreeBSD bug
4273         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
4274         slash on symlink.
4275         * modules/renameat-tests (Depends-on): Add filenamecat.
4276         * tests/test-rename.h (test_rename): Allow one more errno.
4277         * tests/test-renameat.c (main): Likewise.
4278         * doc/posix-functions/rename.texi (rename): Document the bug.
4279
4280         open: detect FreeBSD bug
4281         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
4282         symlink.
4283         * doc/posix-functions/open.texi (open): Document the bug.
4284         * doc/posix-functions/utimes.texi (utimes): Likewise.
4285         * tests/test-open.h (test_open): Add parameters, and test symlink
4286         handling.
4287         * tests/test-open.c (main): Adjust caller.
4288         * tests/test-fcntl-safer.c (main): Likewise.
4289         * modules/open-tests (Depends-on): Add stdbool, symlink.
4290         * modules/fcntl-safer-tests (Depends-on): Likewise.
4291         * tests/test-openat.c (main): Add test-open tests.
4292
4293         stat: detect FreeBSD bug
4294         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
4295         symlink.
4296         * doc/posix-functions/stat.texi (stat): Document the bug.
4297         * tests/test-stat.h (test_stat_func): Add argument.
4298         * tests/test-stat.c (main): Adjust caller.
4299         * tests/test-fstatat.c (main): Likewise.
4300         * modules/stat-tests (Depends-on): Add stdbool, symlink.
4301         Reported by Jim Meyering.
4302
4303 2009-11-09  James Youngman  <jay@gnu.org>
4304
4305         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
4306         * lib/strftime.c: Correct placement of #include "ignore-value.h".
4307
4308 2009-11-08  Jim Meyering  <meyering@redhat.com>
4309
4310         utimens: remove invalid futimesat call
4311         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
4312         It used the file descriptor of the target file as the DIR_FD
4313         parameter and NULL as the file name.  That caused failure with
4314         errno == EFAULT on FreeBSD-8.0-rc2
4315
4316 2009-11-07  Eric Blake  <ebb9@byu.net>
4317
4318         fflush, freadseek: use fseeko, not fseek
4319         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
4320         (clear_ungetc_buffer): Avoid potential problems on large files.
4321         * lib/freadseek.c (freadseek): Likewise.
4322         * modules/freadseek (Depends-on): Add fseeko.
4323         * modules/fseek (configure.ac): Set a witness.
4324         * tests/test-fflush.c (main): Use fseeko.
4325         * tests/test-fpurge.c (fseek): Disable link warning.
4326         * tests/test-freadable.c (fseek): Likewise.
4327         * tests/test-freading.c (fseek): Likewise.
4328         * tests/test-fseeko.c (fseek): Likewise.
4329         * tests/test-ftell.c (fseek): Likewise.
4330         * tests/test-ftello.c (fseek): Likewise.
4331         * tests/test-fwritable.c (fseek): Likewise.
4332         * tests/test-fwriting.c (fseek): Likewise.
4333
4334 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4335
4336         * modules/memchr (Depends-on): Drop getpagesize dependency.
4337
4338 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4339
4340         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
4341         Reported by Ludovic Courtès.
4342         * build-aux/pmccabe2html: Improve example usage.
4343         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
4344
4345 2009-11-06  Jim Meyering  <meyering@redhat.com>
4346
4347         do-release-commit-and-tag: New module.
4348         Automate the release-commit and tag process.
4349         * build-aux/do-release-commit-and-tag: New script, from coreutils.
4350         * modules/do-release-commit-and-tag: New file.
4351         * MODULES.html.sh (Support for maintaining and releasing): Add it.
4352
4353 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4354
4355         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
4356         because test-select.c uses inet_pton.
4357
4358 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4359
4360         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
4361         GETADDRINFO_LIB.  Bump serial number.
4362         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
4363         Suggested by Eric Blake <ebb9@byu.net>.
4364
4365 2009-11-05  Eric Blake  <ebb9@byu.net>
4366
4367         strtod: detect darwin bug
4368         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
4369         Reported by Leo Davis.
4370
4371         freopen-safer: new module
4372         * modules/freopen-safer: New module.
4373         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
4374         * lib/freopen-safer.c (freopen_safer): New file.
4375         * lib/stdio-safer.h (freopen_safer): New declaration.
4376         * lib/stdio--.h (freopen): New override.
4377         * MODULES.html.sh (File stream based Input/Output): Mention it.
4378         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
4379         freopen-safer module.
4380         * doc/posix-functions/stderr.texi (stderr): Likewise.
4381         * doc/posix-functions/stdin.texi (stdin): Likewise.
4382         * doc/posix-functions/stdout.texi (stdout): Likewise.
4383         * modules/freopen-safer-tests: New test.
4384         * tests/test-reopen-safer.c: New file.
4385
4386 2009-11-05  Jim Meyering  <meyering@redhat.com>
4387
4388         maint.mk: Prohibit inclusion of "close-stream.h" without use.
4389         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4390
4391 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4392
4393         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
4394
4395 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4396
4397         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
4398
4399 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4400
4401         Fix link error.
4402         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4403         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4404
4405 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4406
4407         * tests/test-func.c: Also test value of __func__.
4408
4409 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4410
4411         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
4412         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
4413
4414 2009-11-05  Bruno Haible  <bruno@clisp.org>
4415
4416         Fix link error.
4417         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4418         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4419         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
4420
4421 2009-11-05  Bruno Haible  <bruno@clisp.org>
4422
4423         Tests for module 'inet_pton'.
4424         * modules/inet_pton-tests: New file.
4425         * tests/test-inet_pton.c: New file.
4426
4427 2009-11-05  Bruno Haible  <bruno@clisp.org>
4428
4429         Tests for module 'inet_ntop'.
4430         * modules/inet_ntop-tests: New file.
4431         * tests/test-inet_ntop.c: New file.
4432
4433 2009-11-04  Eric Blake  <ebb9@byu.net>
4434
4435         stdlib-safer: wrap all mkstemp variants
4436         * modules/mkostemp (configure.ac): Set witness.
4437         * modules/mkostemps (configure.ac): Likewise.
4438         * modules/mkstemps (configure.ac): Likewise.
4439         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
4440         (mkstemps_safer): Wrap more functions.
4441         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
4442         wrapping.
4443         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
4444         (mkstemps_safer): Implement the wrappers.
4445
4446         mkstemps, mkostemps: new modules
4447         * modules/mkostemps: New module.
4448         * modules/mkstemps: Likewise.
4449         * lib/mkostemps.c (mkostemps): New file.
4450         * lib/mkstemps.c (mkstemps): Likewise.
4451         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
4452         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
4453         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
4454         * modules/stdlib (Makefile.am): Substitute them.
4455         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
4456         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
4457         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
4458         * doc/gnulib.texi (Glibc stdlib.h): Include them.
4459         * MODULES.html.sh (File system functions): Mention them.
4460
4461         tempname: resync from glibc
4462         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
4463         same values for __GT_FILE as glibc.  Abort even when assertions
4464         are disabled.
4465         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
4466         match its value otherwise.  Allow idempotent inclusion.
4467         * lib/mkdtemp.c (mkdtemp): Adjust caller.
4468         * lib/mkostemp.c (mkostemp): Likewise.
4469         * lib/mkstemp.c (mkstemp): Likewise.
4470         * lib/tmpfile.c (tmpfile): Likewise.
4471         * NEWS: Document this.
4472
4473         utimens: fix use of futimens on older Linux
4474         * lib/utimens.c (fdutimens): Use updated, rather than original,
4475         timespec to avoid bug in older Linux kernel.
4476         Reported by Simon Josefsson.
4477
4478 2009-11-04  Bruno Haible  <bruno@clisp.org>
4479
4480         Make num_processors more flexible and consistent.
4481         * lib/nproc.h (enum nproc_query): New type.
4482         (num_processors): Add a 'query' argument.
4483         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
4484         (num_processors): Add a 'query' argument. Test the value of the
4485         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
4486         mingw, count the number of CPUs available for the current process.
4487         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
4488         Check for sched_getaffinity and sched_getaffinity_np.
4489         * modules/nproc (Depends-on): Add c-ctype, extensions.
4490         * NEWS: Mention the change.
4491
4492 2009-11-03  Bruno Haible  <bruno@clisp.org>
4493
4494         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
4495
4496 2009-11-03  Jim Meyering  <meyering@redhat.com>
4497
4498         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
4499         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
4500         if it is defined.
4501
4502 2009-11-02  Eric Blake  <ebb9@byu.net>
4503
4504         mktime, timegm: share common declaration
4505         * lib/mktime-internal.h: New file.
4506         * lib/mktime.c: Use it rather than open-coding a declaration.
4507         * lib/timegm.c: Likewise.
4508         * modules/mktime (Files): Ship it.
4509         * modules/timegm (Files): Likewise.
4510         Suggested by Bruno Haible.
4511
4512         test-update-copyright: update test to match script changes
4513         * tests/test-update-copyright.sh: Avoid hard-coding perl
4514         location.  Don't update *.bak created by earlier runs.
4515
4516 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
4517             Simon Josefsson  <simon@josefsson.org>
4518             Bruno Haible  <bruno@clisp.org>
4519
4520         Fix link error on Solaris 8.
4521         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
4522         also in libnsl. Define also INET_PTON_LIB.
4523         * modules/inet_pton (Link): New section.
4524
4525 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4526             Bruno Haible  <bruno@clisp.org>
4527
4528         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
4529         * modules/inet_ntop (Link): New section.
4530         Reported by Boyan Kasarov <bkasarov@gmail.com>.
4531
4532 2009-11-02  Eric Blake  <ebb9@byu.net>
4533
4534         maint: avoid compiler warnings in m4 macros
4535         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
4536         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
4537
4538 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4539
4540         * m4/pmccabe2html.m4: Remove file.
4541         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
4542         function.  Change maintainer.
4543         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
4544         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
4545         Courtès).
4546
4547 2009-10-31  Eric Blake  <ebb9@byu.net>
4548
4549         fseeko: fix m4 regression
4550         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
4551         regression from 2009-10-27.
4552         Reported by Ralf Wildenhues.
4553
4554 2009-10-31  Jim Meyering  <meyering@redhat.com>
4555
4556         inttostr: aesthetics and improved (compile-time) safety
4557         Define inttype_is_signed rather than inttype_is_unsigned,
4558         since the sole use is via "#if inttype_is_signed".
4559         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
4560         inttype_is_unsigned.
4561         * lib/offtostr.c (inttype_is_signed): Likewise.
4562         * lib/uinttostr.c (inttype_is_signed): Likewise.
4563         * lib/umaxtostr.c (inttype_is_signed): Likewise.
4564         * lib/inttostr.c (inttostr): Use verify to cross-check the
4565         inttype_is_signed value and the signedness of the actual type.
4566         * modules/inttostr (Depends-on): Add verify.
4567
4568 2009-10-30  Eric Blake  <ebb9@byu.net>
4569
4570         build: avoid compiler warnings
4571         * lib/fchmodat.c (lchmod): Mark unused variables.
4572         * lib/getopt.c (_getopt_initialize): Likewise.
4573         * lib/mktime.c (__mktime_internal): Provide prototype.
4574         * lib/inttostr.c (inttostr): Avoid compiler warning even with
4575         older gcc that do not understand #pragma GCC diagnostic.
4576         * lib/uinttostr.c (inttype_is_unsigned): Define.
4577         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
4578
4579 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
4580
4581         stat: fix compilation on AIX
4582         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
4583         only see struct stat64.
4584
4585 2009-10-30  Eric Blake  <ebb9@byu.net>
4586
4587         exclude: make more robust
4588         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
4589         rather than masking a coding bug.
4590         Suggested by Bruno Haible.
4591
4592 2009-10-30  Jim Meyering  <meyering@redhat.com>
4593
4594         perl scripts: remove #!/usr/bin/perl in favor of more portable...
4595         Rather than putting #!/usr/bin/perl on the first line,
4596         start with a variant of what's recommended by "man perlrun" that
4597         invokes the first "perl" program from your shell's search path.
4598         * build-aux/gitlog-to-changelog: Replace #!... as above.
4599         Add a "Local Variables" perl mode setting.
4600         Prompted by a patch from Ludovic Courtès.
4601         Improved by Eric Blake.
4602         * build-aux/useless-if-before-free: Likewise.
4603         * build-aux/announce-gen: Likewise.
4604         * build-aux/update-copyright: Likewise.
4605
4606 2009-10-29  Eric Blake  <ebb9@byu.net>
4607
4608         filenamecat-lgpl: adjust clients
4609         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
4610         filenamecat.
4611         * modules/renameat (Depends-on): Likewise.
4612
4613         filenamecat: split into filenamecat-lgpl
4614         * modules/filenamecat-lgpl: New module.
4615         * modules/filenamecat (Files): Move library-safe files into
4616         filenamecat-lgpl.
4617         (Depends-on): Add filenamecat-lgpl.
4618         (configure.ac): Declare witness.
4619         * lib/filenamecat.h (file_name_concat): Only declare when using
4620         GPL module.
4621         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
4622         Move...
4623         * lib/filenamecat-lgpl.c: ...into new file.
4624         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
4625         (gl_FILE_NAME_CONCAT): Use it.
4626         * MODULES.html.sh (File system functions): Mention new module.
4627
4628         argp: avoid memory leak
4629         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
4630         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
4631         base_name, since the latter malloc()s and can call exit().
4632         Leak introduced 2006-07-03.
4633
4634         dirname-lgpl: adjust clients that don't need full dirname
4635         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
4636         * modules/filenamecat (Depends-on): Likewise.
4637         * modules/linkat (Depends-on): Likewise.
4638         * modules/mkancesdirs (Depends-on): Likewise.
4639         * modules/mkdir (Depends-on): Likewise.
4640         * modules/openat (Depends-on): Likewise.
4641         * modules/savewd (Depends-on): Likewise.
4642         * modules/rename (Depends-on): Likewise.
4643         (License): Relax license.
4644         * modules/mkdir-tests (Depends-on): Drop progname.
4645         (Makefile.am): Delete unneeded LDADD.
4646         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
4647
4648         dirname: split into dirname-lgpl
4649         * modules/dirname-lgpl: New module.
4650         * modules/dirname (Files): Move library-safe files into
4651         dirname-lgpl.
4652         (Depends-on): Add dirname-lgpl.
4653         (configure.ac): Declare witness.
4654         * modules/double-slash-root (License): Relax license.
4655         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
4656         module.
4657         * lib/dirname.c (dir_len, mdir_name): Move...
4658         * lib/dirname-lgpl.c: ...into new file.
4659         * lib/basename.c (last_component, base_len): Move...
4660         * lib/basename-lgpl.c: ...into new file.
4661         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
4662         (gl_DIRNAME): Use it.
4663         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
4664         Mention new module.
4665         * modules/dirname-tests (Depends-on): Add progname.
4666         * tests/test-dirname.c (program_name): Delete.
4667
4668         mkdir: make safe for libraries
4669         * modules/mkdir (Depends-on): Drop xalloc.
4670         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
4671         exit.
4672
4673         tests: avoid some compiler warnings
4674         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
4675         literals.
4676         * tests/test-memchr.c (main): Avoid type mismatch.
4677         * tests/test-arpa_inet.c (main): Avoid unused parameters.
4678         * tests/test-base64.c (main): Likewise.
4679         * tests/test-getdelim.c (main): Likewise.
4680         * tests/test-gethostname.c (main): Likewise.
4681         * tests/test-getline.c (main): Likewise.
4682         * tests/test-netinet_in.c (main): Likewise.
4683         * tests/test-select.c (open_server_socket, main): Likewise.
4684         * tests/test-select-stdin.c (main): Likewise.
4685         * tests/test-sockets.c (main): Likewise.
4686         * tests/test-strsignal.c (main): Likewise.
4687         * tests/test-sys_select.c (main): Likewise.
4688         * tests/test-sys_socket.c (main): Likewise.
4689         * tests/test-u64.c (main): Likewise.
4690         * tests/test-xfprintf-posix.c (main): Likewise.
4691         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
4692
4693         sockets: avoid compiler warning
4694         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
4695
4696         maint: detect usage(1) and other suspicious exits
4697         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
4698
4699 2009-10-29  Jim Meyering  <meyering@redhat.com>
4700
4701         timespec: long-to-int truncation could make timespec_cmp malfunction
4702         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
4703         a multiple of 2^32 nanoseconds as no difference.
4704
4705 2009-10-28  Jim Meyering  <meyering@redhat.com>
4706
4707         fprintftime: wrap macro code argument in "do {...} while(0)"
4708         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
4709         cpy macro must be a statement that can be followed by a semicolon.
4710         Now that the else clause contains a comment and is hence longer
4711         than one line, I require curly braces.  That in turn requires
4712         that we wrap this code block in the standard do...while(0).
4713
4714         fprintftime: remove stray semicolon from previous change
4715         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
4716
4717         fprintftime: avoid a warning about ignored fwrite return value
4718         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
4719         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
4720         that is unsafe.
4721         * modules/fprintftime (Depends-on): Add ignore-value.
4722
4723         exclude: avoid an unwarranted warning
4724         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
4725
4726 2009-10-27  Eric Blake  <ebb9@byu.net>
4727
4728         fseek: avoid compilation failure when fflush is replaced
4729         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
4730         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
4731         module is in use.
4732         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
4733         module is not in use; since REPLACE_FSEEK worked otherwise.
4734         (GNULIB_FTELLO): Likewise for ftell.
4735         Reported by Ian Beckwith and others.
4736
4737 2009-10-27  Bruno Haible  <bruno@clisp.org>
4738
4739         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
4740         Reported by Jim Meyering.
4741
4742 2009-10-27  Jim Meyering  <jim@meyering.net>
4743             Bruno Haible  <bruno@clisp.org>
4744
4745         Avoid warning despite dropping the return value of fwrite.
4746         * lib/unicodeio.c: Include ignore-value.h.
4747         (fwrite_success_callback): Explicitly ignore fwrite's return value.
4748         * modules/unicodeio (Depends-on): Add ignore-value.
4749
4750 2009-10-26  Eric Blake  <ebb9@byu.net>
4751
4752         areadlinkat: fix fallback path
4753         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
4754         pointer and zero.
4755
4756 2009-10-22  Pádraig Brady  <P@draigBrady.com>
4757
4758         Use a better IO block size for modern systems
4759         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
4760         * lib/md2.c: Likewise.
4761         * lib/md4.c: Likewise.
4762         * lib/md5.c: Likewise.
4763         * lib/sha1.c: Likewise.
4764         * lib/sha256.c: Likewise.
4765         * lib/sha512.c: Likewise.
4766
4767 2009-10-22  Eric Blake  <ebb9@byu.net>
4768
4769         tests: avoid several compiler warnings
4770         * tests/test-getcwd.c (main): Avoid buffer underflow.
4771         * tests/test-getdate.c (main): String literals are not safe with
4772         putenv, so use setenv.  Declare unused argument.
4773         * modules/getdate-tests (Depends-on): Add setenv.
4774         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
4775         problems with string literals in char *.
4776         * tests/test-hash.c (main): Avoid shadowing declaration.
4777         (insert_new): Treat string literals as char const *.
4778         * tests/test-getopt.h (test_getopt): Likewise.
4779         (getopt_loop): Alter types to minimize casting elsewhere.
4780         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
4781         (test_getopt_long_posix): Likewise.
4782         (do_getopt_long): Add wrapper to minimize casting.
4783         * tests/test-atexit.c (clear_temp_file): Use void.
4784         * tests/test-areadlink-with-size.c (main): Declare unused
4785         arguments.
4786         * tests/test-areadlink.c (main): Likewise.
4787         * tests/test-areadlinkat-with-size.c (main): Likewise.
4788         * tests/test-areadlinkat.c (main): Likewise.
4789         * tests/test-canonicalize-lgpl.c (main): Likewise.
4790         * tests/test-canonicalize.c (main): Likewise.
4791         * tests/test-dirent-safer.c (main): Likewise.
4792         * tests/test-dirname.c (main): Likewise.
4793         * tests/test-dup2.c (main): Likewise.
4794         * tests/test-fchdir.c (main): Likewise.
4795         * tests/test-fcntl-h.c (main): Likewise.
4796         * tests/test-fcntl-safer.c (main): Likewise.
4797         * tests/test-fdopendir.c (main): Likewise.
4798         * tests/test-fdutimensat.c (main): Likewise.
4799         * tests/test-fflush.c (main): Likewise.
4800         * tests/test-filenamecat.c (main): Likewise.
4801         * tests/test-filevercmp.c (main): Likewise.
4802         * tests/test-fopen-safer.c (main): Likewise.
4803         * tests/test-fopen.c (main): Likewise.
4804         * tests/test-fpending.c (main): Likewise.
4805         * tests/test-fpurge.c (main): Likewise.
4806         * tests/test-freading.c (main): Likewise.
4807         * tests/test-fstatat.c (main): Likewise.
4808         * tests/test-fsync.c (main): Likewise.
4809         * tests/test-futimens.c (main): Likewise.
4810         * tests/test-getndelim2.c (main): Likewise.
4811         * tests/test-gettimeofday.c (main): Likewise.
4812         * tests/test-getopt.c (main): Likewise.
4813         * tests/test-i-ring.c (main): Likewise.
4814         * tests/test-inttypes.c (main): Likewise.
4815         * tests/test-link.c (main): Likewise.
4816         * tests/test-lstat.c (main): Likewise.
4817         * tests/test-math.c (main): Likewise.
4818         * tests/test-md5.c (main): Likewise.
4819         * tests/test-memchr2.c (main): Likewise.
4820         * tests/test-memrchr.c (main): Likewise.
4821         * tests/test-mkdir.c (main): Likewise.
4822         * tests/test-mkdirat.c (main): Likewise.
4823         * tests/test-mkfifoat.c (main): Likewise.
4824         * tests/test-open.c (main): Likewise.
4825         * tests/test-openat-safer.c (main): Likewise.
4826         * tests/test-openat.c (main): Likewise.
4827         * tests/test-quotearg.c (main): Likewise.
4828         * tests/test-rawmemchr.c (main): Likewise.
4829         * tests/test-readlink.c (main): Likewise.
4830         * tests/test-remove.c (main): Likewise.
4831         * tests/test-rename.c (main): Likewise.
4832         * tests/test-renameat.c (main): Likewise.
4833         * tests/test-rmdir.c (main): Likewise.
4834         * tests/test-sha1.c (main): Likewise.
4835         * tests/test-signal.c (main): Likewise.
4836         * tests/test-sigaction.c (main): Likewise.
4837         * tests/test-stat.c (main): Likewise.
4838         * tests/test-stat-time.c (main): Likewise.
4839         * tests/test-stddef.c (main): Likewise.
4840         * tests/test-stdint.c (main): Likewise.
4841         * tests/test-stdio.c (main): Likewise.
4842         * tests/test-stdlib.c (main): Likewise.
4843         * tests/test-strchrnul.c (main): Likewise.
4844         * tests/test-strerror.c (main): Likewise.
4845         * tests/test-string.c (main): Likewise.
4846         * tests/test-strtod.c (main): Likewise.
4847         * tests/test-strverscmp.c (main): Likewise.
4848         * tests/test-symlink.c (main): Likewise.
4849         * tests/test-symlinkat.c (main): Likewise.
4850         * tests/test-sys_stat.c (main): Likewise.
4851         * tests/test-sys_time.c (main): Likewise.
4852         * tests/test-time.c (main): Likewise.
4853         * tests/test-unistd.c (main): Likewise.
4854         * tests/test-unlink.c (main): Likewise.
4855         * tests/test-unlinkat.c (main): Likewise.
4856         * tests/test-utimens.c (main): Likewise.
4857         * tests/test-utimensat.c (main): Likewise.
4858         * tests/test-version-etc.c (main): Likewise.
4859         * tests/test-wchar.c (main): Likewise.
4860         * tests/test-wctype.c (main): Likewise.
4861         * tests/test-xprintf-posix.c (main): Likewise.
4862         * tests/test-posixtm.c (main): Likewise.
4863         (STREQ): Delete unused macro.
4864         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
4865         shadowed variables.
4866         * tests/test-memchr.c (main): Likewise.
4867
4868 2009-10-21  Eric Blake  <ebb9@byu.net>
4869
4870         areadlinkat: avoid failure on older glibc
4871         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
4872         rather than mis-comparing 0 against FUNC_RESULT of char*.
4873
4874 2009-10-21  Bruno Haible  <bruno@clisp.org>
4875
4876         * modules/stpncpy (License): Relicense under LGPLv2+.
4877         Reported by David Lutterkort <lutter@redhat.com>.
4878
4879 2009-10-20  Eric Blake  <ebb9@byu.net>
4880
4881         utimensat: work around Solaris 9 bug
4882         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
4883         has trailing slash bugs.
4884         * tests/test-lutimens.h (test_lutimens): Enhance test.
4885         * tests/test-utimens.h (test_utimens): Likewise.
4886         * doc/posix-functions/utime.texi (utime): Enhance documentation.
4887         * doc/posix-functions/utimes.texi (utimes): Likewise.
4888         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4889         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
4890         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
4891         * doc/posix-functions/futimens.texi (futimens): Likewise.
4892
4893         fdutimensat: new module
4894         * modules/fdutimensat: New file.
4895         * lib/fdutimensat.c (fdutimensat): Likewise.
4896         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
4897         * MODULES.html.sh (File system functions): Mention module.
4898         * modules/fdutimensat-tests: New test.
4899         * tests/test-fdutimensat.c: Likewise.
4900
4901         doc: regenerate INSTALL
4902         * doc/INSTALL: Reflect recent autoconf update.
4903         * doc/INSTALL.ISO: Likewise.
4904         * doc/INSTALL.UTF-8: Likewise.
4905
4906 2009-10-20  Pádraig Brady  <P@draigBrady.com>
4907
4908         acl: warn if ACL support is not detected
4909         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
4910
4911 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
4912
4913         * lib/nproc.h: Add extern "C" block for C++.
4914
4915 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
4916             Bruno Haible  <bruno@clisp.org>
4917
4918         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
4919         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
4920         * doc/posix-functions/isalpha.texi: Likewise.
4921         * doc/posix-functions/isblank.texi: Likewise.
4922         * doc/posix-functions/iscntrl.texi: Likewise.
4923         * doc/posix-functions/isdigit.texi: Likewise.
4924         * doc/posix-functions/isgraph.texi: Likewise.
4925         * doc/posix-functions/islower.texi: Likewise.
4926         * doc/posix-functions/isprint.texi: Likewise.
4927         * doc/posix-functions/ispunct.texi: Likewise.
4928         * doc/posix-functions/isspace.texi: Likewise.
4929         * doc/posix-functions/isupper.texi: Likewise.
4930         * doc/posix-functions/isxdigit.texi: Likewise.
4931
4932 2009-10-18  Bruno Haible  <bruno@clisp.org>
4933
4934         Tests for module 'isblank'.
4935         * modules/isblank-tests: New file.
4936         * tests/test-isblank.c: New file.
4937
4938         New module 'isblank'.
4939         * lib/isblank.c: New file.
4940         * m4/isblank.m4: New file.
4941         * modules/isblank: New file.
4942         * doc/posix-functions/isblank.texi: Mention the new module.
4943
4944 2009-10-18  Bruno Haible  <bruno@clisp.org>
4945
4946         New module 'ctype'.
4947         * lib/ctype.in.h: New file.
4948         * m4/ctype.m4: New file.
4949         * modules/ctype: New file.
4950         * doc/posix-headers/ctype.texi: Mention the new module.
4951
4952 2009-10-18  Jim Meyering  <meyering@redhat.com>
4953
4954         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
4955         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
4956         right after its initialization, rather than farther down.
4957         Keeping these in close proximity makes it easier to ensure
4958         that each such variable is initialized.  E.g.,
4959
4960             LIB_CLOCK_GETTIME=
4961             AC_SUBST([LIB_CLOCK_GETTIME])
4962
4963         This change also increments these serial numbers.
4964         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
4965         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
4966         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4967
4968 2009-10-18  Bruno Haible  <bruno@clisp.org>
4969
4970         Don't let environment variables perturb build.
4971         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
4972         (gl_PREREQ_GETHRXTIME): ... not here.
4973
4974 2009-10-18  Bruno Haible  <bruno@clisp.org>
4975
4976         Avoid symlink attack in localcharset module.
4977         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
4978         (O_NOFOLLOW): Define fallback.
4979         (get_charset_aliases): Don't open the file if it is a symbolic link.
4980         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
4981         gl_FCNTL_H.
4982         (gl_FCNTL_H): Require it.
4983         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
4984         * modules/localcharset (Files): Add m4/fcntl_h.m4.
4985         Reported by Fergal Glynn <fglynn@veracode.com>.
4986
4987 2009-10-18  Bruno Haible  <bruno@clisp.org>
4988
4989         Implement nproc for mingw.
4990         * lib/nproc.c: Include <windows.h>
4991         (num_processors): On native Windows platforms, try GetSystemInfo.
4992
4993 2009-10-18  Bruno Haible  <bruno@clisp.org>
4994
4995         Implement nproc for IRIX.
4996         * lib/nproc.c: Include <sys/sysmp.h>.
4997         (num_processors): On IRIX systems, try sysmp.
4998         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
4999
5000 2009-10-18  Bruno Haible  <bruno@clisp.org>
5001
5002         Implement nproc for HP-UX.
5003         * lib/nproc.c: Include <sys/pstat.h>
5004         (num_processors): On HP-UX systems, try pstat_getdynamic.
5005         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
5006         pstat_getdynamic.
5007
5008 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
5009             Bruno Haible  <bruno@clisp.org>
5010
5011         Implement nproc for NetBSD, OpenBSD.
5012         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
5013         (ARRAY_SIZE): New macro.
5014         (num_processors): On BSD systems, try sysctl of HW_NCPU.
5015         * m4/nproc.m4: New file.
5016         * modules/nproc (Files): Add m4/nproc.m4.
5017         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
5018         (Makefile.am): Instead, augment lib_SOURCES.
5019
5020 2009-10-18  Bruno Haible  <bruno@clisp.org>
5021
5022         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
5023         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
5024         sys/param.h.
5025
5026 2009-10-16  Eric Blake  <ebb9@byu.net>
5027
5028         utimensat: new module
5029         * modules/utimensat: New file.
5030         * lib/utimensat.c (utimensat): Likewise.
5031         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5032         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
5033         so we can work around Linux bugs.
5034         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5035         * modules/sys_stat (Makefile.am): Substitute them.
5036         * lib/sys_stat.in.h (utimensat): Declare it.
5037         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5038         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5039         * modules/utimensat-tests: New test.
5040         * tests/test-utimensat.c: Likewise.
5041
5042         utimens: let lutimens work on non-symlinks
5043         * lib/utimens.c (lutimens): Fall back to utimens rather than
5044         failing with ENOSYS, when file is not a symlink.
5045         (utimens): Reduce redirection.
5046         * tests/test-lutimens.h (test_lutimens): Update test to cover
5047         non-symlinks.
5048         * tests/test-utimens.h (test_utimens): Update test to cover
5049         symlinks.
5050         * tests/test-utimens.c (main): Update caller.
5051
5052         utimens: cache whether utimensat syscall works
5053         * lib/utimens.c (utimensat_works_really): New cache variable.
5054         (fdutimens, lutimens): Use it to avoid failing syscall.
5055
5056         test-stat-time, test-utimens: improve portability
5057         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
5058         ext4 on alpha, and for cygwin.
5059         * tests/test-utimens-common.h: New file.
5060         (nap): Factor delays into single function.
5061         * tests/test-lutimens.h (test_lutimens): Use new header.
5062         * tests/test-futimens.h (test_futimens): Likewise.
5063         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
5064         timestamps to occur from same machine, as was done previously for
5065         test_utimens.
5066         * modules/utimens-tests (Files): Ship new file.
5067         * modules/futimens-tests (Files): Likewise.
5068         Reported in part by Jim Meyering.
5069
5070         sys_stat: sort replacement declarations
5071         * lib/sys_stat.in.h: Sort declarations.
5072         * lib/futimens.c (futimens): Fix typo.
5073
5074 2009-10-15  Jim Meyering  <meyering@redhat.com>
5075
5076         don't let environment settings perturb build
5077         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
5078         could cause a configure-time and/or build-time malfunction.
5079         Typically, a configure-time function-in-library test is performed
5080         via code like this:
5081
5082           LIB_VAR=
5083           AC_SUBST([LIB_VAR])
5084           prefix_saved_LIBS=$LIBS
5085             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
5086                        [test "$ac_cv_search_FUNC" = "none required" ||
5087                         LIB_VAR=$ac_cv_search_FUNC])
5088           LIBS=$prefix_saved_LIBS
5089
5090         However, in each of the files affected by this change, the LIB_VAR=
5091         initialization was omitted.  Thus, when set in the environment, its
5092         value would propagate into generated Makefiles when FUNC is not found
5093         in LIB_NAME.
5094         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
5095         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5096         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5097
5098 2009-10-14  Eric Blake  <ebb9@byu.net>
5099
5100         fchdir: avoid infinite recursion in mingw
5101         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
5102         recursing.
5103
5104         test-stat-time: port to mingw
5105         * tests/test-stat-time.c (force_unlink): Return a value.
5106         (test_ctime) [W32]: Fix compilation error.
5107         (nap): Don't call usleep with too large an argument.  Use
5108         force_unlink.
5109         * doc/pastposix-functions/usleep.texi (usleep): Document the
5110         portability issue.
5111
5112 2009-10-13  Jim Meyering  <meyering@redhat.com>
5113
5114         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
5115         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
5116         * modules/pipe-filter-ii: Likewise.
5117         * modules/sys_socket-tests: Likewise.
5118         * modules/tsearch-tests: Likewise.
5119         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
5120         (check): Depend on it.
5121
5122 2009-10-12  Eric Blake  <ebb9@byu.net>
5123
5124         utimens-tests: port to NFS file systems
5125         * tests/test-utimens.h (test_utimens): Refactor utimecmp
5126         comparisons to avoid spurious failures from timestamp drift
5127         between NFS machines.
5128
5129 2009-10-12  Eric Blake  <ebb9@byu.net>
5130
5131         stat-time-tests: minor cleanups
5132         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
5133         * tests/test-stat-time.c (nap): Separate assignment from call.
5134         Suggested by Paolo Bonzini and Bruno Haible.
5135
5136         sys_stat: guarantee struct timespec
5137         * lib/sys_stat.in.h (includes): Always include <time.h>
5138         * modules/sys_stat (Depends-on): Add time.
5139         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
5140         mode_t permission values.
5141         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
5142         get at subsecond timestamps.
5143
5144 2009-10-10  Eric Blake  <ebb9@byu.net>
5145
5146         futimens: new module
5147         * modules/futimens: New file.
5148         * lib/futimens.c (futimens): Likewise.
5149         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
5150         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
5151         we can work around Linux bugs.
5152         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5153         * modules/sys_stat (Makefile.am): Substitute them.
5154         * lib/sys_stat.in.h (futimens): Declare it.
5155         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5156         * doc/posix-functions/futimens.texi (futimens): Likewise.
5157         * modules/futimens-tests: New test.
5158         * tests/test-futimens.c: Likewise.
5159
5160         utimens: introduce fdutimens
5161         * lib/utimens.h (fdutimens): New prototype.
5162         * lib/utimens.c (gl_futimens): Move guts...
5163         (fdutimens): ...to new interface.
5164         * tests/test-utimens.c (do_fdutimens): Use it.
5165
5166         utimens: add UTIME_NOW and UTIME_OMIT support
5167         * lib/utimens.c (validate_timespec, update_timespec): New helper
5168         functions.
5169         (gl_futimens, lutimens): Use them.
5170         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
5171         stdbool, sys_stat.
5172         (Link): Mention resulting library dependency.
5173         * modules/utimecmp (Link): Likewise.
5174         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
5175         (Makefile.am): Pick up library dependency.
5176         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
5177         definition.
5178         * tests/test-sys_stat.c: Test the definitions.
5179         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
5180         * NEWS: Document library dependency.
5181
5182         utimecmp: support symlink timestamps
5183         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
5184         hashing when possible.  Use pathconf when available.
5185         (SYSCALL_RESOLUTION): Recognize tighter resolution.
5186         * modules/utimecmp (Depends-on): Add lstat.
5187
5188         utimens: add lutimens interface
5189         * lib/utimens.c (lutimens): New function.
5190         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
5191         * lib/utimens.h (lutimens): Declare new interface.
5192         * tests/test-utimens.c (main): Enhance test.
5193         * tests/test-lutimens.h (test_lutimens): New file.
5194         * modules/utimens-tests (Files): Distribute it.
5195         (Depends-on): Add symlink.
5196         (configure.ac): Check for usleep.
5197
5198         utimens: validate futimens usage
5199         * lib/utimens.c (gl_futimens): Require valid fd up front, using
5200         fewer syscalls on failure later on.  Avoid compiler warning on
5201         mingw.
5202         * modules/utimens (Depends-on): Add dup2.
5203
5204         utimens: add test
5205         * modules/utimens-tests: New test.
5206         * tests/test-utimens.h: New file.
5207         * tests/test-futimens.h: Likewise.
5208         * tests/test-utimens.c: Likewise.
5209
5210         doc: mention timestamp portability issues
5211         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
5212         instead.
5213         * doc/posix-functions/utime.texi (utime): Likewise.
5214         * doc/posix-functions/utimes.texi (utimes): Likewise.
5215         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
5216         instead.
5217         * doc/posix-functions/futimens.texi (futimens): Mention utimens
5218         module.
5219         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5220         Mention weakness with symlink timestamps.
5221         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
5222         to utimensat/futimens instead.
5223         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
5224
5225         test-dup2: enhance test
5226         * tests/test-dup2.c (main): Also check AT_FDCWD.
5227
5228         test-stat-time: avoid more spurious failures
5229         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
5230         xfs; and avoid race if the two timestamps cross quantization edge.
5231
5232         relocatable: prefer 'file system' over 'filesystem'
5233         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
5234         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
5235         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
5236         * doc/relocatable.texi (Enabling Relocatability): Likewise.
5237         * lib/relocatable.c (compute_curr_prefix): Likewise.
5238
5239 2009-10-10  Jim Meyering  <meyering@redhat.com>
5240
5241         stat-time-tests: check for the usleep function
5242         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
5243
5244 2009-10-10  Bruno Haible  <bruno@clisp.org>
5245
5246         * modules/xnanosleep: Put the Link section after the Include section.
5247
5248 2009-10-09  Eric Blake  <ebb9@byu.net>
5249
5250         dup2: work around FreeBSD 6.1 bug
5251         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
5252         * doc/posix-functions/dup2.texi (dup2): Document it.
5253         Reported by Nelson H. F. Beebe and Jim Meyering.
5254
5255         test-stat-time: port to buggy NFS clients
5256         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
5257         (test_ctime): Also skip test if mtime and ctime are skewed.
5258
5259         maint: prefer 'file system' over 'filesystem'
5260         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
5261         * doc/posix-functions/lstat.texi (lstat): Likewise.
5262         * lib/file-has-acl.c (file_has_acl): Likewise.
5263         * lib/fwriteerror.c [TEST]: Likewise.
5264         * tests/test-areadlink.h (test_areadlink): Likewise.
5265         * tests/test-areadlinkat-with-size.c (main): Likewise.
5266         * tests/test-areadlinkat.c (main): Likewise.
5267         * tests/test-canonicalize-lgpl.c (main): Likewise.
5268         * tests/test-canonicalize.c (main): Likewise.
5269         * tests/test-fstatat.c (main): Likewise.
5270         * tests/test-linkat.c (main): Likewise.
5271         * tests/test-lstat.h (test_lstat_func): Likewise.
5272         * tests/test-mkdir.h (test_mkdir): Likewise.
5273         * tests/test-readlink.h (test_readlink): Likewise.
5274         * tests/test-remove.c (main): Likewise.
5275         * tests/test-rename.h (test_rename): Likewise.
5276         * tests/test-renameat.c (main): Likewise.
5277         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5278         * tests/test-symlink.h (test_symlink): Likewise.
5279         * tests/test-symlinkat.c (main): Likewise.
5280         * tests/test-unlink.h (test_unlink_func): Likewise.
5281         * tests/test-unlinkat.c (main): Likewise.
5282
5283         maint: make realtime library usage explicit
5284         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
5285         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
5286         * modules/settime (Link): Likewise.
5287         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
5288
5289         test-stat-time: speed up execution
5290         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
5291         warning on mingw.
5292         (nap): New helper function.
5293         (prepare_test): Use it to reduce sleep time.
5294         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
5295         execution.
5296         * modules/stat-time-tests (configure.ac): Check for usleep.
5297
5298 2009-10-09  Jim Meyering  <meyering@redhat.com>
5299
5300         selinux-h: always use getfilecon wrappers
5301         * lib/getfilecon.c: New file.
5302         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
5303         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
5304         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
5305         (fgetfilecon): Provide a stub.
5306         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
5307         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
5308         file unconditionally.
5309         When <selinux/selinux.h> is found, arrange to use wrappers.
5310         * modules/selinux-h (Files): Add getfilecon.c.
5311         (Makefile.am): Substitute include-next-related bits
5312         into the now-always-generated selinux/selinux.h file.
5313         * doc/glibc-functions/lgetfilecon.texi: New file.
5314         * doc/glibc-functions/fgetfilecon.texi: New file.
5315         * doc/glibc-functions/getfilecon.texi: New file.
5316         * doc/glibc-functions/getfilecon-desc.texi: New file.
5317         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
5318         which to pull in the new files.
5319         * MODULES.html.sh (Misc): Add selinux-h.
5320
5321 2009-10-08  Jim Meyering  <meyering@redhat.com>
5322
5323         unistd: fix comment typo
5324         * lib/unistd.in.h (euidaccess): Fix a comment typo.
5325
5326 2009-10-08  Eric Blake  <ebb9@byu.net>
5327
5328         areadlink: use SIZE_MAX consistently
5329         * modules/areadlink (Depends-on): Add stdint.
5330         * modules/areadlink-with-size (Depends-on): Likewise.
5331         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
5332         gives NULL; drop sys/types, since unistd gives size_t; and add
5333         stdint for SIZE_MAX.
5334         (SIZE_MAX): Rely on headers.
5335         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
5336         and add stdint.
5337         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
5338         (SIZE_MAX): Likewise.
5339         (INITIAL_BUF_SIZE): Turn into enum.
5340         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
5341
5342 2009-10-08  Jim Meyering  <meyering@redhat.com>
5343
5344         areadlinkat: avoid compilation failure
5345         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
5346         Fix typo in comment.
5347
5348 2009-10-07  Eric Blake  <ebb9@byu.net>
5349
5350         areadlinkat-with-size: new module
5351         * modules/areadlinkat-with-size: New module.
5352         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
5353         * lib/areadlink.h (areadlinkat): Declare it.
5354         * MODULES.html.sh (File system functions): Mention it.
5355         * modules/areadlinkat-with-size-tests: New test.
5356         * tests/test-areadlinkat-with-size.c: New file.
5357
5358         xreadlinkat: new module
5359         * modules/xreadlinkat: New module.
5360         * lib/xreadlinkat.c (xreadlinkat): New file.
5361         * lib/xreadlink.h (xreadlinkat): Declare it.
5362         * MODULES.html.sh (File system functions): Mention it.
5363
5364         areadlinkat: new module
5365         * lib/at-func.c (FUNC_FAIL): New define.
5366         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
5367         * modules/areadlinkat: New module.
5368         * lib/linkat.c (areadlinkat): Move...
5369         * lib/areadlinkat.c (areadlinkat): ...to new file.
5370         * lib/areadlink.h (areadlinkat): Declare it.
5371         * modules/linkat (Depends-on): Add areadlinkat.
5372         * MODULES.html.sh (File system functions): Mention it.
5373         * modules/areadlinkat-tests: New test.
5374         * tests/test-areadlinkat.c: New file.
5375
5376         areadlink, areadlink-with-size: add tests
5377         * modules/areadlink-tests: New test.
5378         * modules/areadlink-with-size-tests: Likewise.
5379         * tests/test-areadlink.h: New file.
5380         * tests/test-areadlink.c: Likewise.
5381         * tests/test-areadlink-with-size.c: Likewise.
5382
5383         maint: minor cleanups
5384         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
5385         _UNUSED_PARAMETER_ instead.
5386         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
5387         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
5388         * modules/linkat-tests (Files): Distribute test-link.h.
5389
5390         openat, utimens: whitespace cleanup
5391         * lib/openat.c: Prefer space throughout, rather than mix of 8
5392         spaces vs. tabs.
5393         * lib/at-func.c: Likewise.
5394         * lib/utimens.c: Likewise.
5395
5396         openat: avoid using wrong fd
5397         * lib/openat.c (openat_permissive): Reject user's fd if saving the
5398         working directory chooses same fd.
5399         * lib/at-func.c (AT_FUNC_NAME): Likewise.
5400
5401         mkdir, mkdirat: fix cygwin 1.5.x bug
5402         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
5403         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
5404         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
5405         bug.
5406         (gl_PREREQ_MKDIR): Delete unused macro.
5407         * modules/mkdir (Files): Track file rename.
5408         (configure.ac): Update macro name.
5409         * modules/openat (Depends-on): Add mkdir.
5410         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
5411
5412         mkdir, mkdirat: add tests
5413         * modules/mkdir-tests: New test.
5414         * tests/test-mkdir.h: New file.
5415         * tests/test-mkdir.c: Likewise.
5416         * tests/test-mkdirat.c: Likewise.
5417         * modules/openat-tests (Files): Add new files.
5418         (Makefile.am): Run new test.
5419
5420 2009-10-06  Eric Blake  <ebb9@byu.net>
5421
5422         doc: tweak *at function documentation
5423         * doc/posix-functions/faccessat.texi (faccessat): Mention
5424         known issue with replacement.
5425         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
5426         * doc/posix-functions/linkat.texi (linkat): Likewise.
5427         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
5428         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
5429         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5430         * doc/posix-functions/renameat.texi (renameat): Likewise.
5431         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5432
5433         openat: fix GNU/Hurd bug in unlinkat
5434         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
5435         broken.
5436         * doc/posix-functions/unlink.texi (unlink): Document this.
5437         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
5438
5439         fdopendir: fix GNU/Hurd bug
5440         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
5441         allowing non-directory fds.
5442         * lib/fdopendir.c (rpl_fdopendir): Work around it.
5443         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
5444         * modules/dirent (Makefile.am): Substitute it.
5445         * lib/dirent.in.h (fdopendir): Declare replacement.
5446         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
5447         * tests/test-fdopendir.c (main): Test something other than
5448         /dev/null, since on Hurd that behaves like a directory.
5449
5450         test-symlink: port to GNU/Hurd
5451         * tests/test-symlink.h (test_symlink): Relax expected errno.
5452
5453         doc: tweak more cygwin information
5454         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
5455         now compatible with glibc.
5456         * doc/posix-functions/getopt.texi (getopt): Likewise.
5457
5458         getopt-gnu: add another test
5459         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
5460         guarantee behavior relied on by m4.
5461         * tests/test-getopt.c (main): Use it.
5462         * modules/getopt-posix-tests (Depends-on): Add setenv.
5463         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
5464
5465         getopt: fix compilation on darwin
5466         * lib/getopt.in.h (includes): Leave breadcrumbs during system
5467         include.
5468         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
5469         Reported by Ludovic Courtès.
5470
5471 2009-10-06  Bruno Haible  <bruno@clisp.org>
5472
5473         * modules/size_max (Description): Discourage its use.
5474         Reported by Simon Josefsson.
5475
5476 2009-10-06  Jim Meyering  <meyering@redhat.com>
5477
5478         linkat: avoid compilation failure
5479         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
5480
5481 2009-10-05  Eric Blake  <ebb9@byu.net>
5482
5483         linkat: support Linux 2.6.17
5484         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
5485         linkat on Linux, but allow cache variable override.
5486         * lib/linkat.c (rpl_linkat): Define override.
5487         * modules/linkat (Depends-on): Add symlinkat.
5488         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
5489         * modules/unistd (Makefile.am): Substitute it.
5490         * lib/unistd.in.h (linkat): Declare replacement.
5491         Reported by Pádraig Brady.
5492
5493         quotearg: port test to systems with C.UTF-8 locale
5494         * tests/test-quotearg.c (struct result_strings): Add another
5495         member, differentiating between C.ASCII and C.UTF-8 handling.
5496         (compare_strings): Add parameter.
5497         (main): Adjust all callers.
5498
5499         getopt: avoid clash with FreeBSD _getopt_internal
5500         * lib/getopt.in.h (_getopt_internal): Override the name.
5501         * lib/getopt_int.h (includes): Pick up any overrides.
5502         Reported by Reuben Thomas.
5503
5504         hash: allow C89 compilation
5505         * lib/hash.c (check_tuning): Move declaration before statement.
5506         Reported by Reuben Thomas.
5507
5508 2009-10-05  Karl Berry  <karl@gnu.org>
5509
5510         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
5511
5512 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
5513             Bruno Haible  <bruno@clisp.org>
5514
5515         * lib/uname.c (uname): Use a table-driven algorithm to compute
5516         Windows NT versions.
5517
5518 2009-10-04  Bruno Haible  <bruno@clisp.org>
5519
5520         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
5521         program_invocation_short_name.
5522         * modules/progname (configure.ac): Test for presence of
5523         program_invocation_short_name.
5524         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
5525
5526 2009-10-04  Bruno Haible  <bruno@clisp.org>
5527
5528         * lib/progname.c (set_program_name): Fix comment.
5529         Reported by Jim Meyering.
5530
5531 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5532             Bruno Haible  <bruno@clisp.org>
5533
5534         * lib/uname.c: Include <string.h>.
5535         (uname): Do only one call to GetVersionEx in the common case.
5536
5537 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5538             Bruno Haible  <bruno@clisp.org>
5539
5540         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
5541         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
5542         (uname): Add support for Windows CE and various non-x86 CPU types.
5543
5544 2009-10-03  Bruno Haible  <bruno@clisp.org>
5545
5546         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
5547         invocation to tests/configure.ac.
5548         Reported by Ian Beckwith <ianb@erislabs.net>.
5549
5550 2009-10-02  Eric Blake  <ebb9@byu.net>
5551
5552         fchdir: avoid compiler warning
5553         * lib/fchdir.c (canonicalize_file_name)
5554         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
5555
5556         test-open: support mingw errno values
5557         * tests/test-open.h (test_open): Relax test.
5558         * tests/test-fopen.h (test_fopen): Likewise.
5559         * tests/test-openat-safer.c (main): Likewise.
5560
5561         open: fix opening directory on mingw
5562         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
5563
5564         test-open: on GNU/Hurd, /dev/null is a directory
5565         * tests/test-fopen.h (main): Rename...
5566         (test_fopen): ...to this.  Use a guaranteed non-directory when
5567         confirming open behavior on trailing slash.
5568         * tests/test-openat-safer.c (main): Likewise.
5569         * tests/test-open.h (main): Likewise....
5570         (test_open): ...to this.
5571         * tests/test-fopen.c (main): Adjust caller.
5572         * tests/test-fopen-safer.c (main): Likewise.
5573         * tests/test-open.c (main): Likewise.
5574         * tests/test-fcntl-safer.c (main): Likewise.
5575         Reported by Samuel Thibault.
5576
5577         rename, fchdir: don't ignore chdir failure
5578         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
5579         * lib/rename.c (rpl_rename) [W32]: Likewise.
5580         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
5581         an empty destination directory if source cannot be renamed,
5582         although there is still possibility for failure.
5583         * doc/posix-functions/rename.texi (rename): Document the race.
5584         Reported by Jim Meyering.
5585
5586         maint: cleanup whitespace in recent commits
5587         * lib/rename.c (rpl_rename): Remove tabs.
5588         * tests/test-link.h (test_link): Likewise.
5589         * lib/fchdir.c (get_name): Likewise.
5590         Reported by Jim Meyering.
5591
5592 2009-10-02  Ben Pfaff  <blp@gnu.org>
5593
5594         relocatable-prog-wrapper: Add missing dependency on
5595         double-slash-root.
5596         * modules/relocatable-prog-wrapper: Add dependency.
5597         Reported by Ian Beckwith <ianb@erislabs.net>.
5598
5599 2009-10-02  Eric Blake  <ebb9@byu.net>
5600
5601         renameat: fix Solaris bugs
5602         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
5603         needed fixing.
5604         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
5605         * modules/stdio (Makefile.am): Substitute it.
5606         * lib/stdio.in.h (renameat): Declare replacement.
5607         * lib/renameat.c (rpl_renameat): Implement fix.
5608
5609         renameat: new module
5610         * modules/renameat: New file.
5611         * lib/renameat.c (renameat): Likewise.
5612         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
5613         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
5614         * modules/stdio (Makefile.am): Substitute them.
5615         * lib/stdio.in.h (renameat): Declare it.
5616         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5617         * doc/posix-functions/renameat.texi (renameat): Likewise.
5618         * modules/renameat-tests: New test.
5619         * tests/test-renameat.c: Likewise.
5620
5621         rename: fix mingw bugs
5622         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
5623         directory overwrite bugs.
5624
5625         rename: fix another cygwin 1.5 bug
5626         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
5627         checks.
5628         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
5629         unnecessary cygwin workarounds.  Also work around bug with moving
5630         full directory onto an empty one.
5631         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
5632
5633         rename-dest-slash: merge into rename module
5634         * modules/rename-dest-slash (Status): Mark obsolete.
5635         (Depends-on): Add rename.
5636         (Files): Let rename do it all.
5637         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
5638         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
5639         * m4/rename-dest-slash.m4: ...so this file can be deleted.
5640         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
5641         * lib/rename.c (rpl_rename): Update comments.
5642
5643         rename: fix cygwin 1.5.x bugs
5644         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
5645         * lib/rename.c (rpl_rename): Work around them.
5646         * modules/rename (Depends-on): Add same-inode.
5647
5648         rename: fix Solaris 10 bug
5649         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
5650         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
5651         was the only bug.
5652
5653         rename: fix Solaris 9 bug
5654         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
5655         on non-directory.  Avoid calling exit.
5656         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
5657         strdup.
5658         * modules/rename-tests (Depends-on): Drop lstat.
5659         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
5660         (gl_PREREQ_RENAME): Delete unused macro.
5661
5662         rename-dest-slash: fix NetBSD bug
5663         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
5664         links.
5665         * modules/rename-dest-slash (Depends-on): Add same-inode.
5666
5667         rename-tests: new test, exposes several platform bugs
5668         * modules/rename-tests: New file.
5669         * tests/test-rename.h: Likewise.
5670         * tests/test-rename.c: Likewise.
5671         * doc/posix-functions/rename.texi (rename): Improve documentation,
5672         including bugs that will eventually be fixed in gnulib.
5673
5674 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
5675
5676         * lib/uname.c: Include <stdlib.h>
5677         (uname): Assume version info is available.
5678
5679 2009-10-02  Jim Meyering  <meyering@redhat.com>
5680
5681         gnu-web-doc-update: correct --help output
5682         * build-aux/gnu-web-doc-update: Make --help output relevant.
5683
5684         gnu-web-doc-update: add standard options
5685         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
5686
5687         gnu-web-doc-update: New module.
5688         Use this script to automatically update the on-line web documentation
5689         for your GNU project at http://www.gnu.org/software/$pkg/manual/
5690         * modules/gnu-web-doc-update: New file, from coreutils.
5691         * build-aux/gnu-web-doc-update: New script.
5692
5693 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
5694
5695         link: LoadLibrary is not needed.
5696         * lib/link.c: Use GetModuleHandle.
5697
5698 2009-10-01  Eric Blake  <ebb9@byu.net>
5699
5700         getopt: bump serial number
5701         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
5702         change.
5703
5704         tests: tighten link, rmdir, and remove tests
5705         * tests/test-link.h (includes): No need to use <config.h> here.
5706         Clean up if directory hard link was created, otherwise test for
5707         trailing '.'.
5708         * tests/test-linkat.c (main): Simplify.
5709         * tests/test-remove.c (main): Enhance test for trailing '.'.
5710         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5711
5712 2009-10-01  Jim Meyering  <meyering@redhat.com>
5713
5714         maint.mk: requiring "make major" was annoying, for a "minor" release.
5715         What is intended is "stable", to contrast with alpha and beta,
5716         so require "make stable", not "make major".
5717         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
5718         (get_tool_versions): Likewise.
5719         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
5720
5721 2009-09-30  Ben Pfaff  <blp@gnu.org>
5722
5723         Fix broken build of replacement for Windows tmpfile().
5724         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
5725         flags argument added along with the 'mkostemp' module.
5726
5727 2009-09-28  Bruno Haible  <bruno@clisp.org>
5728
5729         Avoid identifier clash with POSIX function 'remove' defined as a macro.
5730         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
5731         to 'remove_elt'.
5732         (gl_list_remove): Update.
5733         * lib/gl_list.c (gl_list_remove): Update.
5734         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
5735         to 'remove_elt'.
5736         (gl_oset_remove): Update.
5737         * lib/gl_list.c (gl_oset_remove): Update.
5738         Reported by Eric Blake.
5739
5740 2009-09-28  Eric Blake  <ebb9@byu.net>
5741
5742         doc: mention yet more cygwin 1.7 status
5743         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
5744         cygwin.
5745         * doc/glibc-functions/execvpe.texi (execvpe): New file.
5746         * doc/gnulib.texi (Glibc unistd.h): Mention it.
5747
5748         argp: fix test failure
5749         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
5750         that are not upper-case.  Pass correct range to tolower.
5751
5752 2009-09-27  Jim Meyering  <meyering@redhat.com>
5753
5754         test-yesno: work around sparc-dash here-document infelicity
5755         Without this change, the literal \177 byte in a here document
5756         would make dash 0.5.5.1-3 access uninitialized memory.
5757         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
5758         Instead, use a marker, "@", and filter through tr to create the desired
5759         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
5760
5761 2009-09-27  Bruno Haible  <bruno@clisp.org>
5762
5763         Disable untested support for new flavours of ACLs on AIX.
5764         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
5765         progress.
5766         * lib/set-mode-acl.c (qset_acl): Likewise.
5767
5768 2008-12-07  Bruno Haible  <bruno@clisp.org>
5769
5770         Add support for new flavours of ACLs on AIX. (Untested.)
5771         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
5772         (file_has_acl): Add support for newer AIX.
5773         * lib/set-mode-acl.c (qset_acl): Likewise.
5774         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
5775         Rainer Tammer <tammer@tammer.net>.
5776
5777 2009-09-26  Eric Blake  <ebb9@byu.net>
5778
5779         argp: fix compilation of getopt
5780         * lib/getopt.in.h (includes): Use different guard than glibc.
5781         Reported by Sergey Poznyakoff.
5782
5783         doc: mention more cygwin 1.7 status
5784         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
5785         bug.
5786         * doc/posix-functions/execl.texi (execl): Likewise.
5787         * doc/posix-functions/execle.texi (execle): Likewise.
5788         * doc/posix-functions/execlp.texi (execlp): Likewise.
5789         * doc/posix-functions/execv.texi (execv): Likewise.
5790         * doc/posix-functions/execve.texi (execve): Likewise.
5791         * doc/posix-functions/execvp.texi (execvp): Likewise.
5792         * doc/glibc-functions/canonicalize_file_name.texi
5793         (canonicalize_file_name): Cygwin 1.7 now provides this.
5794         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
5795         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
5796         on AT_SYMLINK_NOFOLLOW.
5797
5798 2009-09-24  Eric Blake  <ebb9@byu.net>
5799
5800         test-linkat: make test more robust
5801         * tests/test-linkat.c (main): Avoid collision with EEXIST.
5802
5803         getopt: fix inclusion guards for cygwin
5804         * modules/getopt-posix (Depends-on): Add include-next.
5805         (Makefile.am): Substitute more items in replacement header.
5806         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
5807         <getopt.h>.
5808         * lib/getopt.in.h (includes): Use split inclusion guard, and
5809         prefer <getopt.h> over include <unistd.h> when one is present.
5810         (option): Also override name of 'struct option'.
5811
5812         same-inode: revert prior change; it is not yet ready
5813         * NEWS: Undo mention of this change.
5814         * lib/same-inode.h (same-inode.h): Undo tri-state change.
5815         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
5816         * lib/cycle-check.c (cycle_check): Likewise.
5817         * lib/same.c (same_name): Likewise.
5818         * lib/at-func2.c (at_func2): Likewise.
5819
5820 2009-09-23  Eric Blake  <ebb9@byu.net>
5821
5822         linkat: new module
5823         * modules/linkat: New file.
5824         * lib/at-func2.c (at_func2): Likewise.
5825         * lib/linkat.c (linkat): Likewise.
5826         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
5827         * lib/openat-priv.h (at_func2): Add declaration.
5828         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
5829         * modules/unistd (Makefile.am): Substitute them.
5830         * lib/unistd.in.h (linkat): Declare it.
5831         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5832         * doc/posix-functions/linkat.texi (linkat): Likewise.
5833         * doc/posix-functions/link.texi (link): Tweak wording.
5834         * tests/test-link.c (main): Move guts...
5835         * tests/test-link.h (test_link): ...into new file.
5836         * modules/linkat-tests: New test.
5837         * tests/test-linkat.c: Likewise.
5838         * modules/link-tests (Files): Ship new file.
5839         (Depends-on): Add stdbool.
5840
5841         dirname: add library-safe mdir_name
5842         * lib/dirname.h (mdir_name): New prototype.
5843         * lib/dirname.c (dir_name): Move guts...
5844         (mdir_name): ...to new function that avoids xalloc_die.
5845
5846         fchdir: another mingw fix
5847         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
5848         * lib/fchdir.c (get_name): New helper method; skips canonicalize
5849         on mingw (where it has not yet been ported), and make it optional
5850         elsewhere.
5851         (_gl_register_fd): Use it.
5852
5853         same-inode: make SAME_INODE tri-state, to port to mingw
5854         * NEWS: Mention this change.
5855         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
5856         st_ino always being 0.
5857         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
5858         * lib/cycle-check.c (cycle_check): Likewise.
5859         * lib/same.c (same_name): Likewise.
5860
5861         lstat: avoid mingw compilation error
5862         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
5863         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
5864         lstat ourselves.
5865         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
5866         was adequate.
5867         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
5868         the checks for lstat.
5869         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
5870
5871         link: fix test failure on Solaris 9
5872         * lib/link.c (rpl_link): Don't assume link will catch bogus
5873         trailing slash on source.
5874
5875         test-symlinkat: enhance test
5876         * tests/test-readlink.c (main): Move guts...
5877         * tests/test-readlink.h (test_readlink): ...into new file.
5878         * tests/test-symlink.c (main): Move guts...
5879         * tests/test-symlink.h (test_symlink): ...into new file.
5880         * tests/test-symlinkat.c (main): Use new files for further
5881         coverage.
5882         (do_symlink, do_readlink): New helper functions.
5883         * modules/symlink-tests (Files): Ship new file.
5884         (Depends-on): Add stdbool.
5885         * modules/readlink-tests (Files): Ship new file.
5886         (Depends-on): Add stdbool.
5887         * modules/symlinkat-tests (Files): Use new files.
5888
5889 2009-09-23  Eric Blake  <ebb9@byu.net>
5890
5891         readlink: document portability issue with symlink length
5892         * doc/posix-functions/lstat.texi (lstat): Mention that some file
5893         systems have bogus st_size on symlinks, and mention the
5894         areadlink-with-size module.
5895         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
5896         * doc/posix-functions/readlink.texi (readlink): Mention the
5897         areadlink module, and ERANGE failure.
5898         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5899         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
5900
5901         readlink: fix Solaris 9 bug with trailing slash
5902         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
5903         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
5904         * doc/posix-functions/readlink.texi (readlink): Document this.
5905         * modules/readlink-tests: New test.
5906         * tests/test-readlink.c: Likewise.
5907
5908         readlink: fix cygwin 1.5.x bug with return type
5909         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
5910         * lib/unistd.in.h (readlink): Use ssize_t.
5911         * lib/readlink.c (readlink): Likewise.
5912         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
5913         * modules/unistd (Makefile.am): Substitute it.
5914         * lib/unistd.in.h (readlink): Declare replacement.
5915         * doc/posix-functions/readlink.texi (readlink): Document this.
5916
5917         symlink: use throughout gnulib
5918         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
5919         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
5920         symlink is not used.
5921         * modules/symlinkat (Depends-on): Add symlink.
5922         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
5923         * modules/canonicalize-tests (Depends-on): Likewise.
5924         * modules/lstat-tests (Depends-on): Likewise.
5925         * modules/openat-tests (Depends-on): Likewise.
5926         * modules/remove-tests (Depends-on): Likewise.
5927         * modules/rmdir-tests (Depends-on): Likewise.
5928         * modules/unlink-tests (Depends-on): Likewise.
5929         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
5930         * tests/test-canonicalize.c (symlink): Likewise.
5931         * tests/test-fstatat.c (symlink): Likewise.
5932         * tests/test-lstat.c (symlink): Likewise.
5933         * tests/test-remove.c (symlink): Likewise.
5934         * tests/test-rmdir.c (symlink): Likewise.
5935         * tests/test-unlink.c (symlink): Likewise.
5936         * tests/test-unlinkat.c (symlink): Likewise.
5937
5938         symlink: new module, for Solaris 9 bug
5939         * modules/symlink: New file.
5940         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
5941         * lib/symlink.c: Likewise.
5942         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
5943         * modules/unistd (Makefile.am): Substitute them.
5944         * lib/unistd.in.h (symlink): Declare replacement.
5945         * MODULES.html.sh (File system functions): Mention it.
5946         * doc/posix-functions/symlink.texi (symlink): Likewise.
5947         * modules/symlink-tests: New test.
5948         * tests/test-symlink.c: Likewise.
5949
5950 2009-09-23  Bruno Haible  <bruno@clisp.org>
5951
5952         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
5953         when needed.
5954         Test case: gnulib-tool --import --with-tests atexit inttypes.
5955         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
5956
5957 2009-09-23  Bruno Haible  <bruno@clisp.org>
5958
5959         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
5960         subcommand, not in a subshell.
5961
5962 2009-09-22  Eric Blake  <ebb9@byu.net>
5963
5964         unistd: sort replacement declarations
5965         * lib/unistd.in.h: Sort declarations.
5966
5967         open, openat: minor optimization
5968         * lib/open.c (open): If open succeeded, len is non-zero.
5969         * lib/openat.c (rpl_openat): Likewise.
5970
5971         link-follow: ensure correct result
5972         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
5973         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
5974         distinguish between possible failures.
5975
5976 2009-09-21  Eric Blake  <ebb9@byu.net>
5977
5978         fts: avoid compiler warning
5979         * lib/fts.c (dirent_inode_sort_may_be_useful)
5980         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
5981
5982 2009-09-19  Bruno Haible  <bruno@clisp.org>
5983
5984         * lib/progreloc.c (canonicalize_file_name): New declaration.
5985
5986 2009-09-19  Eric Blake  <ebb9@byu.net>
5987
5988         link: fix quoting
5989         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
5990
5991         openat: fix openat bugs on Solaris 9
5992         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
5993         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
5994         * modules/openat (Depends-on): Add open.
5995         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
5996         * modules/fcntl-h (Makefile.am): Substitute it.
5997         * lib/fcntl.in.h (openat): Declare replacement.
5998         * doc/posix-functions/openat.texi (openat): Document this.
5999
6000         openat: move fstatat and unlinkat into correct files
6001         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
6002         compiled.
6003         * lib/openat.c (fstatat, unlinkat): Move...
6004         * lib/fstatat.c (fstatat): ...into correct files.
6005         * lib/unlinkat.c (unlinkat): Likewise.
6006
6007         openat: fix unlinkat bugs on Solaris 9
6008         * lib/unlinkat.c (unlinkat): New file.
6009         * modules/openat (Depends-on): Add unlink.
6010         (Files): Distribute it.
6011         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
6012         trailing slash behavior is broken.
6013         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6014         * modules/unistd (Makefile.am): Substitute it.
6015         * lib/unistd.in.h (unlinkat): Declare replacement.
6016         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
6017
6018         openat: fix fstatat bugs on Solaris 9
6019         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
6020         stat.
6021         * doc/posix-functions/fstatat.texi (fstatat): Document this.
6022
6023         test-unlinkat: enhance test, to expose Solaris 9 bug
6024         * tests/test-unlink.c (main): Factor guts...
6025         * tests/test-unlink.h (test_rmdir_func): ...into new file.
6026         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
6027         * tests/test-rmdir.c (main): Adjust caller.
6028         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
6029         (unlinker): New helper function.
6030         (rmdirat): Enhance check.
6031         * modules/rmdir-tests (Depends-on): Add stdbool.
6032         * modules/unlink-tests (Depends-on): Likewise.
6033         (Files): Add test-unlink.h.
6034         * modules/openat-tests (Files): Likewise.
6035         (Depends-on): Add unlinkdir.
6036
6037         test-fstatat: new test, to expose Solaris 9 bugs
6038         * tests/test-stat.c (main): Factor guts...
6039         * tests/test-stat.h (test_stat_func): ...into new file.
6040         * tests/test-lstat.c (main): Factor guts...
6041         * tests/test-lstat.h (test_lstat_func): ...into new file.
6042         * tests/test-fstatat.c: New file.
6043         * modules/stat-tests (Files): Add test-stat.h.
6044         * modules/lstat-tests (Files): Add test-lstat.h.
6045         (Depends-on): Add stdbool.
6046         * modules/openat-tests (Depends-on): Add pathmax.
6047         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
6048         (Makefile.am): Run new test.
6049
6050         remove: new module, for mingw and Solaris 9 bugs
6051         * modules/remove: New file.
6052         * lib/remove.c: Likewise.
6053         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
6054         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
6055         * modules/stdio (Makefile.am): Use them.
6056         * lib/stdio.in.h (remove): Declare replacement.
6057         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6058         * doc/posix-functions/remove.texi (remove): Likewise.
6059         * modules/remove-tests: New test.
6060         * tests/test-remove.c: Likewise.
6061
6062         unlink: new module, for Solaris 9 bug
6063         * modules/unlink: New file.
6064         * lib/unlink.c: Likewise.
6065         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
6066         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6067         * modules/unistd (Makefile.am): Use them.
6068         * lib/unistd.in.h (stat): Declare replacement.
6069         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6070         * doc/posix-functions/unlink.texi (unlink): Likewise.
6071         * modules/unlink-tests: New test.
6072         * tests/test-unlink.c: Likewise.
6073
6074         lstat: fix Solaris 9 bug
6075         * lib/lstat.c (lstat): Also check for trailing slash on
6076         non-symlink, non-directories.  Use stat module to simplify logic.
6077         * doc/posix-functions/lstat.texi (lstat): Document it.
6078         * modules/lstat-tests (Depends-on): Add errno, same-inode.
6079         (configure.ac): Check for symlink.
6080         * tests/test-lstat.c (main): Add more tests.
6081
6082         stat: add as dependency to other modules
6083         * modules/chown (Depends-on): Add stat.
6084         * modules/euidaccess (Depends-on): Likewise.
6085         * modules/fchdir (Depends-on): Likewise.
6086         * modules/isdir (Depends-on): Likewise.
6087         * modules/link (Depends-on): Likewise.
6088         * modules/lstat (Depends-on): Likewise.
6089         * modules/mkdir-p (Depends-on): Likewise.
6090         * modules/modechange (Depends-on): Likewise.
6091         * modules/open (Depends-on): Likewise.
6092         * modules/readlink (Depends-on): Likewise.
6093         * modules/same (Depends-on): Likewise.
6094
6095         stat: fix Solaris 9 bug
6096         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
6097         slash.
6098         * lib/stat.c (rpl_stat): Work around it.
6099         * doc/posix-functions/stat.texi (stat): Update documentation.
6100
6101         stat: new module, for mingw bug
6102         * modules/stat: New file.
6103         * lib/stat.c: Likewise.
6104         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
6105         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6106         * modules/sys_stat (Makefile.am): Use them.
6107         * lib/sys_stat.in.h (stat): Declare replacement.
6108         * lib/openat.c (fstatat): Deal with lstat and stat being function
6109         macros.
6110         * modules/openat (Depends-on): Add inline.
6111         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6112         * doc/posix-functions/stat.texi (stat): Likewise.
6113         * modules/stat-tests: New test.
6114         * tests/test-stat.c: Likewise.
6115
6116 2009-09-19  Jim Meyering  <meyering@redhat.com>
6117
6118         syntax-check: detect unnecessary inclusion of canonicalize.h
6119         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
6120
6121 2009-09-19  Eric Blake  <ebb9@byu.net>
6122
6123         canonicalize-lgpl: adjust clients to use correct header
6124         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6125         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
6126         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
6127         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
6128         * lib/progreloc.c (includes): Likewise.
6129
6130 2009-09-19  Jim Meyering  <meyering@redhat.com>
6131
6132         test-posixtm.c: correct a comment
6133         * tests/test-posixtm.c: Correct first-line comment.
6134         Spotted by Eric Blake.
6135
6136 2009-09-16  Jim Meyering  <meyering@redhat.com>
6137
6138         posixtm-tests: make T const-correct; add a test case
6139         * tests/test-posixtm.c (T): Declare const.
6140         Add a test for -(2^31+1).
6141         Remove useless can-succeed-only-in-2002 test.
6142
6143         posixtm-tests: adjust the sole failing test
6144         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
6145         expected output matches what mktime now produces.  Cross-checked via
6146         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
6147
6148         posixtm: move #ifdef'd tests into a new module
6149         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
6150         * tests/test-posixtm.c: ... this new file.
6151         * modules/posixtm-tests: New module.
6152
6153 2009-09-19  Eric Blake  <ebb9@byu.net>
6154
6155         openat: simplify use of at-func.c
6156         * lib/at-func.c (includes): Include prerequisites here, to
6157         simplify requirements on client files.
6158         * lib/openat-priv.h: Add double-inclusion guard.
6159         * lib/faccessat.c (includes): Simplify.
6160         * lib/fchmodat.c (includes): Likewise.
6161         * lib/fchownat.c (includes): Likewise.
6162         * lib/mkdirat.c (includes): Likewise.
6163         * lib/mkfifoat.c (includes): Likewise.
6164         * lib/symlinkat.c (includes): Likewise.
6165
6166         openat: allow return of fd 0
6167         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
6168         * modules/save-cwd (Depends-on): Replace fcntl-safer with
6169         unistd-safer.
6170         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
6171         <fcntl.h>; this module does not leak fds.
6172         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
6173         must be allowed to return 0, leaving openat_safer to add the
6174         safety.
6175         (openat_permissive): Avoid writing to just-opened fd 2 if
6176         restoring the current directory fails.
6177         * lib/openat-die.c (openat_restore_fail): Add comment.
6178         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
6179         (save_cwd): Guarantee safe fd, but without use of open_safer.
6180         * tests/test-openat.c: New test.
6181         * modules/openat-tests (Files, Makefile.am): Distribute and build
6182         new file.
6183
6184         relocatable-prog-wrapper: fix build
6185         * modules/relocatable-prog-wrapper (Files): Update name of
6186         canonicalize m4 file, broken on 2009-09-17.
6187         Reported by emad hajjar <aleppos@hotmail.com>.
6188
6189 2009-09-19  Bruno Haible  <bruno@clisp.org>
6190
6191         * lib/safe-alloc.h: Use the standard header with GPL copyright.
6192         * lib/safe-alloc.c: Likewise.
6193         Reported by Ian Beckwith <ianb@erislabs.net>.
6194
6195 2009-09-18  Bruno Haible  <bruno@clisp.org>
6196
6197         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
6198         Reported by <erobles@sensacd.com.mx>.
6199
6200 2009-09-17  Eric Blake  <ebb9@byu.net>
6201
6202         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
6203         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
6204         slashes when checking if last component is missing.
6205         * tests/test-canonicalize.c (main): Test this.
6206
6207         canonicalize, canonicalize-lgpl: honor // if distinct from /
6208         * modules/canonicalize (Files): Add double-slash-root.m4.
6209         * modules/canonicalize-lgpl (Files): Likewise.
6210         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6211         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
6212         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
6213         fallback definition.
6214         (canonicalize_filename_mode): Use it to protect //.
6215         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
6216         (__realpath): Likewise.
6217         * tests/test-canonicalize.c (main): Test this.
6218         * tests/test-canonicalize-lgpl.c (main): Likewise.
6219         * modules/canonicalize-tests (Depends-on): Add same-inode.
6220         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6221
6222         canonicalize-lgpl: fix glibc bug with trailing slash
6223         * m4/canonicalize-lgpl.m4: Move contents...
6224         * m4/canonicalize.m4: ...here.
6225         (gl_CANONICALIZE_LGPL): Factor realpath check...
6226         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
6227         glibc 2.3.5 bug, fixed 2005-04-27.
6228         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
6229         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
6230         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
6231         * modules/canonicalize-lgpl (Files): Manage file rename.
6232         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6233         * modules/stdlib (Makefile.am): Substitute witness.
6234         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
6235         is needed.
6236         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
6237         replacement is required.
6238         * lib/canonicalize.c (canonicalize_file_name): Likewise.
6239         * doc/glibc-functions/canonicalize_file_name.texi
6240         (canonicalize_file_name): Document this.
6241         * doc/posix-functions/realpath.texi (realpath): Likewise.
6242
6243         canonicalize-lgpl: reject non-directory with trailing slash
6244         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
6245         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
6246         catches failures in glibc 2.3.5.
6247         * tests/test-canonicalize.c (main): Likewise.
6248
6249         canonicalize-lgpl: use native realpath if it works
6250         * lib/canonicalize-lgpl.c (realpath): Guard with
6251         FUNC_REALPATH_WORKS.
6252         * lib/stdlib.in.h (realpath): Make declaration optional based on
6253         HAVE_REALPATH.
6254         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
6255         native realpath works.
6256         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6257         * modules/stdlib (Makefile.am): Substitute witness.
6258
6259         canonicalize, canonicalize-lgpl: use <stdlib.h>
6260         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
6261         (Include): Mention <stdlib.h>.
6262         (configure.ac): Mention functions we provide.
6263         * modules/canonicalize (configure.ac): Likewise.
6264         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
6265         realpath if canonicalize_file_name is missing.
6266         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
6267         * modules/stdlib (Makefile.am): Substitute witnesses.
6268         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
6269         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
6270         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
6271         * NEWS: Document this.
6272         * doc/glibc-functions/canonicalize_file_name.texi
6273         (canonicalize_file_name): Likewise.
6274         * doc/posix-functions/realpath.texi (realpath): Likewise.
6275         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
6276
6277         test-canonicalize: consolidate into single C program
6278         * tests/test-canonicalize.sh: Delete; move setup into...
6279         * tests/test-canonicalize.c (main): ...the program, making it
6280         easier to run in debugger.  Add some tests.
6281         * modules/canonicalize-tests (Files): Remove unused file.
6282         (Depends-on): Add progname.
6283         (configure.ac, Makefile.am): Simplify.
6284
6285         test-canonicalize-lgpl: consolidate into single C program
6286         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
6287         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
6288         easier to run in debugger.  Add some tests.
6289         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
6290         (configure.ac, Makefile.am): Simplify.
6291
6292         canonicalize: avoid resolvepath
6293         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
6294         unnecessary checks.
6295         * lib/canonicalize.c (includes): Simplify.
6296         (canonicalize_file_name): Drop resolvepath implementation.
6297         * modules/canonicalize (Depends-on): Drop filenamecat.
6298
6299         canonicalize: don't lose errno
6300         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
6301         over calls to free.
6302
6303         canonicalize: simplify errno handling
6304         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
6305         assignment.
6306
6307         canonicalize, canonicalize-lgpl: update module dependencies
6308         * modules/canonicalize (Depends-on): Add extensions, lstat,
6309         pathmax, stdlib.
6310         (Files): Drop pathmax.h.
6311         (configure.ac): Adjust macro name.
6312         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
6313         lstat, stdlib, sys_stat.
6314         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
6315         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
6316         extensions.
6317         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
6318         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
6319         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
6320         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
6321         declaration, if available.
6322         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
6323         we can rely on the readlink module.
6324         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
6325         (includes): Use <unistd.h> unconditionally.
6326
6327 2009-09-17  Eric Blake  <ebb9@byu.net>
6328
6329         maint: make Include sections of modules consistent
6330         * modules/alloca: Use only header name; no need to list #include.
6331         * modules/alloca-opt: Likewise.
6332         * modules/arpa_inet: Likewise.
6333         * modules/canon-host: Likewise.
6334         * modules/configmake: Likewise.
6335         * modules/dirent: Likewise.
6336         * modules/eealloc: Likewise.
6337         * modules/environ: Likewise.
6338         * modules/fchdir: Likewise.
6339         * modules/fcntl: Likewise.
6340         * modules/fcntl-h: Likewise.
6341         * modules/gethrxtime: Likewise.
6342         * modules/gettime: Likewise.
6343         * modules/ignore-value: Likewise.
6344         * modules/inet_ntop: Likewise.
6345         * modules/inet_pton: Likewise.
6346         * modules/inttypes: Likewise.
6347         * modules/isnand-nolibm: Likewise.
6348         * modules/isnanf-nolibm: Likewise.
6349         * modules/mbchar: Likewise.
6350         * modules/mbfile: Likewise.
6351         * modules/mbiter: Likewise.
6352         * modules/mbuiter: Likewise.
6353         * modules/netdb: Likewise.
6354         * modules/netinet_in: Likewise.
6355         * modules/nproc: Likewise.
6356         * modules/pagealign_alloc: Likewise.
6357         * modules/poll: Likewise.
6358         * modules/printf-frexp: Likewise.
6359         * modules/pthread: Likewise.
6360         * modules/putenv: Likewise.
6361         * modules/random_r: Likewise.
6362         * modules/relocatable-prog: Likewise.
6363         * modules/search: Likewise.
6364         * modules/select: Likewise.
6365         * modules/selinux-h: Likewise.
6366         * modules/settime: Likewise.
6367         * modules/signal: Likewise.
6368         * modules/size_max: Likewise.
6369         * modules/socklen: Likewise.
6370         * modules/ssize_t: Likewise.
6371         * modules/stdarg: Likewise.
6372         * modules/stdbool: Likewise.
6373         * modules/stddef: Likewise.
6374         * modules/stdint: Likewise.
6375         * modules/stdio: Likewise.
6376         * modules/stdlib: Likewise.
6377         * modules/string: Likewise.
6378         * modules/strings: Likewise.
6379         * modules/sys_file: Likewise.
6380         * modules/sys_ioctl: Likewise.
6381         * modules/sys_select: Likewise.
6382         * modules/sys_socket: Likewise.
6383         * modules/sys_stat: Likewise.
6384         * modules/sys_time: Likewise.
6385         * modules/sys_times: Likewise.
6386         * modules/sys_utsname: Likewise.
6387         * modules/sys_wait: Likewise.
6388         * modules/sysexits: Likewise.
6389         * modules/time: Likewise.
6390         * modules/times: Likewise.
6391         * modules/tmpfile: Likewise.
6392         * modules/trim: Likewise.
6393         * modules/unistd: Likewise.
6394         * modules/wchar: Likewise.
6395         * modules/wctype: Likewise.
6396
6397 2009-09-17  Bruno Haible  <bruno@clisp.org>
6398
6399         Make getdate.y compile on QNX and NetBSD 5 / i386.
6400         * m4/getdate.m4 (gl_GETDATE): Conditionally define
6401         TIME_T_FITS_IN_LONG_INT.
6402         * lib/getdate.y (long_time_t): New type.
6403         (relative_time): Change type of 'seconds' field to long_time_t.
6404         (get_date): Update types of local variables. Check against overflow
6405         during conversion from long_time_t to time_t.
6406         Reported by Matt Kraai <kraai@ftbfs.org>
6407         and Hasso Tepper <hasso@netbsd.org>.
6408
6409 2009-09-17  Bruno Haible  <bruno@clisp.org>
6410
6411         * modules/COPYING: Update copyright years.
6412         * modules/README: Likeiwse.
6413         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
6414         Reported by Ian Beckwith <ianb@erislabs.net>.
6415
6416 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6417
6418         * users.txt: Update references for gnuit package.
6419
6420 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6421
6422         * m4/getdelim.m4: Fix typo in copyright line.
6423
6424 2009-09-17  Bruno Haible  <bruno@clisp.org>
6425
6426         * lib/atoll.c: Use the standard header with GPL copyright.
6427         * lib/argz.in.h: Likewise.
6428         * lib/glob.c: Likewise.
6429         * lib/glob-libc.h: Likewise.
6430         * lib/random_r.c: Likewise.
6431         * lib/siglist.h: Likewise.
6432         * lib/strsignal.c: Likewise.
6433         Reported by Ian Beckwith <ianb@erislabs.net>.
6434
6435 2009-09-17  Eric Blake  <ebb9@byu.net>
6436
6437         rmdir: ensure correct dependency order
6438         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
6439
6440 2009-09-17  Bruno Haible  <bruno@clisp.org>
6441
6442         Disable assertion that fails on NetBSD 5 / i386.
6443         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
6444         Reported by Sam Steingold <sds@gnu.org>
6445         and Hasso Tepper <hasso@netbsd.org>.
6446
6447 2009-09-16  Eric Blake  <ebb9@byu.net>
6448
6449         unlinkdir: port to mingw
6450         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
6451         on which no one can unlink a directory.
6452
6453         stdlib: sort witness names
6454         * modules/stdlib (Makefile.am): Sort replacements.
6455         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6456         * lib/stdlib.in.h: Likewise.
6457
6458         parse-duration-tests: avoid link failure
6459         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
6460         LIBINTL.
6461         Reported by Tom G. Christensen.
6462
6463         openat-tests: ensure unlinkat behaves like rmdir
6464         * tests/test-rmdir.c (main): Factor guts...
6465         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
6466         * modules/rmdir-tests (Files): Ship new file.
6467         * modules/openat-tests: New test.
6468         * tests/test-unlinkat.c: Likewise.
6469
6470         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
6471         * modules/rmdir-errno (Status, Notice): Now obsolete.
6472
6473         rmdir: work around cygwin 1.5.x and mingw bugs
6474         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
6475         * lib/rmdir.c (rmdir): Work around it.
6476         * modules/rmdir (Status, Notice): No longer obsolete.
6477         (Files): Add dos.m4.
6478         (Depends-on): Add unistd.
6479         (configure.ac): Set witnesses.
6480         (License): Relax to LGPLv2+.
6481         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
6482         * modules/unistd (Makefile.am): Substitute witnesses.
6483         * lib/unistd.in.h (rmdir): Declare replacement.
6484         * doc/posix-functions/rmdir.texi (rmdir): Document this.
6485         * modules/rmdir-tests: New tests.
6486         * tests/test-rmdir.c: Likewise.
6487
6488 2009-09-15  Eric Blake  <ebb9@byu.net>
6489
6490         fchdir: improve use of replacement functions
6491         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
6492         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
6493         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
6494         REPLACE_CLOSEDIR.
6495         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
6496         * modules/sys_stat (Makefile.am): Substitute correct witness.
6497         * modules/dirent (Makefile.am): Likewise.
6498         * modules/unistd (Makefile.am): Likewise.
6499         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
6500         * lib/unistd.in.h (dup): Likewise.
6501         * lib/sys_stat.in.h (fstat): Likewise.
6502
6503         maint: ignore gnulib-tool temp files
6504         * .gitignore: Ignore files created during gnulib-tool --test.
6505
6506 2009-09-13  Jim Meyering  <meyering@redhat.com>
6507
6508         posixtm: don't reject a time that specify "60" as the number of seconds
6509         * lib/posixtm.c (posixtime): The code to reject invalid dates
6510         would also reject a time specified with the .60 suffix.
6511         But POSIX allows that, in order to accommodate leap seconds.
6512         So don't reject it.
6513         (main): Adjust tests accordingly.
6514         * modules/posixtm (Depends-on): Add stpcpy.
6515
6516 2009-09-11  Jim Meyering  <meyering@redhat.com>
6517
6518         announce-gen: include [$release_type] in emitted Subject:
6519         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
6520         e.g., [stable] in the emitted Subject: line.
6521
6522 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6523
6524         Remove obsolete macros from several modules.
6525         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
6526         obsolete Autoconf macros with their modern counterparts.
6527         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
6528         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
6529         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
6530         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6531         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
6532         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6533         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6534         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
6535         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
6536         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
6537         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
6538         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
6539         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
6540         * m4/sockets.m4 (gl_SOCKETS): Likewise.
6541         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
6542         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
6543         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
6544         * m4/time_r.m4 (gl_TIME_R): Likewise.
6545         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
6546         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
6547         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6548
6549         Fix copyright header in build-aux scripts.
6550         * build-aux/git-version-gen: Fix copyright header to match GPLv3
6551         recommendation.
6552         * build-aux/ncftpput-ftp: Likewise.
6553         * build-aux/update-copyright: Likewise.
6554
6555 2009-09-09  Eric Blake  <ebb9@byu.net>
6556
6557         test-link: allow Linux choice of errno
6558         * tests/test-link.c (main): Relax test for alternate error.
6559
6560         strndup: fix improper m4 caching
6561         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
6562         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
6563         (gl_PREREQ_STRNDUP): Delete.
6564         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
6565         * modules/string (Makefile.am): Substitute it.
6566         * lib/string.in.h (strndup): Modernize prototype.
6567
6568         getcwd: port to mingw
6569         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
6570         different from the POSIX assumptions made throughout the getcwd
6571         module; fortunately, the mingw getcwd does not need replacement.
6572         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
6573         * modules/getcwd-tests: New test.
6574         * tests/test-getcwd.c: Likewise.
6575
6576         link: fix platform bugs
6577         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
6578         * lib/link.c (link): Work around them.  Fix related mingw bug.
6579         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
6580         * modules/unistd (Makefile.am): Substitute it.
6581         * lib/unistd.in.h (link): Declare replacement.
6582         * doc/posix-functions/link.texi (link): Document this.
6583         * modules/link (Depends-on): Add strdup-posix, sys_stat.
6584
6585         test-link: consolidate into single C program, test more cases
6586         * tests/test-link.sh: Delete.
6587         * tests/test-link.c: Test more error conditions.  Exposes bugs on
6588         at least Cygwin and Solaris.
6589         * modules/link-tests (Files): Remove unused file.
6590         (Depends-on): Add errno, sys_stat.
6591         (Makefile.am): Simplify.
6592
6593 2009-09-08  Bruno Haible  <bruno@clisp.org>
6594
6595         Work around towlower, towupper bug on mingw.
6596         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
6597         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
6598         * doc/posix-functions/towlower.texi: Mention the mingw bug.
6599         * doc/posix-functions/towupper.texi: Likewise.
6600         Reported by Eric Blake.
6601
6602 2009-09-08  Jim Meyering  <meyering@redhat.com>
6603
6604         build: don't try to run autoheader if we don't use it
6605         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
6606         is not used in configure.ac.
6607
6608 2009-09-08  Eric Blake  <ebb9@byu.net>
6609
6610         euidaccess: fix compilation error
6611         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
6612
6613         rawmemchr: relax license
6614         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
6615         okay.
6616         Reported by Jim Meyering.
6617
6618         mkfifoat: new module
6619         * modules/mkfifoat: New file.
6620         * lib/mkfifoat.c: Likewise.
6621         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
6622         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6623         * modules/sys_stat (Makefile.am): Use them.
6624         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
6625         * MODULES.html.sh (File system functions): Mention module.
6626         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
6627         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
6628         * modules/mkfifoat-tests: New test.
6629         * tests/test-mkfifoat.c: Likewise.
6630
6631         strchrnul: relax license
6632         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
6633         okay.
6634         Reported by Jim Meyering.
6635
6636 2009-09-08  Eric Blake  <ebb9@byu.net>
6637
6638         fstatat: fix compilation on Solaris
6639         * lib/fstatat.c (includes): Add fcntl.h.
6640         Reported by Pádraig Brady.
6641
6642 2009-09-07  Eric Blake  <ebb9@byu.net>
6643
6644         rename: modernize replacement
6645         * modules/rename (Depends-on): Add stdio.
6646         (configure.ac): Declare witness.
6647         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
6648         stdio take care of replacement.
6649         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
6650         * modules/stdio (Makefile.am): Substitute them.
6651         * lib/stdio.in.h (rename): Declare replacement.
6652         * lib/rename.c (includes): Allow cross-compilation to non-windows
6653         machines.
6654         * doc/posix-functions/rename.texi (rename): Improve
6655         documentation.
6656
6657         stdio: sort witness names
6658         * modules/stdio (Makefile.am): Sort replacements.
6659         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6660         * lib/stdio.in.h: Likewise.
6661
6662         getcwd: minor cleanups
6663         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
6664         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
6665
6666         openat: provide more convenience names
6667         * modules/faccessat (configure.ac): Add C witness.
6668         * lib/unistd.in.h (readlinkat): Fix typo.
6669         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
6670         convenience wrappers.
6671         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
6672         wrappers in syntax checks.
6673
6674 2009-09-06  Eric Blake  <ebb9@byu.net>
6675
6676         doc: fix comments in recent patches
6677         * lib/faccessat.c: Mention correct function.
6678         * lib/fchmodat.c: Likewise.
6679         * lib/fchownat.c: Likewise.
6680         * lib/symlinkat.c: Likewise.
6681         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
6682         constants.
6683
6684         faccessat, symlinkat: continue cleanup of previous patch
6685         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
6686         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
6687         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
6688         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
6689         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
6690         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
6691         set.
6692
6693 2009-09-06  Bruno Haible  <bruno@clisp.org>
6694
6695         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
6696         (fstatat): Declare if GNULIB_FSTATAT is set.
6697         (mkdirat): Declare if GNULIB_MKDIRAT is set.
6698         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
6699         (unlinkat): Declare if GNULIB_UNLINKAT is set.
6700         * modules/fcntl-h (Files): Remove m4/openat.m4.
6701         * modules/sys_stat (Files): Remove m4/openat.m4.
6702         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
6703         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
6704         * modules/unistd (Files): Remove m4/openat.m4.
6705         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
6706         GNULIB_OPENAT.
6707         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
6708         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
6709         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
6710         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
6711         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
6712         gl_OPENAT_DEFAULTS.
6713         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
6714         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
6715         Don't require gl_OPENAT_DEFAULTS.
6716         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
6717         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
6718         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
6719         (gl_OPENAT_DEFAULTS): Remove macro.
6720
6721 2009-09-06  Bruno Haible  <bruno@clisp.org>
6722
6723         * modules/openat (configure.ac): Remove unneeded witness.
6724
6725 2009-09-06  Bruno Haible  <bruno@clisp.org>
6726
6727         Set errno to ENOSYS when a function is entirely unsupported.
6728         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
6729         EOPNOTSUPP.
6730         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
6731         * modules/chown (Depends-on): Remove errno.
6732
6733 2009-09-06  Bruno Haible  <bruno@clisp.org>
6734
6735         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
6736
6737 2009-09-06  Bruno Haible  <bruno@clisp.org>
6738
6739         * lib/sys_stat.in.h: Fix preprocessor command indentation.
6740
6741 2009-09-06  Ben Pfaff  <blp@gnu.org>
6742             Bruno Haible  <bruno@clisp.org>
6743
6744         Work around a glibc bug in strtok_r.
6745         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
6746         Undefine if UNDEFINE_STRTOK_R is set.
6747         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
6748         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6749         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
6750         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
6751         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
6752         UNDEFINE_STRTOK_R.
6753         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
6754
6755 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
6756
6757         exclude: minor fix
6758         * lib/exclude.c: Include wctype.h
6759
6760 2009-09-06  Akim Demaille  <demaille@gostai.com>
6761
6762         bootstrap: improve error message
6763         * build-aux/bootstrap (find_tool): Upon failure, report the list
6764         of candidates.
6765         Honor the initial value of the envvar.
6766
6767 2009-09-05  Eric Blake  <ebb9@byu.net>
6768
6769         symlinkat: new module
6770         * modules/symlinkat: New file.
6771         * lib/symlinkat.c: Likewise.
6772         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
6773         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6774         * modules/unistd (Makefile.am): Use them.
6775         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
6776         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
6777         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
6778         * MODULES.html.sh (File system functions): Mention module.
6779         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6780         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6781         * modules/symlinkat-tests: New test.
6782         * tests/test-symlinkat.c: Likewise.
6783
6784         test-openat-safer: add more checks
6785         * tests/test-openat-safer.c (main): Check more code paths.
6786
6787 2009-09-05  Jim Meyering  <meyering@redhat.com>
6788
6789         syntax-check: detect unnecessary inclusion of openat.h
6790         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
6791
6792 2009-09-05  Bruno Haible  <bruno@clisp.org>
6793
6794         Support towlower, towupper.
6795         * doc/posix-functions/towlower.texi: Mention module wctype.
6796         * doc/posix-functions/towupper.texi: Likewise.
6797         * lib/wctype.in.h (towlower, towupper): New functions.
6798         * tests/test-wctype.c: Include stdio.h, stdlib.h.
6799         (ASSERT): New macro.
6800         (e): New variable.
6801         (main): Test also towlower, towupper. Test WEOF argument.
6802         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6803
6804 2009-09-05  Bruno Haible  <bruno@clisp.org>
6805
6806         Fix conversion behaviour when the input is invalid.
6807         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
6808         mark occurring in first pass of indirect conversion.
6809         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
6810         input.
6811         Found by clang's static analyzer.
6812
6813 2009-09-05  Bruno Haible  <bruno@clisp.org>
6814
6815         * tests/test-striconveh.c (main): Test indirect conversion on platforms
6816         where direct conversion is possible.
6817
6818 2009-09-04  Eric Blake  <ebb9@byu.net>
6819
6820         openat: fail with ENOENT on empty name
6821         * lib/openat-proc.c (openat_proc_name): Special-case the empty
6822         buffer.
6823
6824         link-follow: fix logic bug in prior patch
6825         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
6826         reversed sense of yes and no in prior patch.  Avoid confusing
6827         compilation failure with desired semantics.
6828
6829         link-follow: accomodate mingw and cross-compilation
6830         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
6831         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
6832         cross-compilation results to -1, to make linkat easier to
6833         implement when cross-compiling.  Trivially support mingw.
6834         * modules/link-follow (configure.ac): Call new name.
6835         * NEWS: Mention this.
6836
6837 2009-09-03  Eric Blake  <ebb9@byu.net>
6838
6839         faccessat: compile replacement
6840         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
6841         needed.
6842
6843         fts: fix compilation error
6844         * lib/fts.c (includes): Re-add "openat.h", for
6845         openat_needs_fchdir.
6846
6847         faccessat: new module
6848         * modules/faccessat: New file.
6849         * lib/faccessat.c: Likewise.
6850         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
6851         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6852         * modules/unistd (Makefile.am): Use it.
6853         * lib/unistd.in.h (faccessat): Declare it.
6854         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
6855         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
6856         * MODULES.html.sh (File system functions): Mention it.
6857         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
6858         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6859
6860         euidaccess: prefer POSIX over non-standard implementation
6861         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
6862         * lib/euidaccess.c (euidaccess): Use it if available.
6863
6864         openat: make template easier to use
6865         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
6866         AT_FUNC_F2 to be undefined.
6867         (VALIDATE_FLAG): New macro; use it to reject bad flags.
6868         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
6869         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
6870         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
6871         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
6872         Likewise.
6873         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
6874         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
6875         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
6876         Likewise.
6877
6878         openat: declare in POSIX headers
6879         * NEWS: Mention this.
6880         * modules/openat (configure.ac): Declare witnesses.
6881         (Depends-on): Add fcntl-h, sys_stat, unistd.
6882         (Include): Mention correct headers.
6883         * modules/fcntl-h (Depends-on): Add link-warning.
6884         (Files): Add openat.m4.
6885         (Makefile.am): Substitute witnesses.
6886         * modules/sys_stat (Files, Makefile.am): Likewise.
6887         * modules/unistd (Files, Makefile.am): Likewise.
6888         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
6889         (gl_OPENAT_DEFAULTS): New macro.
6890         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
6891         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
6892         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
6893         (SYS_STAT_H): Remove unused variable.
6894         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
6895         * lib/fcntl--.h (includes): Remove unneeded header.
6896         * lib/openat-safer.c (includes): Likewise.
6897         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
6898         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
6899         appropriate headers.
6900         (__OPENAT_PREFIX): Delete.
6901         * lib/fcntl.in.h (openat): Provide declaration.
6902         (AT_FDCWD): Fix Solaris bug.
6903         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
6904         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
6905         * lib/fchmodat.c (includes):  Adjust to find declaration.
6906         * lib/fchownat.c (includes): Likewise.
6907         * lib/mkdirat.c (includes): Likewise.
6908         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
6909         still visible.
6910
6911 2009-09-02  Eric Blake  <ebb9@byu.net>
6912
6913         errno: use consistently
6914         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
6915         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
6916         * lib/canonicalize.c (ELOOP): Likewise.
6917         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
6918         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
6919         * lib/lchown.c (EOPNOTSUPP): Likewise.
6920         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
6921         * lib/savewd.c (ESTALE): Likewise.
6922         * lib/settime.c (ENOSYS): Likewise.
6923         * lib/utimens.c (ENOSYS): Likewise.
6924         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
6925         * lib/chdir-safer.c (ELOOP): Likewise.
6926         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
6927         * modules/c-stack (Depends-on): Add errno.
6928         * modules/canonicalize (Depends-on): Likewise.
6929         * modules/chdir-safer (Depends-on): Likewise.
6930         * modules/fdopendir (Depends-on): Likewise.
6931         * modules/inet_ntop (Depends-on): Likewise.
6932         * modules/inet_pton (Depends-on): Likewise.
6933         * modules/lchown (Depends-on): Likewise.
6934         * modules/openat (Depends-on): Likewise.
6935         * modules/savewd (Depends-on): Likewise.
6936         * modules/settime (Depends-on): Likewise.
6937         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
6938
6939         fts: avoid leaking fds
6940         * modules/fts (Depends-on): Add cloexec.
6941         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
6942         flag.
6943
6944         fts: make directory fds more robust
6945         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
6946         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
6947
6948         backupfile, chdir-long, fts, savedir: make safer
6949         * lib/backupfile.c (includes): Use "dirent--.h", since
6950         numbered_backup can write to stderr during readdir.
6951         * lib/savedir.c (includes): Likewise.
6952         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
6953         emulation can write to stderr on failure.
6954         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
6955         * lib/getcwd.c: Document why opendir_safer is unused.
6956         * lib/glob.c: Likewise.
6957         * lib/scandir.c: Likewise.
6958         * lib/openat-proc.c: Likewise, for open_safer.
6959         * modules/backupfile (Depends-on): Add dirent-safer.
6960         * modules/savedir (Depends-on): Likewise.
6961         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
6962         * modules/chdir-long (Depends-on): Add openat-safer.
6963
6964         openat-safer: new module
6965         * modules/openat-safer: New file.
6966         * lib/openat-safer.c: Likewise.
6967         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
6968         * lib/fcntl-safer.h (openat_safer): Declare.
6969         * lib/fcntl--.h (openat): Override.
6970         * MODULES.html.sh (File descriptor based I/O): Mention it.
6971         * lib/openat.h: Add double-inclusion guards.
6972         * lib/openat.c (includes): Only include "fcntl-safer.h", not
6973         "fcntl--.h", so we can implement openat.
6974         * modules/openat-safer-tests: New test.
6975         * tests/test-openat-safer.c: New file.
6976
6977         dirent-safer: new module
6978         * modules/dirent-safer: New file.
6979         * lib/dirent--.h: Likewise.
6980         * lib/dirent-safer.h: Likewise.
6981         * lib/opendir-safer.c: Likewise.
6982         * m4/dirent-safer.m4: Likewise.
6983         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
6984         * modules/dirent-safer-tests: New test.
6985         * tests/test-dirent-safer.c: New file.
6986         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
6987
6988         fdopendir: optimize on mingw
6989         * lib/unistd.in.h (_gl_directory_name): New prototype.
6990         * lib/fchdir.c (_gl_directory_name): Implement it.
6991         (fchdir): Use it to simplify implementation.
6992         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
6993         fchdir, when available, to avoid calling [f]chdir().
6994
6995         fdopendir: split into its own module
6996         * lib/openat.c (fdopendir): Move...
6997         * lib/fdopendir.c: ...into new file.
6998         * modules/fdopendir: New module.
6999         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
7000         * modules/openat (Depends-on): Add fdopendir.
7001         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
7002         fdopendir here.
7003         * modules/savedir (Depends-on): Only need fdopendir, not full
7004         openat.
7005         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
7006         * lib/openat.h (fdopendir): Drop prototype.
7007         * lib/dirent.in.h (fdopendir): Provide prototype.
7008         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
7009         * modules/dirent (Makefile.am): Substitute them.
7010         * MODULES.html.sh (File system functions): Mention it.
7011         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
7012         * modules/fdopendir-tests: New file.
7013         * tests/test-fdopendir.c: Likewise.
7014
7015         fchdir: use more consistent macro convention
7016         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
7017         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
7018         REPLACE_FCHDIR, rather than relying on config.h macros.
7019         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
7020         inside a single make-time REPLACE_FCHDIR block, rather than using
7021         the config.h FCHDIR_REPLACEMENT.
7022         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
7023         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
7024         Manage fstat replacement.
7025         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
7026         REPLACE_FCHDIR.
7027         * modules/sys_stat (Files): Add m4/unistd_h.m4.
7028         (Makefile.am): Substitute REPLACE_FCHDIR.
7029         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
7030         FCHDIR_REPLACEMENT.
7031         * lib/dup-safer.c (dup_safer): Likewise.
7032         * lib/dup2.c (rpl_dup2): Likewise.
7033         * lib/dup3.c (rpl_dup3): Likewise.
7034         * lib/open.c (rpl_open): Likewise.
7035
7036         fchdir: simplify error handling, and support dup3
7037         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
7038         stdbool, malloc-posix, realloc-posix.
7039         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
7040         (ensure_dirs_slot): Return false on allocation failure.
7041         (rpl_dup2): Delete.
7042         (_gl_register_dup): New function.
7043         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
7044         (_gl_register_fd): Close fd on allocation failure.
7045         * lib/fcntl.in.h (_gl_register_fd): Update signature.
7046         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
7047         prototype.
7048         (rpl_dup2_fchdir): Delete prototype.
7049         * lib/open.c (open): Update caller.
7050         * lib/dup2.c (dup2): Track fchdir metadata.
7051         * lib/dup3.c (dup3): Likewise.
7052         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
7053         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
7054
7055 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7056
7057         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
7058         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
7059         don't pass arguments to AC_OUTPUT.
7060
7061 2009-09-02  Bruno Haible  <bruno@clisp.org>
7062
7063         * modules/mkdtemp (License): Relicense under LGPLv2+.
7064         Reported by Paolo Bonzini.
7065
7066 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7067
7068         Replace uses of obsolete autoconf macros in Jim's modules.
7069         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
7070         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
7071         can evoke a warning from autoconf when run with -Wobsolete
7072         enabled.  They were declared obsolete for good reasons (see
7073         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
7074         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
7075         should not continue using the deprecated macros.
7076         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
7077         obsolete Autoconf macros with modern counterparts.
7078         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7079         * m4/dos.m4 (gl_AC_DOS): Likewise.
7080         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
7081         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
7082         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
7083         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
7084         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
7085         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
7086         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
7087         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
7088         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7089         Likewise.
7090         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
7091         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7092         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
7093         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
7094         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7095         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7096
7097 2009-09-01  Eric Blake  <ebb9@byu.net>
7098
7099         fchdir: fix off-by-one bug in previous patch
7100         * lib/fchdir.c (rpl_fstat): Use correct bounds.
7101         (_gl_unregister_fd): Delete useless if.
7102
7103 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
7104
7105         maint.mk: sort the list of syntax-check rules
7106         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
7107         easier to get a sense of progress when the rules are run sequentially
7108         and take a long time.
7109
7110 2009-09-01  Simon Josefsson  <simon@josefsson.org>
7111
7112         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
7113         * modules/netinet_in: Likewise.
7114         * modules/sys_file: Likewise.
7115         * modules/sys_ioctl: Likewise.
7116         * modules/sys_select: Likewise.
7117         * modules/sys_socket: Likewise.
7118         * modules/sys_stat: Likewise.
7119         * modules/sys_time: Likewise.
7120         * modules/sys_times: Likewise.
7121         * modules/sys_utsname: Likewise.
7122         * modules/sys_wait: Likewise.
7123
7124 2009-09-01  Jim Meyering  <meyering@redhat.com>
7125
7126         fts: help ensure that return values are not ignored
7127         * lib/fts_.h (__GNUC_PREREQ): Define.
7128         (__attribute_warn_unused_result__): Define.
7129         (fts_children, fts_close, fts_open, fts_read): Declare with
7130         __attribute_warn_unused_result__.
7131
7132         fts: fts_close now fails also when closing a dir file descriptor fails
7133         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
7134         and propagate to caller, along with errno.
7135
7136         announce-gen: correct formatting in --help output
7137         * build-aux/announce-gen (usage): Move the one-line description in
7138         --help output "up", to where it belongs, just after Usage:.
7139
7140 2009-08-31  Eric Blake  <ebb9@byu.net>
7141
7142         fchdir: port to mingw
7143         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
7144         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
7145         opened, then use a substitute.
7146         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
7147         replacement.
7148         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
7149         (_gl_register_fd): No need to check stat if open already filters
7150         all directories.
7151         (fchdir): Fix error condition to match POSIX.
7152         * modules/fchdir (Depends-on): Add sys_stat.
7153         * doc/posix-functions/open.texi (open): Document the limitation.
7154         * modules/fchdir-tests: New file.
7155         * tests/test-fchdir.c: Likewise.
7156
7157         canonicalize: allow cross-testing from cygwin to mingw
7158         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
7159         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
7160         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
7161         Likewise.
7162         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
7163         target does not support symlinks.
7164         * tests/test-canonicalize-lgpl.sh: Likewise.
7165
7166         chown: avoid compilation warning on mingw
7167         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
7168         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
7169         mingw.
7170         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7171         * modules/chown (Depends-on): Add errno.
7172
7173 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
7174
7175         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
7176         command.
7177
7178 2009-08-31  Jim Meyering  <meyering@redhat.com>
7179
7180         canonicalize: remove useless initialization
7181         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
7182         initialization of local, "end".
7183
7184 2009-08-30  Bruno Haible  <bruno@clisp.org>
7185
7186         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
7187         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
7188         ENOSYS.
7189
7190 2009-08-30  Bruno Haible  <bruno@clisp.org>
7191
7192         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
7193         /usr/xpg4/bin/tr when it exists.
7194         * tests/test-pipe-filter-gi1.sh: Likewise.
7195
7196 2009-08-30  Bruno Haible  <bruno@clisp.org>
7197
7198         Work around deficient /usr/bin/id program on Solaris.
7199         * tests/test-file-has-acl.sh (ID): New variable.
7200         * tests/test-set-mode-acl.sh (ID): Likewise.
7201         * tests/test-copy-acl.sh (ID): Likewise.
7202         * tests/test-copy-file.sh (ID): Likewise.
7203
7204 2009-08-30  Bruno Haible  <bruno@clisp.org>
7205
7206         New module 'xstriconveh'.
7207         * lib/xstriconveh.h: New file.
7208         * lib/xstriconveh.c: New file.
7209         * modules/xstriconveh: New file.
7210
7211 2009-08-30  Bruno Haible  <bruno@clisp.org>
7212
7213         Make it easier to use mem_cd_iconveh.
7214         * lib/striconveh.h (iconveh_t): New type.
7215         (iconveh_open, iconveh_close): New declarations.
7216         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7217         with a single 'const iconveh_t *' argument.
7218         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
7219         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7220         with a single 'const iconveh_t *' argument.
7221         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
7222         * tests/test-striconveh.c (main): Update.
7223         * NEWS: Mention the change.
7224
7225 2009-08-30  Bruno Haible  <bruno@clisp.org>
7226
7227         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
7228         problem.
7229
7230 2009-08-30  Bruno Haible  <bruno@clisp.org>
7231
7232         Work around iconv_open problem on Solaris.
7233         * lib/iconv_open-solaris.gperf: New file.
7234         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
7235         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
7236         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
7237         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
7238         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
7239         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
7240
7241 2009-08-29  Jim Meyering  <meyering@redhat.com>
7242
7243         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
7244         * top/maint.mk (cvs-check): Remove target; it was just an alias
7245         to the better-named vc-diff-check.
7246         (maintainer-distcheck): Remove rule.  It was used only from
7247         the (alpha/beta/major) target, and all of its commands but one
7248         were coreutils-specific.
7249         (vc-dist): Remove rule.
7250         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
7251         Run vc-diff-check, not vc-dist.
7252         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
7253
7254 2009-08-27  Bruno Haible  <bruno@clisp.org>
7255
7256         * tests/test-bitrotate.c (main): Remove test that uses a shift count
7257         of 0.
7258
7259 2009-08-27  Bruno Haible  <bruno@clisp.org>
7260
7261         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
7262         compilers.
7263         * doc/func.texi: Document the SunPRO C bug.
7264
7265 2009-08-27  Bruno Haible  <bruno@clisp.org>
7266
7267         Fix link error on Solaris.
7268         * tests/test-parse-duration.c (xstrdup): Remove function.
7269
7270 2009-08-26  Pádraig Brady  <P@draigbrady.com>
7271
7272         ignore-value: handle pointer types, too
7273         * lib/ignore-value.h (__attribute__): Remove definition.
7274         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
7275         of a more concise and more-often effective "(void) i" statement.
7276         (ignore_ptr): New function to suppress warnings from functions that
7277         return pointers, and to make it explicit that one function doesn't
7278         handle all cases.
7279
7280 2009-08-25  Bruno Haible  <bruno@clisp.org>
7281
7282         dup2: work around a Linux bug.
7283         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
7284         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
7285         * doc/posix-functions/dup2.texi: Mention the Linux bug.
7286         Reported by Simon Josefsson.
7287
7288 2009-08-25  Jim Meyering  <meyering@redhat.com>
7289
7290         libguestfs uses gnulib
7291         * users.txt: Add libguestfs.
7292
7293 2009-08-24  Eric Blake  <ebb9@byu.net>
7294
7295         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
7296         * lib/pipe2.c (includes): Add binary-io.h.
7297         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
7298
7299 2009-08-24  Bruno Haible  <bruno@clisp.org>
7300
7301         Tolerate declared but missing accept4 syscall.
7302         * lib/accept4.c (accept4): Invoke original accept4 function first, if
7303         available.
7304         * lib/sys_socket.in.h (accept4): If the function is already present,
7305         override it.
7306         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
7307         * modules/accept4 (Makefile.am): Compile accept4.c always.
7308         Reported by Paolo Bonzini and Eric Blake.
7309
7310 2009-08-23  Bruno Haible  <bruno@clisp.org>
7311
7312         New module 'accept4'.
7313         * lib/sys_socket.in.h (accept4): New declaration.
7314         * lib/accept4.c: New file.
7315         * m4/accept4.m4: New file.
7316         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
7317         GNULIB_ACCEPT4, HAVE_ACCEPT4.
7318         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
7319         HAVE_ACCEPT4.
7320         * modules/accept4: New file.
7321         * doc/glibc-functions/accept4.texi: Mention the new module.
7322
7323 2009-08-24  Jim Meyering  <meyering@redhat.com>
7324
7325         progname: also set global program_invocation_name, when possible
7326         Before this change, a libtool-enabled program that calls glibc's
7327         error function would report the program name as
7328         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
7329         * modules/progname (configure.ac): Check for a declaration of
7330         program_invocation_name.
7331         * lib/progname.c:  Include <errno.h>.
7332         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
7333         Set program_invocation_name.
7334
7335 2009-08-23  Bruno Haible  <bruno@clisp.org>
7336
7337         * lib/dup3.c: Include <string.h>.
7338
7339 2009-08-23  Bruno Haible  <bruno@clisp.org>
7340
7341         * lib/dup3.c (dup3): Test only once whether the system actually exists.
7342         * lib/pipe2.c (pipe2): Likewise.
7343         Suggested by Eric Blake.
7344
7345 2009-08-23  Bruno Haible  <bruno@clisp.org>
7346
7347         Tolerate declared but missing dup3 syscall.
7348         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
7349         * lib/unistd.in.h (dup3): If the function is already present,
7350         override it.
7351         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
7352         * modules/dup3 (Makefile.am): Compile dup3.c always.
7353         Reported by Paolo Bonzini.
7354
7355 2009-08-23  Bruno Haible  <bruno@clisp.org>
7356
7357         Tolerate declared but missing pipe2 syscall.
7358         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
7359         available.
7360         * lib/unistd.in.h (pipe2): If the function is already present,
7361         override it.
7362         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
7363         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
7364         Reported by Paolo Bonzini.
7365
7366 2009-08-23  Bruno Haible  <bruno@clisp.org>
7367
7368         * lib/pipe2.c (pipe2): Move #ifs inside function.
7369
7370 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7371
7372         quotearg: document limitations of quote_these_too
7373         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
7374         those limitations are created.
7375         * lib/quotearg.h (set_char_quoting): Document that digits and
7376         letters that are special after backslash are not permitted.
7377         (quotearg_char): Cross-reference set_char_quoting documentation.
7378
7379 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
7380
7381         quotearg: implement custom_quoting_style
7382         * lib/quotearg.c: (struct quoting_options): Add left_quote and
7383         right_quote fields.
7384         (set_custom_quoting): New public function.
7385         (quotearg_buffer_restyled): Add left_quote and right_quote
7386         arguments, handle them very much like locale quoting, and update
7387         all uses.
7388         (quotearg_n_custom): New public function.
7389         (quotearg_n_custom_mem): New public function.
7390         (quotearg_custom): New public function.
7391         (quotearg_custom_mem): New public function.
7392         * lib/quotearg.h: Prototype and document new public functions.
7393         (enum quoting_style): For escape_quoting_style and
7394         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
7395         ignored even though they're otherwise like c_quoting_style.
7396         Add custom_quoting_style member and document with comparison to
7397         clocale_quoting_style.
7398         * tests/test-quotearg.c (custom_quotes): New array.
7399         (custom_results): New array.
7400         (main): Extend to test custom quoting.
7401
7402 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7403
7404         quotearg: fix right quote escaping when it's in quote_these_too
7405         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
7406         quote, be sure to prepend only one backslash.
7407         * tests/test-quotearg.c (use_quote_double_quotes): New function.
7408         (main): Test it.
7409
7410 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7411
7412         quotearg-tests: test escaping of embedded locale quotes
7413         * tests/test-quotearg.c (struct result_strings): Add member for
7414         new input.
7415         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
7416         (inputs): Add new input.
7417         (results_g): Add expected results.
7418         (flag_results): Likewise.
7419         (locale_results): Likewise.
7420         (compare_strings): Check those.
7421
7422 2009-08-23  Bruno Haible  <bruno@clisp.org>
7423
7424         Tests for module 'dup3'.
7425         * modules/dup3-tests: New file.
7426         * tests/test-dup3.c: New file.
7427
7428         New module 'dup3'.
7429         * lib/unistd.in.h (dup3): New declaration.
7430         * lib/dup3.c: New file.
7431         * m4/dup3.m4: New file.
7432         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
7433         HAVE_DUP3.
7434         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
7435         * modules/dup3: New file.
7436         * doc/glibc-functions/dup3.texi: Mention the new module.
7437
7438 2009-08-23  Bruno Haible  <bruno@clisp.org>
7439
7440         Tweak the dup2 test.
7441         * tests/test-dup2.c (main): Create the test file empty. Verify that an
7442         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
7443         the test file is still empty. Fix argument order of lseek.
7444
7445 2009-08-23  Bruno Haible  <bruno@clisp.org>
7446
7447         Avoid test link errors when the modules getopt-gnu, gettext are used.
7448         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
7449         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7450
7451 2009-08-23  Bruno Haible  <bruno@clisp.org>
7452
7453         Fix getdtablesize() on mingw.
7454         * lib/getdtablesize.c (getdtablesize): Implement differently.
7455         * lib/unistd.in.h (getdtablesize): Improve comment.
7456
7457 2009-08-23  Bruno Haible  <bruno@clisp.org>
7458
7459         New module 'mkostemp'.
7460         Based on Ulrich Drepper's 2007-08-10 change in glibc.
7461         * lib/stdlib.in.h (mksotemp): New declaration.
7462         * lib/mkostemp.c: New file, from glibc with modifications.
7463         * lib/tempname.h (GT_FILE): Remove outdated comment.
7464         (gen_tempname): Add flags argument.
7465         * lib/tempname.c (__GT_BIGFILE): Remove macro.
7466         (__GT_FILE): Map to 1.
7467         (small_open, large_open): Remove macros.
7468         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
7469         * lib/mkstemp.c (mkstemp): Update.
7470         * lib/mkdtemp.c (mkdtemp): Likewise.
7471         * m4/mkostemp.m4: New file.
7472         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
7473         HAVE_MKOSTEMP.
7474         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
7475         HAVE_MKOSTEMP.
7476         * modules/mkostemp: New file, based on modules/mkstemp.
7477         * doc/glibc-functions/mkostemp.texi: Mention the new module.
7478         * NEWS: Mention the change.
7479
7480 2009-08-23  Bruno Haible  <bruno@clisp.org>
7481
7482         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
7483         Reported by Eric Blake.
7484
7485 2009-08-23  Bruno Haible  <bruno@clisp.org>
7486
7487         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
7488         Reported by Eric Blake.
7489
7490 2009-08-23  Bruno Haible  <bruno@clisp.org>
7491
7492         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
7493         * modules/pipe2 (Depends-on): Likewise.
7494
7495 2009-08-23  Eric Blake  <ebb9@byu.net>
7496
7497         fcntl-h: add O_TTY_INIT support
7498         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
7499         * tests/test-fcntl-h.c (o): Test it.
7500         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7501
7502         fcntl-h: rename from fcntl, in preparation for fcntl(2)
7503         * modules/fcntl: Move <fcntl.h> header replacement...
7504         * modules/fcntl-h: ...to new name, so as not to collide with
7505         like-named function.
7506         * tests/test-fcntl.c: Rename...
7507         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
7508         * modules/fcntl-tests: Rename...
7509         * modules/fcntl-h-tests: ...to this.  Update test file name.
7510         * modules/chdir-long (Depends-on): Update clients.
7511         * modules/chdir-safer (Depends-on): Likewise.
7512         * modules/fcntl-safer (Depends-on): Likewise.
7513         * modules/fts (Depends-on): Likewise.
7514         * modules/mkancesdirs (Depends-on): Likewise.
7515         * modules/mkdir-p (Depends-on): Likewise.
7516         * modules/open (Depends-on): Likewise.
7517         * modules/savewd (Depends-on): Likewise.
7518         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
7519         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7520
7521 2009-08-22  Bruno Haible  <bruno@clisp.org>
7522
7523         * modules/binary-io (License): Relicense under LGPL.
7524         * modules/pipe2 (License): Likewise.
7525
7526 2009-08-22  Bruno Haible  <bruno@clisp.org>
7527
7528         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
7529         return value.
7530         * lib/pipe-filter-gi.c (filter_init): Likewise.
7531         Reported by Eric Blake.
7532
7533 2009-08-22  Bruno Haible  <bruno@clisp.org>
7534
7535         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
7536         * modules/pipe (Depends-on): Add pipe2.
7537
7538 2009-08-22  Bruno Haible  <bruno@clisp.org>
7539
7540         Tests for module 'pipe2'.
7541         * modules/pipe2-tests: New file.
7542         * tests/test-pipe2.c: New file.
7543
7544         New module 'pipe2'.
7545         * lib/unistd.in.h (pipe2): New declaration.
7546         * lib/pipe2.c: New file.
7547         * m4/pipe2.m4: New file.
7548         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
7549         HAVE_PIPE2.
7550         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
7551         * modules/pipe2: New file.
7552         * doc/glibc-functions/pipe2.texi: Mention the new module.
7553
7554 2009-08-22  Bruno Haible  <bruno@clisp.org>
7555
7556         Reference some new glibc functions.
7557         * doc/glibc-functions/accept4.texi: New file.
7558         * doc/glibc-functions/dup3.texi: New file.
7559         * doc/glibc-functions/mkostemp.texi: New file.
7560         * doc/glibc-functions/pipe2.texi: New file.
7561         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
7562         (Glibc sys/socket.h): Refer to accept4.
7563         (Glibc unistd.h): Refer to dup3, pipe2.
7564         Reported by Eric Blake.
7565
7566 2009-08-22  Jim Meyering  <meyering@redhat.com>
7567             Bruno Haible  <bruno@clisp.org>
7568
7569         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
7570         This makes it so packages using automake-1.11's silent-rules option
7571         can print e.g., a single "GEN    configmake.h" line, rather than
7572         the 30+ statements that perform the job.  If you want to see the
7573         actual commands, you can still run "make V=1".
7574         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
7575         so that make output is abbreviated when those variables are defined
7576         appropriately.
7577         * modules/argz: Likewise.
7578         * modules/arpa_inet: Likewise.
7579         * modules/byteswap: Likewise.
7580         * modules/configmake: Likewise.
7581         * modules/dirent: Likewise.
7582         * modules/errno: Likewise.
7583         * modules/fcntl: Likewise.
7584         * modules/float: Likewise.
7585         * modules/fnmatch: Likewise.
7586         * modules/getopt-posix: Likewise.
7587         * modules/glob: Likewise.
7588         * modules/iconv_open: Likewise.
7589         * modules/inttypes: Likewise.
7590         * modules/localcharset: Likewise.
7591         * modules/locale: Likewise.
7592         * modules/math: Likewise.
7593         * modules/netdb: Likewise.
7594         * modules/netinet_in: Likewise.
7595         * modules/poll: Likewise.
7596         * modules/posix_spawnp-tests: Likewise.
7597         * modules/sched: Likewise.
7598         * modules/search: Likewise.
7599         * modules/selinux-h: Likewise.
7600         * modules/signal: Likewise.
7601         * modules/spawn: Likewise.
7602         * modules/stdarg: Likewise.
7603         * modules/stdbool: Likewise.
7604         * modules/stddef: Likewise.
7605         * modules/stdint: Likewise.
7606         * modules/stdio: Likewise.
7607         * modules/stdlib: Likewise.
7608         * modules/string: Likewise.
7609         * modules/strings: Likewise.
7610         * modules/sys_file: Likewise.
7611         * modules/sys_ioctl: Likewise.
7612         * modules/sys_select: Likewise.
7613         * modules/sys_socket: Likewise.
7614         * modules/sys_stat: Likewise.
7615         * modules/sys_time: Likewise.
7616         * modules/sys_times: Likewise.
7617         * modules/sys_utsname: Likewise.
7618         * modules/sys_wait: Likewise.
7619         * modules/sysexits: Likewise.
7620         * modules/time: Likewise.
7621         * modules/unistd: Likewise.
7622         * modules/wchar: Likewise.
7623         * modules/wctype: Likewise.
7624
7625 2009-08-22  Jim Meyering  <meyering@redhat.com>
7626
7627         announce-gen: detect write failure
7628         * build-aux/announce-gen: Add Coda at end.
7629         Remove equivalent-but-more-verbose block at top.
7630
7631 2009-08-19  Akim Demaille  <demaille@gostai.com>
7632
7633         bootstrap: --help to stdout.
7634         * bootstrap (usage): Don't send --help to stderr.
7635         Use a here doc instead of a long string.
7636
7637 2009-08-21  Eric Blake  <ebb9@byu.net>
7638
7639         test-popen-safer: split from test-popen
7640         * tests/test-popen.c (main): Move...
7641         * tests/test-popen.h: ...into new file.
7642         * tests/test-popen-safer2.c: New file.
7643         * modules/popen-tests (Files): Add test-popen.h.
7644         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
7645         Suggested by Bruno Haible.
7646
7647         test-fcntl-safer: split from test-open
7648         * tests/test-open.c (main): Move...
7649         * tests/test-open.h: ...into new file.
7650         * tests/test-fcntl-safer.c: New file.
7651         * modules/open-tests (Files): Add test-open.h.
7652         * modules/fcntl-safer-tests: New file.
7653         Suggested by Bruno Haible.
7654
7655         test-fopen-safer: split from test-fopen
7656         * tests/test-fopen.c (main): Move...
7657         * tests/test-fopen.h: ...into new file.
7658         * tests/test-fopen-safer.c: New file.
7659         * modules/fopen-tests (Files): Add test-fopen.h.
7660         * modules/fopen-safer-tests: New file.
7661         Suggested by Bruno Haible.
7662
7663 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
7664
7665         popen-safer: test O_CLOEXEC at run-time.
7666         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
7667
7668 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
7669
7670         fcntl: move more flags to the header
7671         * lib/cloexec.c: Do not define FD_CLOEXEC here.
7672         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
7673         * lib/fcntl.in.h: Do both things here.
7674
7675 2009-08-21  Jim Meyering  <meyering@redhat.com>
7676
7677         consistently remove $@-t before redirecting to it
7678         * modules/argz: Remove $@-t and $@ before redirecting to the former.
7679         * modules/alloca-opt: Likewise.
7680         * modules/byteswap: Likewise.
7681         * modules/fnmatch: Likewise.
7682         * modules/getopt-posix: Likewise.
7683         * modules/glob: Likewise.
7684         * modules/poll: Likewise.
7685         * modules/posix_spawnp-tests: Likewise.
7686         * modules/sys_socket: Likewise.
7687         * modules/sysexits: Likewise.
7688
7689 2009-08-21  Eric Blake  <ebb9@byu.net>
7690
7691         popen: simplify access to original popen
7692         * lib/popen.c (rpl_popen): No need to worry about popen being a
7693         macro.
7694         Reported by Bruno Haible.
7695
7696 2009-08-20  Eric Blake  <ebb9@byu.net>
7697
7698         build: avoid some compiler warnings
7699         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
7700         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
7701         type.
7702         (new_exclude_segment, excluded_file_pattern_p)
7703         (excluded_file_name_p): Reduce scope.
7704         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
7705         old-style declaration.
7706
7707 2009-08-20  Simon Josefsson  <simon@josefsson.org>
7708
7709         * tests/test-exclude1.sh: Handle Windows EOL.
7710         * tests/test-exclude2.sh: Likewise.
7711         * tests/test-exclude3.sh: Likewise.
7712         * tests/test-exclude4.sh: Likewise.
7713         * tests/test-exclude5.sh: Likewise.
7714         * tests/test-exclude6.sh: Likewise.
7715         * tests/test-exclude7.sh: Likewise.
7716
7717 2009-08-19  Akim Demaille  <demaille@gostai.com>
7718
7719         bootstrap: find sha1sum when named gsha1sum.
7720         * bootstrap (find_tool): New.
7721         ($SHA1SUM): New.
7722         Use it.
7723
7724 2009-08-20  Jim Meyering  <meyering@redhat.com>
7725
7726         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
7727         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
7728         expression that converts "." in a file name to "\." in the resulting
7729         regexp.  Start with a dummy statement, so that prior shell variable
7730         definitions are expanded portably.  Reported by Simon Josefsson.
7731
7732 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
7733
7734         Fix polling for writeability of a screen buffer.
7735         * lib/poll.c: Distinguish input and screen buffers for the
7736         Win32 implementation.
7737         * lib/select.c: Likewise.
7738
7739 2009-08-19  Eric Blake  <ebb9@byu.net>
7740
7741         popen-safer: prevent popen from clobbering std descriptors
7742         * modules/popen-safer: New file.
7743         * lib/popen-safer.c: Likewise.
7744         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
7745         * lib/stdio--.h (popen): Provide override.
7746         * lib/stdio-safer.h (popen_safer): Provide declaration.
7747         * tests/test-popen.c (includes): Partially test this.
7748         * modules/popen-safer-tests: New file, for more tests.
7749         * tests/test-popen-safer.c: Likewise.
7750         * MODULES.html.sh (file stream based Input/Output): Mention it.
7751
7752         tests: test some of the *-safer modules
7753         * modules/fopen-safer (Depends-on): Add fopen.
7754         * modules/fcntl-safer (Depends-on): Add fcntl.
7755         * modules/stdlib-safer (Depends-on): Add stdlib.
7756         (configure.ac): Set indicator.
7757         * modules/unistd-safer (configure.ac): Likewise.
7758         * modules/tmpfile-safer (configure.ac): Likewise.
7759         (Depends-on): Add tmpfile.
7760         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
7761         active.
7762         * tests/test-fopen.c (includes): Test safer versions when they are
7763         in use.
7764         * tests/test-open.c (includes): Likewise.
7765
7766         popen: fix cygwin 1.5 bug when stdin closed
7767         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
7768         * modules/popen: New file.
7769         * modules/popen-tests: Likewise.
7770         * tests/test-popen.c: Likewise.
7771         * m4/popen.m4: Likewise.
7772         * lib/popen.c: Likewise.
7773         * lib/stdio.in.h (popen): New declaration.
7774         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
7775         * modules/stdio (Makefile.am): Likewise.
7776         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
7777
7778 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
7779
7780         maint.mk: give full control over update-copyright exclusions
7781         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
7782         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
7783         (update-copyright): Don't force inclusion of top-level
7784         ChangeLog.  Don't force exclusion of all COPYING files, but make
7785         them the default exclusion instead.
7786
7787 2009-08-16  Bruno Haible  <bruno@clisp.org>
7788
7789         Fix test failures on Solaris 10.
7790         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
7791         tests when Solaris iconv() is used.
7792         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
7793         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
7794         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
7795         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
7796         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
7797
7798 2009-08-16  Bruno Haible  <bruno@clisp.org>
7799
7800         Fix test failures on Solaris 10.
7801         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
7802         'tr' program and pass it as first argument.
7803         * tests/test-pipe-filter-gi1.sh: Likewise.
7804         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
7805         program as first argument.
7806         * tests/test-pipe-filter-gi1.c (main): Likewise.
7807
7808 2009-08-16  Eric Blake  <ebb9@byu.net>
7809
7810         fpurge: fix previous commits
7811         * modules/fpurge (Makefile.am): Make replacement conditional,
7812         partially reverting 2007-04-29 change; missed in previous
7813         attempt.
7814         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
7815         is missing.
7816
7817 2009-08-16  Bruno Haible  <bruno@clisp.org>
7818
7819         Clarify fpurge's effect on the file position.
7820         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
7821         * tests/test-fpurge.c (main): Make a second pass for checking the file
7822         position.
7823
7824 2009-08-16  Bruno Haible  <bruno@clisp.org>
7825
7826         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
7827         declaration of fpurge is missing.
7828         * tests/test-fpurge.c (main): Check that the file has not more contents
7829         than expected. Close the file before removing it.
7830
7831 2009-08-15  Eric Blake  <ebb9@byu.net>
7832
7833         fpurge: don't wrap working cygwin implementation
7834         * lib/fpurge.c (fpurge): Fix comment typo.
7835         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
7836         1.7 to avoid replacement.
7837         * tests/test-fpurge.c (main): Enhance test.
7838
7839 2009-08-15  Eric Blake  <ebb9@byu.net>
7840         and Jim Meyering  <meyering@redhat.com>
7841
7842         test-update-copyright: skip if perl is insufficient
7843         * tests/test-update-copyright.sh: Failure to run maintainer tool
7844         should not cause testsuite failure on cygwin 1.5.
7845
7846 2009-08-14  Eric Blake  <ebb9@byu.net>
7847
7848         doc: mention more functions added in cygwin 1.7.0
7849         * doc/posix-headers/limits.texi (limits.h): Update for recent
7850         cygwin additions.
7851         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
7852         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
7853         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
7854         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
7855         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
7856
7857 2009-08-14  Eric Blake  <ebb9@byu.net>
7858
7859         maint.mk: simplify update-copyright rule
7860         * top/maint.mk (update-copyright-local): Delete, and document how
7861         to do it in cfg.mk instead.
7862         (update-copyright-exclude-regexp): Delete, and document how to do
7863         it in .x-update-copyright instead.
7864         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
7865         exclude ChangeLog.
7866
7867 2009-08-14  Bruno Haible  <bruno@clisp.org>
7868
7869         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
7870
7871 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7872
7873         maint.mk: support update-copyright-env
7874         * top/maint.mk (update-copyright-env): Define place-holder.
7875         (update-copyright): Expand $(update-copyright-env) before
7876         invoking update-copyright.
7877
7878 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7879
7880         update-copyright: implement forced reformatting
7881         * build-aux/update-copyright: Implement and document
7882         UPDATE_COPYRIGHT_FORCE.
7883         * tests/test-update-copyright.sh: Test it.
7884
7885 2009-08-14  Eric Blake  <ebb9@byu.net>
7886         and Bruno Haible  <bruno@clisp.org>
7887
7888         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
7889         * tests/test-locale.c: Revert previous patch related to NULL.
7890         * tests/test-stdio.c: Likewise.
7891         * tests/test-stdlib.c: Likewise.
7892         * tests/test-string.c: Likewise.
7893         * tests/test-unistd.c: Likewise.
7894         * modules/time-tests (Depends-on): Add verify.
7895         * modules/wchar-tests (Depends-on): Likewise.
7896         * tests/test-time.c: Test for NULL compliance.
7897         * tests/test-wchar.c: Likewise.
7898         * modules/locale (Depends-on): Add stddef.
7899         * modules/stdio (Depends-on): Likewise.
7900         * modules/stdlib (Depends-on): Likewise.
7901         * modules/string (Depends-on): Likewise.
7902         * modules/time (Depends-on): Likewise.
7903         * modules/unistd (Depends-on): Likewise.
7904         * modules/wchar (Depends-on): Likewise.
7905         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
7906         * lib/stdlib.in.h (includes): Likewise.
7907         * lib/string.in.h (includes): Likewise.
7908         * lib/time.in.h (includes): Likewise.
7909         * lib/unistd.in.h (includes): Likewise.
7910         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
7911         replaced.
7912         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7913         * m4/stddef_h.m4: New file.
7914         * modules/stddef: Likewise.
7915         * lib/stddef.in.h: Likewise.
7916         * modules/stddef-tests: Likewise.
7917         * tests/test-stddef.c: Likewise.
7918         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
7919         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
7920         * doc/posix-headers/locale.texi (locale.h): Likewise.
7921         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
7922         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
7923         * doc/posix-headers/string.texi (string.h): Likewise.
7924         * doc/posix-headers/time.texi (time.h): Likewise.
7925         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
7926         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
7927
7928 2009-08-14  Eric Blake  <ebb9@byu.net>
7929
7930         doc: improve git diff of texinfo files
7931         * .gitattributes: Add rule for *.texi files, with hint on how to
7932         use it.
7933         Copied from m4, and based on a report by Bruno Haible.
7934
7935 2009-08-14  Bruno Haible  <bruno@clisp.org>
7936
7937         Disable multithread support by default on Cygwin 1.5.x for real.
7938         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
7939
7940 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7941
7942         update-copyright: much ado about intervals
7943         * build-aux/update-copyright: Implement and document
7944         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
7945         of copyright year intervals.
7946         Also, document UPDATE_COPYRIGHT_YEAR.
7947         * tests/test-update-copyright.sh: Test it.
7948
7949         update-copyright: convert 2-digit to 4-digit years
7950         * build-aux/update-copyright: Implement and document.
7951         * tests/test-update-copyright.sh: Update.
7952
7953 2009-08-14  Jim Meyering  <meyering@redhat.com>
7954
7955         test-exclude: avoid coreutils "make check" failure
7956         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
7957         just as in test-argmatch.c.
7958
7959 2009-08-13  Eric Blake  <ebb9@byu.net>
7960
7961         test-dup2: fix bad assumption
7962         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
7963         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
7964
7965         test-version-etc: fix CRLF portability issue
7966         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
7967         recognize \r.
7968         * tests/test-argp-version-etc-1.sh: Likewise.
7969
7970         getopt: update client modules
7971         * modules/argp (Depends-on): Use getopt-gnu.
7972         * modules/git-merge-changelog (Depends-on): Likewise.
7973         * modules/long-options (Depends-on): Likewise.
7974         * modules/xstrtol (Depends-on): Likewise.
7975
7976 2009-08-13  Simon Josefsson  <simon@josefsson.org>
7977
7978         * tests/test-version-etc.sh: Don't fail on different
7979         project/version.  Don't fail on CRLF differences.  Rewrite to use
7980         multiple -e instead of multiple sed forks, suggested by Eric Blake
7981         <ebb9@byu.net>.
7982         * tests/test-argp-version-etc-1.sh: Likewise.
7983
7984 2009-08-13  Simon Josefsson  <simon@josefsson.org>
7985
7986         * tests/test-version-etc.sh: Don't fail on different
7987         project/version.
7988
7989 2009-08-12  Bruno Haible  <bruno@clisp.org>
7990
7991         Tests for modules 'getopt-posix', 'getopt-gnu'.
7992         * modules/getopt-posix-tests: New file.
7993         * tests/test-getopt.c: New file.
7994         * tests/test-getopt.h: New file.
7995         * tests/test-getopt_long.h: New file.
7996
7997         New modules 'getopt-posix', 'getopt-gnu'.
7998         * modules/getopt-gnu: New file, renamed from modules/getopt.
7999         * modules/getopt-posix: New file.
8000         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
8001         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
8002         (gl_GETOPT): Remove macro.
8003         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
8004         Disable the test against BSD systems that declare optreset. Test
8005         against mingw bug. Test against lack of support of optional arguments
8006         on many platforms.
8007         * doc/glibc-headers/getopt.texi: Update module name and list of
8008         relevant platforms.
8009         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
8010         'getopt-gnu' and more portability problems.
8011         * NEWS: Mention the changes.
8012
8013 2009-08-12  Bruno Haible  <bruno@clisp.org>
8014
8015         Ensure that optarg etc. get declared by <unistd.h>.
8016         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
8017         AC_USE_SYSTEM_EXTENSIONS.
8018         * modules/getopt (Depends-on): Add 'extensions'.
8019
8020 2009-08-12  Bruno Haible  <bruno@clisp.org>
8021
8022         Avoid test link errors.
8023         * modules/pipe-filter-ii-tests (Makefile.am): Define
8024         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
8025         * modules/pipe-filter-gi-tests (Makefile.am): Define
8026         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
8027         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8028
8029 2009-08-12  Bruno Haible  <bruno@clisp.org>
8030
8031         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
8032         gl_GETOPT_SUBSTITUTE before.
8033         (gl_GETOPT): Use it.
8034         * m4/argp.m4 (gl_ARGP): Update.
8035         Reported by Sergey Poznyakoff.
8036
8037         * m4/getopt.m4: Reorder macros.
8038         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
8039         (gl_GETOPT_SUBSTITUTE): Remove macro.
8040
8041 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8042
8043         Minor improvement in gitlog-to-changelog
8044
8045         * build-aux/gitlog-to-changelog: New option `--format' makes
8046         output format string configurable.
8047
8048 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8049
8050         Optimize exclude: use hash tables for non-wildcard patterns.
8051
8052         * lib/exclude.c: Include hash.h and mbuiter.h
8053         (struct exclude_pattern, exclude_segment): New data types.
8054         (struct exclude): Rewrite.
8055         (fnmatch_pattern_has_wildcards): New function.
8056         (new_exclude_segment, free_exclude_segment): New functions.
8057         (excluded_file_pattern_p, excluded_file_name_p): New functions.
8058         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
8059         * lib/exclude.h (is_fnmatch_pattern): New prototype.
8060         * modules/exclude: Depend on hash and mbuiter.
8061
8062         * modules/exclude-tests: New file.
8063         * tests/test-exclude.c: New file.
8064         * tests/test-exclude1.sh: New file.
8065         * tests/test-exclude2.sh: New file.
8066         * tests/test-exclude3.sh: New file.
8067         * tests/test-exclude4.sh: New file.
8068         * tests/test-exclude5.sh: New file.
8069         * tests/test-exclude6.sh: New file.
8070         * tests/test-exclude7.sh: New file.
8071
8072 2009-08-12  Bruno Haible  <bruno@clisp.org>
8073
8074         Ensure that getopt() gets declared by <unistd.h>.
8075         * lib/unistd.in.h: Conditionally include getopt.h.
8076         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
8077         Set GNULIB_UNISTD_H_GETOPT.
8078         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8079         GNULIB_UNISTD_H_GETOPT.
8080         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
8081
8082 2009-08-12  Bruno Haible  <bruno@clisp.org>
8083
8084         Clarify logic.
8085         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
8086         gl_replace_getopt instead of GETOPT_H.
8087
8088 2009-08-12  Bruno Haible  <bruno@clisp.org>
8089
8090         * m4/getopt.m4: Add comments.
8091
8092 2009-08-12  Bruno Haible  <bruno@clisp.org>
8093
8094         Disable multithread support by default on Cygwin 1.5.x.
8095         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
8096         set gl_use_threads=no if not specified otherwise.
8097
8098 2009-08-11  Bruno Haible  <bruno@clisp.org>
8099
8100         Avoid compilation error on NetBSD 5.0.
8101         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
8102         * tests/test-stdio.c: Likewise.
8103         * tests/test-stdlib.c: Likewise.
8104         * tests/test-string.c: Likewise.
8105         * tests/test-unistd.c: Likewise.
8106         Reported by Greg Troxel <gdt@ir.bbn.com>
8107         at <https://savannah.gnu.org/support/?106973>.
8108
8109 2009-08-11  Bruno Haible  <bruno@clisp.org>
8110
8111         * modules/dup2-tests (Depends-on): Remove close.
8112
8113         Undo 2009-07-19 commit.
8114         * modules/acl-tests (Depends-on): Remove close.
8115         * modules/binary-io-tests (Depends-on): Likewise.
8116         * modules/closein-tests (Depends-on): Likewise.
8117         * modules/flock-tests (Depends-on): Likewise.
8118         * modules/fsync-tests (Depends-on): Likewise.
8119         * modules/lseek-tests (Depends-on): Likewise.
8120         * modules/pipe-tests (Depends-on): Likewise.
8121         * modules/posix_spawn-tests (Depends-on): Likewise.
8122         * modules/posix_spawnp-tests (Depends-on): Likewise.
8123         * modules/stat-time-tests (Depends-on): Likewise.
8124         * modules/yesno-tests (Depends-on): Likewise.
8125
8126 2009-08-10  Bruno Haible  <bruno@clisp.org>
8127
8128         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
8129
8130 2009-08-10  Bruno Haible  <bruno@clisp.org>
8131
8132         Fix a gcc warning.
8133         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
8134
8135 2009-08-10  Bruno Haible  <bruno@clisp.org>
8136
8137         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
8138         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
8139         not only the first time.
8140         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
8141         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
8142         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
8143         is 1, not only the the first time.
8144
8145 2009-08-10  Bruno Haible  <bruno@clisp.org>
8146
8147         Make it possible to use module 'gethostname' without module 'close'.
8148         * lib/unistd.in.h (close): Evoke a link error only if
8149         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8150         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8151         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8152         * modules/unistd (Makefile.am): Substitute
8153         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8154         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
8155         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8156         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
8157         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8158         * modules/sys_ioctl (Makefile.am): Substitute
8159         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8160         * modules/socket (configure.ac): On native Windows, set
8161         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
8162         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8163         Reported by Sam Steingold <sds@gnu.org>.
8164
8165 2009-08-10  Bruno Haible  <bruno@clisp.org>
8166
8167         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
8168         * modules/ioctl (configure.ac): Likewise.
8169
8170 2009-08-10  Bruno Haible  <bruno@clisp.org>
8171
8172         Avoid collision between gnulib wrapper and libintl wrapper.
8173         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
8174         already defined in intl/printf.c.
8175         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
8176         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
8177
8178 2009-08-09  Bruno Haible  <bruno@clisp.org>
8179
8180         Make <sys/select.h> really self-contained, also on Solaris 10.
8181         * lib/sys_select.in.h: Include <string.h>.
8182         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
8183         Solaris 10 problem.
8184         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
8185         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
8186         Reported by Jim Meyering.
8187
8188 2009-08-09  Bruno Haible  <bruno@clisp.org>
8189
8190         Avoid warnings from 'aclocal' that are due to a use of macro name
8191         AM_XGETTEXT_OPTION that is not defined in automake.
8192         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
8193         automake.
8194         * modules/error (configure.ac): Likewise.
8195         * modules/propername (configure.ac): Likewise.
8196         * modules/vasprintf (configure.ac): Likewise.
8197         * modules/verror (configure.ac): Likewise.
8198         * modules/xprintf (configure.ac): Likewise.
8199         * modules/xvasprintf (configure.ac): Likewise.
8200
8201 2009-08-08  Bruno Haible  <bruno@clisp.org>
8202
8203         Avoid compilation error in C++ mode.
8204         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
8205         Reported by Sam Steingold <sds@gnu.org>.
8206
8207 2009-08-08  Bruno Haible  <bruno@clisp.org>
8208
8209         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
8210         for the various Unix platforms.
8211         * doc/posix-headers/limits.texi: Update platforms list regarding
8212         HOST_NAME_MAX.
8213         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8214
8215 2009-08-07  Jim Meyering  <meyering@redhat.com>
8216
8217         selinux-at: fix typo in a comment
8218         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
8219         Spotted by Paolo Bonzini.
8220
8221         selinux-at: remove redundant m4 code, add documentation
8222         * modules/selinux-at (configure.ac): Remove redundant code.
8223         LIB_SELINUX is already set via the dependent module, selinux-h.
8224         (Include): Add quotes around selinux-at.h.
8225         * lib/selinux-at.h: Add documentation.
8226         Reported by Bruno Haible in
8227         http://marc.info/?l=gnulib-bug&m=124958988300749
8228
8229 2009-08-07  Bruno Haible  <bruno@clisp.org>
8230
8231         Avoid link error on MacOS X 10.3 and 10.4.
8232         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
8233         on non-ELF systems.
8234         * lib/argp-pv.c (argp_program_version): Likewise.
8235         Reported by Simon Josefsson.
8236
8237 2009-08-07  Simon Josefsson  <simon@josefsson.org>
8238
8239         * tests/test-version-etc.sh: Use $EXEEXT.
8240
8241 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
8242
8243         update-copyright: update documentation to point to maint.mk
8244         * build-aux/update-copyright: Here.
8245
8246 2009-08-06  Jim Meyering  <meyering@redhat.com>
8247
8248         maint.mk: support update-copyright-local
8249         * top/maint.mk (update-copyright-local): Define place-holder.
8250         (update-copyright): Depend on $(update-copyright-local).
8251
8252 2009-08-06  Jim Meyering  <meyering@redhat.com>
8253
8254         selinux-at: new module
8255         Initially written for coreutils, this module will soon be
8256         used by findutils, too.
8257         * MODULES.html.sh [Misc]: Add selinux-at.
8258         * lib/selinux-at.h: New file, from coreutils.
8259         * lib/selinux-at.c: Likewise.
8260         * modules/selinux-at: Likewise.
8261         (License): Change from LGPL to GPL, since it depends
8262         on the GPL'd openat module.
8263
8264         doc: update README
8265         * README: Remove references to cogito.
8266         Remove cvs-repo-updating instructions from 2007.
8267         Don't imply that CVS is better if you have limited disk space.
8268
8269 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8270
8271         update-copyright: support C-style comments
8272         * build-aux/update-copyright: Implement and document.
8273         * tests/test-update-copyright.sh: Test.
8274
8275 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8276
8277         update-copyright: support omitted "(C)"
8278         * build-aux/update-copyright: Implement and document.  Also,
8279         allow variable whitespace before "(C)".
8280         * tests/test-update-copyright.sh: Test.
8281
8282 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8283
8284         update-copyright: don't trip on non-FSF copyright statements
8285         * build-aux/update-copyright: Fix so that the first correctly
8286         formatted FSF copyright statement is recognized no matter what
8287         appears before it.  Update documentation.
8288         * tests/test-update-copyright.sh: Test that.
8289
8290 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8291
8292         update-copyright: clean up code a little
8293         * build-aux/update-copyright: Append "_re" to the name of any
8294         variable holding a regular expression.
8295         Replace "old" and "new" with "stmt" in variable names.
8296         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
8297         handled correctly.
8298         Format code more consistently.
8299
8300 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8301
8302         update-copyright-tests: improve portability
8303         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
8304         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
8305
8306 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8307
8308         update-copyright: support @copyright{} and &copy;
8309         * build-aux/update-copyright: Implement and document.
8310         * tests/test-update-copyright.sh: Test.
8311
8312 2009-08-04  Jim Meyering  <meyering@redhat.com>
8313
8314         update-copyright-tests: correctly test EOL=\r\n handling
8315         * tests/test-update-copyright.sh: Put \r at the end of some lines
8316         for the dos-eol tests.  Based on a patch by Joel E. Denny.
8317
8318         maint.mk: make update-copyright exclusion list more configurable
8319         * top/maint.mk (update-copyright): Default to excluding COPYING,
8320         but allow an override, in case someone does want to update that file.
8321
8322         maint.mk: don't update copyright date in COPYING
8323         * top/maint.mk (update-copyright): Exclude COPYING.
8324
8325         maint.mk: add a copyright-updating rule
8326         * top/maint.mk (update-copyright): New rule.
8327         Derived from coreutils/Makefile.am.
8328
8329         update-copyright: rename some variables
8330         * build-aux/update-copyright: Rename a few variables for clarity.
8331         Tweak syntax.  List Joel E. Denny as coauthor.
8332
8333 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8334
8335         update-copyright: fix bug for 2-digit last year and add tests
8336         * build-aux/update-copyright: Fix bug.
8337         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
8338         specified.
8339         * modules/update-copyright-tests: New
8340         * tests/test-update-copyright.sh: New.
8341
8342 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8343
8344         update-copyright: handle leading tabs in line prefix
8345         * build-aux/update-copyright: Count leading tabs as 8 spaces
8346         when computing margin.  This helps with the formatting of
8347         ChangeLogs, for example.
8348         Fix documentation a little.
8349
8350 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8351
8352         update-copyright: support EOL=\r\n
8353         * build-aux/update-copyright: Implement that.
8354
8355 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8356
8357         update-copyright: automatically format copyright statements
8358         * build-aux/update-copyright: Implement that.
8359         Also, be a little more predictable and safer by always failing
8360         when the full copyright format is not perfectly recognized as an
8361         unbroken whole.  Discussed at
8362         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
8363         Rewrite documentation.
8364
8365 2009-08-03  Bruno Haible  <bruno@clisp.org>
8366
8367         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
8368
8369 2009-08-02  Bruno Haible  <bruno@clisp.org>
8370
8371         Tests for module 'uname'.
8372         * modules/uname-tests: New file.
8373         * tests/test-uname.c: New file.
8374
8375         New module 'uname'.
8376         * lib/uname.c: New file.
8377         * m4/uname.m4: New file.
8378         * modules/uname: New file.
8379         * doc/posix-functions/uname.texi: Mention the new module.
8380
8381 2009-08-02  Bruno Haible  <bruno@clisp.org>
8382
8383         Tests for module 'sys_utsname'.
8384         * modules/sys_utsname-tests: New file.
8385         * tests/test-sys_utsname.c: New file.
8386
8387         New module 'sys_utsname'.
8388         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
8389         * m4/sys_utsname_h.m4: New file.
8390         * modules/sys_utsname: New file.
8391         * doc/posix-headers/sys_utsname.texi: Mention the new module.
8392
8393 2009-08-02  Bruno Haible  <bruno@clisp.org>
8394
8395         Implicitly initialize the sockets library.
8396         * lib/gethostname.c: Include sockets.h.
8397         (rpl_gethostname): Invoke gl_sockets_startup.
8398         * lib/socket.c: Include sockets.h.
8399         (rpl_socket): Invoke gl_sockets_startup.
8400         * modules/gethostname (Depends-on): Add sockets.
8401         * modules/socket (Depends-on): Likewise.
8402         * tests/test-poll.c: Don't include sockets.h.
8403         (main): Don't invoke gl_sockets_startup.
8404         * tests/test-select.c: Don't include sockets.h.
8405         (main): Don't invoke gl_sockets_startup.
8406
8407 2009-08-02  Bruno Haible  <bruno@clisp.org>
8408
8409         Allow multiple calls to gl_sockets_startup.
8410         * lib/sockets.c (initialized_sockets_version): New variable.
8411         (gl_sockets_startup): Do nothing if already called for this or a higher
8412         version.
8413         (gl_sockets_cleanup): Reset initialized_sockets_version.
8414
8415 2009-08-03  Simon Josefsson  <simon@josefsson.org>
8416
8417         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
8418         different project/version.
8419
8420 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
8421             Bruno Haible  <bruno@clisp.org>
8422
8423         Tests for module 'pipe-filter-gi'.
8424         * modules/pipe-filter-gi-tests: New file.
8425         * tests/test-pipe-filter-gi1.sh: New file.
8426         * tests/test-pipe-filter-gi1.c: New file.
8427         * tests/test-pipe-filter-gi2.sh: New file.
8428         * tests/test-pipe-filter-gi2-main.c: New file.
8429         * tests/test-pipe-filter-gi2-child.c: New file.
8430
8431         New module 'pipe-filter-gi'.
8432         * lib/pipe-filter-gi.c: New file.
8433         * modules/pipe-filter-gi: New file.
8434
8435 2009-08-02  Bruno Haible  <bruno@clisp.org>
8436             Paolo Bonzini  <bonzini@gnu.org>
8437
8438         Tests for module 'pipe-filter-ii'.
8439         * modules/pipe-filter-ii-tests: New file.
8440         * tests/test-pipe-filter-ii1.sh: New file.
8441         * tests/test-pipe-filter-ii1.c: New file.
8442         * tests/test-pipe-filter-ii2.sh: New file.
8443         * tests/test-pipe-filter-ii2-main.c: New file.
8444         * tests/test-pipe-filter-ii2-child.c: New file.
8445
8446         New module 'pipe-filter-ii'.
8447         * lib/pipe-filter.h: New file.
8448         * lib/pipe-filter-ii.c: New file.
8449         * lib/pipe-filter-aux.h: New file.
8450         * modules/pipe-filter-ii: New file.
8451
8452 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8453
8454         * lib/gc-libgcrypt.c: Change copyright to FSF.
8455         * lib/gc-gnulib.c: Likewise.
8456
8457 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
8458
8459         * lib/gethostname.c: Include limits.h.
8460
8461 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8462             Bruno Haible  <bruno@clisp.org>
8463
8464         Ensure HOST_NAME_MAX as part of the gethostname module.
8465         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
8466         define also HOST_NAME_MAX.
8467         * tests/test-gethostname.c: Include <limits.h>.
8468         (main): Check also HOST_NAME_MAX.
8469         * doc/posix-headers/limits.texi: Document the mingw problem.
8470
8471 2009-08-02  Bruno Haible  <bruno@clisp.org>
8472
8473         * lib/gethostname.c (gethostname): Fix handling of large len argument.
8474         Add comments.
8475
8476 2009-03-31  Simon Josefsson  <simon@josefsson.org>
8477
8478         * lib/gethostname.c: Add Windows wrapper.
8479         * m4/gethostname.m4: Look for gethostname in -lws2_32.
8480         * modules/gethostname: Depend on sys_socket & errno, for also
8481         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
8482         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
8483
8484 2009-07-31  Jim Meyering  <meyering@redhat.com>
8485
8486         getloadavg: fix symbol name in comment
8487         * lib/getloadavg.c: Correct a typo I introduced when adding
8488         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
8489         Matt Kraai spotted the problem.
8490
8491 2009-07-29  Matt Kraai  <mkraai@beckman.com>
8492
8493         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
8494         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
8495         code also if ! defined N_NAME_POINTER.
8496         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
8497         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
8498         but the n_name member is a 12-byte array.
8499
8500 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
8501
8502         update-copyright: generalize comment handling
8503         * build-aux/update-copyright: Handle copyright statements
8504         within more comment styles.
8505         Document usage.
8506         Report any file with an external copyright holder or parse failure.
8507
8508 2009-07-29  Jim Meyering  <meyering@redhat.com>
8509
8510         mktime: correct setting of REPLACE_MKTIME
8511         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
8512
8513         update-copyright: new module
8514         * modules/update-copyright: New file.
8515         * build-aux/update-copyright: New file.
8516         * MODULES.html.sh (maint+release support): Add update-copyright.
8517
8518 2009-07-27  Bruno Haible  <bruno@clisp.org>
8519
8520         Fix compilation error when <ctime> is used and mktime is replaced.
8521         * lib/time.in.h (mktime): New declaration.
8522         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
8523         REPLACE_MKTIME instead of defining mktime in config.h.
8524         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
8525         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
8526         Reported by Ross McFarland <rwmcfa1@neces.com>.
8527
8528 2009-07-27  Bruno Haible  <bruno@clisp.org>
8529
8530         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
8531         Reported by Matt Kraai <mkraai@beckman.com>.
8532
8533 2009-07-25  Jim Meyering  <meyering@redhat.com>
8534
8535         maint.mk: avoid warnings about missing files
8536         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
8537         diagnostic when .prev-version does not exist.
8538         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
8539         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
8540         nonexistent cfg.mk.
8541         Suggestions from Simon Josefsson.
8542
8543 2009-07-25  Bruno Haible  <bruno@clisp.org>
8544
8545         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
8546         defined as macros. Needed on QNX 6.4.1.
8547         Reported by Matt Kraai <mkraai@beckman.com>.
8548
8549 2009-07-23  Jim Meyering  <meyering@redhat.com>
8550
8551         maint.mk: invoke "make dist" with a working value of XZ_OPT
8552         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
8553
8554 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
8555
8556         Make fseeko.c compile on QNX.
8557         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
8558
8559 2009-07-22  Peter Simons  <simons@cryp.to>
8560
8561         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
8562         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
8563         * lib/md4.h: Likewise.
8564         * lib/md5.h: Likewise.
8565         * lib/sha1.h: Likewise.
8566         * lib/sha256.h: Likewise.
8567         * lib/sha512.h: Likewise.
8568
8569         tests-sha1: don't assign literal string to 'char *' variable
8570         * tests/test-sha1.c (main): Declare locals with "const" to match
8571         attributes of the right hand side.
8572
8573 2009-07-21  Eric Blake  <ebb9@byu.net>
8574
8575         dup2: fix more mingw problems
8576         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
8577         fd to itself.
8578         * doc/posix-functions/dup2.texi (dup2): Document the bug.
8579         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
8580         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
8581         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
8582         care of mingw bugs.
8583
8584 2009-07-21  Jim Meyering  <meyering@redhat.com>
8585
8586         vc-list-files: avoid failure when /bin/sh is dash
8587         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
8588         On some Debian based systems, /bin/sh is a symlink to dash, and running
8589         this command would omit the "/" following each 'tests' prefix:
8590           dash -x build-aux/vc-list-files -C . tests
8591         That is because bash and dash work differently:
8592           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
8593           bash ok
8594           dash odd
8595
8596 2009-07-21  Eric Blake  <ebb9@byu.net>
8597
8598         dup2-tests: test previous patch
8599         * modules/dup2-tests: New file.
8600         * tests/test-dup2.c: Likewise.
8601         * tests/test-open.c (main): Avoid unspecified behavior.
8602         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
8603         test.
8604
8605         dup2: work around mingw and cygwin 1.5 bug
8606         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
8607         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8608         * modules/unistd (Makefile.am): Substitute it.
8609         * lib/unistd.in.h (dup2): Declare the replacement.
8610         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
8611         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
8612         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
8613         * modules/execute (Depends-on): Add dup2.
8614         * modules/fseterr (Depends-on): Likewise.
8615         * modules/pipe (Depends-on): Likewise.
8616         * modules/posix_spawn-internal (Depends-on): Likewise.
8617
8618 2009-07-21  Bruno Haible  <bruno@clisp.org>
8619
8620         * modules/.gitattributes: New file.
8621
8622 2009-07-20  Bruno Haible  <bruno@clisp.org>
8623
8624         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
8625         (main): Use it.
8626
8627 2009-07-20  Eric Blake  <ebb9@byu.net>
8628
8629         test-pipe: make a bit more robust.
8630         * tests/test-pipe.c (myerr): Allow error messages regardless of
8631         what we do to stderr.
8632         (test_pipe): Rearrange to avoid deadlock.
8633         (child_main): Try a larger read, to ensure we avoided deadlock.
8634         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
8635         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
8636         if misused.
8637
8638 2009-07-19  Jim Meyering  <meyering@redhat.com>
8639
8640         fts: avoid false-positive cycle-detection
8641         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
8642         for each new command line argument.
8643
8644 2009-07-19  Bruno Haible  <bruno@clisp.org>
8645
8646         Fix build error on mingw with the modules sys_select and unistd.
8647         * modules/acl-tests (Depends-on): Add close.
8648         * modules/binary-io-tests (Depends-on): Likewise.
8649         * modules/closein-tests (Depends-on): Likewise.
8650         * modules/flock-tests (Depends-on): Likewise.
8651         * modules/fsync-tests (Depends-on): Likewise.
8652         * modules/lseek-tests (Depends-on): Likewise.
8653         * modules/pipe-tests (Depends-on): Likewise.
8654         * modules/posix_spawn-tests (Depends-on): Likewise.
8655         * modules/posix_spawnp-tests (Depends-on): Likewise.
8656         * modules/stat-time-tests (Depends-on): Likewise.
8657         * modules/yesno-tests (Depends-on): Likewise.
8658
8659 2009-07-19  Bruno Haible  <bruno@clisp.org>
8660
8661         Unify conditionals.
8662         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
8663         macros, not at the compiler macros.
8664         * lib/pipe.c: Likewise.
8665         * lib/execute.c: Likewise.
8666         * lib/spawni.c: Likewise.
8667
8668 2009-07-19  Bruno Haible  <bruno@clisp.org>
8669
8670         Fix handling of closed stdin/stdout/stderr on mingw.
8671         * lib/w32spawn.h: Include unistd.h.
8672         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
8673         file descriptor with O_NOINHERIT flag.
8674         (fd_safer_noinherit): New function, based on fd-safer.c.
8675         (dup_safer_noinherit): New function, based on dup-safer.c.
8676         (undup_safer_noinherit): New function.
8677         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
8678         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
8679         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
8680         instead of fd_safer.
8681         * tests/test-pipe.c: Include <windows.h>.
8682         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
8683
8684         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
8685         from main.
8686         (test_pipe): Pass an extra argument for disambiguation.
8687         (main): Invoke parent_main or child_main.
8688
8689         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
8690         consistently.
8691
8692 2009-07-18  Eric Blake  <ebb9@byu.net>
8693
8694         test-pipe: fix mingw build
8695         * tests/test-pipe.c (main): Avoid fcntl on mingw.
8696
8697 2009-07-18  Bruno Haible  <bruno@clisp.org>
8698
8699         * modules/pipe-tests (Makefile.am): Fix typo.
8700
8701 2009-07-18  Eric Blake  <ebb9@byu.net>
8702
8703         error: fix mingw build
8704         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
8705         Reported by Bruno Haible.
8706
8707         error: avoid undefined use of stdout
8708         * lib/error.c (error, error_at_line): Check that fd 1 is open
8709         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
8710         is handling faults and the close_stdout module wants to report the
8711         detection of closed stdout as an error.
8712
8713 2009-07-17  Eric Blake  <ebb9@byu.net>
8714
8715         pipe: be robust in face of closed fds
8716         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
8717         should cause child to misbehave.
8718         * modules/pipe-tests: New module.
8719         * tests/test-pipe.c: New file.
8720         * tests/test-pipe.sh: New file.
8721         Reported by Akim Demaille.
8722
8723 2009-07-14  Bruno Haible  <bruno@clisp.org>
8724
8725         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
8726         Reported by anonymous kc.
8727
8728 2009-07-07  Jim Meyering  <meyering@redhat.com>
8729
8730         maint.mk: don't look for translatable strings in *.m4 or *.mk
8731         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
8732         when searching for translatable strings.
8733
8734 2009-07-05  Jim Meyering  <meyering@redhat.com>
8735
8736         remove superfluous parentheses in STREQ definition
8737         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
8738         * lib/getugroups.c (STREQ): Likewise.
8739         * lib/fnmatch.c (STREQ): Likewise.
8740         Spotted by Bruno Haible.
8741
8742 2009-07-04  Jim Meyering  <meyering@redhat.com>
8743
8744         argv-iter: new module
8745         * MODULES.html.sh: Add argv-iter.
8746         * lib/argv-iter.c, lib/argv-iter.h: New files.
8747         * modules/argv-iter: New file.
8748         * modules/argv-iter-tests: New file.
8749         * tests/test-argv-iter.c: Test it.
8750
8751 2009-07-04  Bruno Haible  <bruno@clisp.org>
8752
8753         Fix assertion.
8754         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
8755         contains more exact copies of a given entry than file2, leave the extra
8756         copies unpaired rather than aborting.
8757         Reported by Eric Blake.
8758
8759 2009-07-02  Bruno Haible  <bruno@clisp.org>
8760
8761         Speedup git-merge-changelog for git cherry-pick.
8762         * lib/git-merge-changelog.c (struct entries_mapping): New type.
8763         (entries_mapping_get): New function, extracted from compute_mapping.
8764         (entries_mapping_reverse_get): New function.
8765         (compute_mapping): Add a 'full' argument. Return the result in a
8766         'struct entries_mapping'.
8767         (main): Update. Access the mappings through entries_mapping_get.
8768         Reported by Eric Blake.
8769
8770 2009-07-02  Bruno Haible  <bruno@clisp.org>
8771
8772         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
8773         best_i.
8774
8775 2009-07-02  Bruno Haible  <bruno@clisp.org>
8776
8777         Speed up approximate search for matching ChangeLog entries.
8778         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
8779         argument. Call fstrcmp_bounded instead of fstrcmp.
8780         (compute_mapping, try_split_merged_entry, main): Update callers.
8781
8782 2009-07-02  Bruno Haible  <bruno@clisp.org>
8783
8784         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
8785
8786 2009-06-30  Bruno Haible  <bruno@clisp.org>
8787
8788         Reduce the number of uc_is_cased calls.
8789         * lib/unicase.h (casing_suffix_context_t): Add
8790         'first_char_except_ignorable' field.
8791         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
8792         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
8793         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
8794         Update initializer.
8795         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
8796         case-ignorable characters.
8797         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
8798         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
8799         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
8800         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
8801         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
8802
8803 2009-06-30  Bruno Haible  <bruno@clisp.org>
8804
8805         Tests for module 'unicase/ignorable'.
8806         * modules/unicase/ignorable-tests: New file.
8807         * tests/unicase/test-ignorable.c: New file, generated by
8808         gen-uni-tables.
8809
8810         Tests for module 'unicase/cased'.
8811         * modules/unicase/cased-tests: New file.
8812         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
8813         * tests/unicase/test-predicate-part1.h: New file, derived from
8814         tests/unictype/test-predicate-part1.h.
8815         * tests/unicase/test-predicate-part2.h: New file, same as
8816         tests/unictype/test-predicate-part2.h.
8817
8818         Fix evaluation of "Before C" condition of FINAL_SIGMA.
8819         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
8820         (output_casing_properties): New function.
8821         (main): Call it.
8822         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
8823         * lib/unicase/cased.c: Include unictype/bitmap.h.
8824         (uc_is_cased): Define through a bitmap lookup.
8825         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
8826         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
8827         (uc_is_case_ignorable): Define through a bitmap lookup.
8828         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
8829         lib/unictype/bitmap.h.
8830         (Depends-on): Add inline. Clean up.
8831         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
8832         lib/unictype/bitmap.h.
8833         (Depends-on): Add inline. Clean up.
8834         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
8835         recognition.
8836         * tests/unicase/test-u16-tolower.c (main): Likewise.
8837         * tests/unicase/test-u32-tolower.c (main): Likewise.
8838
8839 2009-06-30  Bruno Haible  <bruno@clisp.org>
8840
8841         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
8842         * lib/unicase/u16-casemap.c: Likewise.
8843         * lib/unicase/u32-casemap.c: Likewise.
8844
8845 2009-06-29  Bruno Haible  <bruno@clisp.org>
8846
8847         Define u32_casefold as a wrapper around u32_ct_casefold.
8848         * lib/unicase/u32-casefold.c: Update.
8849         * modules/unicase/u32-casefold (Depends-on): Add
8850         unicase/u32-ct-casefold, unicase/empty-prefix-context,
8851         unicase/empty-suffix-context. Clean up.
8852
8853         Define u16_casefold as a wrapper around u16_ct_casefold.
8854         * lib/unicase/u16-casefold.c: Update.
8855         * modules/unicase/u16-casefold (Depends-on): Add
8856         unicase/u16-ct-casefold, unicase/empty-prefix-context,
8857         unicase/empty-suffix-context. Clean up.
8858
8859         Define u8_casefold as a wrapper around u8_ct_casefold.
8860         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
8861         * lib/unicase/u8-casefold.c: Update.
8862         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
8863         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8864
8865         Define u32_totitle as a wrapper around u32_ct_totitle.
8866         * lib/unicase/u32-totitle.c: Update.
8867         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
8868         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8869
8870         Define u16_totitle as a wrapper around u16_ct_totitle.
8871         * lib/unicase/u16-totitle.c: Update.
8872         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
8873         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8874
8875         Define u8_totitle as a wrapper around u8_ct_totitle.
8876         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
8877         functions.
8878         (FUNC): Delegate to U_CT_TOTITLE.
8879         * lib/unicase/u8-totitle.c: Update.
8880         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
8881         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8882
8883         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
8884         invocation.
8885         * modules/unicase/u32-tolower (Depends-on): Add
8886         unicase/empty-prefix-context, unicase/empty-suffix-context.
8887
8888         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
8889         invocation.
8890         * modules/unicase/u16-tolower (Depends-on): Add
8891         unicase/empty-prefix-context, unicase/empty-suffix-context.
8892
8893         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
8894         * modules/unicase/u8-tolower (Depends-on): Add
8895         unicase/empty-prefix-context, unicase/empty-suffix-context.
8896
8897         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
8898         invocation.
8899         * modules/unicase/u32-toupper (Depends-on): Add
8900         unicase/empty-prefix-context, unicase/empty-suffix-context.
8901
8902         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
8903         invocation.
8904         * modules/unicase/u16-toupper (Depends-on): Add
8905         unicase/empty-prefix-context, unicase/empty-suffix-context.
8906
8907         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
8908         * modules/unicase/u8-toupper (Depends-on): Add
8909         unicase/empty-prefix-context, unicase/empty-suffix-context.
8910
8911         New module 'unicase/u32-ct-casefold'.
8912         * lib/unicase/u32-ct-casefold.c: New file.
8913         * modules/unicase/u32-ct-casefold: New file.
8914
8915         New module 'unicase/u16-ct-casefold'.
8916         * lib/unicase/u16-ct-casefold.c: New file.
8917         * modules/unicase/u16-ct-casefold: New file.
8918
8919         New module 'unicase/u8-ct-casefold'.
8920         * lib/unicase/u8-ct-casefold.c: New file.
8921         * lib/unicase/u-ct-casefold.h: New file, derived from
8922         lib/unicase/u-casefold.h.
8923         * modules/unicase/u8-ct-casefold: New file.
8924
8925         New module 'unicase/u32-ct-totitle'.
8926         * lib/unicase/u32-ct-totitle.c: New file.
8927         * modules/unicase/u32-ct-totitle: New file.
8928
8929         New module 'unicase/u16-ct-totitle'.
8930         * lib/unicase/u16-ct-totitle.c: New file.
8931         * modules/unicase/u16-ct-totitle: New file.
8932
8933         New module 'unicase/u8-ct-totitle'.
8934         * lib/unicase/u8-ct-totitle.c: New file.
8935         * lib/unicase/u-ct-totitle.h: New file, derived from
8936         lib/unicase/u-totitle.h.
8937         * modules/unicase/u8-ct-totitle: New file.
8938
8939         New module 'unicase/u32-ct-tolower'.
8940         * lib/unicase/u32-ct-tolower.c: New file.
8941         * modules/unicase/u32-ct-tolower: New file.
8942
8943         New module 'unicase/u16-ct-tolower'.
8944         * lib/unicase/u16-ct-tolower.c: New file.
8945         * modules/unicase/u16-ct-tolower: New file.
8946
8947         New module 'unicase/u8-ct-tolower'.
8948         * lib/unicase/u8-ct-tolower.c: New file.
8949         * modules/unicase/u8-ct-tolower: New file.
8950
8951         New module 'unicase/u32-ct-toupper'.
8952         * lib/unicase/u32-ct-toupper.c: New file.
8953         * modules/unicase/u32-ct-toupper: New file.
8954
8955         New module 'unicase/u16-ct-toupper'.
8956         * lib/unicase/u16-ct-toupper.c: New file.
8957         * modules/unicase/u16-ct-toupper: New file.
8958
8959         New module 'unicase/u8-ct-toupper'.
8960         * lib/unicase/u8-ct-toupper.c: New file.
8961         * modules/unicase/u8-ct-toupper: New file.
8962
8963         Add context arguments to u*_casemap functions.
8964         * lib/unicase/unicasemap.h: Include unicase.h.
8965         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
8966         suffix_context arguments.
8967         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
8968         functions.
8969         (FUNC): Add prefix_context and suffix_context arguments. Use
8970         uc_is_cased and uc_is_case_ignorable.
8971         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
8972         * lib/unicase/u16-casemap.c: Likewise.
8973         * lib/unicase/u32-casemap.c: Likewise.
8974         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
8975         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8976         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
8977         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8978         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
8979         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
8980
8981         New module 'unicase/u32-suffix-context'.
8982         * lib/unicase/u32-suffix-context.c: New file.
8983         * modules/unicase/u32-suffix-context: New file.
8984
8985         New module 'unicase/u16-suffix-context'.
8986         * lib/unicase/u16-suffix-context.c: New file.
8987         * modules/unicase/u16-suffix-context: New file.
8988
8989         New module 'unicase/u8-suffix-context'.
8990         * lib/unicase/u8-suffix-context.c: New file.
8991         * lib/unicase/u-suffix-context.h: New file.
8992         * modules/unicase/u8-suffix-context: New file.
8993
8994         New module 'unicase/empty-suffix-context'.
8995         * lib/unicase/empty-suffix-context.c: New file.
8996         * modules/unicase/empty-suffix-context: New file.
8997
8998         New module 'unicase/u32-prefix-context'.
8999         * lib/unicase/u32-prefix-context.c: New file.
9000         * modules/unicase/u32-prefix-context: New file.
9001
9002         New module 'unicase/u16-prefix-context'.
9003         * lib/unicase/u16-prefix-context.c: New file.
9004         * modules/unicase/u16-prefix-context: New file.
9005
9006         New module 'unicase/u8-prefix-context'.
9007         * lib/unicase/u8-prefix-context.c: New file.
9008         * lib/unicase/u-prefix-context.h: New file.
9009         * lib/unicase/context.h: New file.
9010         * modules/unicase/u8-prefix-context: New file.
9011
9012         New module 'unicase/empty-prefix-context'.
9013         * lib/unicase/empty-prefix-context.c: New file.
9014         * modules/unicase/empty-prefix-context: New file.
9015
9016         New module 'unicase/ignorable'.
9017         * lib/unicase/ignorable.c: New file.
9018         * modules/unicase/ignorable: New file.
9019
9020         New module 'unicase/cased'.
9021         * lib/unicase/caseprop.h: New file.
9022         * lib/unicase/cased.c: New file.
9023         * modules/unicase/cased: New file.
9024
9025         New functions for case mapping of substrings.
9026         * lib/unicase.h (casing_prefix_context_t): New type.
9027         (unicase_empty_prefix_context): New variable.
9028         (u8_casing_prefix_context, u16_casing_prefix_context,
9029         u32_casing_prefix_context, u8_casing_prefixes_context,
9030         u16_casing_prefixes_context, u32_casing_prefixes_context): New
9031         declarations.
9032         (casing_suffix_context_t): New type.
9033         (unicase_empty_suffix_context): New variable.
9034         (u8_casing_suffix_context, u16_casing_suffix_context,
9035         u32_casing_suffix_context, u8_casing_suffixes_context,
9036         u16_casing_suffixes_context, u32_casing_suffixes_context,
9037         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
9038         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
9039         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
9040         declarations.
9041
9042 2009-06-28  Jim Meyering  <meyering@redhat.com>
9043
9044         boostrap: indent only with spaces
9045         * build-aux/bootstrap: Indent only with spaces, never TABs.
9046
9047         bootstrap: split long lines
9048         * build-aux/bootstrap: Keep line length < 80.
9049
9050         bootstrap: sync from coreutils
9051         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
9052         just as autoreconf does.  Verify a list of prerequisite
9053         package-name,version-number pairs if defined in bootstrap.conf.
9054         Refer to README-prereq, if prerequisites are not satisfied.
9055
9056 2009-06-27  Eric Blake  <ebb9@byu.net>
9057
9058         tests: add test for bogus NULL definition
9059         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
9060         * tests/test-stdlib.c: Likewise.
9061         * tests/test-string.c: Likewise.
9062         * tests/test-locale.c: Likewise.
9063         * tests/test-unistd.c: Likewise.
9064         * modules/stdio-tests (Depends-on): Add verify.
9065         * modules/stdlib-tests (Depends-on): Likewise.
9066         * modules/string-tests (Depends-on): Likewise.
9067         * modules/locale-tests (Depends-on): Likewise.
9068         * modules/unistd-tests (Depends-on): Likewise.
9069
9070 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
9071
9072         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
9073         self-explaining comment.
9074         * m4/selinux-selinux-h: Update serial.
9075         (gl_LIBSELINUX): New macro, adding a warning for missing development
9076         packages to code extracted from...
9077         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
9078         Add warning for missing development packages here, too.
9079
9080 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
9081
9082         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
9083
9084 2009-06-25  Eric Blake  <ebb9@byu.net>
9085
9086         version-etc: fix regression
9087         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
9088         gcc.
9089         (version_etc): Use it, to catch bugs with trailing NULL.
9090         * lib/version-etc.c (version_etc_arn): Delete unused argument.
9091         (version_etc_va): Fix logic bug.
9092         * modules/version-etc-tests: Add test.
9093         * tests/test-version-etc.c: New file.
9094         * tests/test-version-etc.sh: Likewise.
9095
9096 2009-06-25  Sam Steingold  <sds@gnu.org>
9097
9098         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
9099         mbtowc declaration.
9100
9101 2009-06-25  Eric Blake  <ebb9@byu.net>
9102
9103         fpurge: migrate into <stdio.h>
9104         * lib/fpurge.h: Delete...
9105         * lib/stdio.in.h (fpurge): ...and declare here, instead.
9106         * lib/fpurge.c (fpurge): Change declaring header.
9107         * modules/fpurge (Files): Drop deleted file.
9108         (Depends-on): Add stdio.
9109         (configure.ac): Set witness.
9110         * modules/stdio (Makefile.am): Support fpurge macros.
9111         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9112         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
9113         * lib/fflush.c: Update client.
9114         * tests/test-fpurge.c: Likewise.
9115         * NEWS: Mention the change.
9116
9117 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9118
9119         * lib/argp-version-etc.c (program_authors): Add const
9120         qualifier.
9121         * lib/version-etc.c: Fix typos in the comments.
9122         * modules/argp-version-etc: Depends on version-etc.
9123
9124 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9125
9126         argp-version-etc: new module.
9127
9128         * lib/argp-version-etc.c: New file.
9129         * lib/argp-version-etc.h: New file.
9130         * modules/argp-version-etc: New file.
9131         * modules/argp-version-etc-tests: New file.
9132         * tests/test-argp-version-etc.c: New test.
9133         * tests/test-argp-version-etc-1.sh: New test.
9134
9135 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9136
9137         Provide additional interfaces and documentation for version-etc
9138         module.
9139
9140         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
9141         interfaces.
9142         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
9143         prototypes.
9144
9145 2009-06-24  Bruno Haible  <bruno@clisp.org>
9146
9147         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
9148         HAVE_LIB${NAME} macro.
9149         Reported by Sam Steingold <sds@gnu.org>.
9150
9151 2009-06-23  Simon Josefsson  <simon@josefsson.org>
9152
9153         * modules/hash-tests (test_hash_LDADD): Link to libintl when
9154         needed.
9155
9156 2009-06-21  Bruno Haible  <bruno@clisp.org>
9157
9158         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
9159         work.
9160         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
9161         together with LIB${NAME}, LTLIB${NAME}.
9162         Reported by Sam Steingold <sds@gnu.org>.
9163
9164 2009-06-20  Jim Meyering  <meyering@redhat.com>
9165
9166         tests: make sc_require_test_exit_idiom more generic
9167         * top/maint.mk (Exit_witness_file): New overridable variable.
9168         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
9169         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
9170
9171 2009-06-19  Jim Meyering  <meyering@redhat.com>
9172
9173         hash: reverse order of src/dst parameters in an internal interface
9174         * lib/hash.c (transfer_entries): Reverse order of parameters to
9175         put DST before SRC.  Adjust callers.
9176
9177         tests: test-hash: avoid wholesale duplication
9178         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
9179         Instead, use a loop and add a single conditional.
9180
9181         tests: test-hash: allow seed selection via a command line argument
9182         * tests/test-hash.c (get_seed): New function.
9183         (main): Use it.
9184
9185 2009-06-19  Eric Blake  <ebb9@byu.net>
9186
9187         hash: avoid memory leak on allocation failure
9188         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
9189         failure.  Factor repeated algorithm...
9190         (transfer_entries): ...into new helper routine.
9191         (hash_delete): React to hash_rehash return value.
9192
9193         hash: reduce memory pressure in hash_rehash no-op case
9194         * lib/hash.c (next_prime): Avoid overflow.
9195         (hash_initialize): Factor bucket size computation...
9196         (compute_bucket_size): ...into new helper function.
9197         (hash_rehash): Use new function and open coding to reduce memory
9198         pressure, and avoid a memory leak in USE_OBSTACK code.
9199         Reported by Jim Meyering.
9200
9201 2009-06-18  Eric Blake  <ebb9@byu.net>
9202
9203         hash: make rotation more obvious
9204         * modules/hash (Depends-on): Add bitrotate and stdint.
9205         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
9206         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
9207         (SIZE_MAX): Rely on headers for definition.
9208         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
9209         (raw_hasher): Use rotr_sz.
9210         Suggested by Jim Meyering.
9211
9212         hash: fix memory leak in last patch
9213         * lib/hash.c (hash_rehash): Avoid memory leak.
9214
9215         hash: avoid no-op rehashing
9216         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
9217
9218         hash: provide default callback functions
9219         * lib/hash.c (raw_hasher, raw_comparator): New functions.
9220         (hash_initialize): Use them as defaults.
9221         * tests/test-hash.c (main): Test this.
9222
9223         hash: minor optimization
9224         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
9225         when possible.
9226         (hash_initialize): Document this promise.
9227         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
9228         * tests/test-hash.c (hash_compare_strings): Test this.
9229
9230 2009-06-18  Bruno Haible  <bruno@clisp.org>
9231
9232         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
9233         going to be replaced anyway.
9234
9235 2009-06-18  Bruno Haible  <bruno@clisp.org>
9236
9237         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
9238         in one place.
9239         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
9240         be replaced anyway.
9241
9242 2009-06-18  Eric Blake  <ebb9@byu.net>
9243
9244         hash: check for resize before insertion
9245         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
9246         threshold before insertion, so that a pathological hash_rehash
9247         that fills every bucket can still trigger another rehash.
9248
9249 2009-06-18  Jim Meyering  <meyering@redhat.com>
9250
9251         hash-tests: add a loop around the small tests
9252         * tests/test-hash.c (main): Repeat small tests with selected
9253         small initial table sizes.
9254
9255 2009-06-17  Eric Blake  <ebb9@byu.net>
9256
9257         hash: minor cleanups
9258         * lib/hash.h (hash_entry): Make opaque, by moving...
9259         * lib/hash.c (hash_entry): ...here.
9260         (hash_insert): Clarify restrictions on what can be inserted.
9261         (hash_get_next): Clarify when it is safe to remove an element
9262         during traversal.
9263         (check_tuning): Skip verification when tuning is known safe.
9264         (hash_initialize): Clarify restrictions on tuning.
9265
9266 2009-06-17  Jim Meyering  <jim@meyering.net>
9267         and Eric Blake  <ebb9@byu.net>
9268
9269         hash-tests: new module
9270         * modules/hash-tests: New file.
9271         * tests/test-hash.c: New file.
9272
9273 2009-06-17  Eric Blake  <ebb9@byu.net>
9274
9275         strstr-simple: document new module
9276         * MODULES.html.sh: Document new module.
9277
9278         strstr, strcasestr: replace on platforms with broken memchr
9279         * modules/strstr: Split into...
9280         * modules/strstr-simple: ...new module that does not care about
9281         performance, but does care about glibc bug.
9282         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
9283         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
9284         if platform memchr is broken, per Debian bug 521737.
9285         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
9286         memchr.
9287         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
9288         * doc/posix-functions/strstr.texi (strstr): Document the fix.
9289         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9290         * modules/mountlist (Depends-on): Add strstr-simple.
9291         * modules/gen-uni-tables (Depends-on): Likewise.
9292         * modules/argz (Depends-on): Add strstr.
9293
9294 2009-06-17  Bruno Haible  <bruno@clisp.org>
9295
9296         * modules/posix_spawn-internal (Depends-on): Add errno.
9297
9298 2009-06-17  Bruno Haible  <bruno@clisp.org>
9299
9300         Define missing ESTALE on Interix 3.5.
9301         * lib/errno.in.h (ESTALE): Assign a value if missing.
9302         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
9303         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
9304         missing.
9305         * doc/posix-headers/errno.texi: Mention the Interix bug.
9306         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
9307
9308 2009-06-15  Eric Blake  <ebb9@byu.net>
9309
9310         memchr, memchr2: add valgrind exception
9311         * lib/memchr.valgrind: New file.
9312         * lib/memchr2.valgrind: New file.
9313         * modules/memchr (Files): Distribute valgrind file.
9314         * modules/memchr2 (Files): Likewise.
9315
9316         docs: memchr is no longer obsolete
9317         * MODULES.html.sh: Move memchr from obsolete to string.h section.
9318         * lib/string.in.h (memchr): Simplify logic.
9319
9320 2009-06-14  Jim Meyering  <meyering@redhat.com>
9321
9322         link-follow: fix the "checking..." message to not mention trailing slash
9323         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
9324         never considered trailing slashes.
9325
9326 2009-06-14  Bruno Haible  <bruno@clisp.org>
9327
9328         * m4/memchr.m4: Mention also the bug on IA-64.
9329         * doc/posix-functions/memchr.texi: Likewise.
9330
9331 2009-06-12  Eric Blake  <ebb9@byu.net>
9332
9333         memchr: detect broken x86_64 and alpha implementations
9334         * modules/memchr-tests (Depends-on): Move mmap detection...
9335         * modules/memchr (Depends-on): ...here.
9336         (configure.ac): Set indicator.
9337         * lib/string.in.h (memchr): Declare replacement.
9338         * modules/string (Makefile.am): Trigger replacement.
9339         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
9340         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
9341         bugs.
9342         * doc/posix-functions/memchr.texi (memchr): Document the bug.
9343         * modules/getpagesize (License): Relax license.
9344
9345 2009-06-11  Bruno Haible  <bruno@clisp.org>
9346
9347         * lib/idpriv.h: Add more references.
9348
9349 2009-06-08  Bruno Haible  <bruno@clisp.org>
9350
9351         Tests for module 'idpriv-droptemp'.
9352         * modules/idpriv-droptemp-tests: New file.
9353         * tests/test-idpriv-droptemp.sh: New file.
9354         * tests/test-idpriv-droptemp.su.sh: New file.
9355         * tests/test-idpriv-droptemp.c: New file.
9356
9357         New module 'idpriv-droptemp'.
9358         * lib/idpriv-droptemp.c: New file.
9359         * modules/idpriv-droptemp: New file.
9360
9361 2009-06-08  Bruno Haible  <bruno@clisp.org>
9362
9363         Tests for module 'idpriv-drop'.
9364         * modules/idpriv-drop-tests: New file.
9365         * tests/test-idpriv-drop.sh: New file.
9366         * tests/test-idpriv-drop.su.sh: New file.
9367         * tests/test-idpriv-drop.c: New file.
9368
9369         New module 'idpriv-drop'.
9370         * lib/idpriv.h: New file.
9371         * lib-idpriv-drop.c: New file.
9372         * m4/idpriv.m4: New file.
9373         * modules/idpriv-drop: New file.
9374
9375 2009-06-08  Bruno Haible  <bruno@clisp.org>
9376
9377         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
9378         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9379         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9380         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9381         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9382         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9383         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9384
9385 2009-06-08  Eric Blake  <ebb9@byu.net>
9386
9387         test-strstr: use memory fence, when possible
9388         * tests/test-strstr.c (main): Use memory fence, in order to be
9389         more likely to trigger Debian bug 521737.
9390         * modules/strstr-tests (Files): Pull in additional files.
9391
9392         memchr: no longer obsolete, for wider field testing
9393         * modules/memchr (Status, Notice): Delete, this module is no
9394         longer obsolete.
9395         * modules/vasnprintf (Depends-on): Add memchr.
9396
9397 2009-06-07  Jim Meyering  <meyering@redhat.com>
9398
9399         hash: declare some functions with the warn_unused_result attribute
9400         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
9401
9402 2009-06-07  Bruno Haible  <bruno@clisp.org>
9403
9404         * tests/test-alignof.c: Don't test int64_t if it does not exist.
9405         Reported by Eric Blake.
9406
9407 2009-06-06  Eric Blake  <ebb9@byu.net>
9408
9409         test-alignof: fix typo with long double
9410         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
9411         compiler error.
9412
9413 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
9414
9415         Escape non-texinfo { and }s.
9416         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
9417         markup error.
9418
9419 2009-06-04  Jim Meyering  <meyering@redhat.com>
9420
9421         gitlog-to-changelog: don't infloop on an empty commit log
9422         * build-aux/gitlog-to-changelog: Warn about an empty log message.
9423         Reported by Boris Petersen <transacid@centerim.org>.
9424
9425 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
9426
9427         version-etc: extend for packagers
9428         Add three new configure options, intended for packagers:
9429           --with-packager="packager name"
9430           --with-packager-version="packager-specific version"
9431           --with-packager-bug-reports="packager bug reporting"
9432         An example with coreutils:
9433           $ ./configure \
9434             --with-packager=Gentoo \
9435             --with-packager-bug-report=http://bugs.gentoo.org/ \
9436             --with-packager-version="patchset 1.6"
9437           $ ./src/ls --version | head -n2
9438           ls (GNU coreutils) 7.1-dirty
9439           Packaged by Gentoo (patchset 1.6)
9440         Note that the bug reporting info via --help doesn't show up because
9441         coreutils uses its own custom emit_bug_reporting_address() implementation
9442         in src/system.h.  If it didn't, it'd look like:
9443           $ ./src/ls --help | tail -n4
9444           Report bugs to <bug-coreutils@gnu.org>.
9445           Report Gentoo bugs to <http://bugs.gentoo.org/>.
9446           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
9447           General help using GNU software: <http://www.gnu.org/gethelp/>.
9448         * lib/version-etc.c: Print new information, if provided.
9449         * m4/version-etc.m4: New file.
9450         * modules/version-etc (Files): Add m4/version-etc.m4.
9451         (configure.ac): Add gl_VERSION_ETC.
9452
9453 2009-05-31  Bruno Haible  <bruno@clisp.org>
9454
9455         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
9456         and 'int64_t'.
9457         * modules/alignof-tests (Dependencies): Add stdint.
9458         Reported by Eric Blake.
9459
9460 2009-05-31  Bruno Haible  <bruno@clisp.org>
9461
9462         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
9463         restriction due to compiler bugs.
9464         Reported by Eric Blake.
9465
9466 2009-05-31  Simon Josefsson  <simon@josefsson.org>
9467             Bruno Haible  <bruno@clisp.org>
9468
9469         Fix test-alignof failure.
9470         * lib/alignof.h (alignof_slot): New macro.
9471         (alignof_type): New macro, with the same semantics as the previous
9472         'alignof'.
9473         (alignof): Alias to alignof_slot.
9474         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
9475         check that the results are usable as constant expressions.
9476
9477 2009-05-31  Bruno Haible  <bruno@clisp.org>
9478
9479         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
9480         * tests/test-memchr.c (main): Check that memchr does not read past the
9481         first occurrence of the byte.
9482         * tests/test-strstr.c (main): Update comment.
9483         Suggested by Eric Blake.
9484
9485 2009-05-30  Bruno Haible  <bruno@clisp.org>
9486
9487         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
9488         detail how to use dumpbin.
9489         Reported by David Byron <dbyron@dbyron.com>.
9490
9491 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9492
9493         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
9494
9495 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9496
9497         * m4/manywarnings.m4: Add GCC 4.4 warnings.
9498
9499 2009-05-28  Bruno Haible  <bruno@clisp.org>
9500
9501         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
9502         build-aux/ files.
9503
9504 2009-05-28  Simon Josefsson  <simon@josefsson.org>
9505
9506         * gnulib-tool (func_import): Transform license on build-aux/ files too.
9507
9508 2009-05-27  Simon Josefsson  <simon@josefsson.org>
9509
9510         * gnulib-tool (sed_transform_main_lib_file)
9511         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
9512         regexps.
9513
9514 2009-05-26  Simon Josefsson  <simon@josefsson.org>
9515
9516         * tests/test-strstr.c: Add another self-test.
9517         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
9518         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
9519
9520 2009-05-23  Bruno Haible  <bruno@clisp.org>
9521
9522         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
9523         change.
9524
9525 2009-05-21  Bruno Haible  <bruno@clisp.org>
9526
9527         Simplify use of mode_t varargs.
9528         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
9529         uses 'mode_t' or 'int'.
9530         * lib/openat.c (openat): Likewise.
9531         * lib/open-safer.c (open_safer): Likewise.
9532         * m4/mode_t.m4: New file.
9533         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
9534         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
9535         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
9536         * modules/open (Files): Add m4/mode_t.m4.
9537         * modules/openat (Files): Likewise.
9538         * modules/fcntl-safer (Files): Likewise.
9539         Suggested by Eric Blake.
9540
9541 2009-05-21  Pádraig Brady  <P@draigbrady.com>
9542
9543         * doc/glibc-functions/fallocate.texi: New file.
9544         * doc/gnulib.texi: Include it.
9545
9546 2009-05-21  Eric Blake  <ebb9@byu.net>
9547             Bruno Haible  <bruno@clisp.org>
9548
9549         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
9550         invocations.
9551         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9552
9553 2009-05-21  Eric Blake  <ebb9@byu.net>
9554             Bruno Haible  <bruno@clisp.org>
9555
9556         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
9557         include_next. Fix of 2008-11-20 commit.
9558         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
9559         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
9560         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
9561         NEXT_MATH_H.
9562         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
9563         instead of NEXT_MATH_H.
9564
9565 2009-05-21  Bruno Haible  <bruno@clisp.org>
9566
9567         Avoid redefinition warnings for SIZE_MAX.
9568         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
9569         Reported by Simon Josefsson.
9570
9571 2009-05-21  Bruno Haible  <bruno@clisp.org>
9572
9573         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
9574         AC_CACHE_VAL.
9575
9576 2009-05-20  Bruno Haible  <bruno@clisp.org>
9577
9578         Make zeroptr.h work on mingw.
9579         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
9580         mprotect.
9581         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
9582         * modules/memchr2-tests (configure.ac): Likewise.
9583         * modules/memcmp-tests (configure.ac): Likewise.
9584         * modules/memmem-tests (configure.ac): Likewise.
9585         * modules/memrchr-tests (configure.ac): Likewise.
9586         Reported by Simon Josefsson.
9587
9588 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9589
9590         * tests/test-glob.c: Include string.h for strcmp prototype.
9591
9592 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9593
9594         * modules/getdelim (Depends-on): Add explicit stdint, although it
9595         was implicitly already pulled in via realloc-posix.
9596         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
9597
9598 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9599
9600         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
9601         G. Christensen" <tgc@jupiterrise.com>.
9602         * m4/sys_socket_h.m4: Check for sa_family_t.
9603         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
9604         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
9605         * tests/test-sys_socket.c: Check that sa_family_t works.
9606
9607 2009-05-18  Eric Blake  <ebb9@byu.net>
9608
9609         maint.mk: allow gnulib_dir in VPATH build
9610         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
9611
9612 2009-05-15  Jim Meyering  <meyering@redhat.com>
9613
9614         maint.mk: Give gnulib_dir a default definition.
9615         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
9616         Thus, most packages no longer need to specify this variable in cfg.mk
9617
9618 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
9619
9620         rename.m4: fix typos that would make non-mingw cross-configure fail
9621         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
9622
9623 2009-05-13  Eric Blake  <ebb9@byu.net>
9624
9625         mmap-anon: avoid out-of-order autoconf expansion
9626         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
9627         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
9628         * modules/memchr-tests (Depends-on): Add extensions.
9629         * modules/memchr2-tests (Depends-on): Add extensions.
9630         * modules/memcmp-tests (Depends-on): Add extensions.
9631         * modules/memmem-tests (Depends-on): Add extensions.
9632         * modules/memrchr-tests (Depends-on): Add extensions.
9633
9634 2009-05-13  Bruno Haible  <bruno@clisp.org>
9635
9636         Make some tests ISO C 99 compliant.
9637         * tests/zerosize-ptr.h: New file.
9638         * tests/test-memchr.c: Include zerosize-ptr.h.
9639         (main): Use a zero-size object pointer instead of NULL.
9640         * tests/test-memchr2.c: Include zerosize-ptr.h.
9641         (main): Use a zero-size object pointer instead of NULL.
9642         * tests/test-memcmp.c: Include zerosize-ptr.h.
9643         (main): Use a zero-size object pointer instead of NULL.
9644         * tests/test-memmem.c: Include zerosize-ptr.h.
9645         (main): Use a zero-size object pointer instead of NULL.
9646         * tests/test-memrchr.c: Include zerosize-ptr.h.
9647         (main): Use a zero-size object pointer instead of NULL.
9648         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
9649         m4/mmap-anon.m4.
9650         (Depends-on): Add getpagesize.
9651         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9652         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
9653         m4/mmap-anon.m4.
9654         (Depends-on): Add getpagesize.
9655         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9656         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
9657         m4/mmap-anon.m4.
9658         (Depends-on): Add getpagesize.
9659         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9660         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
9661         m4/mmap-anon.m4.
9662         (Depends-on): Add getpagesize.
9663         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9664         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
9665         m4/mmap-anon.m4.
9666         (Depends-on): Add getpagesize.
9667         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9668
9669 2009-05-12  Bruno Haible  <bruno@clisp.org>
9670
9671         Tests for module 'alignof'.
9672         * modules/alignof-tests: New file.
9673         * tests/test-alignof.c: New file.
9674
9675 2009-05-12  Bruno Haible  <bruno@clisp.org>
9676
9677         Fix alignof macro.
9678         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
9679         vendor compilers that are always correct.
9680
9681 2009-05-12  Bruno Haible  <bruno@clisp.org>
9682
9683         Make the MAP_ANONYMOUS detection work on HP-UX 11.
9684         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
9685         not whether its fully works.
9686
9687 2009-05-12  Bruno Haible  <bruno@clisp.org>
9688
9689         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
9690
9691 2009-05-12  Jim Meyering  <meyering@redhat.com>
9692
9693         * top/maint.mk: Adjust backslash alignment.
9694
9695 2009-05-11  Simon Josefsson  <simon@josefsson.org>
9696
9697         * top/maint.mk: Make $(srcdir)/build-aux configurable.
9698
9699 2009-05-11  Eric Blake  <ebb9@byu.net>
9700
9701         argp: avoid undefined behavior
9702         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
9703         macros.
9704
9705 2009-05-08  Simon Josefsson  <simon@josefsson.org>
9706
9707         * tests/test-vc-list-files-git.sh: Do git config of user.email and
9708         user.name to prevent git commit from complaining.
9709
9710 2009-05-10  Bruno Haible  <bruno@clisp.org>
9711
9712         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
9713         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
9714         it rewrites every file name only once.
9715         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
9716
9717 2009-05-08  Bruno Haible  <bruno@clisp.org>
9718
9719         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
9720         instead of 'max'.
9721
9722 2009-05-08  Simon Josefsson  <simon@josefsson.org>
9723
9724         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
9725         sockaddr_storage test.
9726
9727 2009-05-07  Simon Josefsson  <simon@josefsson.org>
9728
9729         * modules/sys_socket (Makefile.am): Substitute
9730         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
9731         * m4/sys_socket_h.m4: Check for sockaddr_storage.
9732         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
9733         * tests/test-sys_socket.c: Check sockaddr_storage.
9734
9735 2009-05-08  Bruno Haible  <bruno@clisp.org>
9736
9737         New module 'alignof'.
9738         * lib/alignof.h: New file.
9739         * modules/alignof: New file.
9740
9741 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9742             Bruno Haible  <bruno@clisp.org>
9743
9744         Fix test-file-has-acl on FreeBSD.
9745         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
9746         mask is implicitly added.
9747         * tests/test-file-has-acl.c: Include <signal.h>.
9748         (main): Terminate the test after 5 seconds.
9749         * modules/acl-tests (configure.ac): Check for alarm function.
9750
9751 2009-05-04  Bruno Haible  <bruno@clisp.org>
9752
9753         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
9754         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
9755         * modules/errno (configure.ac): Drop AC_REQUIRE.
9756         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
9757         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
9758
9759 2009-05-04  Simon Josefsson  <simon@josefsson.org>
9760
9761         * modules/glob-tests: New module.
9762         * tests/test-glob.c: Add.
9763
9764 2009-05-04  Simon Josefsson  <simon@josefsson.org>
9765
9766         * modules/fnmatch-tests: New module.
9767         * tests/test-fnmatch.c: Add.
9768
9769 2009-05-04  Eric Blake  <ebb9@byu.net>
9770
9771         maint: make the new no-submodule-changes rule VPATH-safe
9772         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
9773
9774 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9775             Bruno Haible  <bruno@clisp.org>
9776
9777         acl: Fix infinite loop on FreeBSD.
9778         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
9779         of return value from acl_get_entry.
9780         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
9781         Likewise.
9782
9783 2009-05-03  Bruno Haible  <bruno@clisp.org>
9784
9785         * lib/acl-internal.h (acl_entries): Clarify return value.
9786         * lib/acl_entries.c (acl_entries): Likewise.
9787
9788 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9789
9790         Bug fix in acl module.
9791         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
9792
9793 2009-05-03  Bruno Haible  <bruno@clisp.org>
9794
9795         Create gperf-generated file in the source dir, not in the build dir.
9796         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
9797         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
9798         * modules/unicase/locale-language (unicase/locale-languages.h):
9799         Likewise.
9800         * modules/unicase/special-casing (unicase/special-casing-table.h):
9801         Likewise.
9802         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
9803         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
9804         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
9805         Reported by Ralf Wildenhues.
9806
9807 2009-05-03  Bruno Haible  <bruno@clisp.org>
9808
9809         * modules/fnmatch (Description, configure.ac): Taken from
9810         fnmatch-posix.
9811         * modules/fnmatch-posix: Turn into a symbolic reference to the
9812         'fnmatch' module, and deprecate.
9813         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
9814
9815 2009-05-03  Bruno Haible  <bruno@clisp.org>
9816
9817         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
9818         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
9819         Reported by Ralf Wildenhues.
9820
9821 2009-05-04  Simon Josefsson  <simon@josefsson.org>
9822
9823         * m4/fnmatch.m4: Fix fnmatch re-define.
9824
9825 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9826
9827         priv-set: new module and tests; adapt write-any-file
9828         * lib/priv-set.c: New file.
9829         * lib/priv-set.h: New file.
9830         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
9831         * lib/write-any-file.c: Simplify by using priv-set module.
9832         * m4/priv-set.m4: New file.
9833         * modules/priv-set: New file.
9834         * modules/unlinkdir: Add dependency on priv-set module.
9835         * modules/write-any-file: Likewise.
9836
9837         Tests for module 'priv-set'.
9838         * modules/priv-set-tests: New file.
9839         * tests/test-priv-set.c: New file.
9840
9841 2009-05-03  Jim Meyering  <meyering@redhat.com>
9842             Bruno Haible  <bruno@clisp.org>
9843
9844         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
9845         use the converted UTF-8 variant of the name instead.
9846
9847 2009-05-03  Jim Meyering  <meyering@redhat.com>
9848
9849         tests: tighten some getdate tests
9850         * tests/test-getdate.c (main): Tighten tests: require equality,
9851         not just greater than.  Set TZ envvar to UTC0.
9852
9853 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
9854
9855         getdate: correctly interpret "next monday" when run on a Monday
9856         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
9857         that e.g., "next tues" (when run on a tuesday) results in a date
9858         that is one week in the future, and not today's date.
9859         I.e., add a week when the wday is the same as the current one.
9860         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
9861         and earlier by Martin Bernreuther and Jan Minář.
9862         * tests/test-getdate.c (main): Check that "next DAY" is always in
9863         the future and that "last DAY" is always in the past.
9864
9865 2009-05-02  Jim Meyering  <meyering@redhat.com>
9866
9867         build: ensure that a release build fails when a submodule is unclean
9868         * top/maint.mk (no-submodule-changes): New rule.
9869         (alpha beta major): Depend on it.
9870
9871 2009-05-02  Bruno Haible  <bruno@clisp.org>
9872
9873         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
9874         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
9875         shell variable gl_fnmatch_required to detect which variant is
9876         requested.
9877         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
9878         gl_FUNC_FNMATCH_POSIX.
9879         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
9880         exclude fnmatch-posix.
9881
9882 2009-05-02  Bruno Haible  <bruno@clisp.org>
9883
9884         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
9885         * modules/mbsrtowcs (License): Change to LGPLv2+.
9886         * modules/strnlen1 (License): Likewise.
9887         Reported by Simon Josefsson.
9888
9889 2009-05-02  Bruno Haible  <bruno@clisp.org>
9890
9891         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
9892         "cross".
9893         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
9894         gnulib-tool was called with option --source-base=lib.
9895
9896 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9897
9898         Use automake *-local hooks without commands, for extensibility.
9899         * modules/localcharset (Makefile.am): Rename install-exec-local
9900         rule to install-exec-localcharset, and make it a prerequisite of
9901         install-exec-local.  Likewise, rename the uninstall-local rule to
9902         uninstall-localcharset, and make it a prerequisite of the former.
9903
9904 2009-05-01  Bruno Haible  <bruno@clisp.org>
9905
9906         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
9907         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
9908         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
9909         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
9910         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
9911         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
9912         m4/locale-zh.m4, m4/codeset.m4.
9913
9914         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
9915         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
9916         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
9917         m4/locale-zh.m4.
9918
9919         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
9920         REPLACE_WCRTOMB if mbstate_t must be replaced.
9921         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
9922         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
9923
9924 2009-05-01  Bruno Haible  <bruno@clisp.org>
9925
9926         Avoid compiler warnings when redefining macros defined by <libintl.h>.
9927         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
9928         dngettext, dcngettext, textdomain, bindtextdomain,
9929         bind_textdomain_codeset): Undefine before redefining.
9930
9931 2009-04-30  Bruno Haible  <bruno@clisp.org>
9932
9933         Fix bug introduced on 2009-04-25.
9934         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
9935         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
9936         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
9937         is defined.
9938         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
9939         is defined.
9940         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
9941         is defined.
9942         Reported by Elbert_Pol <elbert.pol@gmail.com>.
9943
9944 2009-04-28  Bruno Haible  <bruno@clisp.org>
9945
9946         Comment tweaks.
9947         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
9948         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
9949         * lib/unicase.h (u*_casexfrm): Likewise.
9950         Reported by Paolo Bonzini.
9951
9952 2009-04-28  Bruno Haible  <bruno@clisp.org>
9953
9954         Fix a compilation error.
9955         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
9956         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
9957         Reported by Jim Meyering.
9958
9959 2009-04-27  Bruno Haible  <bruno@clisp.org>
9960
9961         New module 'libunistring'.
9962         * modules/libunistring: New file.
9963         * m4/libunistring.m4: New file.
9964         * MODULES.html.sh (Unicode string functions): Add it.
9965
9966 2009-04-27  Eric Blake  <ebb9@byu.net>
9967
9968         maint.mk: allow package-specific header to provide <config.h>
9969         * top/maint.mk (sc_require_config_h): New variable.
9970         (sc_require_config_h, sc_require_config_h_first): Use it.
9971
9972 2009-04-27  Simon Josefsson  <simon@josefsson.org>
9973
9974         * top/maint.mk (sc_avoid_if_before_free): Except
9975         useless-if-before-free script.
9976
9977 2009-04-27  Eric Blake  <ebb9@byu.net>
9978
9979         maintainer-makefile: depend on all required helper scripts
9980         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
9981         useless-if-before-free.
9982         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
9983         version, rather than assuming gnulib checkout is available.
9984         Reported by Simen Josefsson.
9985
9986 2009-04-26  Bruno Haible  <bruno@clisp.org>
9987
9988         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
9989         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
9990         "../" or "..".
9991
9992 2009-04-26  Bruno Haible  <bruno@clisp.org>
9993
9994         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
9995         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
9996         AC_LIB_HAVE_LINKFLAGS.
9997
9998 2009-04-26  Bruno Haible  <bruno@clisp.org>
9999
10000         Simplify calling convention of u*_conv_from_encoding.
10001         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
10002         u32_conv_from_encoding): Expect a resultbuf argument and return the
10003         result directly as a pointer.
10004         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
10005         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
10006         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
10007         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
10008         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
10009         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10010         Update.
10011         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
10012         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
10013         * lib/vasnprintf.c (VASNPRINTF): Update.
10014         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
10015         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
10016         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
10017         * NEWS: Mention the change.
10018
10019 2009-04-26  Bruno Haible  <bruno@clisp.org>
10020
10021         Simplify calling convention of u*_conv_to_encoding.
10022         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10023         u32_conv_to_encoding): Expect a resultbuf argument and return the
10024         result directly as a pointer.
10025         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10026         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
10027         freeing scaled_offsets if mem_iconveha failed.
10028         * lib/unicase/u-casexfrm.h (FUNC): Update.
10029         * lib/uninorm/u-normxfrm.h (FUNC): Update.
10030         * lib/vasnprintf.c (VASNPRINTF): Update.
10031         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
10032         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
10033         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
10034         * NEWS: Mention the change.
10035
10036 2009-04-26  Bruno Haible  <bruno@clisp.org>
10037
10038         Avoid test failures on AIX and OSF/1.
10039         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
10040         malloc(0).
10041         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10042         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10043         Likewise.
10044         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
10045         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
10046         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
10047         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
10048         * doc/posix-functions/malloc.texi: Document the portability problem
10049         related to malloc(0).
10050
10051 2009-04-26  Bruno Haible  <bruno@clisp.org>
10052
10053         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
10054         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
10055         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
10056
10057 2009-04-25  Bruno Haible  <bruno@clisp.org>
10058
10059         Avoid link error when creating a namespace clean library.
10060         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
10061         as macro with arguments if already defined as an alias.
10062         * lib/signbitf.c (gl_signbitf): Don't undefine.
10063         * lib/signbitd.c (gl_signbitd): Don't undefine.
10064         * lib/signbitl.c (gl_signbitl): Don't undefine.
10065
10066 2009-04-25  Jim Meyering  <meyering@redhat.com>
10067
10068         vc-list-files: fix another quoting bug
10069         * build-aux/vc-list-files: Avoid sed backslash expansion
10070         of pathological directory names.
10071
10072 2009-04-25  Eric Blake  <ebb9@byu.net>
10073
10074         vc-list-files: fix shell quoting error
10075         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
10076         timestamp.
10077
10078 2009-04-25  Jim Meyering  <meyering@redhat.com>
10079
10080         vc-list-files: restore lost functionality with subdir argument
10081         * build-aux/vc-list-files: When given a non-"." sub-directory
10082         argument, substitute the $dir/ prefix back onto each resulting name.
10083         Otherwise, coreutils' root_tests check would fail.
10084
10085 2009-04-24  Eric Blake  <ebb9@byu.net>
10086
10087         vc-list-files: ignore git symlinks
10088         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
10089         than ls-files, to ignore git symlinks.
10090
10091         maint.mk: import improvements from m4
10092         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
10093         (move_if_change): Delete unused macro.
10094         (news-date-check, vc-diff-check): Support VPATH builds.
10095         (announcement): Likewise.  Split --bootstrap-tools list...
10096         (boostrap-tools): ...into separate list, which can be overridden
10097         in cfg.mk.
10098         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
10099         requiring dependency on useless-if-before-free module.
10100         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
10101         Support VPATH builds.
10102
10103 2009-04-24  Jim Meyering  <meyering@redhat.com>
10104
10105         maint.mk: remove coreutils-specific rules and variables
10106         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
10107         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
10108         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
10109
10110         maint.mk: remove obsolete rule
10111         * top/maint.mk (rel-check): Remove rule.
10112         (WGET, WGETFLAGS): Remove now-unused variables.
10113
10114 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10115
10116         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
10117         consistency.
10118
10119         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
10120         '$(PATH_SEPARATOR)' instead of ':'.
10121
10122 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10123
10124         * lib/getopt1.c (main): Use 'const' for static array.
10125
10126 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10127
10128         * top/maint.mk: Sync with coreutils.
10129         * NEWS: Explain incompatibilities.
10130
10131 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10132             Bruno Haible  <bruno@clisp.org>
10133
10134         Fix cross-compilation results.
10135         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
10136         statement, as third argument of AC_TRY_RUN.
10137         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
10138         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
10139         Likewise.
10140         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
10141         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
10142         Likewise.
10143         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
10144         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
10145         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
10146
10147 2009-04-20  Bruno Haible  <bruno@clisp.org>
10148
10149         Avoid test failure on mingw.
10150         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
10151
10152 2009-04-20  Bruno Haible  <bruno@clisp.org>
10153
10154         Avoid compilation error on mingw.
10155         * modules/localename-tests (Depends-on): Add locale.
10156
10157 2009-04-19  Bruno Haible  <bruno@clisp.org>
10158
10159         Support for building a shared library on Windows platforms.
10160         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
10161         (main): Test the presence of UNINORM_NFC here.
10162         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
10163         (main): Test the presence of UNINORM_NFD here.
10164         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
10165         (main): Test the presence of UNINORM_NFKC here.
10166         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
10167         (main): Test the presence of UNINORM_NFKD here.
10168
10169 2009-04-19  Bruno Haible  <bruno@clisp.org>
10170
10171         Avoid a compiler warning.
10172         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
10173         Change type of variable 'sequence'.
10174
10175 2009-04-19  Bruno Haible  <bruno@clisp.org>
10176
10177         * modules/configmake (Makefile.am): When the contents of configmake.h
10178         does not change, arrange to preserve its modification time.
10179
10180 2009-04-17  Simon Josefsson  <simon@josefsson.org>
10181
10182         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
10183         gettext domain.
10184
10185 2009-04-16  Jim Meyering  <meyering@redhat.com>
10186
10187         useless-if-before-free: improve conversion code
10188         * build-aux/useless-if-before-free: Adjust code-in-comment to match
10189         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
10190
10191 2009-04-14  Bruno Haible  <bruno@clisp.org>
10192
10193         * modules/fcntl (Depends-on): Add extensions.
10194         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
10195
10196 2009-04-12  Ben Pfaff  <blp@gnu.org>
10197
10198         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
10199         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
10200
10201 2009-03-20  Ben Pfaff  <blp@gnu.org>
10202
10203         Make rename replace existing destinations on Windows.
10204         * m4/rename.m4: Add test for Mingw.
10205         * lib/rename.c: Add rename replacement that uses MoveFileEx with
10206         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
10207         * doc/posix-functions/rename.texi: Document.
10208
10209 2009-04-10  Bruno Haible  <bruno@clisp.org>
10210
10211         New include file "iconveh.h".
10212         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
10213         * lib/striconveh.h: Include it.
10214         (enum iconv_ilseq_handler): Remove definition.
10215         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
10216         striconveh.h.
10217         * lib/striconveha.c: Include striconveh.h.
10218         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
10219         * modules/striconveh (Files): Add lib/iconveh.h.
10220         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
10221         lib/striconveh.h.
10222
10223 2009-04-10  Bruno Haible  <bruno@clisp.org>
10224
10225         * lib/uniconv.h: Update comment.
10226
10227 2009-04-10  Bruno Haible  <bruno@clisp.org>
10228
10229         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
10230         always.
10231         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10232         * lib/unistr/u16-mbtouc-aux.c: Likewise.
10233         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
10234         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
10235         "unistring-notinline.h", so that the function gets defined always.
10236         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10237         * lib/unistr/u8-uctomb.c: Likewise.
10238         * lib/unistr/u16-mbtouc.c: Likewise.
10239         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
10240         * lib/unistr/u16-uctomb.c: Likewise.
10241         * lib/unistr/u32-mbtouc.c: Likewise.
10242         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10243         * lib/unistr/u32-uctomb.c: Likewise.
10244
10245 2009-04-10  Bruno Haible  <bruno@clisp.org>
10246
10247         Mark 'utime' obsolete.
10248         * modules/utime (Status, Notice): New sections.
10249         Suggested by Jim Meyering.
10250
10251         Fix cross-compile guess for utime test.
10252         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
10253         autoconf.
10254         * doc/posix-functions/utime.texi: Give more precisions.
10255         Reported by Jan <ipif@ymail.com>.
10256
10257 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
10258
10259         filevercmp: correct today's change
10260         * lib/filevercmp.c: Also handle coreutils' test inputs.
10261         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
10262
10263         Fix regression in 'filevercmp' module. Thanks Sven Joachim
10264         for reporting it.
10265         * lib/filevercmp.c: Special handle for "", "." and "..".
10266         * tests/test-filevercmp.c: Enlarge the set suite.
10267
10268 2009-04-07  Jim Meyering  <meyering@redhat.com>
10269
10270         useless-if-before-free: show how to remove braced useless free, too
10271         * build-aux/useless-if-before-free: still only in a comment, though.
10272
10273 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
10274
10275         maint.mk: import changes to syntax-check macros from coreutils
10276         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
10277         Use them in the relevant macros.
10278
10279 2009-04-06  Bruno Haible  <bruno@clisp.org>
10280
10281         Fix unportable use of bit-fields.
10282         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
10283         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
10284         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
10285
10286 2009-04-06  Bruno Haible  <bruno@clisp.org>
10287
10288         Avoid test failures on AIX and OSF/1.
10289         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
10290         that malloc(0) = NULL.
10291         * tests/unicase/test-u8-tolower.c (check): Likewise.
10292         * tests/unicase/test-u8-totitle.c (check): Likewise.
10293         * tests/unicase/test-u8-toupper.c (check): Likewise.
10294         * tests/unicase/test-u16-casefold.c (check): Likewise.
10295         * tests/unicase/test-u16-tolower.c (check): Likewise.
10296         * tests/unicase/test-u16-totitle.c (check): Likewise.
10297         * tests/unicase/test-u16-toupper.c (check): Likewise.
10298         * tests/unicase/test-u32-casefold.c (check): Likewise.
10299         * tests/unicase/test-u32-tolower.c (check): Likewise.
10300         * tests/unicase/test-u32-totitle.c (check): Likewise.
10301         * tests/unicase/test-u32-toupper.c (check): Likewise.
10302         * tests/uninorm/test-u8-nfc.c (check): Likewise.
10303         * tests/uninorm/test-u8-nfd.c (check): Likewise.
10304         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
10305         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
10306         * tests/uninorm/test-u16-nfc.c (check): Likewise.
10307         * tests/uninorm/test-u16-nfd.c (check): Likewise.
10308         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
10309         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
10310         * tests/uninorm/test-u32-nfc.c (check): Likewise.
10311         * tests/uninorm/test-u32-nfd.c (check): Likewise.
10312         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
10313         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
10314
10315 2009-04-05  Bruno Haible  <bruno@clisp.org>
10316
10317         Work around an autoconf limitation.
10318         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
10319         comment line if it would be longer than 3 KB.
10320
10321 2009-04-05  Bruno Haible  <bruno@clisp.org>
10322
10323         Avoid test failure with libiconv-1.13.
10324         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
10325         of the expected test results.
10326
10327 2009-04-05  Bruno Haible  <bruno@clisp.org>
10328
10329         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
10330         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
10331         that it should be installed.
10332
10333 2009-04-05  Bruno Haible  <bruno@clisp.org>
10334
10335         * gnulib-tool: New option --copy-file.
10336         (func_usage): Document it.
10337         (func_dest_tmpfilename): Moved out of func_import.
10338         (func_add_file, func_update_file): New functions, extracted from
10339         func_import.
10340         (func_import): Update.
10341
10342 2009-04-05  Karl Berry  <karl@gnu.org>
10343
10344         * README: prominently mention gnulib-tool.
10345         Rearrange sections so getting the code is near the top.
10346
10347 2009-04-05  Bruno Haible  <bruno@clisp.org>
10348
10349         * lib/unicase.h: Mention u*_cmp2.
10350         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10351         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
10352         * lib/unicase/ulc-casecmp.c: Likewise.
10353         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
10354         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
10355         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
10356         unistr/u8-cmp.
10357         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
10358         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
10359         unistr/u16-cmp.
10360         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
10361         unistr/u32-cmp.
10362
10363         * lib/uninorm.h: Mention u*_cmp2.
10364         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10365         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
10366         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
10367         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
10368         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
10369         unistr/u8-cmp.
10370         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
10371         unistr/u16-cmp.
10372         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
10373         unistr/u32-cmp.
10374
10375         New module 'unistr/u32-cmp2'.
10376         * lib/unistr/u32-cmp2.c: New file.
10377         * modules/unistr/u32-cmp2: New file.
10378
10379         New module 'unistr/u16-cmp2'.
10380         * lib/unistr/u16-cmp2.c: New file.
10381         * modules/unistr/u16-cmp2: New file.
10382
10383         New module 'unistr/u8-cmp2'.
10384         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
10385         * lib/unistr/u8-cmp2.c: New file.
10386         * lib/unistr/u-cmp2.h: New file.
10387         * modules/unistr/u8-cmp2: New file.
10388
10389 2009-04-05  Bruno Haible  <bruno@clisp.org>
10390
10391         * lib/unictype.h (uc_property_is_valid): New macro.
10392         * tests/unictype/test-pr_byname.c (main): Use it.
10393
10394         * lib/unistr.h: Doc fixes.
10395         * lib/uniconv.h: Doc fixes.
10396         * lib/unictype.h: Doc fixes.
10397
10398 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
10399
10400         Port coreutils 7.2 to Solaris 8.
10401
10402         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
10403         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
10404         for Solaris 8.  This is a bit of a hack, as it means it's the
10405         caller's responsibility to add -lnsl if needed, but most likely it
10406         won't be needed since only getaddrinfo uses this and getaddrinfo
10407         isn't needed on Solaris 8.
10408
10409         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
10410         problem to Solaris 8 encountered with coreutils 7.2, which
10411         resulted in a message "fnmatch.c:292: warning: passing argument 4
10412         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
10413         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
10414
10415 2009-04-03  Simon Josefsson  <simon@josefsson.org>
10416
10417         * m4/ld-version-script.m4: Add FIXME comment.
10418
10419 2009-04-02  Simon Josefsson  <simon@josefsson.org>
10420
10421         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
10422         SOVERSION variable.
10423
10424 2009-04-02  Bruno Haible  <bruno@clisp.org>
10425
10426         * Makefile (info, html, dvi, pdf): Combine the rules.
10427         Suggested by Jim Meyering.
10428
10429 2009-04-01  Bruno Haible  <bruno@clisp.org>
10430
10431         * Makefile (info, html, dvi, pdf): New targets.
10432         Reported by Reuben Thomas <rrt@sc3d.org>.
10433
10434 2009-04-01  Bruno Haible  <bruno@clisp.org>
10435
10436         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
10437         can be put into PATH.
10438         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
10439
10440 2009-04-01  Bruno Haible  <bruno@clisp.org>
10441
10442         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
10443
10444 2009-04-01  Bruno Haible  <bruno@clisp.org>
10445
10446         Rename module 'visibility'.
10447         * modules/lib-symbol-visibility: Renamed from modules/visibility.
10448         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
10449         * doc/gnulib.texi: Update.
10450         * MODULES.html.sh (Misc): Update.
10451         * NEWS: Mention the change.
10452
10453 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10454
10455         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
10456         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
10457         Eric Blake <ebb9@byu.net> for review.
10458         * MODULES.html.sh: Add lib-msvc-compat.
10459         * doc/gnulib.texi: Link to new section.
10460         * m4/ld-output-def.m4: New file.
10461         * doc/ld-output-def.texi: New file.
10462
10463 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10464
10465         Rename ld-version-script to lib-symbol-versions.  Suggested by
10466         Bruno Haible <bruno@clisp.org>.
10467         * modules/ld-version-script: Renamed to lib-symbol-versions.
10468         * doc/ld-version-script.texi: Fix module name.
10469         * MODULES.html.sh: Add lib-symbol-versions.
10470
10471 2009-03-31  Simon Josefsson  <simon@josefsson.org>
10472
10473         * modules/u64-tests: New file.
10474         * tests/test-u64.c: New file.
10475
10476 2009-03-04  Simon Josefsson  <simon@josefsson.org>
10477
10478         * MODULES.html.sh: Mention u64.
10479         * modules/u64: New module.
10480         * modules/crypto/sha512: Depend on u64 module instead of providing
10481         u64.h.
10482
10483 2009-03-27  Eric Blake  <ebb9@byu.net>
10484
10485         test-strerror: make debugging EAI_SYSTEM easier
10486         * modules/getaddrinfo-tests (Depends-on): Add strerror.
10487         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
10488         failure was EAI_SYSTEM.
10489
10490 2009-03-25  Bruno Haible  <bruno@clisp.org>
10491
10492         Fix a problem with --enable-relocatable on Solaris 7.
10493         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
10494         since 2008-02-24.
10495
10496 2009-03-25  Eric Blake  <ebb9@byu.net>
10497
10498         test-sockets: avoid gcc warning
10499         * tests/test-sockets.c (main): Silence compiler warning.
10500
10501 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10502
10503         New modules nproc, pthread, contributed by Glen Lenker.
10504
10505         * MODULES.html.sh: Add pthread, nproc.
10506         * lib/nproc.c: New file.
10507         * lib/nproc.h: New file.
10508         * lib/pthread.in.h: New file.
10509         * m4/pthread.m4: New file.
10510         * modules/nproc: New file.
10511         * modules/pthread: New file.
10512
10513 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10514
10515         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
10516         New variable.
10517
10518 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
10519
10520         filevercmp: handle simple~ and numbered.~3~ backup suffixes
10521         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
10522         * tests/test-filevercmp.c: Add tests for backup suffixes.
10523
10524 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10525
10526         * modules/stdlib (Depends-on): Add stdint, needed when defining
10527         struct random_data on, for example, HP-UX 10.20.  Reported by
10528         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10529
10530 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10531
10532         * lib/readline.c (readline): Call fflush on stdout after printing
10533         prompt.
10534
10535 2009-03-20  Bruno Haible  <bruno@clisp.org>
10536
10537         Remove dependency from 'close' module to -lws2_32 on native Windows.
10538         * lib/close-hook.h: New file.
10539         * lib/close-hook.c: New file.
10540         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
10541         w32sock.h.
10542         (_gl_close_fd_maybe_socket): Remove function.
10543         (rpl_close): Invoke execute_all_close_hooks instead of
10544         _gl_close_fd_maybe_socket.
10545         * lib/sockets.c: Include close-hook.h, w32sock.h.
10546         (close_fd_maybe_socket): New function, essentially from lib/close.c.
10547         (close_sockets_hook): New variable.
10548         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
10549         (gl_sockets_cleanup): Unregister it.
10550         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
10551         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
10552         * modules/close-hook: New file.
10553         * modules/close (Files): Remove lib/w32sock.h.
10554         (Depends-on): Add close-hook.
10555         (Link): Remove section.
10556         * modules/sockets (Files): Add lib/w32sock.h.
10557         (Depends-on): Add close-hook.
10558         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
10559         invocation.
10560         * NEWS: Mention that LIB_CLOSE is gone.
10561
10562 2009-03-23  Eric Blake  <ebb9@byu.net>
10563
10564         signal-tests: test previous patch
10565         * tests/test-signal.c: New file.
10566         * modules/signal-tests: Likewise.
10567
10568         signal.h: always support 'volatile sig_atomic_t'
10569         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
10570         (gl_SIGNAL_H_DEFAULTS): Add a default.
10571         * modules/signal (Makefile.am): Substitute if needed.
10572         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
10573         users can blindly add volatile.
10574         * doc/posix-headers/signal.texi (signal.h): Document it.
10575         Reported by Matthew Woehlke.
10576
10577 2009-03-23  Jim Meyering  <meyering@redhat.com>
10578
10579         pathmax: PATH_MAX: use pathconf only when available
10580         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
10581         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
10582         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
10583         This avoids a link failure in a PSP cross-compilation environment
10584         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
10585
10586         * lib/vasnprintf.c (divide): Fix typo in comment.
10587
10588 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10589
10590         * gnulib-tool (func_filter_filelist): Fix comment.
10591
10592 2009-03-20  Bruno Haible  <bruno@clisp.org>
10593
10594         Make sockets.h self-contained.
10595         * lib/sockets.c: Include sockets.h first.
10596         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
10597
10598 2009-03-19  Eric Blake  <ebb9@byu.net>
10599
10600         doc: mention more functions added in cygwin 1.7.0
10601         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
10602         addition.
10603         * doc/posix-functions/log2f.texi: Likewise.
10604
10605 2009-03-19  Jim Meyering  <meyering@redhat.com>
10606
10607         fsusage: avoid syntax error due to statement-before-declaration
10608         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
10609         after all declarations.  Reported by Matthew Woehlke in
10610         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
10611
10612 2009-03-18  Eric Blake  <ebb9@byu.net>
10613
10614         build-aux/compile: sync from automake
10615         * build-aux/compile: New file, from automake.
10616         * config/srclist.txt: Mention build-aux/compile.
10617
10618 2009-03-17  Bruno Haible  <bruno@clisp.org>
10619
10620         * lib/git-merge-changelog.c: Fix typo in comment.
10621         Reported by Reuben Thomas <rrt@sc3d.org>.
10622
10623 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
10624
10625         * m4/regex.m4: update and improve help for
10626         --without-included-regex.
10627
10628 2009-03-17  Simon Josefsson  <simon@josefsson.org>
10629
10630         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
10631         failure on missing include files.
10632
10633 2009-03-17  Eric Blake  <ebb9@byu.net>
10634
10635         doc: mention more functions added in cygwin 1.7.0
10636         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
10637         addition.
10638         * doc/posix-functions/fwscanf.texi: Likewise.
10639         * doc/posix-functions/swprintf.texi: Likewise.
10640         * doc/posix-functions/swscanf.texi: Likewise.
10641         * doc/posix-functions/vfwprintf.texi: Likewise.
10642         * doc/posix-functions/vfwscanf.texi: Likewise.
10643         * doc/posix-functions/vswprintf.texi: Likewise.
10644         * doc/posix-functions/vswscanf.texi: Likewise.
10645         * doc/posix-functions/vwprintf.texi: Likewise.
10646         * doc/posix-functions/vwscanf.texi: Likewise.
10647         * doc/posix-functions/wcscasecmp.texi: Likewise.
10648         * doc/posix-functions/wcsdup.texi: Likewise.
10649         * doc/posix-functions/wcsftime.texi: Likewise.
10650         * doc/posix-functions/wcsncasecmp.texi: Likewise.
10651         * doc/posix-functions/wprintf.texi: Likewise.
10652         * doc/posix-functions/wscanf.texi: Likewise.
10653         * doc/glibc-functions/gethostbyname2.texi: Likewise.
10654
10655 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10656
10657         maint.mk: really add $(AM_MAKEFLAGS)
10658         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
10659         was inadvertently omitted in the last commit.
10660         Spotted by Bruno Haible.
10661
10662         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
10663         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
10664         $(AM_MAKEFLAGS)' rather than plain `make'.
10665
10666         gnulib-tool: execute $MAKE not make
10667         * gnulib-tool: Default $MAKE to 'make'.
10668         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
10669         than make.  Initialize $MAKE in the do-autobuild script.
10670
10671         gnulib-tool: use $MAKE not make in generated files
10672         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
10673         make, in generated files.  Initialize $MAKE in the do-autobuild
10674         script.
10675
10676         * top/GNUmakefile (_have-git-version-gen): Fix typo.
10677
10678         GNUmakefile: disable parallelism only for multiple, recursive targets
10679         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
10680         additions in the Makefile.
10681         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
10682         by Automake.
10683         (.NOTPARALLEL): Only disable parallel builds if multiple targets
10684         are listed on the command line and at least one of them is
10685         listed in $(ALL_RECURSIVE_TARGETS).
10686
10687 2009-03-14  Bruno Haible  <bruno@clisp.org>
10688
10689         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
10690         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
10691         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
10692         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
10693         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
10694         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
10695         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
10696         unistr/u8-uctomb.
10697         * modules/unistr/u8-strchr (Depends-on): Likewise.
10698         * modules/unistr/u8-strrchr (Depends-on): Likewise.
10699         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
10700         unistr/u16-uctomb.
10701         * modules/unistr/u16-strchr (Depends-on): Likewise.
10702         * modules/unistr/u16-strrchr (Depends-on): Likewise.
10703
10704 2009-03-12  Bruno Haible  <bruno@clisp.org>
10705
10706         Work around select() bug on Interix 3.5.
10707         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
10708         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
10709         * m4/select.m4: New file.
10710         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
10711         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
10712         * modules/select (Files): Add m4/select.m4.
10713         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
10714         * modules/nanosleep (Depends-on): Add select.
10715         * modules/poll (Depends-on): Likewise.
10716         * doc/posix-functions/select.texi: Mention the Interix bug.
10717         Reported by Markus Duft <mduft@gentoo.org>.
10718
10719         * lib/select.c: Renamed from lib/winsock-select.c.
10720         * modules/select (Files): Add lib/select.c, remove
10721         lib/winsock-select.c.
10722         (configure.ac): Update.
10723
10724 2009-03-12  Jim Meyering  <meyering@redhat.com>
10725
10726         avoid gcc warnings about unused macro definitions
10727         * lib/readtokens.c (STREQ): Remove unused definition.
10728         * lib/xmalloc.c (SIZE_MAX): Likewise.
10729         * lib/openat-die.c (N_): Likewise.
10730         * lib/mountlist.c (SIZE_MAX): Remove definition.
10731         Instead, include <stdint.h>.
10732         * lib/readutmp.c: Likewise.
10733         * modules/readutmp (Depends-on): Add stdint.
10734         * modules/mountlist (Depends-on): Add stdint.
10735         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
10736
10737 2009-03-10  Bruno Haible  <bruno@clisp.org>
10738
10739         Tests for module 'mbmemcasecoll'.
10740         * modules/mbmemcasecoll-tests: New file.
10741         * tests/test-mbmemcasecoll1.sh: New file.
10742         * tests/test-mbmemcasecoll2.sh: New file.
10743         * tests/test-mbmemcasecoll3.sh: New file.
10744         * tests/test-mbmemcasecoll.c: New file.
10745
10746         New module 'mbmemcasecoll'.
10747         * lib/mbmemcasecoll.h: New file.
10748         * lib/mbmemcasecoll.c: New file.
10749         * modules/mbmemcasecoll: New file.
10750
10751         * tests/test-mbmemcasecmp.h: New file, extracted from
10752         tests/test-mbmemcasecmp.c.
10753         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
10754         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
10755         (main): Update.
10756         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
10757
10758 2009-03-09  Bruno Haible  <bruno@clisp.org>
10759
10760         Tests for module 'mbmemcasecmp'.
10761         * modules/mbmemcasecmp-tests: New file.
10762         * tests/test-mbmemcasecmp1.sh: New file.
10763         * tests/test-mbmemcasecmp2.sh: New file.
10764         * tests/test-mbmemcasecmp3.sh: New file.
10765         * tests/test-mbmemcasecmp.c: New file.
10766
10767         New module 'mbmemcasecmp'.
10768         * lib/mbmemcasecmp.h: New file.
10769         * lib/mbmemcasecmp.c: New file.
10770         * modules/mbmemcasecmp: New file.
10771
10772 2009-03-09  Bruno Haible  <bruno@clisp.org>
10773
10774         Tests for module 'unicase/ulc-casecoll'.
10775         * modules/unicase/ulc-casecoll-tests: New file.
10776         * tests/unicase/test-ulc-casecoll1.sh: New file.
10777         * tests/unicase/test-ulc-casecoll2.sh: New file.
10778         * tests/unicase/test-ulc-casecoll.c: New file.
10779
10780         New module 'unicase/ulc-casecoll'.
10781         * lib/unicase.h (ulc_casecoll): New declaration.
10782         * lib/unicase/ulc-casecoll.c: New file.
10783         * modules/unicase/ulc-casecoll: New file.
10784
10785         New module 'unicase/ulc-casexfrm'.
10786         * lib/unicase.h (ulc_casexfrm): New declaration.
10787         * lib/unicase/ulc-casexfrm.c: New file.
10788         * modules/unicase/ulc-casexfrm: New file.
10789
10790 2009-03-09  Bruno Haible  <bruno@clisp.org>
10791
10792         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
10793         invocations.
10794
10795         * m4/mbscasecmp.m4: Remove file.
10796         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
10797         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
10798
10799         * m4/mbscasestr.m4: Remove file.
10800         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
10801         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
10802
10803         * m4/mbschr.m4: Remove file.
10804         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
10805         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
10806
10807         * m4/mbscspn.m4: Remove file.
10808         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
10809         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
10810
10811         * m4/mbslen.m4: Remove file.
10812         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
10813         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
10814
10815         * m4/mbsncasecmp.m4: Remove file.
10816         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
10817         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
10818
10819         * m4/mbsnlen.m4: Remove file.
10820         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
10821         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
10822
10823         * m4/mbspbrk.m4: Remove file.
10824         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
10825         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
10826
10827         * m4/mbspcasecmp.m4: Remove file.
10828         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
10829         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
10830
10831         * m4/mbsrchr.m4: Remove file.
10832         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
10833         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
10834
10835         * m4/mbssep.m4: Remove file.
10836         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
10837         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
10838
10839         * m4/mbsspn.m4: Remove file.
10840         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
10841         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
10842
10843         * m4/mbsstr.m4: Remove file.
10844         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
10845         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
10846
10847         * m4/mbstok_r.m4: Remove file.
10848         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
10849         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
10850
10851         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
10852
10853         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
10854         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
10855
10856         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
10857
10858 2009-03-08  Bruno Haible  <bruno@clisp.org>
10859
10860         Tests for module 'unicase/ulc-casecmp'.
10861         * modules/unicase/ulc-casecmp-tests: New file.
10862         * tests/unicase/test-ulc-casecmp1.sh: New file.
10863         * tests/unicase/test-ulc-casecmp2.sh: New file.
10864         * tests/unicase/test-ulc-casecmp.c: New file.
10865
10866         New module 'unicase/ulc-casecmp'.
10867         * lib/unicase.h (ulc_casecmp): New declaration.
10868         * lib/unicase/ulc-casecmp.c: New file.
10869         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
10870         'const SRC_UNIT *'.
10871         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
10872         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
10873         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
10874         * modules/unicase/ulc-casecmp: New file.
10875
10876         Tests for module 'unicase/u32-is-cased'.
10877         * modules/unicase/u32-is-cased-tests: New file.
10878         * tests/unicase/test-u32-is-cased.c: New file.
10879
10880         Tests for module 'unicase/u16-is-cased'.
10881         * modules/unicase/u16-is-cased-tests: New file.
10882         * tests/unicase/test-u16-is-cased.c: New file.
10883
10884         Tests for module 'unicase/u8-is-cased'.
10885         * modules/unicase/u8-is-cased-tests: New file.
10886         * tests/unicase/test-u8-is-cased.c: New file.
10887         * tests/unicase/test-is-cased.h: New file.
10888
10889         New module 'unicase/u32-is-cased'.
10890         * lib/unicase/u32-is-cased.c: New file.
10891         * modules/unicase/u32-is-cased: New file.
10892
10893         New module 'unicase/u16-is-cased'.
10894         * lib/unicase/u16-is-cased.c: New file.
10895         * modules/unicase/u16-is-cased: New file.
10896
10897         New module 'unicase/u8-is-cased'.
10898         * lib/unicase/u8-is-cased.c: New file.
10899         * lib/unicase/u-is-cased.h: New file.
10900         * modules/unicase/u8-is-cased: New file.
10901
10902         Tests for module 'unicase/u32-is-casefolded'.
10903         * modules/unicase/u32-is-casefolded-tests: New file.
10904         * tests/unicase/test-u32-is-casefolded.c: New file.
10905
10906         Tests for module 'unicase/u16-is-casefolded'.
10907         * modules/unicase/u16-is-casefolded-tests: New file.
10908         * tests/unicase/test-u16-is-casefolded.c: New file.
10909
10910         Tests for module 'unicase/u8-is-casefolded'.
10911         * modules/unicase/u8-is-casefolded-tests: New file.
10912         * tests/unicase/test-u8-is-casefolded.c: New file.
10913         * tests/unicase/test-is-casefolded.h: New file.
10914
10915         New module 'unicase/u32-is-casefolded'.
10916         * lib/unicase/u32-is-casefolded.c: New file.
10917         * modules/unicase/u32-is-casefolded: New file.
10918
10919         New module 'unicase/u16-is-casefolded'.
10920         * lib/unicase/u16-is-casefolded.c: New file.
10921         * modules/unicase/u16-is-casefolded: New file.
10922
10923         New module 'unicase/u8-is-casefolded'.
10924         * lib/unicase/u8-is-casefolded.c: New file.
10925         * modules/unicase/u8-is-casefolded: New file.
10926
10927         Tests for module 'unicase/u32-is-titlecase'.
10928         * modules/unicase/u32-is-titlecase-tests: New file.
10929         * tests/unicase/test-u32-is-titlecase.c: New file.
10930
10931         Tests for module 'unicase/u16-is-titlecase'.
10932         * modules/unicase/u16-is-titlecase-tests: New file.
10933         * tests/unicase/test-u16-is-titlecase.c: New file.
10934
10935         Tests for module 'unicase/u8-is-titlecase'.
10936         * modules/unicase/u8-is-titlecase-tests: New file.
10937         * tests/unicase/test-u8-is-titlecase.c: New file.
10938         * tests/unicase/test-is-titlecase.h: New file.
10939
10940         New module 'unicase/u32-is-titlecase'.
10941         * lib/unicase/u32-is-titlecase.c: New file.
10942         * modules/unicase/u32-is-titlecase: New file.
10943
10944         New module 'unicase/u16-is-titlecase'.
10945         * lib/unicase/u16-is-titlecase.c: New file.
10946         * modules/unicase/u16-is-titlecase: New file.
10947
10948         New module 'unicase/u8-is-titlecase'.
10949         * lib/unicase/u8-is-titlecase.c: New file.
10950         * modules/unicase/u8-is-titlecase: New file.
10951
10952         Tests for module 'unicase/u32-is-lowercase'.
10953         * modules/unicase/u32-is-lowercase-tests: New file.
10954         * tests/unicase/test-u32-is-lowercase.c: New file.
10955
10956         Tests for module 'unicase/u16-is-lowercase'.
10957         * modules/unicase/u16-is-lowercase-tests: New file.
10958         * tests/unicase/test-u16-is-lowercase.c: New file.
10959
10960         Tests for module 'unicase/u8-is-lowercase'.
10961         * modules/unicase/u8-is-lowercase-tests: New file.
10962         * tests/unicase/test-u8-is-lowercase.c: New file.
10963         * tests/unicase/test-is-lowercase.h: New file.
10964
10965         New module 'unicase/u32-is-lowercase'.
10966         * lib/unicase/u32-is-lowercase.c: New file.
10967         * modules/unicase/u32-is-lowercase: New file.
10968
10969         New module 'unicase/u16-is-lowercase'.
10970         * lib/unicase/u16-is-lowercase.c: New file.
10971         * modules/unicase/u16-is-lowercase: New file.
10972
10973         New module 'unicase/u8-is-lowercase'.
10974         * lib/unicase/u8-is-lowercase.c: New file.
10975         * modules/unicase/u8-is-lowercase: New file.
10976
10977         Tests for module 'unicase/u32-is-uppercase'.
10978         * modules/unicase/u32-is-uppercase-tests: New file.
10979         * tests/unicase/test-u32-is-uppercase.c: New file.
10980
10981         Tests for module 'unicase/u16-is-uppercase'.
10982         * modules/unicase/u16-is-uppercase-tests: New file.
10983         * tests/unicase/test-u16-is-uppercase.c: New file.
10984
10985         Tests for module 'unicase/u8-is-uppercase'.
10986         * modules/unicase/u8-is-uppercase-tests: New file.
10987         * tests/unicase/test-u8-is-uppercase.c: New file.
10988         * tests/unicase/test-is-uppercase.h: New file.
10989
10990         New module 'unicase/u32-is-uppercase'.
10991         * lib/unicase/u32-is-uppercase.c: New file.
10992         * modules/unicase/u32-is-uppercase: New file.
10993
10994         New module 'unicase/u16-is-uppercase'.
10995         * lib/unicase/u16-is-uppercase.c: New file.
10996         * modules/unicase/u16-is-uppercase: New file.
10997
10998         New module 'unicase/u8-is-uppercase'.
10999         * lib/unicase/u8-is-uppercase.c: New file.
11000         * modules/unicase/u8-is-uppercase: New file.
11001
11002         New module 'unicase/u32-is-invariant'.
11003         * lib/unicase/u32-is-invariant.c: New file.
11004         * modules/unicase/u32-is-invariant: New file.
11005
11006         New module 'unicase/u16-is-invariant'.
11007         * lib/unicase/u16-is-invariant.c: New file.
11008         * modules/unicase/u16-is-invariant: New file.
11009
11010         New module 'unicase/u8-is-invariant'.
11011         * lib/unicase/u8-is-invariant.c: New file.
11012         * lib/unicase/invariant.h: New file.
11013         * lib/unicase/u-is-invariant.h: New file.
11014         * modules/unicase/u8-is-invariant: New file.
11015
11016         Tests for module 'unicase/u32-casecoll'.
11017         * modules/unicase/u32-casecoll-tests: New file.
11018         * tests/unicase/test-u32-casecoll.c: New file.
11019
11020         Tests for module 'unicase/u16-casecoll'.
11021         * modules/unicase/u16-casecoll-tests: New file.
11022         * tests/unicase/test-u16-casecoll.c: New file.
11023
11024         Tests for module 'unicase/u8-casecoll'.
11025         * modules/unicase/u8-casecoll-tests: New file.
11026         * tests/unicase/test-u8-casecoll.c: New file.
11027
11028         New module 'unicase/u32-casecoll'.
11029         * lib/unicase/u32-casecoll.c: New file.
11030         * modules/unicase/u32-casecoll: New file.
11031
11032         New module 'unicase/u16-casecoll'.
11033         * lib/unicase/u16-casecoll.c: New file.
11034         * modules/unicase/u16-casecoll: New file.
11035
11036         New module 'unicase/u8-casecoll'.
11037         * lib/unicase/u8-casecoll.c: New file.
11038         * lib/unicase/u-casecoll.h: New file.
11039         * modules/unicase/u8-casecoll: New file.
11040
11041         New module 'unicase/u32-casexfrm'.
11042         * lib/unicase/u32-casexfrm.c: New file.
11043         * modules/unicase/u32-casexfrm: New file.
11044
11045         New module 'unicase/u16-casexfrm'.
11046         * lib/unicase/u16-casexfrm.c: New file.
11047         * modules/unicase/u16-casexfrm: New file.
11048
11049         New module 'unicase/u8-casexfrm'.
11050         * lib/unicase/u8-casexfrm.c: New file.
11051         * lib/unicase/u-casexfrm.h: New file.
11052         * modules/unicase/u8-casexfrm: New file.
11053
11054         Tests for module 'unicase/u32-casecmp'.
11055         * modules/unicase/u32-casecmp-tests: New file.
11056         * tests/unicase/test-u32-casecmp.c: New file.
11057
11058         Tests for module 'unicase/u16-casecmp'.
11059         * modules/unicase/u16-casecmp-tests: New file.
11060         * tests/unicase/test-u16-casecmp.c: New file.
11061
11062         Tests for module 'unicase/u8-casecmp'.
11063         * modules/unicase/u8-casecmp-tests: New file.
11064         * tests/unicase/test-u8-casecmp.c: New file.
11065         * tests/unicase/test-casecmp.h: New file.
11066
11067         New module 'unicase/u32-casecmp'.
11068         * lib/unicase/u32-casecmp.c: New file.
11069         * modules/unicase/u32-casecmp: New file.
11070
11071         New module 'unicase/u16-casecmp'.
11072         * lib/unicase/u16-casecmp.c: New file.
11073         * modules/unicase/u16-casecmp: New file.
11074
11075         New module 'unicase/u8-casecmp'.
11076         * lib/unicase/u8-casecmp.c: New file.
11077         * lib/unicase/u-casecmp.h: New file.
11078         * modules/unicase/u8-casecmp: New file.
11079
11080         Tests for module 'unicase/u32-casefold'.
11081         * modules/unicase/u32-casefold-tests: New file.
11082         * tests/unicase/test-u32-casefold.c: New file.
11083
11084         Tests for module 'unicase/u16-casefold'.
11085         * modules/unicase/u16-casefold-tests: New file.
11086         * tests/unicase/test-u16-casefold.c: New file.
11087
11088         Tests for module 'unicase/u8-casefold'.
11089         * modules/unicase/u8-casefold-tests: New file.
11090         * tests/unicase/test-u8-casefold.c: New file.
11091
11092         New module 'unicase/u32-casefold'.
11093         * lib/unicase/u32-casefold.c: New file.
11094         * modules/unicase/u32-casefold: New file.
11095
11096         New module 'unicase/u16-casefold'.
11097         * lib/unicase/u16-casefold.c: New file.
11098         * modules/unicase/u16-casefold: New file.
11099
11100         New module 'unicase/u8-casefold'.
11101         * lib/unicase/u8-casefold.c: New file.
11102         * lib/unicase/u-casefold.h: New file.
11103         * modules/unicase/u8-casefold: New file.
11104
11105         New module 'unicase/tocasefold'.
11106         * lib/unicase/casefold.h: New file.
11107         * lib/unicase/tocasefold.c: New file.
11108         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
11109         * modules/unicase/tocasefold: New file.
11110
11111         Tests for module 'unicase/u32-totitle'.
11112         * modules/unicase/u32-totitle-tests: New file.
11113         * tests/unicase/test-u32-totitle.c: New file.
11114
11115         Tests for module 'unicase/u16-totitle'.
11116         * modules/unicase/u16-totitle-tests: New file.
11117         * tests/unicase/test-u16-totitle.c: New file.
11118
11119         Tests for module 'unicase/u8-totitle'.
11120         * modules/unicase/u8-totitle-tests: New file.
11121         * tests/unicase/test-u8-totitle.c: New file.
11122
11123         New module 'unicase/u32-totitle'.
11124         * lib/unicase/u32-totitle.c: New file.
11125         * modules/unicase/u32-totitle: New file.
11126
11127         New module 'unicase/u16-totitle'.
11128         * lib/unicase/u16-totitle.c: New file.
11129         * modules/unicase/u16-totitle: New file.
11130
11131         New module 'unicase/u8-totitle'.
11132         * lib/unicase/u8-totitle.c: New file.
11133         * lib/unicase/u-totitle.h: New file.
11134         * modules/unicase/u8-totitle: New file.
11135
11136         Tests for module 'unicase/u32-tolower'.
11137         * modules/unicase/u32-tolower-tests: New file.
11138         * tests/unicase/test-u32-tolower.c: New file.
11139
11140         Tests for module 'unicase/u16-tolower'.
11141         * modules/unicase/u16-tolower-tests: New file.
11142         * tests/unicase/test-u16-tolower.c: New file.
11143
11144         Tests for module 'unicase/u8-tolower'.
11145         * modules/unicase/u8-tolower-tests: New file.
11146         * tests/unicase/test-u8-tolower.c: New file.
11147
11148         New module 'unicase/u32-tolower'.
11149         * lib/unicase/u32-tolower.c: New file.
11150         * modules/unicase/u32-tolower: New file.
11151
11152         New module 'unicase/u16-tolower'.
11153         * lib/unicase/u16-tolower.c: New file.
11154         * modules/unicase/u16-tolower: New file.
11155
11156         New module 'unicase/u8-tolower'.
11157         * lib/unicase/u8-tolower.c: New file.
11158         * modules/unicase/u8-tolower: New file.
11159
11160         Tests for module 'unicase/u32-toupper'.
11161         * modules/unicase/u32-toupper-tests: New file.
11162         * tests/unicase/test-u32-toupper.c: New file.
11163
11164         Tests for module 'unicase/u16-toupper'.
11165         * modules/unicase/u16-toupper-tests: New file.
11166         * tests/unicase/test-u16-toupper.c: New file.
11167
11168         Tests for module 'unicase/u8-toupper'.
11169         * modules/unicase/u8-toupper-tests: New file.
11170         * tests/unicase/test-u8-toupper.c: New file.
11171
11172         New module 'unicase/u32-toupper'.
11173         * lib/unicase/u32-toupper.c: New file.
11174         * modules/unicase/u32-toupper: New file.
11175
11176         New module 'unicase/u16-toupper'.
11177         * lib/unicase/u16-toupper.c: New file.
11178         * modules/unicase/u16-toupper: New file.
11179
11180         New module 'unicase/u8-toupper'.
11181         * lib/unicase/u8-toupper.c: New file.
11182         * modules/unicase/u8-toupper: New file.
11183
11184         New module 'unicase/u32-casemap'.
11185         * lib/unicase/u32-casemap.c: New file.
11186         * modules/unicase/u32-casemap: New file.
11187
11188         New module 'unicase/u16-casemap'.
11189         * lib/unicase/u16-casemap.c: New file.
11190         * modules/unicase/u16-casemap: New file.
11191
11192         New module 'unicase/u8-casemap'.
11193         * lib/unicase/unicasemap.h: New file.
11194         * lib/unicase/u8-casemap.c: New file.
11195         * lib/unicase/u-casemap.h: New file.
11196         * modules/unicase/u8-casemap: New file.
11197
11198         New module 'unicase/special-casing'.
11199         * lib/unicase/special-casing.h: New file.
11200         * lib/unicase/special-casing.c: New file.
11201         * lib/unicase/special-casing-table.gperf: New file, generated by
11202         gen-uni-tables.c.
11203         * modules/unicase/special-casing: New file.
11204
11205         Tests for module 'unicase/locale-language'.
11206         * modules/unicase/locale-language-tests: New file.
11207         * tests/unicase/test-locale-language.sh: New file.
11208         * tests/unicase/test-locale-language.c: New file.
11209
11210         New module 'unicase/locale-language'.
11211         * lib/unicase/locale-language.c: New file.
11212         * lib/unicase/locale-languages.gperf: New file.
11213         * modules/unicase/locale-language: New file.
11214
11215         Generate more tables for case conversion and case folding.
11216         * lib/gen-uni-tables.c (SCC_*): New enum items.
11217         (struct special_casing_rule): New type.
11218         (casing_rules, num_casing_rules, allocated_casing_rules): New
11219         variables.
11220         (add_casing_rule, fill_casing_rules): New functions.
11221         (struct casefold_rule): New type.
11222         (casefolding_rules, num_casefolding_rules,
11223         allocated_casefolding_rules): New variables.
11224         (fill_casefolding_rules): New function.
11225         (unicode_casefold): New variable.
11226         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
11227         sort_casing_rules, output_casing_rules): New functions.
11228         (main): Accept to more arguments: SpecialCasing.txt and
11229         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
11230         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
11231         Output mapping for casefolding.
11232
11233         * lib/unicase.h: Include stdbool.h, uninorm.h.
11234         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
11235         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
11236         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
11237         arguments.
11238         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
11239         resultp arguments.
11240         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
11241         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
11242         resultp arguments.
11243         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
11244         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
11245         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
11246         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
11247         declarations.
11248         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
11249
11250 2009-03-08  Bruno Haible  <bruno@clisp.org>
11251
11252         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11253         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
11254         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
11255         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11256
11257 2009-03-07  Bruno Haible  <bruno@clisp.org>
11258
11259         Adjust u*_normcmp, u*_normcoll API.
11260         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11261         u16_normcoll, u32_normcoll): Change failure conventions.
11262         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
11263         errno and return -1.
11264         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11265
11266 2009-03-07  Bruno Haible  <bruno@clisp.org>
11267
11268         Tests for module 'uninorm/u32-normcoll'.
11269         * modules/uninorm/u32-normcoll-tests: New file.
11270         * tests/uninorm/test-u32-normcoll.c: New file.
11271
11272         Tests for module 'uninorm/u16-normcoll'.
11273         * modules/uninorm/u16-normcoll-tests: New file.
11274         * tests/uninorm/test-u16-normcoll.c: New file.
11275
11276         Tests for module 'uninorm/u8-normcoll'.
11277         * modules/uninorm/u8-normcoll-tests: New file.
11278         * tests/uninorm/test-u8-normcoll.c: New file.
11279
11280 2009-03-07  Bruno Haible  <bruno@clisp.org>
11281
11282         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
11283         tests/uninorm/test-u32-normcmp.c.
11284         * tests/uninorm/test-u32-normcmp.c: Include it.
11285         (test_nonascii): New function, extracted from main. Add some more
11286         tests.
11287         (main): Invoke test_ascii and test_nonascii.
11288         * modules/uninorm/u32-normcmp-tests (Files): Add
11289         tests/uninorm/test-u32-normcmp.h.
11290         (Depends-on): Remove uninorm/u32-normcmp.
11291
11292         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
11293         tests/uninorm/test-u16-normcmp.c.
11294         * tests/uninorm/test-u16-normcmp.c: Include it.
11295         (test_nonascii): New function, extracted from main. Add some more
11296         tests.
11297         (main): Invoke test_ascii and test_nonascii.
11298         * modules/uninorm/u16-normcmp-tests (Files): Add
11299         tests/uninorm/test-u16-normcmp.h.
11300         (Depends-on): Remove uninorm/u16-normcmp.
11301
11302         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
11303         tests/uninorm/test-u8-normcmp.c.
11304         * tests/uninorm/test-u8-normcmp.c: Include it.
11305         (test_nonascii): New function, extracted from main. Add some more
11306         tests.
11307         (main): Invoke test_ascii and test_nonascii.
11308         * modules/uninorm/u8-normcmp-tests (Files): Add
11309         tests/uninorm/test-u8-normcmp.h.
11310         (Depends-on): Remove uninorm/u8-normcmp.
11311
11312 2009-03-07  Bruno Haible  <bruno@clisp.org>
11313
11314         New module 'uninorm/u32-normcoll'.
11315         * lib/uninorm/u32-normcoll.c: New file.
11316         * modules/uninorm/u32-normcoll: New file.
11317
11318         New module 'uninorm/u16-normcoll'.
11319         * lib/uninorm/u16-normcoll.c: New file.
11320         * modules/uninorm/u16-normcoll: New file.
11321
11322         New module 'uninorm/u8-normcoll'.
11323         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
11324         declarations.
11325         * lib/uninorm/u8-normcoll.c: New file.
11326         * lib/uninorm/u-normcoll.h: New file.
11327         * modules/uninorm/u8-normcoll: New file.
11328
11329         New module 'uninorm/u32-normxfrm'.
11330         * lib/uninorm/u32-normxfrm.c: New file.
11331         * modules/uninorm/u32-normxfrm: New file.
11332
11333         New module 'uninorm/u16-normxfrm'.
11334         * lib/uninorm/u16-normxfrm.c: New file.
11335         * modules/uninorm/u16-normxfrm: New file.
11336
11337         New module 'uninorm/u8-normxfrm'.
11338         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
11339         declarations.
11340         * lib/uninorm/u8-normxfrm.c: New file.
11341         * lib/uninorm/u-normxfrm.h: New file.
11342         * modules/uninorm/u8-normxfrm: New file.
11343
11344 2009-03-07  Bruno Haible  <bruno@clisp.org>
11345
11346         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
11347         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
11348         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
11349
11350 2009-03-07  Bruno Haible  <bruno@clisp.org>
11351
11352         New module 'memxfrm'.
11353         * lib/memxfrm.h: New file.
11354         * lib/memxfrm.c: New file.
11355         * modules/memxfrm: New file.
11356
11357 2009-03-07  Bruno Haible  <bruno@clisp.org>
11358
11359         New module 'memcmp2'.
11360         * lib/memcmp2.h: New file.
11361         * lib/memcmp2.c: New file.
11362         * modules/memcmp2: New file.
11363
11364 2009-03-07  Bruno Haible  <bruno@clisp.org>
11365
11366         Tests for module 'uninorm/decomposing-form'.
11367         * modules/uninorm/decomposing-form-tests: New file.
11368         * tests/uninorm/test-decomposing-form.c: New file.
11369
11370         New module 'uninorm/decomposing-form'.
11371         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
11372         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
11373         Add 'decomposing_variant' field.
11374         * lib/uninorm/decomposing-form.c: New file.
11375         * lib/uninorm/nfc.c (uninorm_nfc): Update.
11376         * lib/uninorm/nfd.c (uninorm_nfd): Update.
11377         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
11378         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
11379         * modules/uninorm/decomposing-form: New file.
11380         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
11381         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
11382
11383 2009-03-07  Bruno Haible  <bruno@clisp.org>
11384
11385         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
11386         strings.
11387
11388 2009-03-06  Bruno Haible  <bruno@clisp.org>
11389
11390         Tests for module 'uninorm/u32-normcmp'.
11391         * tests/uninorm/test-u32-normcmp.c: New file.
11392         * modules/uninorm/u32-normcmp-tests: New file.
11393
11394         Tests for module 'uninorm/u16-normcmp'.
11395         * tests/uninorm/test-u16-normcmp.c: New file.
11396         * modules/uninorm/u16-normcmp-tests: New file.
11397
11398         Tests for module 'uninorm/u8-normcmp'.
11399         * tests/uninorm/test-u8-normcmp.c: New file.
11400         * modules/uninorm/u8-normcmp-tests: New file.
11401
11402         New module 'uninorm/u32-normcmp'.
11403         * lib/uninorm/u32-normcmp.c: New file.
11404         * modules/uninorm/u32-normcmp: New file.
11405
11406         New module 'uninorm/u16-normcmp'.
11407         * lib/uninorm/u16-normcmp.c: New file.
11408         * modules/uninorm/u16-normcmp: New file.
11409
11410         New module 'uninorm/u8-normcmp'.
11411         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
11412         declarations.
11413         * lib/uninorm/u8-normcmp.c: New file.
11414         * lib/uninorm/u-normcmp.h: New file.
11415         * modules/uninorm/u8-normcmp: New file.
11416
11417 2009-03-06  Bruno Haible  <bruno@clisp.org>
11418
11419         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
11420         Reported by Eric Blake.
11421
11422 2009-03-06  Eric Blake  <ebb9@byu.net>
11423             Bruno Haible  <bruno@clisp.org>
11424
11425         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
11426         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
11427         condition.
11428         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11429         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
11430         condition.
11431         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11432
11433 2009-03-06  Eric Blake  <ebb9@byu.net>
11434
11435         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
11436         to avoid compiler warnings.
11437         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
11438
11439 2009-03-05  Bruno Haible  <bruno@clisp.org>
11440
11441         * tests/test-ftell.c (main): Disable test beyond end of file on
11442         FreeMiNT.
11443         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11444
11445 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
11446
11447         * lib/filevercmp.c: Move hidden files up in ordering.
11448         * tests/test-filevercmp.c: Add tests for hidden files.
11449
11450 2009-03-04  Bruno Haible  <bruno@clisp.org>
11451
11452         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
11453         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
11454         AM_CFLAGS.
11455         Reported by Simon Josefsson.
11456
11457 2009-03-03  Bruno Haible  <bruno@clisp.org>
11458
11459         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
11460         Reported by Simon Josefsson.
11461
11462         * doc/ld-version-script.texi: Update node reference.
11463
11464 2009-03-03  Bruno Haible  <bruno@clisp.org>
11465
11466         * modules/visibility (License): Change to 'unlimited'.
11467         Suggested by Simon Josefsson.
11468
11469 2009-03-03  Jim Meyering  <meyering@redhat.com>
11470
11471         unlinkdir: cannot_unlink_dir may modify process state
11472         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
11473         it's neither thread-safe nor appropriate for use in a library.
11474
11475 2009-03-03  Eric Blake  <ebb9@byu.net>
11476
11477         test-closein: silence test under Darwin
11478         * tests/test-closein.sh: Ignore stderr from cat, since we don't
11479         care if it dies from EPIPE or EBADF.
11480
11481 2009-03-03  Bruno Haible  <bruno@clisp.org>
11482
11483         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
11484         earlier.
11485         * doc/visibility.texi: Fix @node and @section.
11486
11487 2009-03-03  Simon Josefsson  <simon@josefsson.org>
11488
11489         * doc/gnulib.texi: Link to sections for ld version script and
11490         visibility.
11491         * doc/visibility.texi: Add @node and @section.
11492         * modules/ld-version-script: New module.
11493         * m4/ld-version-script.m4: New file.
11494         * doc/ld-version-script.texi: New file.
11495
11496 2009-03-02  David Lutterkort  <lutter@redhat.com>
11497
11498         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
11499         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11500
11501 2009-03-02  Bruno Haible  <bruno@clisp.org>
11502
11503         * doc/visibility.texi: Mention libtool's -export-symbols option.
11504
11505 2009-03-02  Jim Meyering  <meyering@redhat.com>
11506
11507         announce-gen: new option: --no-print-checksums
11508         * build-aux/announce-gen (usage): Describe it.
11509         (print_checksums): Print a newline here, not in the [*] footnote.
11510         (main): Honor it.
11511
11512 2009-03-01  Bruno Haible  <bruno@clisp.org>
11513
11514         Use socklen_t in the native Windows replacements prototypes.
11515         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
11516         instead of 'int'.
11517         * lib/getsockopt.c (rpl_getsockopt): Likewise.
11518         * lib/setsockopt.c (rpl_setsockopt): Likewise.
11519         * modules/getsockopt (Depends-on): Add socklen.
11520         * modules/setsockopt (Depends-on): Add socklen.
11521
11522 2009-03-01  Bruno Haible  <bruno@clisp.org>
11523
11524         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
11525         least 4.2.
11526
11527 2009-03-01  Eric Blake  <ebb9@byu.net>
11528             Bruno Haible  <bruno@clisp.org>
11529
11530         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
11531         error messages.
11532         * lib/wait-process.c (wait_subprocess): Omit error message about
11533         deadly signal sent to the child of termsigp != NULL.
11534
11535 2009-03-01  Eric Blake  <ebb9@byu.net>
11536
11537         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
11538
11539 2009-03-01  Bruno Haible  <bruno@clisp.org>
11540
11541         Avoid a gcc warning.
11542         * tests/test-sched.c (b): Make global.
11543         Reported by Eric Blake.
11544
11545 2009-01-19  Martin Lambers  <marlam@marlam.de>
11546
11547         Provide POSIX semantics for socket timeout options on W32.
11548         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
11549         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
11550         * modules/setsockopt: Depend on sys_time module for struct timeval.
11551         * modules/getsockopt: Depend on sys_time module for struct timeval.
11552
11553 2009-03-01  Simon Josefsson  <simon@josefsson.org>
11554
11555         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
11556         __USE_GNU, for consistency with netdb.in.h.
11557         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11558
11559 2009-03-01  Bruno Haible  <bruno@clisp.org>
11560
11561         More support for FreeMiNT.
11562         * lib/fseeko.c (rpl_fseeko): Complete last commit.
11563         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11564
11565 2009-03-01  Bruno Haible  <bruno@clisp.org>
11566
11567         More support for FreeMiNT.
11568         * lib/fpurge.c (fpurge): Correct last commit.
11569         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11570
11571 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11572
11573         Fix unportable awk script in vc-list-files.
11574         * build-aux/vc-list-files: In the replacement awk script, use
11575         substr with a second argument of 1, not zero.
11576         Report by Simon Josefsson.
11577
11578 2009-02-28  Bruno Haible  <bruno@clisp.org>
11579
11580         More support for FreeMiNT.
11581         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
11582         to FreeMiNT today.
11583         * lib/fwriting.c (fwriting): Likewise.
11584         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
11585
11586 2009-02-28  Bruno Haible  <bruno@clisp.org>
11587
11588         * tests/test-freadseek.c (main): Disable test beyond end of file on
11589         FreeMiNT.
11590         * tests/test-ftello.c (main): Likewise.
11591         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11592
11593 2009-02-28  Bruno Haible  <bruno@clisp.org>
11594
11595         Add tentative support for FreeMiNT.
11596         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
11597         * lib/fpurge.c (fpurge): Likewise.
11598         * lib/freadable.c (freadable): Likewise.
11599         * lib/freading.c (freading): Likewise.
11600         * lib/freadptr.c (freadptr): Likewise.
11601         * lib/freadseek.c (freadptrinc): Likewise.
11602         * lib/fseeko.c (rpl_fseeko): Likewise.
11603         * lib/fseterr.c (fseterr): Likewise.
11604         * lib/fwritable.c (fwritable): Likewise.
11605         * lib/fwriting.c (fwriting): Likewise.
11606         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
11607         Hourihane.
11608         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11609
11610 2009-02-28  Bruno Haible  <bruno@clisp.org>
11611
11612         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
11613         SIGCHLD.
11614         Reported by Jim Meyering.
11615
11616 2009-02-28  Bruno Haible  <bruno@clisp.org>
11617
11618         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
11619         Mention the results of these tests on various platforms.
11620         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
11621         order.
11622         * doc/posix-functions/printf.texi: Likewise.
11623         * doc/posix-functions/snprintf.texi: Likewise.
11624         * doc/posix-functions/sprintf.texi: Likewise.
11625         * doc/posix-functions/vfprintf.texi: Likewise.
11626         * doc/posix-functions/vprintf.texi: Likewise.
11627         * doc/posix-functions/vsnprintf.texi: Likewise.
11628         * doc/posix-functions/vsprintf.texi: Likewise.
11629         * doc/glibc-functions/obstack_printf.texi: Likewise.
11630         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
11631
11632 2009-02-28  Bruno Haible  <bruno@clisp.org>
11633
11634         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
11635         Reported by Loïc Minier <lool@dooz.org>.
11636
11637 2009-02-27  Bruno Haible  <bruno@clisp.org>
11638
11639         * gnulib-tool (func_import): Make the sed expression used to create the
11640         sed script for updating the .gitignore file POSIX compliant.
11641         Reported by Eric Blake.
11642
11643 2009-02-27  Bruno Haible  <bruno@clisp.org>
11644
11645         * gnulib-tool (sed): Don't alias as "sed --posix".
11646         Reported by Eric Blake.
11647
11648 2009-02-27  Bruno Haible  <bruno@clisp.org>
11649
11650         Avoid test link errors.
11651         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
11652         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
11653         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
11654         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
11655         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11656
11657 2009-02-27  Bruno Haible  <bruno@clisp.org>
11658
11659         Avoid spurious "(cached)" in configure output.
11660         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
11661         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
11662         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11663         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11664         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11665         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
11666         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11667         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
11668         Reported by Eric Blake.
11669
11670 2009-02-27  Eric Blake  <ebb9@byu.net>
11671
11672         printf: fix regression in previous patch
11673         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
11674
11675 2009-02-27  Bruno Haible  <bruno@clisp.org>
11676
11677         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
11678         value.
11679         * lib/stdint.in.h: Likewise.
11680         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
11681
11682 2009-02-27  Eric Blake  <ebb9@byu.net>
11683
11684         doc: mention more functions added in cygwin 1.7.0
11685         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
11686         addition.
11687         * doc/posix-functions/open_wmemstream.texi: Likewise.
11688         * doc/posix-functions/wcsnlen.texi: Likewise.
11689         * doc/posix-functions/wcsnrtombs.texi: Likewise.
11690         * doc/posix-functions/wcstod.texi: Likewise.
11691         * doc/posix-functions/wcstof.texi: Likewise.
11692         * doc/posix-functions/wcstoimax.texi: Likewise.
11693         * doc/posix-functions/wcstok.texi: Likewise.
11694         * doc/posix-functions/wcstoumax.texi: Likewise.
11695
11696         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
11697         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
11698         * doc/posix-functions/fprintf.texi: Update.
11699         * doc/posix-functions/printf.texi: Update.
11700         * doc/posix-functions/snprintf.texi: Update.
11701         * doc/posix-functions/sprintf.texi: Update.
11702         * doc/posix-functions/vfprintf.texi: Update.
11703         * doc/posix-functions/vprintf.texi: Update.
11704         * doc/posix-functions/vsnprintf.texi: Update.
11705         * doc/posix-functions/vsprintf.texi: Update.
11706         * doc/glibc-functions/obstack_printf.texi: Update.
11707         * doc/glibc-functions/obstack_vprintf.texi: Update.
11708
11709 2009-02-26  Eric Blake  <ebb9@byu.net>
11710
11711         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
11712         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
11713         compilation bug by using runtime conversion.
11714         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
11715         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
11716         * modules/ceill-tests (Files): Use nan.h.
11717         * modules/floorl-tests (Files): Likewise.
11718         * modules/frexpl-tests (Files): Likewise.
11719         * modules/isnanl-tests (Files): Likewise.
11720         * modules/ldexpl-tests (Files): Likewise.
11721         * modules/roundl-tests (Files): Likewise.
11722         * modules/truncl-tests (Files): Likewise.
11723         * tests/test-ceill.c (main): Use a working NaN.
11724         * tests/test-floorl.c (main): Likewise.
11725         * tests/test-frexpl.c (main): Likewise.
11726         * tests/test-isnan.c (test_long_double): Likewise.
11727         * tests/test-isnanl.h (main): Likewise.
11728         * tests/test-ldexpl.h (main): Likewise.
11729         * tests/test-roundl.h (main): Likewise.
11730         * tests/test-truncl.h (main): Likewise.
11731         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
11732
11733 2009-02-26  Eric Blake  <ebb9@byu.net>
11734             Bruno Haible  <bruno@clisp.org>
11735
11736         Work around a *printf bug with %ls on Solaris.
11737         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
11738         precision is specified, sprintf stops converting the wide string
11739         argument when the number of bytes that have been produced by this
11740         conversion equals or exceeds the precision.
11741         * doc/posix-functions/fprintf.texi: Update.
11742         * doc/posix-functions/printf.texi: Update.
11743         * doc/posix-functions/snprintf.texi: Update.
11744         * doc/posix-functions/sprintf.texi: Update.
11745         * doc/posix-functions/vfprintf.texi: Update.
11746         * doc/posix-functions/vprintf.texi: Update.
11747         * doc/posix-functions/vsnprintf.texi: Update.
11748         * doc/posix-functions/vsprintf.texi: Update.
11749         * doc/glibc-functions/obstack_printf.texi: Update.
11750         * doc/glibc-functions/obstack_vprintf.texi: Update.
11751
11752 2009-02-26  Eric Blake  <ebb9@byu.net>
11753
11754         stdlib: favor compiler check of random.h
11755         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
11756         to avoid an ObjC random.h installed by Swarm.
11757
11758 2009-02-26  Bruno Haible  <bruno@clisp.org>
11759
11760         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
11761         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
11762         Reported by Gary V. Vaughan <gary@gnu.org>.
11763
11764 2009-02-26  Bruno Haible  <bruno@clisp.org>
11765
11766         Fix *printf behaviour regarding the %ls directive.
11767         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
11768         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
11769         NEED_PRINTF_DIRECTIVE_LS.
11770         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
11771         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11772         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11773         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
11774         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
11775         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
11776         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
11777         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11778         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11779         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11780         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11781         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
11782         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11783         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11784         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11785         * doc/posix-functions/fprintf.texi: Update.
11786         * doc/posix-functions/printf.texi: Update.
11787         * doc/posix-functions/snprintf.texi: Update.
11788         * doc/posix-functions/sprintf.texi: Update.
11789         * doc/posix-functions/vfprintf.texi: Update.
11790         * doc/posix-functions/vprintf.texi: Update.
11791         * doc/posix-functions/vsnprintf.texi: Update.
11792         * doc/posix-functions/vsprintf.texi: Update.
11793         * doc/glibc-functions/obstack_printf.texi: Update.
11794         * doc/glibc-functions/obstack_vprintf.texi: Update.
11795         Reported by Eric Blake.
11796
11797 2009-02-25  Bruno Haible  <bruno@clisp.org>
11798
11799         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
11800         with known value.
11801         Reported by Gary V. Vaughan <gary@gnu.org>.
11802
11803 2009-02-25  Bruno Haible  <bruno@clisp.org>
11804
11805         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
11806         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
11807         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
11808         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
11809         Reported by Gary V. Vaughan <gary@gnu.org>.
11810
11811 2009-02-25  Bruno Haible  <bruno@clisp.org>
11812
11813         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
11814         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
11815         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
11816         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
11817         Reported by Gary V. Vaughan <gary@gnu.org>.
11818
11819 2009-02-25  Eric Blake  <ebb9@byu.net>
11820
11821         tests: skip fseek/ftell tests if ungetc is broken
11822         * m4/ungetc.m4: New file.
11823         * modules/fseek-tests: Split test, so ungetc dependency is
11824         separate from rest of test.
11825         * modules/fseeko-tests: Likewise.
11826         * modules/ftell-tests: Likewise.
11827         * modules/ftello-tests: Likewise.
11828         * tests/test-fseek.c (main): Isolate ungetc dependency.
11829         * tests/test-fseeko.c (main): Likewise.
11830         * tests/test-ftell.c (main): Likewise.
11831         * tests/test-ftello.c (main): Likewise.
11832         * tests/test-fseek2.sh: New file.
11833         * tests/test-fseeko2.sh: Likewise.
11834         * tests/test-ftell2.sh: Likewise.
11835         * tests/test-ftello2.sh: Likewise.
11836
11837 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
11838
11839         test-getaddrinfo: fix usage of skip return code 77
11840         * tests/test-gettaddrinfo.c: Return skip code 77 only
11841         for first occurance of skip (4x77 is not 77)
11842
11843 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
11844
11845         strtod: avoid C99 decl-after-statement
11846         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
11847
11848 2009-02-24  Eric Blake  <ebb9@byu.net>
11849
11850         strtod: detect HP-UX 11.31 bug
11851         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
11852         Reported by Gary V. Vaughan.
11853
11854 2009-02-23  Bruno Haible  <bruno@clisp.org>
11855
11856         Fix invalid read past end of memory block.
11857         * lib/vasnprintf.c (DCHAR_SET): Define.
11858         (local_wcslen): Define only when needed.
11859         (local_strnlen, local_wcsnlen): New functions.
11860         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
11861         directives that involve a conversion ourselves.
11862         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
11863         wcsnlen, mbrtowc, wcrtomb.
11864         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
11865         * tests/test-vasprintf-posix.c (test_function): Likewise.
11866         * tests/test-snprintf-posix.h (test_function): Likewise.
11867         * tests/test-sprintf-posix.h (test_function): Likewise.
11868         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11869
11870 2009-02-22  Bruno Haible  <bruno@clisp.org>
11871
11872         Implement new clarified decomposition of Hangul syllables.
11873         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
11874         of type LTV, return only a pairwise decomposition.
11875         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
11876         Likewise.
11877         * tests/uninorm/test-decomposition.c (main): Updated expected result.
11878         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
11879         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
11880
11881 2009-02-22  Bruno Haible  <bruno@clisp.org>
11882
11883         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
11884         zero-length results and shrink excess allocated memory.
11885         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
11886         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
11887         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
11888         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
11889         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
11890         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
11891         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
11892         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
11893         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
11894         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
11895         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
11896         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
11897
11898 2009-02-21  Bruno Haible  <bruno@clisp.org>
11899
11900         * doc/gnulib.texi: Include safe-alloc.texi earlier.
11901         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
11902         spaces after a period. Put a space between a macro name and its
11903         argument list. Trivial rewordings.
11904         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
11905         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
11906         (main): Return 0 explicitly.
11907
11908 2009-02-21  Bruno Haible  <bruno@clisp.org>
11909
11910         Tests for module 'uninorm/filter'.
11911         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
11912         * modules/uninorm/filter-tests: New file.
11913
11914         New module 'uninorm/filter'.
11915         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
11916         uninorm_filter_flush, uninorm_filter_free): New declarations.
11917         * lib/uninorm/uninorm-filter.c: New file.
11918         * modules/uninorm/filter: New file.
11919
11920 2009-02-21  Bruno Haible  <bruno@clisp.org>
11921
11922         Tests for module 'uninorm/nfkc'.
11923         * tests/uninorm/test-nfkc.c: New file.
11924         * tests/uninorm/test-u8-nfkc.c: New file.
11925         * tests/uninorm/test-u16-nfkc.c: New file.
11926         * tests/uninorm/test-u32-nfkc.c: New file.
11927         * tests/uninorm/test-u32-nfkc-big.sh: New file.
11928         * tests/uninorm/test-u32-nfkc-big.c: New file.
11929         * modules/uninorm/nfkc-tests: New file.
11930
11931         New module 'uninorm/nfkc'.
11932         * lib/uninorm/nfkc.c: New file.
11933         * modules/uninorm/nfkc: New file.
11934
11935         Tests for module 'uninorm/nfkd'.
11936         * tests/uninorm/test-nfkd.c: New file.
11937         * tests/uninorm/test-u8-nfkd.c: New file.
11938         * tests/uninorm/test-u16-nfkd.c: New file.
11939         * tests/uninorm/test-u32-nfkd.c: New file.
11940         * tests/uninorm/test-u32-nfkd-big.sh: New file.
11941         * tests/uninorm/test-u32-nfkd-big.c: New file.
11942         * modules/uninorm/nfkd-tests: New file.
11943
11944         New module 'uninorm/nfkd'.
11945         * lib/uninorm/nfkd.c: New file.
11946         * modules/uninorm/nfkd: New file.
11947
11948         Tests for module 'uninorm/nfc'.
11949         * tests/uninorm/test-nfc.c: New file.
11950         * tests/uninorm/test-u8-nfc.c: New file.
11951         * tests/uninorm/test-u16-nfc.c: New file.
11952         * tests/uninorm/test-u32-nfc.c: New file.
11953         * tests/uninorm/test-u32-nfc-big.sh: New file.
11954         * tests/uninorm/test-u32-nfc-big.c: New file.
11955         * modules/uninorm/nfc-tests: New file.
11956
11957         New module 'uninorm/nfc'.
11958         * lib/uninorm/nfc.c: New file.
11959         * modules/uninorm/nfc: New file.
11960
11961         Tests for module 'uninorm/nfd'.
11962         * tests/uninorm/test-nfd.c: New file.
11963         * tests/uninorm/test-u8-nfd.c: New file.
11964         * tests/uninorm/test-u16-nfd.c: New file.
11965         * tests/uninorm/test-u32-nfd.c: New file.
11966         * tests/uninorm/test-u32-nfd-big.sh: New file.
11967         * tests/uninorm/test-u32-nfd-big.c: New file.
11968         * tests/uninorm/test-u32-normalize-big.h: New file.
11969         * tests/uninorm/test-u32-normalize-big.c: New file.
11970         * tests/uninorm/NormalizationTest.txt: New file, created from
11971         Unicode 5.1.0 NormalizationTest.txt.
11972         * modules/uninorm/nfd-tests: New file.
11973
11974         New module 'uninorm/nfd'.
11975         * lib/uninorm/nfd.c: New file.
11976         * modules/uninorm/nfd: New file.
11977
11978         New module 'uninorm/u32-normalize'.
11979         * lib/uninorm/u32-normalize.c: New file.
11980         * modules/uninorm/u32-normalize: New file.
11981
11982         New module 'uninorm/u16-normalize'.
11983         * lib/uninorm/u16-normalize.c: New file.
11984         * modules/uninorm/u16-normalize: New file.
11985
11986         New module 'uninorm/u8-normalize'.
11987         * lib/uninorm/u8-normalize.c: New file.
11988         * lib/uninorm/normalize-internal.h: New file.
11989         * lib/uninorm/u-normalize-internal.h: New file.
11990         * modules/uninorm/u8-normalize: New file.
11991
11992         New module 'uninorm/decompose-internal'.
11993         * lib/uninorm/decompose-internal.c: New file.
11994         * modules/uninorm/decompose-internal: New file.
11995
11996         Tests for module 'uninorm/composition'.
11997         * tests/uninorm/test-composition.c: New file.
11998         * modules/uninorm/composition-tests: New file.
11999
12000         New module 'uninorm/composition'.
12001         * lib/uninorm/composition.c: New file.
12002         * lib/uninorm/composition-table.gperf: New file, generated by
12003         gen-uni-tables.
12004         * modules/uninorm/composition: New file.
12005
12006         Tests for module 'uninorm/compat-decomposition'.
12007         * tests/uninorm/test-compat-decomposition.c: New file.
12008         * modules/uninorm/compat-decomposition-tests: New file.
12009
12010         New module 'uninorm/compat-decomposition'.
12011         * lib/uninorm/decompose-internal.h: New file.
12012         * lib/uninorm/compat-decomposition.c: New file.
12013         * modules/uninorm/compat-decomposition: New file.
12014
12015         Tests for module 'uninorm/canonical-decomposition'.
12016         * tests/uninorm/test-canonical-decomposition.c: New file.
12017         * modules/uninorm/canonical-decomposition-tests: New file.
12018
12019         New module 'uninorm/canonical-decomposition'.
12020         * lib/uninorm/canonical-decomposition.c: New file.
12021         * modules/uninorm/canonical-decomposition: New file.
12022
12023         Tests for module 'uninorm/decomposition'.
12024         * tests/uninorm/test-decomposition.c: New file.
12025         * modules/uninorm/decomposition-tests: New file.
12026
12027         New module 'uninorm/decomposition'.
12028         * lib/uninorm/decomposition.c: New file.
12029         * modules/uninorm/decomposition: New file.
12030
12031         New module 'uninorm/decomposition-table'.
12032         * lib/uninorm/decomposition-table.h: New file.
12033         * lib/uninorm/decomposition-table.c: New file.
12034         * lib/uninorm/decomposition-table1.h: New file, generated by
12035         gen-uni-tables.
12036         * lib/uninorm/decomposition-table2.h: New file, generated by
12037         gen-uni-tables.
12038         * modules/uninorm/decomposition-table: New file.
12039
12040         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
12041         (UC_DECOMP_*): New enumeration items.
12042         (get_decomposition): New function.
12043         (struct decomp_table): New type.
12044         (output_decomposition, output_decomposition_tables): New functions.
12045         (unicode_composition_exclusions): New variable.
12046         (fill_composition_exclusions, debug_output_composition_tables): New
12047         functions.
12048         (main): Accept one more argument. Invoke fill_composition_exclusions.
12049         Output decomposition and composition tables.
12050
12051         New module 'uninorm/base'.
12052         * lib/uninorm.h: New file.
12053         * lib/unictype.h: Update comment.
12054         * modules/uninorm/base: New file.
12055
12056 2009-02-21  David Lutterkort  <lutter@redhat.com>
12057
12058         Tests for module 'safe-alloc'.
12059         * tests/test-safe-alloc.c: New file.
12060         * modules/safe-alloc-tests: New file.
12061
12062         New module 'safe-alloc'.
12063         * lib/safe-alloc.h: New file.
12064         * lib/safe-alloc.c: New file.
12065         * m4/safe-alloc.m4: New file.
12066         * modules/safe-alloc: New file.
12067         * doc/safe-alloc.texi: New file.
12068         * doc/gnulib.texi: Include it.
12069         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
12070         safe-alloc.
12071
12072 2009-02-18  Bruno Haible  <bruno@clisp.org>
12073
12074         Fix link error on non-glibc systems.
12075         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
12076         variable.
12077         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12078
12079 2009-02-18  Jim Meyering  <meyering@redhat.com>
12080
12081         fts: avoid used-uninitialized error due to recent change
12082         * lib/fts.c (fts_read): Guard uses of the new member,
12083         parent->fts_n_dirs_remaining, since it's not relevant for
12084         the parent of a directory specified on the command-line.
12085
12086 2009-02-17  James Youngman  <jay@gnu.org>
12087             Bruno Haible  <bruno@clisp.org>
12088
12089         * m4/include_next.m4: Reformulate comment.
12090
12091 2009-02-16  Jim Meyering  <meyering@redhat.com>
12092
12093         fts: add #if guards so that the fts_lgpl module still builds
12094         * lib/fts.c: Guard just-added hash-table-using parts with
12095         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
12096         Reported by Simon Josefsson.
12097
12098 2009-02-15  Bruno Haible  <bruno@clisp.org>
12099
12100         * modules/array-mergesort-tests: New file.
12101         * tests/test-array-mergesort.c: New file.
12102
12103         New module 'array-mergesort'.
12104         * modules/array-mergesort: New file.
12105         * lib/array-mergesort.h: New file.
12106
12107 2009-02-15  Bruno Haible  <bruno@clisp.org>
12108
12109         Fix 2009-02-07 commit.
12110         * lib/gen-uni-tables.c (output_predicate, output_category,
12111         output_combclass, output_bidi_category, output_decimal_digit,
12112         output_digit, output_numeric, output_mirror, output_scripts,
12113         output_ident_category, output_simple_mapping): Fix format directives.
12114         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
12115
12116 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
12117
12118         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
12119         fixes are available from IBM.
12120
12121 2009-02-13  Jim Meyering  <meyering@redhat.com>
12122
12123         fts: arrange not to stat non-directories in more cases
12124         This makes GNU find (when it doesn't need to stat each file)
12125         *much* more efficient at traversing reiserfs file systems.
12126         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
12127         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
12128         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
12129         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
12130         (leaf_optimization_applies): New function.
12131         (LCO_hash, LCO_compare): New helper functions.
12132         (link_count_optimize_ok): New function.
12133         (fts_stat): Initialize new member (if dir).
12134         (fts_read): Decrement parent's fts_n_dirs_remaining count if
12135         we've just stat'ed a directory.  Skip the stat call when possible.
12136         ---
12137         Note this AFS-related exchange:
12138         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
12139         and note find's pioctl call in find/fstype.c.
12140         But that is necessary only if you want to enable the
12141         optimization for AFS, and for now, I don't.
12142
12143         fts: move a function definition "up" (no semantic change)
12144         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
12145         "up" to precede upcoming use of a related function.
12146
12147 2009-02-11  Jim Meyering  <meyering@redhat.com>
12148
12149         fts: correct internal computation of nlinks (optimization-related)
12150         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
12151         whether the current entry is a directory, so don't test it.
12152
12153 2009-02-10  Bruno Haible  <bruno@clisp.org>
12154
12155         Tests for module 'uniwbrk/ulc-wordbreaks'.
12156         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
12157         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
12158         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
12159
12160         Tests for module 'uniwbrk/u32-wordbreaks'.
12161         * modules/uniwbrk/u32-wordbreaks-tests: New file.
12162         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
12163
12164         Tests for module 'uniwbrk/u16-wordbreaks'.
12165         * modules/uniwbrk/u16-wordbreaks-tests: New file.
12166         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
12167
12168         Tests for module 'uniwbrk/u8-wordbreaks'.
12169         * modules/uniwbrk/u8-wordbreaks-tests: New file.
12170         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
12171
12172 2009-02-10  Bruno Haible  <bruno@clisp.org>
12173
12174         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
12175         property.
12176         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
12177         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
12178         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
12179
12180 2009-02-10  Simon Josefsson  <simon@josefsson.org>
12181
12182         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
12183         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
12184
12185 2009-02-10  Bruno Haible  <bruno@clisp.org>
12186
12187         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
12188         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
12189         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
12190         * lib/unilbrk/u8-possible-linebreaks.c: Update.
12191         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
12192         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
12193
12194 2009-02-09  Simon Josefsson  <simon@josefsson.org>
12195
12196         * lib/sockets.h (gl_fd_to_handle): New function.
12197
12198         * tests/test-sockets.c: Call gl_fd_to_handle.
12199
12200 2009-02-09  Bruno Haible  <bruno@clisp.org>
12201
12202         * doc/havelib.texi: Document the conventions on bi-arch systems.
12203
12204 2009-02-08  Bruno Haible  <bruno@clisp.org>
12205
12206         Document the AC_LIB_LINKFLAGS macro.
12207         * doc/havelib.texi: New file, mostly written on 2005-05-24.
12208         * doc/gnulib.texi: Include it.
12209
12210 2009-02-08  Bruno Haible  <bruno@clisp.org>
12211
12212         Fix wrong order of sections, compared to TOC.
12213         * doc/gnulib.texi: Include relocatable-maint.texi after the
12214         "Regular expressions" node, not before.
12215
12216 2009-02-08  Bruno Haible  <bruno@clisp.org>
12217
12218         Tests for module 'unicase/totitle'.
12219         * modules/unicase/totitle-tests: New file.
12220
12221         Tests for module 'unicase/tolower'.
12222         * modules/unicase/tolower-tests: New file.
12223
12224         Tests for module 'unicase/toupper'.
12225         * modules/unicase/toupper-tests: New file.
12226         * tests/unicase/test-mapping-part1.h: New file.
12227         * tests/unicase/test-mapping-part2.h: New file.
12228
12229         New module 'unicase/totitle'.
12230         * modules/unicase/totitle: New file.
12231         * lib/unicase/totitle.c: New file.
12232
12233         New module 'unicase/tolower'.
12234         * modules/unicase/tolower: New file.
12235         * lib/unicase/tolower.c: New file.
12236
12237         New module 'unicase/toupper'.
12238         * modules/unicase/toupper: New file.
12239         * lib/unicase/toupper.c: New file.
12240         * lib/unicase/simple-mapping.h: New file.
12241
12242         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
12243         (mapping_table): New structure.
12244         (output_simple_mapping): New function.
12245         (main): Invoke output_simple_mapping_test and output_simple_mapping.
12246         * modules/gen-uni-tables (Description): Update.
12247         * lib/unicase/toupper.h: New file, automatically generated by
12248         gen-uni-tables.
12249         * lib/unicase/tolower.h: New file, automatically generated by
12250         gen-uni-tables.
12251         * lib/unicase/totitle.h: New file, automatically generated by
12252         gen-uni-tables.
12253         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
12254         gen-uni-tables.
12255         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
12256         gen-uni-tables.
12257         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
12258         gen-uni-tables.
12259
12260         New module 'unicase/base'.
12261         * modules/unicase/base: New file.
12262         * lib/unicase.h: New file.
12263
12264 2009-02-08  Bruno Haible  <bruno@clisp.org>
12265
12266         New module 'uniwbrk/ulc-wordbreaks'.
12267         * modules/uniwbrk/ulc-wordbreaks: New file.
12268         * lib/uniwbrk/ulc-wordbreaks.c: New file.
12269
12270         New module 'uniwbrk/u32-wordbreaks'.
12271         * modules/uniwbrk/u32-wordbreaks: New file.
12272         * lib/uniwbrk/u32-wordbreaks.c: New file.
12273
12274         New module 'uniwbrk/u16-wordbreaks'.
12275         * modules/uniwbrk/u16-wordbreaks: New file.
12276         * lib/uniwbrk/u16-wordbreaks.c: New file.
12277
12278         New module 'uniwbrk/u8-wordbreaks'.
12279         * modules/uniwbrk/u8-wordbreaks: New file.
12280         * lib/uniwbrk/u8-wordbreaks.c: New file.
12281         * lib/uniwbrk/u-wordbreaks.h: New file.
12282
12283         New module 'uniwbrk/table'.
12284         * modules/uniwbrk/table: New file.
12285         * lib/uniwbrk/wbrktable.h: New file.
12286         * lib/uniwbrk/wbrktable.c: New file.
12287
12288         New module 'uniwbrk/wordbreak-property'.
12289         * modules/uniwbrk/wordbreak-property: New file.
12290         * lib/uniwbrk/wordbreak-property.c: New file.
12291
12292         * lib/gen-uni-tables.c (WBP_*): New enum items.
12293         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
12294         (unicode_org_wbp): New variable.
12295         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
12296         New functions.
12297         (wbp_table): New structure.
12298         (output_wbp, output_wbrk_tables): New functions.
12299         (main): Accept additional argument. Invoke fill_org_wbp,
12300         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
12301         output_wbrk_tables.
12302         * modules/gen-uni-tables (Description): Update.
12303         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
12304         gen-uni-tables.
12305
12306         New module 'uniwbrk/base'.
12307         * modules/uniwbrk/base: New file.
12308         * lib/uniwbrk.h: New file.
12309
12310 2009-02-08  Bruno Haible  <bruno@clisp.org>
12311
12312         Update to Unicode 5.1.0.
12313         * lib/gen-uni-tables.c (is_property_alphabetic): Include
12314         U+2185..U+2188.
12315         (is_property_default_ignorable_code_point): Don't include characters
12316         of category Cc or Cs and not-a-characters.
12317         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
12318         U+0D79, U+109E, U+109F, U+A60C.
12319         * lib/unictype/bidi_of.h: Regenerated.
12320         * lib/unictype/blocks.h: Regenerated.
12321         * lib/unictype/categ_C.h: Regenerated.
12322         * lib/unictype/categ_Cf.h: Regenerated.
12323         * lib/unictype/categ_Cn.h: Regenerated.
12324         * lib/unictype/categ_L.h: Regenerated.
12325         * lib/unictype/categ_Ll.h: Regenerated.
12326         * lib/unictype/categ_Lm.h: Regenerated.
12327         * lib/unictype/categ_Lo.h: Regenerated.
12328         * lib/unictype/categ_Lu.h: Regenerated.
12329         * lib/unictype/categ_M.h: Regenerated.
12330         * lib/unictype/categ_Mc.h: Regenerated.
12331         * lib/unictype/categ_Me.h: Regenerated.
12332         * lib/unictype/categ_Mn.h: Regenerated.
12333         * lib/unictype/categ_N.h: Regenerated.
12334         * lib/unictype/categ_Nd.h: Regenerated.
12335         * lib/unictype/categ_Nl.h: Regenerated.
12336         * lib/unictype/categ_No.h: Regenerated.
12337         * lib/unictype/categ_P.h: Regenerated.
12338         * lib/unictype/categ_Pd.h: Regenerated.
12339         * lib/unictype/categ_Pe.h: Regenerated.
12340         * lib/unictype/categ_Pf.h: Regenerated.
12341         * lib/unictype/categ_Pi.h: Regenerated.
12342         * lib/unictype/categ_Po.h: Regenerated.
12343         * lib/unictype/categ_Ps.h: Regenerated.
12344         * lib/unictype/categ_S.h: Regenerated.
12345         * lib/unictype/categ_Sk.h: Regenerated.
12346         * lib/unictype/categ_Sm.h: Regenerated.
12347         * lib/unictype/categ_So.h: Regenerated.
12348         * lib/unictype/categ_of.h: Regenerated.
12349         * lib/unictype/combining.h: Regenerated.
12350         * lib/unictype/ctype_alnum.h: Regenerated.
12351         * lib/unictype/ctype_alpha.h: Regenerated.
12352         * lib/unictype/ctype_graph.h: Regenerated.
12353         * lib/unictype/ctype_lower.h: Regenerated.
12354         * lib/unictype/ctype_print.h: Regenerated.
12355         * lib/unictype/ctype_punct.h: Regenerated.
12356         * lib/unictype/ctype_upper.h: Regenerated.
12357         * lib/unictype/decdigit.h: Regenerated.
12358         * lib/unictype/digit.h: Regenerated.
12359         * lib/unictype/mirror.h: Regenerated.
12360         * lib/unictype/numeric.h: Regenerated.
12361         * lib/unictype/pr_alphabetic.h: Regenerated.
12362         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
12363         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
12364         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
12365         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
12366         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
12367         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
12368         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
12369         * lib/unictype/pr_combining.h: Regenerated.
12370         * lib/unictype/pr_dash.h: Regenerated.
12371         * lib/unictype/pr_decimal_digit.h: Regenerated.
12372         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
12373         * lib/unictype/pr_deprecated.h: Regenerated.
12374         * lib/unictype/pr_diacritic.h: Regenerated.
12375         * lib/unictype/pr_extender.h: Regenerated.
12376         * lib/unictype/pr_format_control.h: Regenerated.
12377         * lib/unictype/pr_grapheme_base.h: Regenerated.
12378         * lib/unictype/pr_grapheme_extend.h: Regenerated.
12379         * lib/unictype/pr_grapheme_link.h: Regenerated.
12380         * lib/unictype/pr_id_continue.h: Regenerated.
12381         * lib/unictype/pr_id_start.h: Regenerated.
12382         * lib/unictype/pr_ideographic.h: Regenerated.
12383         * lib/unictype/pr_ignorable_control.h: Regenerated.
12384         * lib/unictype/pr_lowercase.h: Regenerated.
12385         * lib/unictype/pr_math.h: Regenerated.
12386         * lib/unictype/pr_numeric.h: Regenerated.
12387         * lib/unictype/pr_other_alphabetic.h: Regenerated.
12388         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
12389         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
12390         * lib/unictype/pr_other_id_continue.h: Regenerated.
12391         * lib/unictype/pr_other_lowercase.h: Regenerated.
12392         * lib/unictype/pr_other_math.h: Regenerated.
12393         * lib/unictype/pr_punctuation.h: Regenerated.
12394         * lib/unictype/pr_sentence_terminal.h: Regenerated.
12395         * lib/unictype/pr_soft_dotted.h: Regenerated.
12396         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
12397         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
12398         * lib/unictype/pr_unified_ideograph.h: Regenerated.
12399         * lib/unictype/pr_uppercase.h: Regenerated.
12400         * lib/unictype/pr_xid_continue.h: Regenerated.
12401         * lib/unictype/pr_xid_start.h: Regenerated.
12402         * lib/unictype/pr_zero_width.h: Regenerated.
12403         * lib/unictype/scripts.h: Regenerated.
12404         * lib/unictype/scripts_byname.gperf: Regenerated.
12405         * lib/unictype/sy_java_ident.h: Regenerated.
12406         * lib/unilbrk/lbrkprop1.h: Regenerated.
12407         * lib/unilbrk/lbrkprop2.h: Regenerated.
12408         * tests/unictype/test-categ_C.c: Regenerated.
12409         * tests/unictype/test-categ_Cf.c: Regenerated.
12410         * tests/unictype/test-categ_Cn.c: Regenerated.
12411         * tests/unictype/test-categ_L.c: Regenerated.
12412         * tests/unictype/test-categ_Ll.c: Regenerated.
12413         * tests/unictype/test-categ_Lm.c: Regenerated.
12414         * tests/unictype/test-categ_Lo.c: Regenerated.
12415         * tests/unictype/test-categ_Lu.c: Regenerated.
12416         * tests/unictype/test-categ_M.c: Regenerated.
12417         * tests/unictype/test-categ_Mc.c: Regenerated.
12418         * tests/unictype/test-categ_Me.c: Regenerated.
12419         * tests/unictype/test-categ_Mn.c: Regenerated.
12420         * tests/unictype/test-categ_N.c: Regenerated.
12421         * tests/unictype/test-categ_Nd.c: Regenerated.
12422         * tests/unictype/test-categ_Nl.c: Regenerated.
12423         * tests/unictype/test-categ_No.c: Regenerated.
12424         * tests/unictype/test-categ_P.c: Regenerated.
12425         * tests/unictype/test-categ_Pd.c: Regenerated.
12426         * tests/unictype/test-categ_Pe.c: Regenerated.
12427         * tests/unictype/test-categ_Pf.c: Regenerated.
12428         * tests/unictype/test-categ_Pi.c: Regenerated.
12429         * tests/unictype/test-categ_Po.c: Regenerated.
12430         * tests/unictype/test-categ_Ps.c: Regenerated.
12431         * tests/unictype/test-categ_S.c: Regenerated.
12432         * tests/unictype/test-categ_Sk.c: Regenerated.
12433         * tests/unictype/test-categ_Sm.c: Regenerated.
12434         * tests/unictype/test-categ_So.c: Regenerated.
12435         * tests/unictype/test-ctype_alnum.c: Regenerated.
12436         * tests/unictype/test-ctype_alpha.c: Regenerated.
12437         * tests/unictype/test-ctype_graph.c: Regenerated.
12438         * tests/unictype/test-ctype_lower.c: Regenerated.
12439         * tests/unictype/test-ctype_print.c: Regenerated.
12440         * tests/unictype/test-ctype_punct.c: Regenerated.
12441         * tests/unictype/test-ctype_upper.c: Regenerated.
12442         * tests/unictype/test-decdigit.h: Regenerated.
12443         * tests/unictype/test-digit.h: Regenerated.
12444         * tests/unictype/test-numeric.h: Regenerated.
12445         * tests/unictype/test-pr_alphabetic.c: Regenerated.
12446         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
12447         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
12448         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
12449         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
12450         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
12451         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
12452         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
12453         * tests/unictype/test-pr_combining.c: Regenerated.
12454         * tests/unictype/test-pr_dash.c: Regenerated.
12455         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
12456         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
12457         * tests/unictype/test-pr_deprecated.c: Regenerated.
12458         * tests/unictype/test-pr_diacritic.c: Regenerated.
12459         * tests/unictype/test-pr_extender.c: Regenerated.
12460         * tests/unictype/test-pr_format_control.c: Regenerated.
12461         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
12462         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
12463         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
12464         * tests/unictype/test-pr_id_continue.c: Regenerated.
12465         * tests/unictype/test-pr_id_start.c: Regenerated.
12466         * tests/unictype/test-pr_ideographic.c: Regenerated.
12467         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
12468         * tests/unictype/test-pr_lowercase.c: Regenerated.
12469         * tests/unictype/test-pr_math.c: Regenerated.
12470         * tests/unictype/test-pr_numeric.c: Regenerated.
12471         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
12472         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
12473         Regenerated.
12474         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
12475         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
12476         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
12477         * tests/unictype/test-pr_other_math.c: Regenerated.
12478         * tests/unictype/test-pr_punctuation.c: Regenerated.
12479         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
12480         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
12481         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
12482         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
12483         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
12484         * tests/unictype/test-pr_uppercase.c: Regenerated.
12485         * tests/unictype/test-pr_xid_continue.c: Regenerated.
12486         * tests/unictype/test-pr_xid_start.c: Regenerated.
12487         * tests/unictype/test-pr_zero_width.c: Regenerated.
12488
12489         Update to Unicode 5.1.0.
12490         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
12491         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
12492         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
12493         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
12494         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
12495         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
12496         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
12497         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
12498         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
12499         (nonspacing_table_ind): Update.
12500         * tests/uniwidth/test-uc_width2.sh: Update expected result.
12501
12502         Update to Unicode 5.1.0.
12503         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
12504         code transform.
12505         * lib/uniname/uniname.c (unicode_character_name,
12506         unicode_name_character): Add the range 0x1Fxxx to the code transform.
12507         * lib/uniname/uninames.h: Regenerated.
12508         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
12509
12510 2009-02-07  Bruno Haible  <bruno@clisp.org>
12511
12512         Merge gen-ctype and gen-lbrk into a single program.
12513         * lib/gen-uni-tables.c: New file, incorporating
12514         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
12515         Add directory prefixes to the names of the generated files.
12516         * lib/unictype/gen-ctype.c: Remove file.
12517         * lib/unilbrk/gen-lbrk.c: Remove file.
12518         * modules/gen-uni-tables: New file.
12519         * modules/unictype/gen-ctype: Remove file.
12520         * modules/unilbrk/gen-lbrk: Remove file.
12521
12522 2009-02-07  Bruno Haible  <bruno@clisp.org>
12523
12524         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
12525
12526         New module 'unistr/u32-strcoll'.
12527         * modules/unistr/u32-strcoll: New file.
12528         * lib/unistr/u32-strcoll.c: New file.
12529
12530         New module 'unistr/u16-strcoll'.
12531         * modules/unistr/u16-strcoll: New file.
12532         * lib/unistr/u16-strcoll.c: New file.
12533
12534         New module 'unistr/u8-strcoll'.
12535         * modules/unistr/u8-strcoll: New file.
12536         * lib/unistr/u8-strcoll.c: New file.
12537         * lib/unistr/u-strcoll.h: New file.
12538
12539 2009-02-07  Bruno Haible  <bruno@clisp.org>
12540
12541         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
12542         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12543         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12544         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
12545         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
12546         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
12547
12548 2009-02-07  Bruno Haible  <bruno@clisp.org>
12549
12550         Make 64-bit clean.
12551         * lib/unictype/gen-ctype.c (output_predicate, output_category,
12552         output_combclass, output_bidi_category, output_decimal_digit,
12553         output_digit, output_numeric, output_mirror, output_scripts,
12554         output_ident_category): Use proper width specifier in format strings.
12555
12556 2009-02-07  Bruno Haible  <bruno@clisp.org>
12557
12558         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
12559         failure behaviour.
12560
12561 2009-02-07  Jim Meyering  <meyering@redhat.com>
12562
12563         regex: avoid compilation failure with upcoming gcc-4.4
12564         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
12565         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
12566         "... error: integer overflow in preprocessor expression".
12567
12568 2009-02-05  Ben Pfaff  <blp@gnu.org>
12569
12570         Fix link errors on Windows when close module is used.
12571         * modules/close: Add $(LIB_CLOSE) to Link section.
12572         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
12573         $(LIB_CLOSE) on Windows.
12574
12575 2009-02-05  Jim Meyering  <meyering@redhat.com>
12576
12577         still avoid unused-parameter warnings, but do it cleanly
12578         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
12579         (get_fs_usage): Cast to void instead.
12580         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
12581         (dev_from_mount_options, read_file_system_list): Cast to void.
12582         Prompted by Bruno Haible.
12583
12584 2009-02-04  Jim Meyering  <meyering@redhat.com>
12585
12586         fsusage.c: correct copyright year
12587         * lib/fsusage.c: Reflect year in which the change is pushed into
12588
12589         avoid misc. warnings
12590         * lib/fsusage.c (UNUSED_PARAM): Define.
12591         (get_fs_usage): Mark parameter "disk" as unused.
12592         * lib/getugroups.c (getgrent): Use "void" in prototype.
12593         * lib/mountlist.c: Mark unused parameters.
12594         (read_file_system_list): Declare a local with "const".
12595         * lib/nanosleep.c (getnow): Declare static.
12596         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
12597
12598         dirfd: set errno upon failure
12599         * lib/dirfd.c: Include <errno.h>.
12600         Set errno to ENOTSUP when returning -1.
12601         * modules/dirfd (Depends-on): Add errno.
12602         Suggested by John Kodis <kodis@comcast.net>.
12603
12604 2009-02-01  Bruno Haible  <bruno@clisp.org>
12605
12606         Don't assume sizeof (long) >= sizeof (void *).
12607         * lib/memcmp.c: Include stdint.h.
12608         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
12609         srcp2 to 'const byte *'.
12610         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
12611         types to uintptr_t.
12612         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
12613         * modules/memcmp (Depends-on): Add stdint.
12614         Reported by Ozkan Sezer <sezeroz@gmail.com>.
12615
12616 2009-01-30  Eric Blake  <ebb9@byu.net>
12617
12618         fix more require-before-expand issues
12619         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
12620         expand, AC_PROG_AWK.
12621         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
12622
12623 2009-01-28  Eric Blake  <ebb9@byu.net>
12624
12625         version-etc: use consistent URL formatting
12626         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
12627         Improve formatting.  Use fputs for string without %.
12628
12629 2009-01-28  Jim Meyering  <meyering@redhat.com>
12630
12631         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
12632         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
12633         "underquoted definition of NAME" from autoconf-2.59.
12634
12635 2009-01-28  Bruno Haible  <bruno@clisp.org>
12636
12637         * doc/gnulib.texi: Add "Obsolete modules" to index.
12638
12639 2009-01-28  Jim Meyering  <meyering@redhat.com>
12640
12641         useless-if-before-free: recognize more variants
12642         * build-aux/useless-if-before-free: Also recognize e.g.,
12643         if (NULL != p) free (p);
12644
12645 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
12646
12647         test-getaddrinfo: skip (don't fail) this test when there's no network
12648         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
12649         on the presumption that it means you lack network access.
12650
12651 2009-01-26  Jim Meyering  <meyering@redhat.com>
12652
12653         fflush: avoid warnings on modern systems
12654         * lib/fflush.c (rpl_fflush): Move declarations of locals,
12655         pos and result, into scopes where they're used.
12656
12657 2009-01-26  Eric Blake  <ebb9@byu.net>
12658
12659         Silence warning reintroduced by recent extensions patch.
12660         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
12661         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
12662         autoconf.
12663
12664         Backport improved autoconf semantics of AC_DEFUN_ONCE.
12665         * m4/00gnulib.m4: New file.
12666         * gnulib-tool (func_get_filelist): Always use it.
12667         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
12668         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
12669
12670 2009-01-25  Bruno Haible  <bruno@clisp.org>
12671
12672         Make test-quotearg work on MacOS X and AIX.
12673         * tests/test-quotearg.sh: New file.
12674         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
12675         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
12676         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
12677         include <libintl.h>.
12678         (fake_locale): Remove variable.
12679         (gettext, dgettext, dcgettext): Remove functions.
12680         (main): Instead of setting a fake locale, set a real locale. Call
12681         textdomain and bindtextdomain.
12682         * modules/quotearg-tests (Files): Add the new files.
12683         (Depends-on): Add gettext, setenv, unsetenv.
12684         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
12685         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
12686         Augment TESTS_ENVIRONMENT.
12687
12688 2009-01-25  Bruno Haible  <bruno@clisp.org>
12689
12690         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
12691         fr_FR.ISO8859-1 locale on MacOS X.
12692         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
12693         ja_JP.eucJP locale on MacOS X.
12694         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
12695         zh_CN.GB18030 locale on MacOS X.
12696
12697 2009-01-25  Bruno Haible  <bruno@clisp.org>
12698
12699         Avoid link errors on MacOS X 10.3.
12700         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
12701         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
12702
12703 2009-01-25  Bruno Haible  <bruno@clisp.org>
12704
12705         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
12706         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
12707         * modules/pipe (Files): Remove m4/posix_spawn.m4.
12708         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
12709         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
12710         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
12711         posix_spawnattr_init, posix_spawnattr_setsigmask,
12712         posix_spawnattr_setflags, posix_spawnattr_destroy.
12713
12714         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
12715         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
12716         * modules/execute (Files): Remove m4/posix_spawn.m4.
12717         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
12718         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
12719         posix_spawnattr_init, posix_spawnattr_setsigmask,
12720         posix_spawnattr_setflags, posix_spawnattr_destroy.
12721
12722 2009-01-25  Bruno Haible  <bruno@clisp.org>
12723
12724         * lib/glthread/threadlib.c: Include <stdlib.h>.
12725
12726 2009-01-25  Bruno Haible  <bruno@clisp.org>
12727
12728         * lib/glthread/threadlib.c (dummy): New declaration.
12729
12730 2009-01-25  Bruno Haible  <bruno@clisp.org>
12731
12732         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
12733         multibyte characters also for the GB18030 encoding. Don't crash when
12734         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
12735
12736 2009-01-25  Bruno Haible  <bruno@clisp.org>
12737
12738         Avoid redefining 'struct random_data' on OSF/1 5.1.
12739         * lib/stdlib.in.h: Include <random.h> if it exists.
12740         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
12741         HAVE_RANDOM_H. Include <random.h> when testing whether
12742         'struct random_data' exists.
12743         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
12744
12745 2009-01-25  Bruno Haible  <bruno@clisp.org>
12746
12747         Don't install charset.alias on MacOS X >= 10.3.
12748         * lib/localcharset.c (DARWIN7): New macro.
12749         (get_charset_aliases): Hardcode the result for Darwin7.
12750         * modules/localcharset (install-exec-local): Don't install
12751         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
12752
12753 2009-01-25  Bruno Haible  <bruno@clisp.org>
12754
12755         Don't install charset.alias on mingw and Cygwin.
12756         * modules/localcharset (install-exec-local): Don't install
12757         charset.alias on mingw and Cygwin, if the file does not yet exist.
12758         The result for these platforms is hardcoded in localcharset.c.
12759
12760 2009-01-25  Bruno Haible  <bruno@clisp.org>
12761
12762         Make it possible again to use AC_GNU_SOURCE together with gnulib.
12763         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
12764         before requiring AC_USE_SYSTEM_EXTENSIONS.
12765
12766 2009-01-25  Jim Meyering  <meyering@redhat.com>
12767
12768         c-strtod: avoid warnings
12769         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
12770         "assignment discards qualifiers from pointer target type" warnings.
12771
12772 2009-01-24  Bruno Haible  <bruno@clisp.org>
12773
12774         Add support for non-UTF-8 locales on MacOS X.
12775         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
12776         canonical encodings. For Darwin 7 and newer, don't map traditional
12777         encodings to UTF-8.
12778         Reported by Vincent Lefevre <vincent@vinc17.org>
12779         at <http://savannah.gnu.org/bugs/?25235>.
12780
12781 2009-01-24  Bruno Haible  <bruno@clisp.org>
12782
12783         * doc/gnulib.texi (Obsolete modules): New section.
12784         Reported by Mike Frysinger <vapier@gentoo.org>.
12785
12786 2009-01-24  Bruno Haible  <bruno@clisp.org>
12787
12788         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
12789         (%.dvi): New rule.
12790
12791 2009-01-24  Bruno Haible  <bruno@clisp.org>
12792
12793         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
12794         Reported by Eric Blake.
12795
12796 2009-01-24  Bruno Haible  <bruno@clisp.org>
12797
12798         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
12799         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
12800         Reported by Gary V. Vaughan <gary@gnu.org>.
12801
12802 2009-01-24  Bruno Haible  <bruno@clisp.org>
12803
12804         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
12805
12806 2009-01-23  Bruno Haible  <bruno@clisp.org>
12807
12808         Make c-strtod, c-strtold usable in libraries.
12809         * lib/c-strtod.c: Include string.h instead of xalloc.h.
12810         (C_STRTOD): Call strdup instead of xstrdup.
12811         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
12812         * modules/c-strtold (Depends-on): Likewise.
12813         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
12814         * NEWS: Mention the change.
12815         Reported by Michael Gold <mgold@ncf.ca>.
12816
12817 2009-01-23  Jim Meyering  <meyering@redhat.com>
12818
12819         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
12820         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
12821         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
12822
12823 2009-01-23  Simon Josefsson  <simon@josefsson.org>
12824
12825         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
12826         GNU CoreUtils.
12827         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
12828         * modules/version-etc (Description): Update.
12829
12830 2009-01-22  Bruno Haible  <bruno@clisp.org>
12831
12832         Cache the C locale object.
12833         * lib/c-strtod.c (c_locale_cache): New variable.
12834         (c_locale): New function.
12835         (C_STRTOD): Use it, and don't call freelocale.
12836         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
12837         Suggested by Paolo Bonzini.
12838
12839 2009-01-21  Bruno Haible  <bruno@clisp.org>
12840
12841         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
12842         conditions other than overflow.
12843
12844 2009-01-21  Bruno Haible  <bruno@clisp.org>
12845
12846         * lib/c-strtod.c: Include errno.h.
12847         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
12848         value from STRTOD_L and STRTOD.
12849
12850 2009-01-21  Bruno Haible  <bruno@clisp.org>
12851         and Jim Meyering  <meyering@redhat.com>
12852
12853         nanosleep: skip configure test (fail it) for apple universal builds
12854         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
12855         universal builds, assume that nanosleep does not work.
12856         * modules/nanosleep (Depends-on): Add multiarch.
12857
12858         mktime: skip configure test (fail it) for apple universal builds
12859         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
12860         universal builds, assume that mktime does not work.
12861         * modules/mktime (Depends-on): Add multiarch.
12862
12863 2009-01-21  Eric Blake  <ebb9@byu.net>
12864
12865         multiarch: avoid expand-before-require warning
12866         * modules/multiarch (configure.ac): Require, rather than expand,
12867         gl_MULTIARCH.
12868         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
12869         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
12870         enforce that all clients require it.  Partial reversion of
12871         2008-12-29 patch.
12872
12873         error: avoid expand-before-require warning
12874         * modules/errno (configure.ac): Require, rather than expand,
12875         gl_HEADER_ERRNO_H.
12876         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
12877         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
12878         enforce that all clients require it.
12879
12880         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
12881         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
12882         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
12883         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
12884
12885 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
12886
12887         Revert:
12888         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
12889
12890         regex: do not depend on obsolete modules.
12891         * modules/regex: Remove memcmp and memmove.
12892
12893 2009-01-20  Bruno Haible  <bruno@clisp.org>
12894
12895         Make the 'link' module link on Windows NT 4.
12896         * lib/link.c (_WIN32_WINNT): Don't define.
12897         (CreateHardLinkFuncType): New type.
12898         (CreateHardLinkFunc, initialized): New variables.
12899         (initialize): New function.
12900         (link): Invoke CreateHardLink indirectly through the function pointer.
12901
12902 2009-01-20  Bruno Haible  <bruno@clisp.org>
12903
12904         Fix compilation failure on mingw.
12905         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
12906
12907 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
12908
12909         * doc/c-strtod.texi: Mention a couple of restrictions.
12910
12911 2009-01-20  Jim Meyering  <meyering@redhat.com>
12912
12913         gettimeofday: move more declarations out of functions
12914         * lib/gettimeofday.c: Move extern declarations of tzset and
12915         gmtime out of containing functions.  Prompted by Bruno Haible.
12916
12917 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
12918
12919         regex: do not depend on obsolete modules.
12920         * modules/regex: Remove memcmp and memmove.
12921
12922 2009-01-19  Bruno Haible  <bruno@clisp.org>
12923
12924         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
12925         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
12926         gl_BIGENDIAN, not AC_C_BIGENDIAN.
12927         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
12928         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
12929
12930 2009-01-19  Bruno Haible  <bruno@clisp.org>
12931
12932         * tests/test-link.c: Include <errno.h>.
12933         (main): Exit with code 77 when a hard link cannot be created due to
12934         the file system.
12935         * tests/test-link.sh: Skip test when a hard link cannot be created due
12936         to the file system.
12937         Suggested by Eric Blake.
12938
12939 2009-01-19  Martin Lambers  <marlam@marlam.de>
12940
12941         * modules/link-tests: New file.
12942         * tests/test-link.sh: New file.
12943         * tests/test-link.c: New file.
12944
12945 2009-01-19  Eric Blake  <ebb9@byu.net>
12946
12947         doc: mention another function added in cygwin 1.7.0
12948         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
12949         Another new function in cygwin 1.7.
12950
12951 2009-01-19  Bruno Haible  <bruno@clisp.org>
12952
12953         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
12954         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
12955         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
12956         gl_BIGENDIAN, not AC_C_BIGENDIAN.
12957         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
12958         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
12959         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
12960         * m4/md4.m4 (gl_MD4): Likewise.
12961         * m4/md5.m4 (gl_MD5): Likewise.
12962         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
12963         * m4/sha1.m4 (gl_SHA1): Likewise.
12964         * m4/sha256.m4 (gl_SHA256): Likewise.
12965         * m4/sha512.m4 (gl_SHA512): Likewise.
12966
12967 2009-01-19  Bruno Haible  <bruno@clisp.org>
12968
12969         * modules/uniname/uniname-tests (Depends-on): Add progname.
12970         * tests/uniname/test-uninames.c: Include progname.h.
12971         (main): Call set_program_name.
12972
12973         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
12974         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
12975         (main): Call set_program_name.
12976
12977         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
12978         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
12979         (main): Call set_program_name.
12980
12981         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
12982         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
12983         (main): Call set_program_name.
12984
12985         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
12986         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
12987         (main): Call set_program_name.
12988
12989         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
12990         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
12991         (main): Call set_program_name.
12992
12993         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
12994         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
12995         (main): Call set_program_name.
12996
12997         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
12998         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
12999         (main): Call set_program_name.
13000
13001         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
13002         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
13003         (main): Call set_program_name.
13004
13005 2009-01-19  Eric Blake  <ebb9@byu.net>
13006
13007         test-unistd: test previous patch
13008         * tests/test-unistd.c: Test *_FILENO macros.
13009
13010         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
13011         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13012         Guarantee a definition.
13013         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
13014         * modules/unistd-safer (Depends-on): Add dependency on unistd.
13015         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
13016         * lib/dup-safer.c (STDERR_FILENO): Likewise.
13017         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13018         Likewise.
13019         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
13020         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
13021         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13022         Likewise.
13023         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
13024         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
13025         (STDERR_FILENO): Likewise.
13026         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
13027         (STDERR_FILENO): Likewise.
13028         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
13029         (STDERR_FILENO): Likewise.
13030         Reported by Elbert Pol.
13031
13032 2009-01-19  Eric Blake  <ebb9@byu.net>
13033
13034         doc: mention more functions added in cygwin 1.7.0
13035         * doc/posix-functions/abort.texi (abort): Update wording related
13036         to cygwin.
13037         * doc/posix-functions/daylight.texi (daylight): Likewise.
13038         * doc/posix-functions/optarg.texi (optarg): Likewise.
13039         * doc/posix-functions/optarg.texi (opterr): Likewise.
13040         * doc/posix-functions/optarg.texi (optind): Likewise.
13041         * doc/posix-functions/optarg.texi (optopt): Likewise.
13042         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
13043         worked in 1.5.x, and was withdrawn in 1.7.
13044         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
13045         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
13046         cygwin versions.
13047         * doc/posix-functions/perror.texi (perror): Likewise.
13048         * doc/posix-functions/printf.texi (printf): Likewise.
13049         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
13050         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
13051         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
13052         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
13053         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
13054         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
13055         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
13056         Likewise.
13057         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
13058         Likewise.
13059         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
13060         this function.
13061         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
13062         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
13063         Likewise.
13064         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
13065         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
13066         * doc/posix-functions/confstr.texi (confstr): Likewise.
13067         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
13068         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
13069         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
13070         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
13071         * doc/posix-functions/fputws.texi (fputws): Likewise.
13072         * doc/posix-functions/fwide.texi (fwide): Likewise.
13073         * doc/posix-functions/getwc.texi (getwc): Likewise.
13074         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
13075         * doc/posix-functions/putwc.texi (putwc): Likewise.
13076         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
13077         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
13078         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
13079         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
13080         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
13081         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
13082         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
13083         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
13084         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
13085         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
13086         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
13087
13088 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13089
13090         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
13091         * lib/ioctl.c: Include <sys/ioctl.h>.
13092
13093 2009-01-19  Simon Josefsson  <simon@josefsson.org>
13094
13095         * modules/getdate-tests (Depends-on): Add progname.
13096         * tests/test-getdate.c: Use progname module, to avoid link errors
13097         on non-glibc systems.
13098
13099 2009-01-18  Simon Josefsson  <simon@josefsson.org>
13100
13101         * modules/filenamecat-tests (Depends-on): Add progname.
13102         * modules/fstrcmp-tests (Depends-on): Likewise.
13103
13104         * tests/test-filenamecat.c: Use progname module, to avoid link
13105         errors on non-glibc systems.
13106         * tests/test-fstrcmp.c: Likewise.
13107
13108 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13109
13110         gettimeofday: avoid warning: nested extern declaration of 'localtime'
13111         * lib/gettimeofday.c: Move extern declaration out of function.
13112
13113 2009-01-18  Bruno Haible  <bruno@clisp.org>
13114
13115         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
13116         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
13117         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
13118
13119 2009-01-18  Bruno Haible  <bruno@clisp.org>
13120
13121         * lib/strftime.c (MEMPCPY): Remove unused macro.
13122         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
13123
13124 2009-01-18  Martin Lambers  <marlam@marlam.de>
13125
13126         New module 'link'.
13127         * lib/unistd.in.h (link): New declaration.
13128         * lib/link.c: New file.
13129         * m4/link.m4: New file.
13130         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
13131         HAVE_LINK.
13132         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
13133         * modules/link: New file.
13134         * doc/posix-functions/link.texi: Mention the new module.
13135
13136 2009-01-18  Bruno Haible  <bruno@clisp.org>
13137
13138         * tests/test-avltree_list.c (main): Call set_program_name.
13139         * tests/test-avltree_oset.c (main): Likewise.
13140         * tests/test-obstack-printf.c: Include progname.h.
13141         (main): Call set_program_name.
13142         * tests/test-quotearg.c: Include progname.h.
13143         (main): Call set_program_name.
13144         * tests/test-xmemdup0.c: Include progname.h.
13145         (main): Call set_program_name.
13146
13147 2009-01-18  Bruno Haible  <bruno@clisp.org>
13148
13149         New module 'alphasort'.
13150         * lib/dirent.in.h (alphasort): New declaration.
13151         * lib/alphasort.c: New file, from glibc with modifications.
13152         * m4/alphasort.m4: New file.
13153         * modules/alphasort: New file.
13154         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
13155         HAVE_ALPHASORT.
13156         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
13157         HAVE_ALPHASORT.
13158         * doc/posix-functions/alphasort.texi: Mention the new module and the
13159         portability problems.
13160
13161 2009-01-18  Bruno Haible  <bruno@clisp.org>
13162
13163         New module 'scandir'.
13164         * lib/dirent.in.h (scandir): New declaration.
13165         * lib/scandir.c: New file, from glibc with modifications.
13166         * m4/scandir.m4: New file.
13167         * modules/scandir: New file.
13168         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
13169         HAVE_SCANDIR.
13170         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
13171         HAVE_SCANDIR.
13172         * doc/posix-functions/scandir.texi: Mention the new module and the
13173         portability problems.
13174
13175 2009-01-17  Bruno Haible  <bruno@clisp.org>
13176
13177         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
13178         Update documentation.
13179         (func_remove_suffix): Escape all dots in the suffix. Update
13180         documentation.
13181         (func_filter_filelist): Update documentation.
13182         Reported by Ralf Wildenhues.
13183
13184 2009-01-17  Bruno Haible  <bruno@clisp.org>
13185
13186         * modules/dprintf-posix-tests: New file.
13187         * tests/test-dprintf-posix.sh: New file.
13188         * tests/test-dprintf-posix.c: New file.
13189
13190         New modules 'dprintf', 'dprintf-posix'.
13191         * lib/stdio.in.h (dprintf): New declaration.
13192         * lib/dprintf.c: New file.
13193         * m4/dprintf.m4: New file.
13194         * m4/dprintf-posix.m4: New file.
13195         * modules/dprintf: New file.
13196         * modules/dprintf-posix: New file.
13197         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
13198         HAVE_DPRINTF, REPLACE_DPRINTF.
13199         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
13200         HAVE_DPRINTF, REPLACE_DPRINTF.
13201         * doc/posix-functions/dprintf.texi: Mention the new modules.
13202
13203 2009-01-17  Bruno Haible  <bruno@clisp.org>
13204
13205         * modules/vdprintf-posix-tests: New file.
13206         * tests/test-vdprintf-posix.sh: New file.
13207         * tests/test-vdprintf-posix.c: New file.
13208
13209         New modules 'vdprintf', 'vdprintf-posix'.
13210         * lib/stdio.in.h (vdprintf): New declaration.
13211         * lib/vdprintf.c: New file.
13212         * m4/vdprintf.m4: New file.
13213         * m4/vdprintf-posix.m4: New file.
13214         * modules/vdprintf: New file.
13215         * modules/vdprintf-posix: New file.
13216         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
13217         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13218         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
13219         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13220         * doc/posix-functions/vdprintf.texi: Mention the new modules.
13221
13222 2009-01-17  Bruno Haible  <bruno@clisp.org>
13223
13224         Fix replacement of fopen on mingw.
13225         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
13226         mingw.
13227
13228 2009-01-17  Bruno Haible  <bruno@clisp.org>
13229
13230         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
13231         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
13232
13233 2009-01-17  Bruno Haible  <bruno@clisp.org>
13234
13235         Avoid test-fflush2.sh failure on mingw.
13236         * tests/test-fflush2.c: Include binary-io.h.
13237         (main): Put standard input into binary mode.
13238         * modules/fflush-tests (Depends-on): Add binary-io.
13239
13240 2009-01-17  Bruno Haible  <bruno@clisp.org>
13241
13242         * lib/wchar.in.h: In another particular situation, include only the
13243         system's <wchar.h> file.
13244         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
13245         Reported by Albert Chin-A-Young <china@thewrittenword.com>
13246         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
13247
13248 2009-01-17  Bruno Haible  <bruno@clisp.org>
13249
13250         Support for stripping executables in --enable-relocatable.
13251         * build-aux/install-reloc: Expect one more argument, or an environment
13252         variable RELOC_STRIP_PROG. If set, strip the destination program and
13253         its wrapper.
13254         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
13255         RELOC_STRIP_PROG.
13256         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
13257         to set RELOCATABLE_STRIP.
13258         * NEWS: Mention the new Makefile requirement.
13259
13260 2009-01-17  Bruno Haible  <bruno@clisp.org>
13261
13262         * build-aux/install-reloc: Remove debugging information left over by
13263         C compiler on MacOS X.
13264
13265 2009-01-17  Bruno Haible  <bruno@clisp.org>
13266
13267         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
13268         * lib/progreloc.c (find_executable): Fix type of pointer passed to
13269         _NSGetExecutablePath.
13270
13271 2009-01-16  Jim Meyering  <meyering@redhat.com>
13272
13273         strerror: avoid warnings about discarding "const"
13274         * lib/strerror.c (rpl_strerror): Instead of returning a const
13275         string from each and every "case", use a variable, and add a single
13276         cast after the switch.
13277
13278 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
13279
13280         * lib/arpa_inet.in.h: Add extern "C" block for C++.
13281
13282 2009-01-16  Bruno Haible  <bruno@clisp.org>
13283
13284         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
13285         array initializer syntax that also works in C++ mode.
13286         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13287
13288 2009-01-16  Jim Meyering  <meyering@redhat.com>
13289
13290         poll: suppress a warning
13291         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
13292         to ignore "...unsigned expression < 0 is always false" warnings.
13293
13294 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
13295
13296         poll: remove declarations of unused variables
13297         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
13298         sockbuf and optlen.
13299
13300 2009-01-15  Bruno Haible  <bruno@clisp.org>
13301
13302         Make fflush-after-ungetc POSIX compliant on BSD systems.
13303         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
13304         (clear_ungetc_buffer): Implement also for other systems.
13305         (rpl_fflush): On glibc systems, invoke
13306         clear_ungetc_buffer_preserving_position. Otherwise, invoke
13307         clear_ungetc_buffer after fetching the stream's position, not before.
13308
13309 2009-01-15  Bruno Haible  <bruno@clisp.org>
13310
13311         Make fflush-after-ungetc POSIX compliant on glibc systems.
13312         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
13313         after ungetc.
13314         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
13315         (rpl_fflush): On glibc systems, simply call the system's fflush
13316         function after clearing the ungetc buffer.
13317         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
13318         Instead, lseek only to the end of file, then use the system's fseeko
13319         for the rest. On glibc systems, reset the EOF indicator bit.
13320
13321 2009-01-15  Jim Meyering  <meyering@redhat.com>
13322
13323         openmp.m4: revert quote-adding change, for portability to older autoconf
13324         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
13325         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
13326         Simon Josefsson noticed the problem when using autoconf-2.61.
13327
13328 2009-01-15  Bruno Haible  <bruno@clisp.org>
13329
13330         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
13331         * tests/test-fflush2.c (ASSERT): Always fail.
13332         (main): Add two tests for fflush() after ungetc(), taking into account
13333         the Austin Group's clarification.
13334         Suggested by Eric Blake.
13335
13336 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
13337
13338         mktime.m4: remove K&R-style function prototypes
13339         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
13340         for the Sun C++ compiler.
13341
13342 2009-01-14  Bruno Haible  <bruno@clisp.org>
13343
13344         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
13345         while including <wchar.h>.
13346         * lib/wchar.in.h: In two particular situations on HP-UX, include only
13347         the system's <wchar.h> file.
13348         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13349
13350 2009-01-14  Bruno Haible  <bruno@clisp.org>
13351
13352         * m4/csharp.m4: Don't mention gettext on the serial number line.
13353         * m4/csharpexec.m4: Likewise.
13354         * m4/eaccess.m4: Likewise.
13355         * m4/javaexec.m4: Likewise.
13356         * m4/sig_atomic_t.m4: Likewise.
13357         * m4/tmpdir.m4: Likewise.
13358         * m4/intldir.m4: Bump gettext version.
13359         * m4/lib-ld.m4: Likewise.
13360
13361 2009-01-14  Bruno Haible  <bruno@clisp.org>
13362
13363         * lib/progname.c (set_program_name): Add more comments.
13364         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
13365
13366 2009-01-14  Simon Josefsson  <simon@josefsson.org>
13367
13368         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
13369         were sys/stat.h does not define it.
13370
13371 2009-01-14  Jim Meyering  <meyering@redhat.com>
13372
13373         many *.m4 files: improve m4 quoting
13374         99% of this change was performed by running the following commands:
13375         git ls-files | grep '\.m4$' | xargs perl -pi \
13376           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
13377           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13378           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13379           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
13380         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
13381         The remainder were to add Copyright dates, increment serial numbers,
13382         undo some changes in comments, exclude m4/intl.m4, and add quotes
13383         around the "1" in ",1" where the unusual spacing prohibited the
13384         above regexps from doing the job.  For more details, see
13385         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
13386         * m4/acl.m4: Modified.
13387         * m4/afs.m4: Likewise.
13388         * m4/alloca.m4: Likewise.
13389         * m4/argp.m4: Likewise.
13390         * m4/argz.m4: Likewise.
13391         * m4/atexit.m4: Likewise.
13392         * m4/bison-i18n.m4: Likewise.
13393         * m4/bison.m4: Likewise.
13394         * m4/byteswap.m4: Likewise.
13395         * m4/c-stack.m4: Likewise.
13396         * m4/c-strtod.m4: Likewise.
13397         * m4/calloc.m4: Likewise.
13398         * m4/canonicalize-lgpl.m4: Likewise.
13399         * m4/chown.m4: Likewise.
13400         * m4/clock_time.m4: Likewise.
13401         * m4/codeset.m4: Likewise.
13402         * m4/copy-file.m4: Likewise.
13403         * m4/csharp.m4: Likewise.
13404         * m4/csharpcomp.m4: Likewise.
13405         * m4/csharpexec.m4: Likewise.
13406         * m4/d-ino.m4: Likewise.
13407         * m4/d-type.m4: Likewise.
13408         * m4/dirfd.m4: Likewise.
13409         * m4/double-slash-root.m4: Likewise.
13410         * m4/eaccess.m4: Likewise.
13411         * m4/eealloc.m4: Likewise.
13412         * m4/environ.m4: Likewise.
13413         * m4/errno_h.m4: Likewise.
13414         * m4/euidaccess.m4: Likewise.
13415         * m4/execute.m4: Likewise.
13416         * m4/fatal-signal.m4: Likewise.
13417         * m4/fchdir.m4: Likewise.
13418         * m4/fcntl_h.m4: Likewise.
13419         * m4/fileblocks.m4: Likewise.
13420         * m4/filenamecat.m4: Likewise.
13421         * m4/findprog.m4: Likewise.
13422         * m4/flexmember.m4: Likewise.
13423         * m4/fnmatch.m4: Likewise.
13424         * m4/fopen.m4: Likewise.
13425         * m4/fpending.m4: Likewise.
13426         * m4/fprintf-posix.m4: Likewise.
13427         * m4/free.m4: Likewise.
13428         * m4/frexp.m4: Likewise.
13429         * m4/frexpl.m4: Likewise.
13430         * m4/fsusage.m4: Likewise.
13431         * m4/ftruncate.m4: Likewise.
13432         * m4/gc-camellia.m4: Likewise.
13433         * m4/gc-random.m4: Likewise.
13434         * m4/gc.m4: Likewise.
13435         * m4/getaddrinfo.m4: Likewise.
13436         * m4/getcwd-abort-bug.m4: Likewise.
13437         * m4/getcwd-path-max.m4: Likewise.
13438         * m4/getdate.m4: Likewise.
13439         * m4/getdomainname.m4: Likewise.
13440         * m4/getgroups.m4: Likewise.
13441         * m4/gethostname.m4: Likewise.
13442         * m4/gethrxtime.m4: Likewise.
13443         * m4/getline.m4: Likewise.
13444         * m4/getloadavg.m4: Likewise.
13445         * m4/getndelim2.m4: Likewise.
13446         * m4/getpass.m4: Likewise.
13447         * m4/gettext.m4: Likewise.
13448         * m4/gettime.m4: Likewise.
13449         * m4/gettimeofday.m4: Likewise.
13450         * m4/gnulib-common.m4: Likewise.
13451         * m4/group-member.m4: Likewise.
13452         * m4/host-os.m4: Likewise.
13453         * m4/iconv.m4: Likewise.
13454         * m4/iconv_open.m4: Likewise.
13455         * m4/inet_ntop.m4: Likewise.
13456         * m4/inet_pton.m4: Likewise.
13457         * m4/inline.m4: Likewise.
13458         * m4/intldir.m4: Likewise.
13459         * m4/intlmacosx.m4: Likewise.
13460         * m4/intmax.m4: Likewise.
13461         * m4/intmax_t.m4: Likewise.
13462         * m4/inttypes.m4: Likewise.
13463         * m4/inttypes_h.m4: Likewise.
13464         * m4/inttypes-pri.m4: Likewise.
13465         * m4/isapipe.m4: Likewise.
13466         * m4/isnand.m4: Likewise.
13467         * m4/isnanf.m4: Likewise.
13468         * m4/isnanl.m4: Likewise.
13469         * m4/javacomp.m4: Likewise.
13470         * m4/javaexec.m4: Likewise.
13471         * m4/jm-winsz1.m4: Likewise.
13472         * m4/jm-winsz2.m4: Likewise.
13473         * m4/lchown.m4: Likewise.
13474         * m4/lcmessage.m4: Likewise.
13475         * m4/ldexpl.m4: Likewise.
13476         * m4/lib-ld.m4: Likewise.
13477         * m4/lib-link.m4: Likewise.
13478         * m4/libsigsegv.m4: Likewise.
13479         * m4/link-follow.m4: Likewise.
13480         * m4/localcharset.m4: Likewise.
13481         * m4/locale-fr.m4: Likewise.
13482         * m4/locale-ja.m4: Likewise.
13483         * m4/locale-tr.m4: Likewise.
13484         * m4/locale-zh.m4: Likewise.
13485         * m4/lock.m4: Likewise.
13486         * m4/longlong.m4: Likewise.
13487         * m4/ls-mntd-fs.m4: Likewise.
13488         * m4/lstat.m4: Likewise.
13489         * m4/malloc.m4: Likewise.
13490         * m4/mathl.m4: Likewise.
13491         * m4/mbrtowc.m4: Likewise.
13492         * m4/mbstate_t.m4: Likewise.
13493         * m4/mbswidth.m4: Likewise.
13494         * m4/memchr.m4: Likewise.
13495         * m4/memcmp.m4: Likewise.
13496         * m4/memcpy.m4: Likewise.
13497         * m4/memmem.m4: Likewise.
13498         * m4/memmove.m4: Likewise.
13499         * m4/mempcpy.m4: Likewise.
13500         * m4/memrchr.m4: Likewise.
13501         * m4/memset.m4: Likewise.
13502         * m4/minmax.m4: Likewise.
13503         * m4/mkdir-slash.m4: Likewise.
13504         * m4/mkdtemp.m4: Likewise.
13505         * m4/mktime.m4: Likewise.
13506         * m4/mmap-anon.m4: Likewise.
13507         * m4/mountlist.m4: Likewise.
13508         * m4/nanosleep.m4: Likewise.
13509         * m4/nls.m4: Likewise.
13510         * m4/nocrash.m4: Likewise.
13511         * m4/open.m4: Likewise.
13512         * m4/openat.m4: Likewise.
13513         * m4/openmp.m4: Likewise.
13514         * m4/pathmax.m4: Likewise.
13515         * m4/perl.m4: Likewise.
13516         * m4/physmem.m4: Likewise.
13517         * m4/pipe.m4: Likewise.
13518         * m4/po.m4: Likewise.
13519         * m4/poll.m4: Likewise.
13520         * m4/posixtm.m4: Likewise.
13521         * m4/posixver.m4: Likewise.
13522         * m4/printf-frexp.m4: Likewise.
13523         * m4/printf-frexpl.m4: Likewise.
13524         * m4/printf-posix.m4: Likewise.
13525         * m4/printf-posix-rpl.m4: Likewise.
13526         * m4/printf.m4: Likewise.
13527         * m4/progtest.m4: Likewise.
13528         * m4/putenv.m4: Likewise.
13529         * m4/readline.m4: Likewise.
13530         * m4/readlink.m4: Likewise.
13531         * m4/readutmp.m4: Likewise.
13532         * m4/realloc.m4: Likewise.
13533         * m4/regex.m4: Likewise.
13534         * m4/relocatable.m4: Likewise.
13535         * m4/relocatable-lib.m4: Likewise.
13536         * m4/rename-dest-slash.m4: Likewise.
13537         * m4/rename.m4: Likewise.
13538         * m4/rmdir-errno.m4: Likewise.
13539         * m4/rmdir.m4: Likewise.
13540         * m4/roundf.m4: Likewise.
13541         * m4/roundl.m4: Likewise.
13542         * m4/rpmatch.m4: Likewise.
13543         * m4/save-cwd.m4: Likewise.
13544         * m4/selinux-selinux-h.m4: Likewise.
13545         * m4/setenv.m4: Likewise.
13546         * m4/settime.m4: Likewise.
13547         * m4/sig2str.m4: Likewise.
13548         * m4/sig_atomic_t.m4: Likewise.
13549         * m4/signalblocking.m4: Likewise.
13550         * m4/signbit.m4: Likewise.
13551         * m4/sigpipe.m4: Likewise.
13552         * m4/sockets.m4: Likewise.
13553         * m4/sockpfaf.m4: Likewise.
13554         * m4/st_dm_mode.m4: Likewise.
13555         * m4/stat-time.m4: Likewise.
13556         * m4/stdbool.m4: Likewise.
13557         * m4/stdint.m4: Likewise.
13558         * m4/stdint_h.m4: Likewise.
13559         * m4/stpcpy.m4: Likewise.
13560         * m4/stpncpy.m4: Likewise.
13561         * m4/strcase.m4: Likewise.
13562         * m4/strchrnul.m4: Likewise.
13563         * m4/strcspn.m4: Likewise.
13564         * m4/strdup.m4: Likewise.
13565         * m4/strftime.m4: Likewise.
13566         * m4/strndup.m4: Likewise.
13567         * m4/strnlen.m4: Likewise.
13568         * m4/strpbrk.m4: Likewise.
13569         * m4/strptime.m4: Likewise.
13570         * m4/strsep.m4: Likewise.
13571         * m4/strtod.m4: Likewise.
13572         * m4/strtoimax.m4: Likewise.
13573         * m4/strtok_r.m4: Likewise.
13574         * m4/strtol.m4: Likewise.
13575         * m4/strtoll.m4: Likewise.
13576         * m4/strtoul.m4: Likewise.
13577         * m4/strtoull.m4: Likewise.
13578         * m4/strtoumax.m4: Likewise.
13579         * m4/strverscmp.m4: Likewise.
13580         * m4/threadlib.m4: Likewise.
13581         * m4/timegm.m4: Likewise.
13582         * m4/tm_gmtoff.m4: Likewise.
13583         * m4/tmpdir.m4: Likewise.
13584         * m4/tmpfile.m4: Likewise.
13585         * m4/tzset.m4: Likewise.
13586         * m4/uintmax_t.m4: Likewise.
13587         * m4/unlinkdir.m4: Likewise.
13588         * m4/unlocked-io.m4: Likewise.
13589         * m4/uptime.m4: Likewise.
13590         * m4/userspec.m4: Likewise.
13591         * m4/utimbuf.m4: Likewise.
13592         * m4/utime.m4: Likewise.
13593         * m4/utimes-null.m4: Likewise.
13594         * m4/utimes.m4: Likewise.
13595         * m4/vararrays.m4: Likewise.
13596         * m4/vasnprintf.m4: Likewise.
13597         * m4/vfprintf-posix.m4: Likewise.
13598         * m4/vprintf-posix.m4: Likewise.
13599         * m4/wait-process.m4: Likewise.
13600         * m4/wchar_t.m4: Likewise.
13601         * m4/wint_t.m4: Likewise.
13602         * m4/write-any-file.m4: Likewise.
13603         * m4/yield.m4: Likewise.
13604
13605 2009-01-13  Bruno Haible  <bruno@clisp.org>
13606
13607         Avoid test-copy-file.sh failures when ACL support insufficient.
13608         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
13609         TESTS_ENVIRONMENT.
13610         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
13611         Reported by Jim Meyering.
13612
13613 2009-01-13  Bruno Haible  <bruno@clisp.org>
13614
13615         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
13616         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
13617         * modules/unistdio/u8-printf-parse (Files): Likewise.
13618         * modules/unistdio/u32-printf-parse (Files): Likewise.
13619         * modules/unistdio/ulc-printf-parse (Files): Likewise.
13620
13621 2009-01-13  Simon Josefsson  <simon@josefsson.org>
13622
13623         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
13624         and m4/inttypes_h.m4 too.
13625
13626 2009-01-12  Eric Blake  <ebb9@byu.net>
13627
13628         tests: IRIX 6.2 cc can't compile -0.0 into .data
13629         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
13630         rather than at compile-time.
13631         * tests/test-floorl.c (minus_zero): Likewise.
13632         * tests/test-frexpl.c (minus_zero): Likewise.
13633         * tests/test-isnan.c (minus_zerol): Likewise.
13634         * tests/test-isnanl.h (minus_zero): Likewise.
13635         * tests/test-ldexpl.c (minus_zero): Likewise.
13636         * tests/test-roundl.c (minus_zero): Likewise.
13637         * tests/test-signbit.c (minus_zerol): Likewise.
13638         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
13639         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
13640         * tests/test-truncl.c (minus_zero): Likewise.
13641         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
13642         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
13643         Reported by Tom G. Christensen and Nelson H. F. Beebe.
13644
13645 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13646
13647         regex: fix glibc bug 9697
13648         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
13649         handling.
13650
13651 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13652
13653         regex: fix glibc bug 697
13654         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
13655         being NULL also if there are no backreferences.
13656
13657 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13658
13659         regex: merge glibc changes
13660         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
13661         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
13662         re_string_skip_chars, re_string_reconstruct): Likewise.
13663         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
13664
13665 2009-01-07  Jim Meyering  <meyering@redhat.com>
13666
13667         poll: filter through cppi
13668         * lib/poll.c: Indent cpp directives to reflect nesting.
13669
13670 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
13671
13672         poll: don't return uninitialized
13673         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
13674
13675 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
13676
13677         avoid compile failure on AIX 6.1
13678         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
13679         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
13680
13681 2009-01-04  Jim Meyering  <meyering@redhat.com>
13682
13683         remove duplicate inclusion of <stdio.h>
13684         * tests/test-fprintf-posix.c: Likewise.
13685         * tests/test-printf-posix.c: Likewise.
13686         * tests/test-snprintf-posix.c: Likewise.
13687         * tests/test-sprintf-posix.c: Likewise.
13688         * tests/test-vasprintf-posix.c: Likewise.
13689         * tests/test-vfprintf-posix.c: Likewise.
13690         * tests/test-vprintf-posix.c: Likewise.
13691         * tests/test-vsnprintf-posix.c: Likewise.
13692         * tests/test-vsprintf-posix.c: Likewise.
13693
13694 2009-01-03  Jim Meyering  <meyering@redhat.com>
13695
13696         gnulib-tool: fix sed-based filtering
13697         * gnulib-tool (func_filter_filelist): Remove extra backslash
13698         in sed_fff_filter definition.
13699
13700 2009-01-02  Jim Meyering  <meyering@redhat.com>
13701
13702         strftime: avoid compilation failure on Solaris 2.6
13703         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
13704         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
13705         Don't #define mbrlen or mbsinit, since now they're guaranteed to
13706         be available.  Reported by Tom G. Christensen.  Details in
13707         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
13708
13709 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13710             Bruno Haible  <bruno@clisp.org>
13711
13712         Speed up gnulib-tool by doing more string processing through shell
13713         built-ins.
13714         * gnulib-tool (fast_func_append): New variable.
13715         (func_remove_prefix, func_remove_suffix): New functions.
13716         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
13717         (func_filter_filelist): New function.
13718         (func_get_dependencies): Use func_remove_suffix instead of sed.
13719         (func_get_automake_snippet): Use func_filter_filelist instead of a
13720         subshell and sed invocation.
13721
13722 2009-01-01  Bruno Haible  <bruno@clisp.org>
13723
13724         Fix a security bug.
13725         * gnulib-tool (func_import, import, update): Don't allow the characters
13726         '"', '$', '`', '\' in macro arguments that become part of commands that
13727         are evaluated.
13728
13729 2009-01-01  Bruno Haible  <bruno@clisp.org>
13730
13731         * gnulib-tool (func_reset_sigpipe): Add more comments.
13732
13733 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13734
13735         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
13736         func_emit_tests_Makefile_am, func_import): Abort loops early if we
13737         already know the answer.
13738
13739 2009-01-01  Jim Meyering  <meyering@redhat.com>
13740
13741         * lib/version-etc.c (version_etc_va): Update copyright year.
13742
13743 2008-12-30  Bruno Haible  <bruno@clisp.org>
13744
13745         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
13746         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
13747         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
13748
13749 2008-12-29  Eric Blake  <ebb9@byu.net>
13750
13751         multiarch: avoid autoconf AC_REQUIRE bug
13752         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
13753         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
13754         2.63 and older.
13755         Reported by Bruno Haible, and analyzed in
13756         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
13757
13758 2008-12-29  Bruno Haible  <bruno@clisp.org>
13759
13760         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
13761         files in subdirectories correctly.
13762         Reported by Ralf Wildenhues.
13763
13764 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13765
13766         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
13767         rather than 'join FILE -', for Solaris join.
13768
13769 2008-12-29  Bruno Haible  <bruno@clisp.org>
13770
13771         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
13772         quoting.
13773         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
13774         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
13775         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
13776         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
13777         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
13778         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
13779         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
13780         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
13781         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
13782         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
13783         * m4/nls.m4 (AM_NLS): Likewise.
13784         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
13785         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
13786         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
13787         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
13788         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
13789         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
13790         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
13791         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
13792         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
13793         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
13794         * m4/xsize.m4 (gl_XSIZE): Likewise.
13795         Suggested by Jim Meyering.
13796
13797 2008-11-17  Bruce Korb  <bkorb@gnu.org>
13798
13799         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
13800         * lib/parse-duration.c: use a switch instead of cascading if's.
13801
13802 2008-12-29  Eric Blake  <ebb9@byu.net>
13803
13804         wchar.h: supply WEOF on Irix 5.3
13805         * lib/wchar.in.h (wint_t): Also supply WEOF.
13806         * lib/wctype.in.h (wint_t): Likewise.
13807         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
13808         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
13809         Reported by Tom G. Christensen.
13810
13811 2008-12-26  Bruno Haible  <bruno@clisp.org>
13812
13813         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
13814         i486, i586, i686.
13815
13816 2008-12-26  Bruno Haible  <bruno@clisp.org>
13817
13818         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
13819
13820 2008-12-26  Bruno Haible  <bruno@clisp.org>
13821
13822         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
13823         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
13824         not __STDC_CONSTANT_MACROS.
13825         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
13826
13827 2008-12-25  Bruno Haible  <bruno@clisp.org>
13828
13829         Add support for universal builds to vasnprintf.
13830         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
13831         universal builds, guess no.
13832         * modules/vasnprintf-posix (Depends-on): Add multiarch.
13833         * modules/vasprintf-posix (Depends-on): Likewise.
13834         * modules/fprintf-posix (Depends-on): Likewise.
13835         * modules/vfprintf-posix (Depends-on): Likewise.
13836         * modules/snprintf-posix (Depends-on): Likewise.
13837         * modules/vsnprintf-posix (Depends-on): Likewise.
13838         * modules/sprintf-posix (Depends-on): Likewise.
13839         * modules/vsprintf-posix (Depends-on): Likewise.
13840         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
13841         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13842         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13843         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13844         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13845         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13846         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13847
13848         Add support for universal builds to <inttypes.h>.
13849         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
13850         _SCNu64_PREFIX): In Apple
13851         universal builds, define directly, using _LP64.
13852         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
13853         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
13854         * modules/inttypes (Depends-on): Add multiarch.
13855         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
13856
13857         Add support for universal builds to <stdint.h>.
13858         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
13859         universal builds, define directly, using _LP64.
13860         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
13861         Apple universal builds, don't test for the size and suffix of ptrdiff_t
13862         and size_t.
13863         * modules/stdint (Depends-on): Add multiarch.
13864         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
13865
13866         New module 'multiarch'.
13867         * modules/multiarch: New file.
13868         * m4/multiarch.m4: New file.
13869
13870 2008-12-25  Bruno Haible  <bruno@clisp.org>
13871
13872         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
13873
13874 2008-12-25  Bruno Haible  <bruno@clisp.org>
13875
13876         * modules/btowc (License): Relicense under LGPLv2+.
13877         * modules/mbsinit (License): Likewise.
13878         * modules/mbrtowc (License): Likewise.
13879         * modules/wcrtomb (License): Likewise.
13880         * modules/streq (License): Likewise.
13881         Reported by David Lutterkort <lutter@redhat.com>.
13882
13883 2008-12-23  Bruno Haible  <bruno@clisp.org>
13884
13885         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
13886
13887 2008-12-23  Bruno Haible  <bruno@clisp.org>
13888
13889         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
13890         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
13891         GETADDRINFO_LIB, not in LIBS.
13892         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
13893         * modules/canon-host (Link): Likewise.
13894         * NEWS: Mention the change.
13895         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
13896         GETADDRINFO_LIB.
13897
13898 2008-12-22  Bruno Haible  <bruno@clisp.org>
13899
13900         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
13901         * doc/posix-functions/iswalpha_l.texi: Likewise.
13902         * doc/posix-functions/iswblank_l.texi: Likewise.
13903         * doc/posix-functions/iswcntrl_l.texi: Likewise.
13904         * doc/posix-functions/iswctype_l.texi: Likewise.
13905         * doc/posix-functions/iswdigit_l.texi: Likewise.
13906         * doc/posix-functions/iswgraph_l.texi: Likewise.
13907         * doc/posix-functions/iswlower_l.texi: Likewise.
13908         * doc/posix-functions/iswprint_l.texi: Likewise.
13909         * doc/posix-functions/iswpunct_l.texi: Likewise.
13910         * doc/posix-functions/iswspace_l.texi: Likewise.
13911         * doc/posix-functions/iswupper_l.texi: Likewise.
13912         * doc/posix-functions/iswxdigit_l.texi: Likewise.
13913         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
13914         * doc/posix-functions/open_wmemstream.texi: Likewise.
13915         * doc/posix-functions/swscanf.texi: Likewise.
13916         * doc/posix-functions/towctrans_l.texi: Likewise.
13917         * doc/posix-functions/towlower.texi: Likewise.
13918         * doc/posix-functions/towlower_l.texi: Likewise.
13919         * doc/posix-functions/towupper.texi: Likewise.
13920         * doc/posix-functions/towupper_l.texi: Likewise.
13921         * doc/posix-functions/vfwprintf.texi: Likewise.
13922         * doc/posix-functions/vfwscanf.texi: Likewise.
13923         * doc/posix-functions/vswscanf.texi: Likewise.
13924         * doc/posix-functions/vwprintf.texi: Likewise.
13925         * doc/posix-functions/vwscanf.texi: Likewise.
13926         * doc/posix-functions/wcpcpy.texi: Likewise.
13927         * doc/posix-functions/wcpncpy.texi: Likewise.
13928         * doc/posix-functions/wcscasecmp.texi: Likewise.
13929         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
13930         * doc/posix-functions/wcscoll_l.texi: Likewise.
13931         * doc/posix-functions/wcsdup.texi: Likewise.
13932         * doc/posix-functions/wcsncasecmp.texi: Likewise.
13933         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
13934         * doc/posix-functions/wcsnlen.texi: Likewise.
13935         * doc/posix-functions/wcsnrtombs.texi: Likewise.
13936         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
13937         * doc/posix-functions/wctrans_l.texi: Likewise.
13938         * doc/posix-functions/wctype_l.texi: Likewise.
13939         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
13940         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
13941         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
13942         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
13943         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
13944         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
13945         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
13946         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
13947         * doc/glibc-functions/wcschrnul.texi: Likewise.
13948         * doc/glibc-functions/wcsftime_l.texi: Likewise.
13949         * doc/glibc-functions/wcstod_l.texi: Likewise.
13950         * doc/glibc-functions/wcstof_l.texi: Likewise.
13951         * doc/glibc-functions/wcstol_l.texi: Likewise.
13952         * doc/glibc-functions/wcstold_l.texi: Likewise.
13953         * doc/glibc-functions/wcstoll_l.texi: Likewise.
13954         * doc/glibc-functions/wcstoq.texi: Likewise.
13955         * doc/glibc-functions/wcstoul_l.texi: Likewise.
13956         * doc/glibc-functions/wcstoull_l.texi: Likewise.
13957         * doc/glibc-functions/wcstouq.texi: Likewise.
13958         * doc/glibc-functions/wmempcpy.texi: Likewise.
13959
13960 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
13961             Eric Blake  <ebb9@byu.net>
13962             Paolo Bonzini  <bonzini@gnu.org>
13963             Bruno Haible  <bruno@clisp.org>
13964
13965         Make c-stack work on Haiku.
13966         * lib/c-stack.c (SA_ONSTACK): Define fallback.
13967         (c_stack_action): Use SA_ONSTACK flag.
13968
13969 2008-12-22  Bruno Haible  <bruno@clisp.org>
13970
13971         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
13972
13973 2008-12-22  Bruno Haible  <bruno@clisp.org>
13974
13975         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
13976         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
13977         being overridden.
13978         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
13979         New macros.
13980         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
13981         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
13982         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
13983         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
13984
13985 2008-12-22  Bruno Haible  <bruno@clisp.org>
13986
13987         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
13988         from test code.
13989
13990 2008-12-22  Eric Blake  <ebb9@byu.net>
13991
13992         Avoid gcc warnings on cygwin.
13993         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
13994         Avoid unused variable.
13995         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
13996         Likewise.
13997
13998 2008-12-22  Bruno Haible  <bruno@clisp.org>
13999
14000         Remove HAVE_MBRTOWC conditionals.
14001         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
14002         (mbscasecmp): Assume mbrtowc function.
14003         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
14004         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
14005         * lib/mbschr.c: Include mbuiter.h unconditionally.
14006         (mbschr): Assume mbrtowc function.
14007         * lib/mbscspn.c: Include mbuiter.h unconditionally.
14008         (mbscspn): Assume mbrtowc function.
14009         * lib/mbslen.c: Include mbuiter.h unconditionally.
14010         (mbslen): Assume mbrtowc function.
14011         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
14012         (mbsncasecmp): Assume mbrtowc function.
14013         * lib/mbsnlen.c: Include mbiter.h unconditionally.
14014         (mbsnlen): Assume mbrtowc function.
14015         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
14016         (mbspbrk): Assume mbrtowc function.
14017         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
14018         (mbspcasecmp): Assume mbrtowc function.
14019         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
14020         (mbsrchr): Assume mbrtowc function.
14021         * lib/mbssep.c: Include mbuiter.h unconditionally.
14022         (mbssep): Assume mbrtowc function.
14023         * lib/mbsspn.c: Include mbuiter.h unconditionally.
14024         (mbsspn): Assume mbrtowc function.
14025         * lib/mbsstr.c: Include mbuiter.h unconditionally.
14026         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
14027         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
14028         (mbstok_r): Assume mbrtowc function.
14029         * lib/propername.c: Include mbuiter.h unconditionally.
14030         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
14031         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
14032         (trim2): Assume mbrtowc function.
14033         * lib/mbswidth.c (mbsinit): Remove fallback definition.
14034         (mbsnwidth): Assume mbrtowc function.
14035         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
14036         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
14037         fallback definitions.
14038         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
14039
14040 2008-12-22  Bruno Haible  <bruno@clisp.org>
14041
14042         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
14043
14044 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
14045
14046         * modules/regex: Request emulations for the mb*/wc* functions we need.
14047         * m4/regex.m4: Don't look for those functions here.
14048         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
14049
14050 2008-12-22  Bruno Haible  <bruno@clisp.org>
14051
14052         * modules/fnmatch (Depends-on): Remove duplicated dependency.
14053
14054 2008-12-21  Bruno Haible  <bruno@clisp.org>
14055
14056         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
14057         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
14058         (Include): Remove conditionalization.
14059         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
14060         (Include): Remove conditionalization.
14061         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
14062         (Include): Remove conditionalization.
14063         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
14064         * m4/mbfile.m4 (gl_MBFILE): Likewise.
14065         * NEWS: Mention the change.
14066         Reported by Alan Hourihane <alanh@fairlite.co.uk>
14067         via Sergey Poznyakoff <gray@gnu.org.ua>.
14068
14069 2008-12-21  Bruno Haible  <bruno@clisp.org>
14070
14071         * MODULES.html.sh (Extended multibyte and wide character utilities
14072         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
14073         wcrtomb, wcsrtombs.
14074         (Support for systems lacking POSIX:2008): Add accept, bind, close,
14075         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
14076         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
14077         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
14078
14079 2008-12-21  Bruno Haible  <bruno@clisp.org>
14080
14081         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
14082
14083 2008-12-21  Bruno Haible  <bruno@clisp.org>
14084
14085         * modules/wcsnrtombs-tests: New file.
14086         * tests/test-wcsnrtombs1.sh: New file.
14087         * tests/test-wcsnrtombs2.sh: New file.
14088         * tests/test-wcsnrtombs3.sh: New file.
14089         * tests/test-wcsnrtombs4.sh: New file.
14090         * tests/test-wcsnrtombs.c: New file.
14091
14092         New module 'wcsnrtombs'.
14093         * lib/wchar.in.h (wcsnrtombs): New declaration.
14094         * lib/wcsnrtombs.c: New file.
14095         * lib/wcsrtombs-state.c: New file.
14096         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
14097         (internal_state): Remove variable.
14098         * m4/wcsnrtombs.m4: New file.
14099         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
14100         compilation units.
14101         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
14102         HAVE_WCSNRTOMBS.
14103         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
14104         HAVE_WCSNRTOMBS.
14105         * modules/wcsnrtombs: New file.
14106         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
14107         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
14108
14109 2008-12-21  Bruno Haible  <bruno@clisp.org>
14110
14111         * modules/wcsrtombs-tests: New file.
14112         * tests/test-wcsrtombs1.sh: New file.
14113         * tests/test-wcsrtombs2.sh: New file.
14114         * tests/test-wcsrtombs3.sh: New file.
14115         * tests/test-wcsrtombs4.sh: New file.
14116         * tests/test-wcsrtombs.c: New file.
14117
14118         New module 'wcsrtombs'.
14119         * lib/wchar.in.h (wcsrtombs): New declaration.
14120         * lib/wcsrtombs.c: New file.
14121         * m4/wcsrtombs.m4: New file.
14122         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
14123         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14124         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
14125         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14126         * modules/wcsrtombs: New file.
14127         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
14128         bugs.
14129
14130 2008-12-21  Bruno Haible  <bruno@clisp.org>
14131
14132         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
14133         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
14134         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
14135         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
14136         if not correct.
14137         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
14138         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
14139         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14140         m4/locale-zh.m4, m4/codeset.m4.
14141         * doc/posix-functions/wcrtomb.texi: Document the bug.
14142
14143 2008-12-21  Bruno Haible  <bruno@clisp.org>
14144
14145         Work around a btowc() bug on IRIX 6.5.
14146         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
14147         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
14148         REPLACE_WTOBC if not.
14149         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
14150         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
14151         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
14152
14153 2008-12-21  Bruno Haible  <bruno@clisp.org>
14154
14155         * modules/wcrtomb-tests: New file.
14156         * tests/test-wcrtomb.sh: New file.
14157         * tests/test-wcrtomb.c: New file.
14158
14159         New module 'wcrtomb'.
14160         * lib/wchar.in.h (wcrtomb): New declaration.
14161         * lib/wcrtomb.c: New file.
14162         * m4/wcrtomb.m4: New file.
14163         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
14164         HAVE_WCRTOMB.
14165         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
14166         HAVE_WCRTOMB.
14167         * modules/wcrtomb: New file.
14168         * doc/posix-functions/wcrtomb.texi: Mention the new module.
14169
14170 2008-12-21  Bruno Haible  <bruno@clisp.org>
14171
14172         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
14173         * modules/mbsrtowcs (Files): Likewise.
14174         * modules/wctob (Files): Likewise.
14175         * modules/c-strcase-tests (Files): Likewise.
14176         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
14177         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
14178         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
14179         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
14180         * modules/vasnprintf-posix-tests (Files): Likewise.
14181
14182 2008-12-21  William Pursell  <bill.pursell@gmail.com>
14183
14184         gitlog-to-changelog: pass all command-line arguments to git-log
14185         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
14186         it is sometimes convenient to filter the commits in various ways.
14187         gitlog-to-changelog only allows --since to specify a start date,
14188         but git-log itself supports many other filtering mechanisms.
14189         At the moment, I want to filter by branch name.  Rather than
14190         adding a --branch option to gitlog-to-changelog, it seems more
14191         flexible to simply pass all options directly to git-log and let
14192         git do the work.  Notice that this effectively makes --since a
14193         redundant option for gitlog-to-changelog, but removing it would
14194         require current usage to change since calls would then require
14195         an additional '--'.
14196
14197 2008-12-21  Bruno Haible  <bruno@clisp.org>
14198
14199         * modules/mbsnrtowcs-tests: New file.
14200         * tests/test-mbsnrtowcs1.sh: New file.
14201         * tests/test-mbsnrtowcs2.sh: New file.
14202         * tests/test-mbsnrtowcs3.sh: New file.
14203         * tests/test-mbsnrtowcs4.sh: New file.
14204         * tests/test-mbsnrtowcs.c: New file.
14205
14206         New module 'mbsnrtowcs'.
14207         * lib/wchar.in.h (mbsnrtowcs): New declaration.
14208         * lib/mbsnrtowcs.c: New file.
14209         * lib/mbsrtowcs-state.c: New file.
14210         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
14211         (internal_state): Remove variable.
14212         * m4/mbsnrtowcs.m4: New file.
14213         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
14214         compilation units.
14215         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
14216         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14217         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
14218         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14219         * modules/mbsnrtowcs: New file.
14220         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
14221         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
14222         portability problem.
14223
14224 2008-12-21  Bruno Haible  <bruno@clisp.org>
14225
14226         Work around mbsrtowcs bug.
14227         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
14228         (gl_FUNC_MBSRTOWCS): Invoke it.
14229         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14230         m4/locale-zh.m4.
14231         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
14232
14233 2008-12-21  Bruno Haible  <bruno@clisp.org>
14234
14235         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
14236
14237 2008-12-21  Bruno Haible  <bruno@clisp.org>
14238
14239         Update doc for AIX.
14240         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
14241         16-bit wchar_t type.
14242         * doc/posix-functions/btowc.texi: Likewise.
14243         * doc/posix-functions/fgetwc.texi: Likewise.
14244         * doc/posix-functions/fgetws.texi: Likewise.
14245         * doc/posix-functions/fputwc.texi: Likewise.
14246         * doc/posix-functions/fputws.texi: Likewise.
14247         * doc/posix-functions/fwide.texi: Likewise.
14248         * doc/posix-functions/fwprintf.texi: Likewise.
14249         * doc/posix-functions/fwscanf.texi: Likewise.
14250         * doc/posix-functions/getwchar.texi: Likewise.
14251         * doc/posix-functions/getwc.texi: Likewise.
14252         * doc/posix-functions/iswalnum.texi: Likewise.
14253         * doc/posix-functions/iswalpha.texi: Likewise.
14254         * doc/posix-functions/iswblank.texi: Likewise.
14255         * doc/posix-functions/iswcntrl.texi: Likewise.
14256         * doc/posix-functions/iswctype.texi: Likewise.
14257         * doc/posix-functions/iswdigit.texi: Likewise.
14258         * doc/posix-functions/iswgraph.texi: Likewise.
14259         * doc/posix-functions/iswlower.texi: Likewise.
14260         * doc/posix-functions/iswprint.texi: Likewise.
14261         * doc/posix-functions/iswpunct.texi: Likewise.
14262         * doc/posix-functions/iswspace.texi: Likewise.
14263         * doc/posix-functions/iswupper.texi: Likewise.
14264         * doc/posix-functions/iswxdigit.texi: Likewise.
14265         * doc/posix-functions/mbrtowc.texi: Likewise.
14266         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14267         * doc/posix-functions/mbstowcs.texi: Likewise.
14268         * doc/posix-functions/mbtowc.texi: Likewise.
14269         * doc/posix-functions/putwchar.texi: Likewise.
14270         * doc/posix-functions/putwc.texi: Likewise.
14271         * doc/posix-functions/swprintf.texi: Likewise.
14272         * doc/posix-functions/tolower.texi: Likewise.
14273         * doc/posix-functions/toupper.texi: Likewise.
14274         * doc/posix-functions/towctrans.texi: Likewise.
14275         * doc/posix-functions/ungetwc.texi: Likewise.
14276         * doc/posix-functions/vswprintf.texi: Likewise.
14277         * doc/posix-functions/wcrtomb.texi: Likewise.
14278         * doc/posix-functions/wcscat.texi: Likewise.
14279         * doc/posix-functions/wcschr.texi: Likewise.
14280         * doc/posix-functions/wcscmp.texi: Likewise.
14281         * doc/posix-functions/wcscoll.texi: Likewise.
14282         * doc/posix-functions/wcscpy.texi: Likewise.
14283         * doc/posix-functions/wcscspn.texi: Likewise.
14284         * doc/posix-functions/wcsftime.texi: Likewise.
14285         * doc/posix-functions/wcslen.texi: Likewise.
14286         * doc/posix-functions/wcsncat.texi: Likewise.
14287         * doc/posix-functions/wcsncmp.texi: Likewise.
14288         * doc/posix-functions/wcsncpy.texi: Likewise.
14289         * doc/posix-functions/wcspbrk.texi: Likewise.
14290         * doc/posix-functions/wcsrchr.texi: Likewise.
14291         * doc/posix-functions/wcsrtombs.texi: Likewise.
14292         * doc/posix-functions/wcsspn.texi: Likewise.
14293         * doc/posix-functions/wcsstr.texi: Likewise.
14294         * doc/posix-functions/wcstod.texi: Likewise.
14295         * doc/posix-functions/wcstof.texi: Likewise.
14296         * doc/posix-functions/wcstoimax.texi: Likewise.
14297         * doc/posix-functions/wcstok.texi: Likewise.
14298         * doc/posix-functions/wcstold.texi: Likewise.
14299         * doc/posix-functions/wcstoll.texi: Likewise.
14300         * doc/posix-functions/wcstol.texi: Likewise.
14301         * doc/posix-functions/wcstombs.texi: Likewise.
14302         * doc/posix-functions/wcstoull.texi: Likewise.
14303         * doc/posix-functions/wcstoul.texi: Likewise.
14304         * doc/posix-functions/wcstoumax.texi: Likewise.
14305         * doc/posix-functions/wcswidth.texi: Likewise.
14306         * doc/posix-functions/wcsxfrm.texi: Likewise.
14307         * doc/posix-functions/wctob.texi: Likewise.
14308         * doc/posix-functions/wctomb.texi: Likewise.
14309         * doc/posix-functions/wctrans.texi: Likewise.
14310         * doc/posix-functions/wctype.texi: Likewise.
14311         * doc/posix-functions/wcwidth.texi: Likewise.
14312         * doc/posix-functions/wmemchr.texi: Likewise.
14313         * doc/posix-functions/wmemcmp.texi: Likewise.
14314         * doc/posix-functions/wmemcpy.texi: Likewise.
14315         * doc/posix-functions/wmemmove.texi: Likewise.
14316         * doc/posix-functions/wmemset.texi: Likewise.
14317         * doc/posix-functions/wprintf.texi: Likewise.
14318         * doc/posix-functions/wscanf.texi: Likewise.
14319
14320 2008-12-21  Bruno Haible  <bruno@clisp.org>
14321
14322         Update doc for HP-UX 11.11.
14323         * doc/posix-functions/btowc.texi: Clarify that the function is missing
14324         in HP-UX version 11.00, not in all versions of HP-UX 11.
14325         * doc/posix-functions/fwide.texi: Likewise.
14326         * doc/posix-functions/fwprintf.texi: Likewise.
14327         * doc/posix-functions/fwscanf.texi: Likewise.
14328         * doc/posix-functions/inet_ntop.texi: Likewise.
14329         * doc/posix-functions/inet_pton.texi: Likewise.
14330         * doc/posix-functions/mbrlen.texi: Likewise.
14331         * doc/posix-functions/mbrtowc.texi: Likewise.
14332         * doc/posix-functions/mbsinit.texi: Likewise.
14333         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14334         * doc/posix-functions/swprintf.texi: Likewise.
14335         * doc/posix-functions/swscanf.texi: Likewise.
14336         * doc/posix-functions/towctrans.texi: Likewise.
14337         * doc/posix-functions/vfwprintf.texi: Likewise.
14338         * doc/posix-functions/vswprintf.texi: Likewise.
14339         * doc/posix-functions/vwprintf.texi: Likewise.
14340         * doc/posix-functions/wcrtomb.texi: Likewise.
14341         * doc/posix-functions/wcsrtombs.texi: Likewise.
14342         * doc/posix-functions/wcsstr.texi: Likewise.
14343         * doc/posix-functions/wctob.texi: Likewise.
14344         * doc/posix-functions/wctrans.texi: Likewise.
14345         * doc/posix-functions/wmemchr.texi: Likewise.
14346         * doc/posix-functions/wmemcmp.texi: Likewise.
14347         * doc/posix-functions/wmemcpy.texi: Likewise.
14348         * doc/posix-functions/wmemmove.texi: Likewise.
14349         * doc/posix-functions/wmemset.texi: Likewise.
14350         * doc/posix-functions/wprintf.texi: Likewise.
14351         * doc/posix-functions/wscanf.texi: Likewise.
14352
14353 2008-12-21  Bruno Haible  <bruno@clisp.org>
14354
14355         Work around a portability problem.
14356         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
14357         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
14358
14359 2008-12-20  Bruno Haible  <bruno@clisp.org>
14360
14361         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
14362         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
14363         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
14364         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
14365         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
14366
14367         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
14368         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
14369         set.
14370         (GNULIB_defined_mbstate_t): New macro.
14371         (mbsinit): Redefine if REPLACE_MBSINIT is set.
14372         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
14373         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
14374         reuses the system's mbrtowc function but works around the bugs.
14375         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
14376         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
14377         macros.
14378         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
14379         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
14380         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
14381         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
14382         REPLACE_MBSINIT if mbsinit needs to be overridden.
14383         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
14384         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14385         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
14386         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14387         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14388         m4/locale-zh.m4.
14389         (Depends): Add mbsinit.
14390         * modules/mbsinit (Depends): Add mbrtowc.
14391         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
14392
14393 2008-12-20  Bruno Haible  <bruno@clisp.org>
14394
14395         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
14396         so that there are no conversion errors on AIX.
14397         * tests/test-mbsrtowcs.c (main): LIkewise.
14398
14399 2008-12-20  Bruno Haible  <bruno@clisp.org>
14400
14401         Work around wctob bug on Solaris <= 9.
14402         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
14403         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
14404         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
14405         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
14406         * modules/wctob (Files): Add m4/locale-fr.m4.
14407         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
14408
14409 2008-12-20  Bruno Haible  <bruno@clisp.org>
14410
14411         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
14412         /dev/null.
14413         * tests/test-select-in.sh: Likewise.
14414         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14415
14416 2008-12-20  Bruno Haible  <bruno@clisp.org>
14417
14418         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
14419         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
14420         Cygwin 1.5.x.
14421
14422 2008-12-20  Bruno Haible  <bruno@clisp.org>
14423
14424         Ensure mbstate_t is defined on HP-UX 11.11.
14425         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
14426         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
14427         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
14428         AC_USE_SYSTEM_EXTENSIONS.
14429         * modules/fnmatch (Depends-on): Add extensions.
14430         * modules/mbrlen (Depends-on): Likewise.
14431         * modules/mbrtowc (Depends-on): Likewise.
14432         * modules/mbsinit (Depends-on): Likewise.
14433         * modules/mbsrtowcs (Depends-on): Likewise.
14434         * modules/mbswidth (Depends-on): Likewise.
14435         * modules/quotearg (Depends-on): Likewise.
14436         * modules/strftime (Depends-on): Likewise.
14437
14438 2008-12-20  Bruno Haible  <bruno@clisp.org>
14439
14440         Ensure wctob is declared on IRIX 6.5.
14441         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
14442         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
14443         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
14444         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
14445         of HAVE_WCTOB.
14446         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
14447         HAVE_WCTOB.
14448         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
14449
14450 2008-12-19  Bruno Haible  <bruno@clisp.org>
14451
14452         * modules/mbsrtowcs-tests: New file.
14453         * tests/test-mbsrtowcs1.sh: New file.
14454         * tests/test-mbsrtowcs2.sh: New file.
14455         * tests/test-mbsrtowcs3.sh: New file.
14456         * tests/test-mbsrtowcs4.sh: New file.
14457         * tests/test-mbsrtowcs.c: New file.
14458
14459         New module 'mbsrtowcs'.
14460         * lib/wchar.in.h (mbsrtowcs): New declaration.
14461         * lib/mbsrtowcs.c: New file.
14462         * m4/mbsrtowcs.m4: New file.
14463         * modules/mbsrtowcs: New file.
14464         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
14465         HAVE_MBSRTOWCS.
14466         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
14467         HAVE_MBSRTOWCS.
14468         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
14469
14470 2008-12-19  Bruno Haible  <bruno@clisp.org>
14471
14472         New module 'mbrlen'.
14473         * lib/wchar.in.h (mbrlen): New declaration.
14474         * lib/mbrlen.c: New file.
14475         * m4/mbrlen.m4: New file.
14476         * modules/mbrlen: New file.
14477         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
14478         HAVE_MBRLEN.
14479         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
14480         HAVE_MBRLEN.
14481         * doc/posix-functions/mbrlen.texi: Document the new module.
14482
14483 2008-12-19  Bruno Haible  <bruno@clisp.org>
14484
14485         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
14486         * modules/mbrtowc (Depends-on): Add verify.
14487         Suggested by Paul Eggert.
14488
14489 2008-12-18  Bruno Haible  <bruno@clisp.org>
14490
14491         * modules/mbsinit-tests: New file.
14492         * tests/test-mbsinit.sh: New file.
14493         * tests/test-mbsinit.c: New file.
14494
14495 2008-12-18  Bruno Haible  <bruno@clisp.org>
14496
14497         * modules/mbrtowc-tests: New file.
14498         * tests/test-mbrtowc1.sh: New file.
14499         * tests/test-mbrtowc2.sh: New file.
14500         * tests/test-mbrtowc3.sh: New file.
14501         * tests/test-mbrtowc4.sh: New file.
14502         * tests/test-mbrtowc.c: New file.
14503
14504         New module 'mbrtowc'.
14505         * lib/wchar.in.h (mbstate_t): Override when the system does not have
14506         mbsinit and mbrtowc.
14507         (mbrtowc): New declaration.
14508         * lib/mbrtowc.c: New file.
14509         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
14510         * modules/mbrtowc: New file.
14511         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
14512         HAVE_MBRTOWC.
14513         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
14514         HAVE_MBRTOWC.
14515         * doc/posix-functions/mbrtowc.texi: Document the new module.
14516
14517 2008-12-18  Bruno Haible  <bruno@clisp.org>
14518
14519         New module 'wctob'.
14520         * lib/wchar.in.h (wctob): New declaration.
14521         * lib/wctob.c: New file.
14522         * m4/wctob.m4: New file.
14523         * modules/wctob: New file.
14524         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
14525         HAVE_WCTOB.
14526         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
14527         * doc/posix-functions/wctob.texi: Document the new module.
14528
14529 2008-12-18  Bruno Haible  <bruno@clisp.org>
14530
14531         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
14532         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
14533
14534 2008-12-18  Simon Josefsson  <simon@josefsson.org>
14535
14536         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
14537         G. Christensen" <tgc@jupiterrise.com>.
14538
14539         * lib/flock.c: Need to include errno.h.  Reported by "Tom
14540         G. Christensen" <tgc@jupiterrise.com>.
14541
14542         * lib/flock.c: Need to include string.h.  Reported by "Tom
14543         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
14544         <ebb9@byu.net>.
14545
14546 2008-12-18  Bruno Haible  <bruno@clisp.org>
14547
14548         * m4/locale-ja.m4: New file, from GNU gettext.
14549
14550 2008-12-17  Bruno Haible  <bruno@clisp.org>
14551
14552         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
14553         Suggested by Eric Blake.
14554
14555 2008-12-17  Bruno Haible  <bruno@clisp.org>
14556
14557         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
14558
14559 2008-12-17  Bruno Haible  <bruno@clisp.org>
14560
14561         * lib/mbsinit.c: Include verify.h. Verify an assumption.
14562         * modules/mbsinit (Depends-on): Add verify.
14563         Suggested by Paul Eggert.
14564
14565 2008-12-17  Bruno Haible  <bruno@clisp.org>
14566
14567         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
14568         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
14569         gl_FUNC_MBRTOWC.
14570         * m4/mbiter.m4 (gl_MBITER): LIkewise.
14571         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
14572         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
14573         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
14574         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
14575         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
14576         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
14577         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
14578         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
14579         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
14580         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
14581         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
14582         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
14583         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
14584         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
14585         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14586         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
14587         * modules/trim (configure.ac): Likewise.
14588
14589 2008-12-17  Bruno Haible  <bruno@clisp.org>
14590
14591         * modules/btowc-tests: New file.
14592         * tests/test-btowc1.sh: New file.
14593         * tests/test-btowc2.sh: New file.
14594         * tests/test-btowc.c: New file.
14595
14596         New module 'btowc'.
14597         * lib/wchar.in.h (btowc): New declaration.
14598         * lib/btowc.c: New file.
14599         * m4/btowc.m4: New file.
14600         * modules/btowc: New file.
14601         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
14602         HAVE_BTOWC.
14603         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
14604         * doc/posix-functions/btowc.texi: Document the new module.
14605
14606 2008-12-17  Bruno Haible  <bruno@clisp.org>
14607
14608         New module 'mbsinit'.
14609         * lib/wchar.in.h (mbsinit): New declaration.
14610         * lib/mbsinit.c: New file.
14611         * m4/mbsinit.m4: New file.
14612         * modules/mbsinit: New file.
14613         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
14614         HAVE_MBSINIT.
14615         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
14616         HAVE_MBSINIT.
14617         * doc/posix-functions/mbsinit.texi: Document the new module.
14618
14619 2008-12-16  Bruno Haible  <bruno@clisp.org>
14620
14621         * lib/unistd.in.h: Add comment.
14622         * tests/test-environ.c: Don't include <stdlib.h>.
14623
14624 2008-12-16  Bruno Haible  <bruno@clisp.org>
14625
14626         * lib/parse-duration.h (parse_duration): Document return value
14627         convention.
14628         * lib/parse-duration.c: Include specification header first. Add
14629         comments.
14630         (_): Remove macro.
14631         (parse_year_month_day, parse_hour_minute_second): Move side effects
14632         outside of strchr call.
14633         (parse_non_iso8601): Move side effects outside of isspace call.
14634         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
14635         call.
14636
14637 2008-12-16  Bruno Haible  <bruno@clisp.org>
14638
14639         * tests/test-parse-duration.sh: Produce no output when the test
14640         succeeds.
14641
14642 2008-12-16  Bruno Haible  <bruno@clisp.org>
14643
14644         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
14645         expressions.
14646
14647 2008-12-15  Bruno Haible  <bruno@clisp.org>
14648
14649         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
14650         * doc/glibc-functions/flistxattr.texi: Likewise.
14651         * doc/glibc-functions/fopencookie.texi: Likewise.
14652         * doc/glibc-functions/fremovexattr.texi: Likewise.
14653         * doc/glibc-functions/fsetxattr.texi: Likewise.
14654         * doc/glibc-functions/getxattr.texi: Likewise.
14655         * doc/glibc-functions/lgetxattr.texi: Likewise.
14656         * doc/glibc-functions/listxattr.texi: Likewise.
14657         * doc/glibc-functions/llistxattr.texi: Likewise.
14658         * doc/glibc-functions/lremovexattr.texi: Likewise.
14659         * doc/glibc-functions/lsetxattr.texi: Likewise.
14660         * doc/glibc-functions/removexattr.texi: Likewise.
14661         * doc/glibc-functions/setxattr.texi: Likewise.
14662         * doc/posix-functions/open_memstream.texi: Likewise.
14663
14664 2008-12-15  Eric Blake  <ebb9@byu.net>
14665
14666         Update doc for cygwin 1.7.
14667         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
14668         functions.
14669         * doc/posix-functions/fchmodat.texi: Likewise.
14670         * doc/posix-functions/fchownat.texi: Likewise.
14671         * doc/posix-functions/fdopendir.texi: Likewise.
14672         * doc/posix-functions/fmemopen.texi: Likewise.
14673         * doc/posix-functions/freeaddrinfo.texi: Likewise.
14674         * doc/posix-functions/fstatat.texi: Likewise.
14675         * doc/posix-functions/futimens.texi: Likewise.
14676         * doc/posix-functions/gai_strerror.texi: Likewise.
14677         * doc/posix-functions/getaddrinfo.texi: Likewise.
14678         * doc/posix-functions/getnameinfo.texi: Likewise.
14679         * doc/posix-functions/if_freenameindex.texi: Likewise.
14680         * doc/posix-functions/if_indextoname.texi: Likewise.
14681         * doc/posix-functions/if_nameindex.texi: Likewise.
14682         * doc/posix-functions/if_nametoindex.texi: Likewise.
14683         * doc/posix-functions/insque.texi: Likewise.
14684         * doc/posix-functions/linkat.texi: Likewise.
14685         * doc/posix-functions/llrint.texi: Likewise.
14686         * doc/posix-functions/llrintf.texi: Likewise.
14687         * doc/posix-functions/llrintl.texi: Likewise.
14688         * doc/posix-functions/lockf.texi: Likewise.
14689         * doc/posix-functions/lrintl.texi: Likewise.
14690         * doc/posix-functions/mkdirat.texi: Likewise.
14691         * doc/posix-functions/mkfifoat.texi: Likewise.
14692         * doc/posix-functions/mknodat.texi: Likewise.
14693         * doc/posix-functions/mq_close.texi: Likewise.
14694         * doc/posix-functions/mq_getattr.texi: Likewise.
14695         * doc/posix-functions/mq_notify.texi: Likewise.
14696         * doc/posix-functions/mq_open.texi: Likewise.
14697         * doc/posix-functions/mq_receive.texi: Likewise.
14698         * doc/posix-functions/mq_send.texi: Likewise.
14699         * doc/posix-functions/mq_setattr.texi: Likewise.
14700         * doc/posix-functions/mq_timedreceive.texi: Likewise.
14701         * doc/posix-functions/mq_timedsend.texi: Likewise.
14702         * doc/posix-functions/mq_unlink.texi: Likewise.
14703         * doc/posix-functions/open_memstream.texi: Likewise.
14704         * doc/posix-functions/openat.texi: Likewise.
14705         * doc/posix-functions/posix_fadvise.texi: Likewise.
14706         * doc/posix-functions/posix_fallocate.texi: Likewise.
14707         * doc/posix-functions/posix_madvise.texi: Likewise.
14708         * doc/posix-functions/posix_memalign.texi: Likewise.
14709         * doc/posix-functions/posix_openpt.texi: Likewise.
14710         * doc/posix-functions/readlinkat.texi: Likewise.
14711         * doc/posix-functions/remque.texi: Likewise.
14712         * doc/posix-functions/renameat.texi: Likewise.
14713         * doc/posix-functions/rintl.texi: Likewise.
14714         * doc/posix-functions/sem_unlink.texi: Likewise.
14715         * doc/posix-functions/shm_open.texi: Likewise.
14716         * doc/posix-functions/shm_unlink.texi: Likewise.
14717         * doc/posix-functions/signgam.texi: Likewise.
14718         * doc/posix-functions/sigset.texi: Likewise.
14719         * doc/posix-functions/stpcpy.texi: Likewise.
14720         * doc/posix-functions/stpncpy.texi: Likewise.
14721         * doc/posix-functions/strerror.texi: Likewise.
14722         * doc/posix-functions/strtod.texi: Likewise.
14723         * doc/posix-functions/symlinkat.texi: Likewise.
14724         * doc/posix-functions/unlinkat.texi: Likewise.
14725         * doc/posix-functions/utimensat.texi: Likewise.
14726         * doc/glibc-functions/bindresvport.texi: Likewise.
14727         * doc/glibc-functions/dn_expand.texi: Likewise.
14728         * doc/glibc-functions/exp10.texi: Likewise.
14729         * doc/glibc-functions/exp10f.texi: Likewise.
14730         * doc/glibc-functions/fgetxattr.texi: Likewise.
14731         * doc/glibc-functions/flistxattr.texi: Likewise.
14732         * doc/glibc-functions/fopencookie.texi: Likewise.
14733         * doc/glibc-functions/freeifaddrs.texi: Likewise.
14734         * doc/glibc-functions/fremovexattr.texi: Likewise.
14735         * doc/glibc-functions/fsetxattr.texi: Likewise.
14736         * doc/glibc-functions/getifaddrs.texi: Likewise.
14737         * doc/glibc-functions/getxattr.texi: Likewise.
14738         * doc/glibc-functions/lgetxattr.texi: Likewise.
14739         * doc/glibc-functions/listxattr.texi: Likewise.
14740         * doc/glibc-functions/llistxattr.texi: Likewise.
14741         * doc/glibc-functions/lremovexattr.texi: Likewise.
14742         * doc/glibc-functions/lsetxattr.texi: Likewise.
14743         * doc/glibc-functions/pow10.texi: Likewise.
14744         * doc/glibc-functions/pow10f.texi: Likewise.
14745         * doc/glibc-functions/rcmd_af.texi: Likewise.
14746         * doc/glibc-functions/removexattr.texi: Likewise.
14747         * doc/glibc-functions/res_init.texi: Likewise.
14748         * doc/glibc-functions/res_mkquery.texi: Likewise.
14749         * doc/glibc-functions/res_query.texi: Likewise.
14750         * doc/glibc-functions/res_querydomain.texi: Likewise.
14751         * doc/glibc-functions/res_send.texi: Likewise.
14752         * doc/glibc-functions/rresvport_af.texi: Likewise.
14753         * doc/glibc-functions/setxattr.texi: Likewise.
14754         * doc/glibc-functions/strcasestr.texi: Likewise.
14755
14756 2008-12-15  Bruno Haible  <bruno@clisp.org>
14757
14758         Fix compilation error on OSF/1 4.0.
14759         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
14760         <sys/time.h>, simply delegate to the system header.
14761         Reported by Daniel Richard G. <oss@teragram.com>.
14762
14763 2008-12-15  Bruno Haible  <bruno@clisp.org>
14764
14765         * doc/posix-functions/openat.texi: Mention the 'openat' module.
14766         * doc/posix-functions/fchmodat.texi: Likewise.
14767         * doc/posix-functions/fchownat.texi: Likewise.
14768         * doc/posix-functions/fdopendir.texi: Likewise.
14769         * doc/posix-functions/fstatat.texi: Likewise.
14770         * doc/posix-functions/mkdirat.texi: Likewise.
14771         * doc/posix-functions/unlinkat.texi: Likewise.
14772
14773 2008-12-14  Bruno Haible  <bruno@clisp.org>
14774
14775         Update doc for POSIX:2008.
14776         * doc/posix-functions/faccessat.texi: New file.
14777         * doc/posix-functions/fchmodat.texi: New file.
14778         * doc/posix-functions/fchownat.texi: New file.
14779         * doc/posix-functions/fdopendir.texi: New file.
14780         * doc/posix-functions/fstatat.texi: New file.
14781         * doc/posix-functions/futimens.texi: New file.
14782         * doc/posix-functions/linkat.texi: New file.
14783         * doc/posix-functions/mkdirat.texi: New file.
14784         * doc/posix-functions/mkfifoat.texi: New file.
14785         * doc/posix-functions/mknodat.texi: New file.
14786         * doc/posix-functions/open_wmemstream.texi: New file.
14787         * doc/posix-functions/openat.texi: New file.
14788         * doc/posix-functions/psiginfo.texi: New file.
14789         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
14790         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
14791         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
14792         * doc/posix-functions/readlinkat.texi: New file.
14793         * doc/posix-functions/renameat.texi: New file.
14794         * doc/posix-functions/strerror_l.texi: New file.
14795         * doc/posix-functions/symlinkat.texi: New file.
14796         * doc/posix-functions/unlinkat.texi: New file.
14797         * doc/posix-functions/utimensat.texi: New file.
14798         * doc/gnulib.texi (Function Substitutes): Add these subsections.
14799
14800 2008-12-14  Bruno Haible  <bruno@clisp.org>
14801
14802         Update doc for POSIX:2008.
14803         * doc/posix-functions/alphasort.texi: Renamed from
14804         doc/glibc-functions/alphasort.texi.
14805         * doc/posix-functions/dirfd.texi: Renamed from
14806         doc/glibc-functions/dirfd.texi.
14807         * doc/posix-functions/dprintf.texi: Renamed from
14808         doc/glibc-functions/dprintf.texi.
14809         * doc/posix-functions/duplocale.texi: Renamed from
14810         doc/glibc-functions/duplocale.texi.
14811         * doc/posix-functions/fexecve.texi: Renamed from
14812         doc/glibc-functions/fexecve.texi.
14813         * doc/posix-functions/fmemopen.texi: Renamed from
14814         doc/glibc-functions/fmemopen.texi.
14815         * doc/posix-functions/freelocale.texi: Renamed from
14816         doc/glibc-functions/freelocale.texi.
14817         * doc/posix-functions/getdate_err.texi: Renamed from
14818         doc/glibc-functions/getdate_err.texi.
14819         * doc/posix-functions/isalnum_l.texi: Renamed from
14820         doc/glibc-functions/isalnum_l.texi.
14821         * doc/posix-functions/isalpha_l.texi: Renamed from
14822         doc/glibc-functions/isalpha_l.texi.
14823         * doc/posix-functions/isblank_l.texi: Renamed from
14824         doc/glibc-functions/isblank_l.texi.
14825         * doc/posix-functions/iscntrl_l.texi: Renamed from
14826         doc/glibc-functions/iscntrl_l.texi.
14827         * doc/posix-functions/isdigit_l.texi: Renamed from
14828         doc/glibc-functions/isdigit_l.texi.
14829         * doc/posix-functions/isgraph_l.texi: Renamed from
14830         doc/glibc-functions/isgraph_l.texi.
14831         * doc/posix-functions/islower_l.texi: Renamed from
14832         doc/glibc-functions/islower_l.texi.
14833         * doc/posix-functions/isprint_l.texi: Renamed from
14834         doc/glibc-functions/isprint_l.texi.
14835         * doc/posix-functions/ispunct_l.texi: Renamed from
14836         doc/glibc-functions/ispunct_l.texi.
14837         * doc/posix-functions/isspace_l.texi: Renamed from
14838         doc/glibc-functions/isspace_l.texi.
14839         * doc/posix-functions/isupper_l.texi: Renamed from
14840         doc/glibc-functions/isupper_l.texi.
14841         * doc/posix-functions/iswalnum_l.texi: Renamed from
14842         doc/glibc-functions/iswalnum_l.texi.
14843         * doc/posix-functions/iswalpha_l.texi: Renamed from
14844         doc/glibc-functions/iswalpha_l.texi.
14845         * doc/posix-functions/iswblank_l.texi: Renamed from
14846         doc/glibc-functions/iswblank_l.texi.
14847         * doc/posix-functions/iswcntrl_l.texi: Renamed from
14848         doc/glibc-functions/iswcntrl_l.texi.
14849         * doc/posix-functions/iswctype_l.texi: Renamed from
14850         doc/glibc-functions/iswctype_l.texi.
14851         * doc/posix-functions/iswdigit_l.texi: Renamed from
14852         doc/glibc-functions/iswdigit_l.texi.
14853         * doc/posix-functions/iswgraph_l.texi: Renamed from
14854         doc/glibc-functions/iswgraph_l.texi.
14855         * doc/posix-functions/iswlower_l.texi: Renamed from
14856         doc/glibc-functions/iswlower_l.texi.
14857         * doc/posix-functions/iswprint_l.texi: Renamed from
14858         doc/glibc-functions/iswprint_l.texi.
14859         * doc/posix-functions/iswpunct_l.texi: Renamed from
14860         doc/glibc-functions/iswpunct_l.texi.
14861         * doc/posix-functions/iswspace_l.texi: Renamed from
14862         doc/glibc-functions/iswspace_l.texi.
14863         * doc/posix-functions/iswupper_l.texi: Renamed from
14864         doc/glibc-functions/iswupper_l.texi.
14865         * doc/posix-functions/iswxdigit_l.texi: Renamed from
14866         doc/glibc-functions/iswxdigit_l.texi.
14867         * doc/posix-functions/isxdigit_l.texi: Renamed from
14868         doc/glibc-functions/isxdigit_l.texi.
14869         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
14870         doc/glibc-functions/mbsnrtowcs.texi.
14871         * doc/posix-functions/mkdtemp.texi: Renamed from
14872         doc/glibc-functions/mkdtemp.texi.
14873         * doc/posix-functions/newlocale.texi: Renamed from
14874         doc/glibc-functions/newlocale.texi.
14875         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
14876         doc/glibc-functions/nl_langinfo_l.texi.
14877         * doc/posix-functions/open_memstream.texi: Renamed from
14878         doc/glibc-functions/open_memstream.texi.
14879         * doc/posix-functions/opterr.texi: Renamed from
14880         doc/glibc-functions/opterr.texi.
14881         * doc/posix-functions/optind.texi: Renamed from
14882         doc/glibc-functions/optind.texi.
14883         * doc/posix-functions/optopt.texi: Renamed from
14884         doc/glibc-functions/optopt.texi.
14885         * doc/posix-functions/psignal.texi: Renamed from
14886         doc/glibc-functions/psignal.texi.
14887         * doc/posix-functions/scandir.texi: Renamed from
14888         doc/glibc-functions/scandir.texi.
14889         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
14890         doc/glibc-functions/sched_get_priority_min.texi.
14891         * doc/posix-functions/signgam.texi: Renamed from
14892         doc/glibc-functions/signgam.texi.
14893         * doc/posix-functions/stpcpy.texi: Renamed from
14894         doc/glibc-functions/stpcpy.texi.
14895         * doc/posix-functions/stpncpy.texi: Renamed from
14896         doc/glibc-functions/stpncpy.texi.
14897         * doc/posix-functions/strcasecmp_l.texi: Renamed from
14898         doc/glibc-functions/strcasecmp_l.texi.
14899         * doc/posix-functions/strcoll_l.texi: Renamed from
14900         doc/glibc-functions/strcoll_l.texi.
14901         * doc/posix-functions/strfmon_l.texi: Renamed from
14902         doc/glibc-functions/strfmon_l.texi.
14903         * doc/posix-functions/strftime_l.texi: Renamed from
14904         doc/glibc-functions/strftime_l.texi.
14905         * doc/posix-functions/strncasecmp_l.texi: Renamed from
14906         doc/glibc-functions/strncasecmp_l.texi.
14907         * doc/posix-functions/strndup.texi: Renamed from
14908         doc/glibc-functions/strndup.texi.
14909         * doc/posix-functions/strnlen.texi: Renamed from
14910         doc/glibc-functions/strnlen.texi.
14911         * doc/posix-functions/strsignal.texi: Renamed from
14912         doc/glibc-functions/strsignal.texi.
14913         * doc/posix-functions/strxfrm_l.texi: Renamed from
14914         doc/glibc-functions/strxfrm_l.texi.
14915         * doc/posix-functions/timer_gettime.texi: Renamed from
14916         doc/glibc-functions/timer_gettime.texi.
14917         * doc/posix-functions/tolower_l.texi: Renamed from
14918         doc/glibc-functions/tolower_l.texi.
14919         * doc/posix-functions/toupper_l.texi: Renamed from
14920         doc/glibc-functions/toupper_l.texi.
14921         * doc/posix-functions/towctrans_l.texi: Renamed from
14922         doc/glibc-functions/towctrans_l.texi.
14923         * doc/posix-functions/towlower_l.texi: Renamed from
14924         doc/glibc-functions/towlower_l.texi.
14925         * doc/posix-functions/towupper_l.texi: Renamed from
14926         doc/glibc-functions/towupper_l.texi.
14927         * doc/posix-functions/uselocale.texi: Renamed from
14928         doc/glibc-functions/uselocale.texi.
14929         * doc/posix-functions/vdprintf.texi: Renamed from
14930         doc/glibc-functions/vdprintf.texi.
14931         * doc/posix-functions/wcpcpy.texi:
14932         Renamed from doc/glibc-functions/wcpcpy.texi.
14933         * doc/posix-functions/wcpncpy.texi: Renamed from
14934         doc/glibc-functions/wcpncpy.texi.
14935         * doc/posix-functions/wcscasecmp.texi: Renamed from
14936         doc/glibc-functions/wcscasecmp.texi.
14937         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
14938         doc/glibc-functions/wcscasecmp_l.texi.
14939         * doc/posix-functions/wcscoll_l.texi: Renamed from
14940         doc/glibc-functions/wcscoll_l.texi.
14941         * doc/posix-functions/wcsdup.texi: Renamed from
14942         doc/glibc-functions/wcsdup.texi.
14943         * doc/posix-functions/wcsncasecmp.texi: Renamed from
14944         doc/glibc-functions/wcsncasecmp.texi.
14945         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
14946         doc/glibc-functions/wcsncasecmp_l.texi.
14947         * doc/posix-functions/wcsnlen.texi: Renamed from
14948         doc/glibc-functions/wcsnlen.texi.
14949         * doc/posix-functions/wcsnrtombs.texi: Renamed from
14950         doc/glibc-functions/wcsnrtombs.texi.
14951         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
14952         doc/glibc-functions/wcsxfrm_l.texi.
14953         * doc/posix-functions/wctrans_l.texi: Renamed from
14954         doc/glibc-functions/wctrans_l.texi.
14955         * doc/posix-functions/wctype_l.texi: Renamed from
14956         doc/glibc-functions/wctype_l.texi.
14957         * doc/gnulib.texi (Function Substitutes): Add these subsections.
14958         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
14959         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
14960         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
14961         these subsections.
14962         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
14963         Remove sections.
14964
14965 2008-12-14  Bruno Haible  <bruno@clisp.org>
14966
14967         Update doc for POSIX:2008.
14968         * doc/posix-functions/*.texi: Update URL of POSIX specification.
14969
14970 2008-12-14  Bruno Haible  <bruno@clisp.org>
14971
14972         Update doc for POSIX:2008.
14973         * doc/pastposix-functions/bcmp.texi: Renamed from
14974         doc/posix-functions/bcmp.texi.
14975         * doc/pastposix-functions/bcopy.texi: Renamed from
14976         doc/posix-functions/bcopy.texi.
14977         * doc/pastposix-functions/bsd_signal.texi: Renamed from
14978         doc/posix-functions/bsd_signal.texi.
14979         * doc/pastposix-functions/bzero.texi: Renamed from
14980         doc/posix-functions/bzero.texi.
14981         * doc/pastposix-functions/ecvt.texi: Renamed from
14982         doc/posix-functions/ecvt.texi.
14983         * doc/pastposix-functions/fcvt.texi: Renamed from
14984         doc/posix-functions/fcvt.texi.
14985         * doc/pastposix-functions/ftime.texi: Renamed from
14986         doc/posix-functions/ftime.texi.
14987         * doc/pastposix-functions/gcvt.texi: Renamed from
14988         doc/posix-functions/gcvt.texi.
14989         * doc/pastposix-functions/getcontext.texi: Renamed from
14990         doc/posix-functions/getcontext.texi.
14991         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
14992         doc/posix-functions/gethostbyaddr.texi.
14993         * doc/pastposix-functions/gethostbyname.texi: Renamed from
14994         doc/posix-functions/gethostbyname.texi.
14995         * doc/pastposix-functions/getwd.texi: Renamed from
14996         doc/posix-functions/getwd.texi.
14997         * doc/pastposix-functions/h_errno.texi: Renamed from
14998         doc/posix-functions/h_errno.texi.
14999         * doc/pastposix-functions/index.texi: Renamed from
15000         doc/posix-functions/index.texi.
15001         * doc/pastposix-functions/makecontext.texi: Renamed from
15002         doc/posix-functions/makecontext.texi.
15003         * doc/pastposix-functions/mktemp.texi: Renamed from
15004         doc/posix-functions/mktemp.texi.
15005         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
15006         doc/posix-functions/pthread_attr_getstackaddr.texi.
15007         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
15008         doc/posix-functions/pthread_attr_setstackaddr.texi.
15009         * doc/pastposix-functions/rindex.texi: Renamed from
15010         doc/posix-functions/rindex.texi.
15011         * doc/pastposix-functions/scalb.texi: Renamed from
15012         doc/posix-functions/scalb.texi.
15013         * doc/pastposix-functions/setcontext.texi: Renamed from
15014         doc/posix-functions/setcontext.texi.
15015         * doc/pastposix-functions/swapcontext.texi: Renamed from
15016         doc/posix-functions/swapcontext.texi.
15017         * doc/pastposix-functions/ualarm.texi: Renamed from
15018         doc/posix-functions/ualarm.texi.
15019         * doc/pastposix-functions/usleep.texi: Renamed from
15020         doc/posix-functions/usleep.texi.
15021         * doc/pastposix-functions/vfork.texi: Renamed from
15022         doc/posix-functions/vfork.texi.
15023         * doc/pastposix-functions/wcswcs.texi: Renamed from
15024         doc/posix-functions/wcswcs.texi.
15025         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
15026         (Function Substitutes): Update.
15027
15028 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15029
15030         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
15031         m4/strerror.m4.
15032
15033 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15034             Bruno Haible  <bruno@clisp.org>
15035
15036         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
15037
15038 2008-12-13  Bruno Haible  <bruno@clisp.org>
15039
15040         * modules/strtoull (Depends-on): Remove unistd.
15041
15042 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15043
15044         * modules/strtoull (Depends-on): Add stdlib.
15045
15046 2008-12-11  Simon Josefsson  <simon@josefsson.org>
15047
15048         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
15049
15050 2008-12-10  Jim Meyering  <meyering@redhat.com>
15051
15052         gl_ASSERT: don't say assertions are disabled when they're not
15053         * m4/assert.m4 (gl_ASSERT): Do not make configure report
15054         "checking whether to enable assertions... no", when they are in
15055         fact enabled.  This is solely a bug in the output of configure.
15056         In spite of saying "no", NDEBUG was not defined in that case.
15057         Also, as noted by Eric Blake, leave assertions enabled upon
15058         --enable-assert=INVALID.
15059
15060 2008-12-10  Bruno Haible  <bruno@clisp.org>
15061
15062         Change MODULES.html to refer to POSIX:2008 where possible.
15063         * MODULES.html.sh (POSIX2008_URL): New variable.
15064         (posix_headers): Remove sys/timeb, ucontext.
15065         (posix2001_headers): New variable.
15066         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
15067         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
15068         index, makecontext, mktemp, pthread_attr_getstackaddr,
15069         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
15070         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
15071         (posix2001_functions): New variable.
15072         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
15073         otherwise.
15074
15075 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15076
15077         add missing include to parse-duration.c
15078         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
15079         * modules/parse-duration (Depends-on): Add xalloc.
15080
15081         fix sed script reading maint.mk
15082         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
15083         (syntax-check-rules): Use it.
15084
15085 2008-12-09  Bruno Haible  <bruno@clisp.org>
15086
15087         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
15088         MacOS X 10.4/PowerPC.
15089         Reported by Simon Josefsson.
15090
15091 2008-12-08  Jim Meyering  <meyering@redhat.com>
15092
15093         work around mingw's lack of some S_IF definitions
15094         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
15095         Reported by Simon Josefsson.
15096
15097 2008-12-08  Bruno Haible  <bruno@clisp.org>
15098
15099         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
15100         applied to variables. Needed on MacOS X 10.4/PowerPC.
15101         Reported by Simon Josefsson.
15102
15103 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
15104         and Eric Blake  <ebb9@byu.net>
15105
15106         assert: honor --enable-assert
15107         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
15108         order to honor --enable-assert, rather than treating it as a
15109         synonym for --disable-assert.
15110
15111 2008-12-08  Jim Meyering  <meyering@redhat.com>
15112
15113         * lib/posixtm.c: Remove now-useless declaration of mktime.
15114
15115         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
15116
15117 2008-12-07  Bruno Haible  <bruno@clisp.org>
15118
15119         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
15120         test_once): Mark functions as static.
15121         * tests/test-tls.c (test_tls): Likewise.
15122
15123 2008-12-07  Bruno Haible  <bruno@clisp.org>
15124
15125         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
15126         iconv_register_autodetect.
15127
15128 2008-12-07  Jim Meyering  <meyering@redhat.com>
15129
15130         posixtm.c: avoid a warning
15131         * lib/posixtm.c (posixtime): Don't initialize tm0.
15132         It's no longer needed to placate gcc4's -Wuninitialized,
15133         and the attempt to placate would elicit a new warning.
15134
15135         unicodeio.c: mark unused parameters
15136         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15137         (fallback_failure_callback): Likewise.
15138
15139 2008-12-07  Bruno Haible  <bruno@clisp.org>
15140
15141         * gnulib-tool (func_create_testdir): When building the tests
15142         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
15143         Reported by Simon Josefsson.
15144
15145 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15146
15147         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
15148
15149 2008-12-06  Bruno Haible  <bruno@clisp.org>
15150
15151         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
15152         Suggested by Eric Blake.
15153
15154 2008-12-06  Bruno Haible  <bruno@clisp.org>
15155
15156         Fix a c-stack test failure on MacOS X.
15157         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
15158         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
15159         handler for SIGBUS as well.
15160         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
15161         install a signal handler for SIGBUS as well.
15162         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
15163
15164 2008-12-06  Bruno Haible  <bruno@clisp.org>
15165
15166         Advocacy documentation.
15167         * doc/gnulib-intro.texi (Benefits): New section.
15168         * doc/gnulib.texi: Update.
15169
15170 2008-12-06  Bruno Haible  <bruno@clisp.org>
15171
15172         Document the 'manywarnings' module.
15173         * doc/manywarnings.texi: New file.
15174         * doc/gnulib.texi: Include it.
15175
15176 2008-12-05  Eric Blake  <ebb9@byu.net>
15177
15178         tests: silence some gcc warnings
15179         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
15180         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
15181         type mismatches.
15182
15183 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15184             Bruno Haible  <bruno@clisp.org>
15185
15186         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
15187
15188 2008-11-29  Jim Meyering  <meyering@redhat.com>
15189
15190         unicodeio.c: mark unused parameters
15191         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15192         (fallback_failure_callback): Likewise.
15193
15194         fts: fix a thinko
15195         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
15196         (set_stat_type): Return S_IF*-valued "type" directly.
15197         Prompted by James Youngman's spotting a related bug.
15198         Confirmed by further testing through find.
15199
15200         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
15201         * lib/fts.c (D_TYPE): Define.
15202         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
15203         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
15204         (s_ifmt_shift_bits): New function.
15205         (set_stat_type): New function.
15206         (fts_build): When not calling fts_stat, call set_stat_type
15207         to propagate dirent.d_type info to fts_read caller.
15208         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
15209         fts_statp->st_mode type information may be valid.
15210
15211 2008-11-28  Simon Josefsson  <simon@josefsson.org>
15212
15213         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
15214         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
15215         <sds@gnu.org>.
15216
15217 2008-11-20  Bruno Haible  <bruno@clisp.org>
15218
15219         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
15220         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
15221         INCLUDE_NEXT.
15222         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
15223         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
15224         * modules/math (Makefile.am): Substitute
15225         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
15226         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15227
15228 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
15229             Bruno Haible  <bruno@clisp.org>
15230
15231         * lib/stdint.in.h: Define all type macros so that their expansion is
15232         a single typedef'ed token. Fixes a compilation failure in Boost which
15233         does "using ::int8_t;".
15234
15235 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15236
15237         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
15238         gl_MANYWARN_ALL_GCC.
15239         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
15240         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
15241         * modules/manywarnings: New file.
15242         * MODULES.html.sh: Mention manywarnings module.
15243
15244 2008-11-18  Bruno Haible  <bruno@clisp.org>
15245
15246         * doc/gnulib-tool.texi (Unit tests): New section.
15247
15248 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15249
15250         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
15251         paths like 'lib/po/foo.po'.
15252
15253 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15254
15255         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
15256         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
15257
15258 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15259
15260         * m4/warnings.m4: Use CPPFLAGS to really check whether the
15261         parameter works.
15262
15263 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15264
15265         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
15266
15267 2008-11-17  Bruce Korb  <bkorb@gnu.org>
15268
15269         * modules/parse-duration-tests: New file.
15270         * tests/test-parse-duration.sh: New file.
15271         * tests/test-parse-duration.c: New file.
15272
15273         New module 'parse-duration'.
15274         * lib/parse-duration.h: New file.
15275         * lib/parse-duration.c: New file.
15276         * modules/parse-duration: New file.
15277
15278 2008-11-17  Bruno Haible  <bruno@clisp.org>
15279
15280         * tests/test-select-out.sh: Comment out the first pipe test.
15281         Reported by Simon Josefsson.
15282
15283 2008-11-17  Bruno Haible  <bruno@clisp.org>
15284
15285         * modules/getaddrinfo (Depends-on): Add servent, hostent.
15286         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
15287         gl_HOSTENT.
15288
15289 2008-11-17  Bruno Haible  <bruno@clisp.org>
15290
15291         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
15292         -lnetwork and -lnet. Needed for Haiku and BeOS.
15293
15294 2008-11-16  Bruno Haible  <bruno@clisp.org>
15295
15296         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
15297
15298 2008-11-16  Bruno Haible  <bruno@clisp.org>
15299
15300         Avoid test failure on Haiku.
15301         * tests/test-fsync.c: Include <errno.h>.
15302         (main): Don't require that fsync (0) fails.
15303
15304 2008-11-15  Bruno Haible  <bruno@clisp.org>
15305
15306         New module 'hostent'.
15307         * modules/hostent: New file.
15308         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
15309
15310 2008-11-15  Bruno Haible  <bruno@clisp.org>
15311
15312         New module 'servent'.
15313         * modules/servent: New file.
15314         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
15315
15316 2008-11-15  Bruno Haible  <bruno@clisp.org>
15317
15318         Avoid generating same test program with two different rules.
15319         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
15320         test-frexp to test-frexp-nolibm.
15321         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
15322         test-frexpl to test-frexpl-nolibm.
15323
15324 2008-11-15  Bruno Haible  <bruno@clisp.org>
15325
15326         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
15327         $(FREXPL_LIBM).
15328
15329 2008-11-15  Bruno Haible  <bruno@clisp.org>
15330
15331         * lib/netdb.in.h: Activate the definitions also when the system's
15332         <netdb.h> has 'struct addrinfo'.
15333         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
15334         EAI_OVERFLOW or AI_NUMERICSERV.
15335         * doc/posix-headers/netdb.texi: Document the problem.
15336
15337 2008-11-15  Bruno Haible  <bruno@clisp.org>
15338
15339         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
15340
15341         Make the 'sched' module work on platforms where <sched.h> exists but
15342         is incomplete (such as Haiku).
15343         * lib/sched.in.h; Include the system's <sched.h> if it exists.
15344         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
15345         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
15346         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
15347         HAVE_STRUCT_SCHED_PARAM.
15348         * modules/sched (Depends-on): Add include_next.
15349         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
15350         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
15351         * doc/posix-headers/sched.texi: Document the issue.
15352
15353 2008-11-13  Jim Meyering  <meyering@redhat.com>
15354
15355         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
15356         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
15357         test would fail due to the difference in the Report bugs to ...
15358         line.  The expected address is empty, "<>", while the actual
15359         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
15360
15361 2008-11-12  Bruno Haible  <bruno@clisp.org>
15362
15363         lstat: don't compile lstat.c on systems lacking lstat
15364         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
15365         which don't have lstat; this is handled by lib/sys_stat.in.h already.
15366         Reported by Daniel P. Berrange via Jim Meyering.
15367
15368 2008-11-12  Jim Meyering  <meyering@redhat.com>
15369
15370         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
15371
15372 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15373
15374         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
15375         instead.
15376
15377 2008-11-12  Bruno Haible  <bruno@clisp.org>
15378
15379         * lib/unicodeio.c: Include unistr.h.
15380         (utf8_wctomb): Remove function.
15381         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
15382
15383 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15384
15385         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
15386         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
15387         <bruno@clisp.org>.
15388         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
15389
15390 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15391
15392         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
15393         * doc/gnulib.texi: Add section for warnings.
15394
15395 2008-11-11  Bruno Haible  <bruno@clisp.org>
15396
15397         * lib/sockets.h: Add a comment.
15398
15399 2008-11-11  Karl Berry  <karl@gnu.org>
15400
15401         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
15402
15403 2008-11-11  Eric Blake  <ebb9@byu.net>
15404
15405         fdl.texi: avoid git symlinks
15406         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
15407
15408 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15409
15410         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
15411
15412 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15413
15414         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
15415         (gl_WARN_ADD): Substitute $2 if literal.
15416
15417 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15418
15419         * m4/warning.m4: Remove.
15420
15421 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15422
15423         * m4/warnings.m4: Almost complete rewrite. :-)
15424
15425 2008-11-10  Simon Josefsson  <simon@josefsson.org>
15426
15427         * modules/warnings: New module.
15428         * m4/warnings.m4: New file.
15429         * MODULES.html.sh: Mention warnings module.
15430         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
15431         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15432
15433 2008-11-10  Eric Blake  <ebb9@byu.net>
15434
15435         fdl.texi: make a symlink to the latest version
15436         * doc/standards.texi: Revert today's earlier change.
15437         * doc/fdl-1.2.texi: Rename from old fdl.texi...
15438         * doc/fdl.texi: ...and replace this with a symlink to the newer
15439         fdl-1.3.texi.
15440
15441 2008-11-10  Bruno Haible  <bruno@clisp.org>
15442
15443         * tests/test-select-fd.c (main): Accept the result file name as fourth
15444         argument.
15445         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
15446         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
15447
15448 2008-11-10  Bruno Haible  <bruno@clisp.org>
15449
15450         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
15451         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
15452         as autoconf-substituted macros.
15453         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
15454         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
15455         gl_NETDB_H_DEFAULTS. Set these variables.
15456         * modules/netdb (Makefile.am): Substitute these variables.
15457
15458 2008-11-10  Eric Blake  <ebb9@byu.net>
15459
15460         standards.texi: include correct file for FDL 1.3
15461         * doc/standards.texi (GNU Free Documentation License): Change
15462         include file to pull in FDL 1.3, not 1.2.
15463
15464         fdl.texi: revert accidental change to license
15465         * doc/fdl.texi: This is FDL 1.2, not 1.3.
15466
15467 2008-11-10  Bruno Haible  <bruno@clisp.org>
15468
15469         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
15470         cross-compiling guesses also when the native compile gives no result.
15471
15472 2008-11-10  Bruno Haible  <bruno@clisp.org>
15473
15474         * lib/spawni.c (__spawni): Force variable into the stack.
15475
15476 2008-11-10  Bruno Haible  <bruno@clisp.org>
15477
15478         Add support for Haiku.
15479         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
15480         glibc and BeOS, but also on Haiku.
15481         * lib/fpurge.c (fpurge): Likewise.
15482         * lib/freadable.c (freadable): Likewise.
15483         * lib/freadahead.c (freadahead): Likewise.
15484         * lib/freading.c (freading): Likewise.
15485         * lib/freadptr.c (freadptr): Likewise.
15486         * lib/freadseek.c (freadptrinc): Likewise.
15487         * lib/fseeko.c (rpl_fseeko): Likewise.
15488         * lib/fseterr.c (fseterr): Likewise.
15489         * lib/fwritable.c (fwritable): Likewise.
15490         * lib/fwriting.c (fwriting): Likewise.
15491         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
15492
15493 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15494
15495         * lib/config.charset: Treat Haiku like BeOS.
15496
15497 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15498
15499         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
15500         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
15501
15502 2008-11-08  Bruno Haible  <bruno@clisp.org>
15503
15504         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
15505         AC_CACHE_CHECK.
15506
15507 2008-11-08  Bruno Haible  <bruno@clisp.org>
15508
15509         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
15510
15511 2008-11-08  Bruno Haible  <bruno@clisp.org>
15512
15513         * tests/test-select-fd.c: New file.
15514         * tests/test-select-in.sh: New file.
15515         * tests/test-select-out.sh: New file.
15516         * tests/test-select-stdin.c: New file.
15517         * modules/select-tests (Files): Add the new files.
15518         (Depends-on): Add gettimeofday.
15519         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
15520         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
15521         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
15522
15523 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
15524             Bruno Haible  <bruno@clisp.org>
15525
15526         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
15527
15528 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
15529
15530         * build-aux/pmccabe2html: Added support for C++ source files.
15531
15532 2008-11-05  Ben Pfaff  <blp@gnu.org>
15533
15534         Fix lib/close.c build on Windows.
15535         * modules/close (Files): Add lib/w32sock.h.
15536
15537 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
15538
15539         Accept Bison's NEWS format.
15540         * build-aux/announce-gen (print_news_deltas): Tweak
15541         $re_prefix.
15542
15543 2008-11-04  Bruno Haible  <bruno@clisp.org>
15544
15545         * modules/random_r (Maintainer): Add glibc.
15546
15547 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15548
15549         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
15550         by karl@freefriends.org (Karl Berry).
15551         * doc/alloca.texi: Likewise.
15552         * doc/c-ctype.texi: Likewise.
15553         * doc/c-strcase.texi: Likewise.
15554         * doc/c-strcaseeq.texi: Likewise.
15555         * doc/c-strcasestr.texi: Likewise.
15556         * doc/c-strstr.texi: Likewise.
15557         * doc/c-strtod.texi: Likewise.
15558         * doc/c-strtold.texi: Likewise.
15559         * doc/ctime.texi: Likewise.
15560         * doc/error.texi: Likewise.
15561         * doc/fdl.texi: Likewise.
15562         * doc/gcd.texi: Likewise.
15563         * doc/getdate.texi: Likewise.
15564         * doc/gnulib-intro.texi: Likewise.
15565         * doc/gnulib-tool.texi: Likewise.
15566         * doc/gnulib.texi: Likewise.
15567         * doc/inet_ntoa.texi: Likewise.
15568         * doc/maintain.texi: Likewise.
15569         * doc/make-stds.texi: Likewise.
15570         * doc/quote.texi: Likewise.
15571         * doc/regexprops-generic.texi: Likewise.
15572         * doc/standards.texi: Likewise.
15573         * doc/verify.texi: Likewise.
15574         * doc/visibility.texi: Likewise.
15575         * doc/gnulib.texi (GNU Free Documentation License): Include
15576         fdl-1.3.texi instead of fdl.texi.
15577
15578 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15579
15580         * doc/fdl-1.3.texi: New file, from
15581         <http://www.gnu.org/licenses/fdl-1.3.texi>.
15582         * modules/fdl-1.3: Add.
15583         * MODULES.html.sh: Add fdl-1.3.
15584
15585 2008-11-03  Bruno Haible  <bruno@clisp.org>
15586
15587         Make determination of absolute name of header file work with AIX xlc.
15588         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
15589         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
15590         preprocessing.
15591         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15592         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
15593
15594 2008-11-03  Simon Josefsson  <simon@josefsson.org>
15595
15596         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
15597         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
15598         <ludo@gnu.org>.
15599
15600 2008-11-02  Bruno Haible  <bruno@clisp.org>
15601
15602         Mark 'strpbrk' obsolete.
15603         * modules/strpbrk (Status, Notice): New sections.
15604         * modules/strtok_r (Depends-on): Add strpbrk.
15605
15606 2008-11-02  Bruno Haible  <bruno@clisp.org>
15607
15608         Mark 'strdup' obsolete.
15609         * modules/strdup (Status, Notice): New sections.
15610         * modules/findprog (Depends-on): Add strdup.
15611         * modules/getaddrinfo (Depends-on): Likewise.
15612         * modules/localename (Depends-on): Likewise.
15613         * modules/relocatable-lib (Depends-on): Likewise.
15614         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
15615         * modules/relocatable-prog (Depends-on): Likewise.
15616         * modules/trim (Depends-on): Likewise.
15617         * modules/unictype/gen-ctype (Depends-on): Likewise.
15618         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
15619
15620 2008-11-02  Bruno Haible  <bruno@clisp.org>
15621
15622         Mark 'strcspn' obsolete.
15623         * modules/strcspn (Status, Notice): New sections.
15624
15625 2008-11-02  Bruno Haible  <bruno@clisp.org>
15626
15627         Mark 'rmdir' obsolete.
15628         * modules/rmdir (Status, Notice): New sections.
15629         * modules/clean-temp (Depends-on): Add rmdir.
15630         * modules/openat (Depends-on): Likewise.
15631
15632 2008-11-02  Bruno Haible  <bruno@clisp.org>
15633
15634         Mark 'raise' obsolete.
15635         * modules/raise (Status, Notice): New sections.
15636         (Include): Specify <signal.h>.
15637         * modules/stdio (Depends-on): Add raise.
15638         * modules/write (Depends-on): Likewise.
15639
15640 2008-11-02  Bruno Haible  <bruno@clisp.org>
15641
15642         Mark 'memset' obsolete.
15643         * modules/memset (Status, Notice): New sections.
15644
15645 2008-11-02  Bruno Haible  <bruno@clisp.org>
15646
15647         Mark 'memmove' obsolete.
15648         * modules/memmove (Status, Notice): New sections.
15649         * modules/argp (Depends-on): Add memmove.
15650         * modules/argz (Depends-on): Likewise.
15651         * modules/canonicalize (Depends-on): Likewise.
15652         * modules/canonicalize-lgpl (Depends-on): Likewise.
15653         * modules/fts (Depends-on): Likewise.
15654         * modules/getcwd (Depends-on): Likewise.
15655         * modules/human (Depends-on): Likewise.
15656         * modules/regex (Depends-on): Likewise.
15657         * modules/striconveh (Depends-on): Likewise.
15658         * modules/trim (Depends-on): Likewise.
15659         * modules/unistr/u8-move (Depends-on): Likewise.
15660         * modules/unistr/u16-move (Depends-on): Likewise.
15661         * modules/unistr/u32-move (Depends-on): Likewise.
15662
15663 2008-11-02  Bruno Haible  <bruno@clisp.org>
15664
15665         Mark 'memcpy' obsolete.
15666         * modules/memcpy (Status, Notice): New sections.
15667
15668 2008-11-02  Bruno Haible  <bruno@clisp.org>
15669
15670         Mark 'memcmp' obsolete.
15671         * modules/memcmp (Status, Notice): New sections.
15672         * modules/argmatch (Depends-on): Add memchr.
15673         * modules/backupfile (Depends-on): Likewise.
15674         * modules/c-strcasestr (Depends-on): Likewise.
15675         * modules/crypto/des (Depends-on): Likewise.
15676         * modules/csharpcomp (Depends-on): Likewise.
15677         * modules/fnmatch (Depends-on): Likewise.
15678         * modules/git-merge-changelog (Depends-on): Likewise.
15679         * modules/isnand (Depends-on): Likewise.
15680         * modules/isnand-nolibm (Depends-on): Likewise.
15681         * modules/isnanf (Depends-on): Likewise.
15682         * modules/isnanf-nolibm (Depends-on): Likewise.
15683         * modules/isnanl (Depends-on): Likewise.
15684         * modules/isnanl-nolibm (Depends-on): Likewise.
15685         * modules/mbchar (Depends-on): Likewise.
15686         * modules/memcoll (Depends-on): Likewise.
15687         * modules/quotearg (Depends-on): Likewise.
15688         * modules/regex (Depends-on): Likewise.
15689         * modules/relocatable-prog (Depends-on): Likewise.
15690         * modules/same (Depends-on): Likewise.
15691         * modules/signbit (Depends-on): Likewise.
15692         * modules/strcasestr-simple (Depends-on): Likewise.
15693         * modules/unictype/gen-ctype (Depends-on): Likewise.
15694         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
15695         * modules/uniname/uniname (Depends-on): Likewise.
15696         * modules/unistr/u8-cmp (Depends-on): Likewise.
15697
15698 2008-11-02  Bruno Haible  <bruno@clisp.org>
15699
15700         Mark 'memchr' obsolete.
15701         * modules/memchr (Status, Notice): New sections.
15702         * modules/argp (Depends-on): Add memchr.
15703         * modules/base64 (Depends-on): Likewise.
15704         * modules/c-strcasestr (Depends-on): Likewise.
15705         * modules/chdir-long (Depends-on): Likewise.
15706         * modules/fnmatch (Depends-on): Likewise.
15707         * modules/getsubopt (Depends-on): Likewise.
15708         * modules/git-merge-changelog (Depends-on): Likewise.
15709         * modules/glob (Depends-on): Likewise.
15710         * modules/strcasestr-simple (Depends-on): Likewise.
15711         * modules/strnlen (Depends-on): Likewise.
15712
15713 2008-11-02  Bruno Haible  <bruno@clisp.org>
15714
15715         Mark 'atexit' obsolete.
15716         * modules/atexit (Status, Notice): New sections.
15717         * modules/chdir-long (Depends-on): Add atexit.
15718         * modules/wait-process (Depends-on): Likewise.
15719
15720 2008-11-02  Bruno Haible  <bruno@clisp.org>
15721
15722         * gnulib-tool: New option --with-obsolete.
15723         (func_usage): Document it.
15724         (func_modules_transitive_closure): Drop obsolete dependencies if
15725         incobsolete is not true.
15726         (func_import): Read and save the incobsolete variable to the cache.
15727
15728 2008-11-02  Bruno Haible  <bruno@clisp.org>
15729
15730         * modules/TEMPLATE-EXTENDED: New field 'Status'.
15731         * gnulib-tool: New option --extract-status.
15732         (func_usage): Document it.
15733         (sed_extract_prog): Recognize it.
15734         (func_get_status): New function.
15735
15736 2008-10-30  Simon Josefsson  <simon@josefsson.org>
15737
15738         * modules/sockets (License): Change from LGPL to LGPLv2+.
15739
15740 2008-10-28  Simon Josefsson  <simon@josefsson.org>
15741
15742         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
15743
15744 2008-10-28  Simon Josefsson  <simon@josefsson.org>
15745
15746         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15747         Mention times and sys_times.
15748         * modules/sys_times, modules/sys_times-tests: New modules.
15749         * modules/times, modules/times-tests: Likewise
15750         * m4/sys_times_h.m4: New file.
15751         * lib/sys_times.in.h: Likewise
15752         * lib/times.c: Likewise.
15753         * tests/test-sys_times.c: Likewise.
15754         * tests/test-times.c: Likewise.
15755         * doc/posix-headers/sys_times.texi: Update.
15756         * doc/posix-functions/times.texi: Update.
15757
15758 2008-10-28  Jim Meyering  <meyering@redhat.com>
15759
15760         * modules/tempname (Depends-on): Add lstat.
15761
15762         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
15763
15764 2008-10-28  Simon Josefsson  <simon@josefsson.org>
15765
15766         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
15767         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
15768         using idiom used elsewhere in gnulib.
15769
15770 2008-10-27  Jim Meyering  <meyering@redhat.com>
15771
15772         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
15773
15774 2008-10-27  Simon Josefsson  <simon@josefsson.org>
15775
15776         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
15777         TESTS_ENVIRONMENT, for shell scripts that needs to call built
15778         programs.
15779         * tests/test-argp-2.sh: Use $EXEEXT when needed.
15780
15781 2008-10-27  Simon Josefsson  <simon@josefsson.org>
15782
15783         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
15784
15785 2008-10-27  Bruno Haible  <bruno@clisp.org>
15786
15787         * tests/test-lstat.c: Include <stdio.h>.
15788
15789 2008-10-27  Simon Josefsson  <simon@josefsson.org>
15790
15791         * modules/lstat-tests: New module.
15792         * tests/test-lstat.c: New file.
15793
15794 2008-10-26  Jim Meyering  <meyering@redhat.com>
15795
15796         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
15797
15798 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15799             Bruno Haible  <bruno@clisp.org>
15800
15801         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
15802         * modules/configmake (Include): Add a note that the include must come
15803         after all system headers.
15804         * lib/javaversion.c: Include configmake.h after all other includes.
15805
15806 2008-10-26  Bruno Haible  <bruno@clisp.org>
15807
15808         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
15809         HAVE_STRUCT_RANDOM_DATA to 1.
15810         (gl_STDLIB_H): Simplify.
15811
15812 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15813
15814         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
15815         substitute HAVE_STRUCT_RANDOM_DATA.
15816         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
15817         random_data.
15818         * modules/stdlib (Makefile.am): Substitute
15819         HAVE_STRUCT_RANDOM_DATA.
15820
15821 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15822
15823         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
15824         * doc/gnulib-intro.texi (Copyright): Likewise.
15825
15826 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15827
15828         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
15829         findings.
15830
15831 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
15832             Bruno Haible  <bruno@clisp.org>
15833
15834         * lib/unistd.in.h: Include <winsock2.h>.
15835         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
15836         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
15837         Provide dummy declarations.
15838         (gethostname): Override.
15839         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
15840         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
15841         gl_PREREQ_SYS_H_WINSOCK2.
15842         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
15843         * doc/posix-functions/gethostname.texi: More details.
15844
15845 2008-10-25  Bruno Haible  <bruno@clisp.org>
15846
15847         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
15848         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
15849         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
15850
15851         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
15852         here ...
15853         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
15854         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
15855         gl_UNISTD_H_DEFAULTS.
15856
15857 2008-10-25  Eric Blake  <ebb9@byu.net>
15858
15859         signbit: avoid spurious compiler failure
15860         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
15861         declarations inside function.
15862
15863 2008-10-24  Simon Josefsson  <simon@josefsson.org>
15864             Bruno Haible  <bruno@clisp.org>
15865
15866         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
15867         * modules/random_r (Depends-on): Add stdint.
15868
15869 2008-10-24  Bruno Haible  <bruno@clisp.org>
15870
15871         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
15872         Eggert.
15873         * modules/strerror (License): Likewise.
15874
15875 2008-10-24  Jim Meyering  <meyering@redhat.com>
15876
15877         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
15878         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
15879
15880 2008-10-24  Eric Blake  <ebb9@byu.net>
15881
15882         getgroups: fix compilation when getgroups is available
15883         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
15884         but with <config.h> override of getgroups disabled.
15885
15886 2008-10-24  Simon Josefsson  <simon@josefsson.org>
15887
15888         * doc/gnulib.texi (Header files): Add note about C++ problems.
15889         Explained by Bruno Haible <bruno@clisp.org>.
15890
15891 2008-10-23  Bruno Haible  <bruno@clisp.org>
15892
15893         Define a dummy SA_NODEFER macro on Interix.
15894         * lib/signal.in.h (SA_NODEFER): Define fallback.
15895         Reported by Aleksey Cheusov <cheusov@tut.by> via
15896         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
15897
15898 2008-10-23  Bruno Haible  <bruno@clisp.org>
15899
15900         * modules/freadahead (License): Change to LGPLv2+.
15901         Suggested by Simon Josefsson.
15902
15903 2008-10-23  Jim Meyering  <meyering@redhat.com>
15904
15905         random_r: new module
15906         * modules/random_r: New file.
15907         * m4/random_r.m4: New file.
15908         * lib/random_r.c: New file, from glibc.
15909         * modules/random_r-tests: New file.
15910         * tests/test-random_r.c: New file.
15911         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
15912          Declare.
15913         (RAND_MAX): Define.
15914         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
15915         * modules/stdlib: Substitute them, too.
15916         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
15917         * doc/glibc-functions/initstate_r.texi: Mention the new module.
15918         * doc/glibc-functions/random_r.texi: Likewise.
15919         * doc/glibc-functions/setstate_r.texi: Likewise.
15920         * doc/glibc-functions/srandom_r.texi: Likewise.
15921         * config/srclist.txt: Mention it.
15922
15923 2008-10-23  David Lutterkort  <lutter@redhat.com>
15924
15925         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
15926         link requirement
15927
15928 2008-10-23  Jim Meyering  <meyering@redhat.com>
15929
15930         selinux-h: mark parameters of stub functions as intentionally unused
15931         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
15932         * lib/se-context.in.h: Likewise.
15933
15934 2008-10-22  Simon Josefsson  <simon@josefsson.org>
15935
15936         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
15937
15938 2008-10-22  Simon Josefsson  <simon@josefsson.org>
15939
15940         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
15941
15942 2008-10-22  Eric Blake  <ebb9@byu.net>
15943
15944         glthread/thread: avoid compiler warning
15945         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
15946         Add unreachable abort to silence compiler.
15947
15948 2008-10-22  Eric Blake  <ebb9@byu.net>
15949
15950         netdb: also supply struct addrinfo for cygwin 1.5.x
15951         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
15952         older cygwin.
15953         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
15954         cygwin.
15955         * doc/posix-headers/netdb.texi (netdb.h): Document this.
15956
15957 2008-10-22  Bruno Haible  <bruno@clisp.org>
15958
15959         * users.txt: Update entry about pspp.
15960
15961 2008-10-21  Bruno Haible  <bruno@clisp.org>
15962
15963         Simplification.
15964         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
15965         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
15966
15967         Simplification.
15968         * lib/ioctl.c (ioctl): Don't undefine.
15969         * lib/socket.c (socket): Don't undefine.
15970
15971         Remove unused module indicator macros.
15972         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
15973         GNULIB_$1 as a C macro.
15974
15975         * doc/posix-functions/close.texi: Undo last change.
15976         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
15977         Windows platforms.
15978
15979 2008-10-21  Bruno Haible  <bruno@clisp.org>
15980
15981         Add gethostname() declaration to <unistd.h>.
15982         * lib/unistd.in.h (gethostname): New declaration.
15983         * lib/gethostname.c: Include <unistd.h>.
15984         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
15985         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
15986         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
15987         and HAVE_GETHOSTNAME.
15988         * modules/gethostname (Depends-on): Add unistd.
15989         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15990         (Include): Specify <unistd.h>.
15991         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
15992         HAVE_GETHOSTNAME.
15993         * tests/test-gethostname.c: Include <unistd.h> first.
15994
15995 2008-10-21  Bruno Haible  <bruno@clisp.org>
15996
15997         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
15998         * modules/select-tests (Depends-on): Likewise.
15999         Reported by Simon Josefsson.
16000
16001 2008-10-21  Simon Josefsson  <simon@josefsson.org>
16002
16003         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
16004         * lib/accept.c: New file, based on winsock.c.
16005         * lib/bind.c: New file, based on winsock.c.
16006         * lib/connect.c: New file, based on winsock.c.
16007         * lib/getpeername.c: New file, based on winsock.c.
16008         * lib/getsockname.c: New file, based on winsock.c.
16009         * lib/getsockopt.c: New file, based on winsock.c.
16010         * lib/ioctl.c: New file, based on winsock.c.
16011         * lib/listen.c: New file, based on winsock.c.
16012         * lib/recv.c: New file, based on winsock.c.
16013         * lib/recvfrom.c: New file, based on winsock.c.
16014         * lib/send.c: New file, based on winsock.c.
16015         * lib/sendto.c: New file, based on winsock.c.
16016         * lib/setsockopt.c: New file, based on winsock.c.
16017         * lib/shutdown.c: New file, based on winsock.c.
16018         * lib/socket.c: New file, based on winsock.c.
16019         * lib/w32sock.h: New file, based on winsock.c.
16020         * lib/winsock.c: Remove file.
16021         * modules/accept: Likewise.
16022         * modules/bind: Likewise.
16023         * modules/connect: Likewise.
16024         * modules/getpeername: Likewise.
16025         * modules/getsockname: Likewise.
16026         * modules/getsockopt: Likewise.
16027         * modules/ioctl: Likewise.
16028         * modules/listen: Likewise.
16029         * modules/recv: Likewise.
16030         * modules/recvfrom: Likewise.
16031         * modules/send: Likewise.
16032         * modules/sendto: Likewise.
16033         * modules/setsockopt: Likewise.
16034         * modules/shutdown: Likewise.
16035         * modules/socket: Use socket.c instead of winsock.c.
16036         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
16037         * doc/posix-functions/accept.texi: Doc fix.
16038         * doc/posix-functions/bind.texi: Doc fix.
16039         * doc/posix-functions/close.texi: Doc fix.
16040         * doc/posix-functions/connect.texi: Doc fix.
16041         * doc/posix-functions/getpeername.texi: Doc fix.
16042         * doc/posix-functions/getsockname.texi: Doc fix.
16043         * doc/posix-functions/getsockopt.texi: Doc fix.
16044         * doc/posix-functions/ioctl.texi: Doc fix.
16045         * doc/posix-functions/listen.texi: Doc fix.
16046         * doc/posix-functions/recv.texi: Doc fix.
16047         * doc/posix-functions/recvfrom.texi: Doc fix.
16048         * doc/posix-functions/send.texi: Doc fix.
16049         * doc/posix-functions/sendto.texi: Doc fix.
16050         * doc/posix-functions/setsockopt.texi: Doc fix.
16051         * doc/posix-functions/shutdown.texi: Doc fix.
16052         * doc/posix-functions/socket.texi: Doc fix.
16053
16054 2008-10-20  Bruno Haible  <bruno@clisp.org>
16055
16056         Take into account the role of SIGABRT_COMPAT on Windows 2008.
16057         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
16058         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
16059         as an alias for SIGABRT.
16060         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
16061         (sigaction): Map it to SIGABRT.
16062         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
16063
16064 2008-10-20  Bruno Haible  <bruno@clisp.org>
16065
16066         * lib/fts.c: Don't include lstat.h.
16067         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
16068
16069         Move the lstat() declaration to <sys/stat.h>.
16070         * lib/lstat.h: Remove file.
16071         * lib/sys_stat.in.h: Add special invocation convention.
16072         (lstat): New declaration.
16073         * lib/lstat.c (orig_lstat): New function.
16074         (rpl_lstat): Use orig_lstat instead of lstat.
16075         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
16076         AC_C_INLINE. Set REPLACE_LSTAT.
16077         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
16078         and REPLACE_LSTAT.
16079         * modules/lstat (Files): Remove lib/lstat.h.
16080         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16081         (Include): Specify <sys/stat.h> instead of lstat.h.
16082         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
16083         REPLACE_LSTAT.
16084         * NEWS: Mention the change.
16085
16086 2008-10-20  Bruno Haible  <bruno@clisp.org>
16087
16088         * modules/posix_spawn-tests: New file.
16089         * tests/test-posix_spawn3.c: New file.
16090
16091 2008-10-20  Bruno Haible  <bruno@clisp.org>
16092
16093         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
16094         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16095         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
16096         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16097         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
16098
16099 2008-10-20  Bruno Haible  <bruno@clisp.org>
16100
16101         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
16102         of posix_spawn on AIX 5.3.
16103
16104 2008-10-20  Bruno Haible  <bruno@clisp.org>
16105
16106         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
16107
16108 2008-10-20  Bruno Haible  <bruno@clisp.org>
16109
16110         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
16111         of AC_LANG_PROGRAM.
16112
16113 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16114
16115         * lib/netdb.in.h: Don't define GNU specific constants until they
16116         are supported or needed.  Reported by Bruno Haible
16117         <bruno@clisp.org>.
16118
16119 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16120
16121         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
16122
16123 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16124
16125         * lib/getaddrinfo.h: Remove file.
16126         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
16127         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
16128         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
16129         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
16130         * modules/netdb: Substitute GNULIB_GETADDRINFO.
16131         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
16132         * tests/test-getaddrinfo.c: Likewise.
16133         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
16134         * NEWS: Mention change.
16135
16136 2008-10-19  Bruno Haible  <bruno@clisp.org>
16137
16138         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
16139
16140 2008-10-19  Bruno Haible  <bruno@clisp.org>
16141
16142         * lib/wait-process.c: Include simply <sys/wait.h>.
16143         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
16144         WIFSTOPPED): Remove fallback definitions.
16145         * modules/wait-process (Depends-on): Add sys_wait.
16146
16147         New module 'sys_wait'.
16148         * modules/sys_wait: New file.
16149         * lib/sys_wait.in.h: New file, partially copied from
16150         lib/wait-process.c.
16151         * m4/sys_wait_h.m4: New file.
16152         * doc/posix-headers/sys_wait.texi: Mention the new module.
16153
16154 2008-10-19  Bruno Haible  <bruno@clisp.org>
16155
16156         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
16157
16158 2008-10-19  Bruno Haible  <bruno@clisp.org>
16159
16160         Assume that waitpid() fills an 'int' status, not a 'union wait'.
16161         * lib/wait-process.c (WAIT_T): Remove type.
16162         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
16163         (wait_subprocess): Update.
16164
16165 2008-10-19  Bruno Haible  <bruno@clisp.org>
16166
16167         New module 'atoll'.
16168         * modules/atoll: New file.
16169         * lib/stdlib.in.h (atoll): New declaration.
16170         * lib/atoll.c: New file, from glibc with modifications.
16171         * m4/atoll.m4: New file.
16172         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
16173         HAVE_ATOLL.
16174         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
16175         * doc/posix-functions/atoll.texi: Mention the new module.
16176
16177 2008-10-19  Bruno Haible  <bruno@clisp.org>
16178
16179         Add strtoull() declaration to <stdlib.h>.
16180         * lib/stdlib.in.h (strtoull): New declaration.
16181         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16182         Set HAVE_STRTOULL.
16183         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
16184         HAVE_STRTOULL.
16185         * modules/strtoull (Depends-on): Add stdlib.
16186         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16187         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
16188         HAVE_STRTOULL.
16189
16190 2008-10-19  Bruno Haible  <bruno@clisp.org>
16191
16192         Add strtoll() declaration to <stdlib.h>.
16193         * lib/stdlib.in.h (strtoll): New declaration.
16194         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16195         Set HAVE_STRTOLL.
16196         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
16197         HAVE_STRTOLL.
16198         * modules/strtoll (Depends-on): Add stdlib.
16199         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16200         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
16201
16202 2008-10-19  Bruno Haible  <bruno@clisp.org>
16203
16204         * modules/bcopy (Depends-on): Add strings.
16205         (Include): Specify <strings.h>.
16206
16207 2008-10-19  Bruno Haible  <bruno@clisp.org>
16208
16209         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
16210
16211 2008-10-19  Bruno Haible  <bruno@clisp.org>
16212
16213         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
16214         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
16215         mingw.
16216
16217 2008-10-19  Bruno Haible  <bruno@clisp.org>
16218
16219         * lib/atanl.c: Don't include isnanl.h.
16220         * lib/cosl.c: Likewise.
16221         * lib/ldexpl.c: Likewise.
16222         * lib/logl.c: Likewise.
16223         * lib/sinl.c: Likewise.
16224         * lib/sqrtl.c: Likewise.
16225         * lib/tanl.c: Likewise.
16226
16227         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
16228         * lib/isnanf.h: Remove file.
16229         * lib/isnand.h: Remove file.
16230         * lib/isnanl.h: Remove file.
16231         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
16232         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
16233         macros.
16234         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
16235         HAVE_ISNANF, don't define it as a C macro.
16236         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
16237         HAVE_ISNAND, don't define it as a C macro.
16238         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
16239         HAVE_ISNANL, don't define it as a C macro.
16240         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
16241         HAVE_ISNAN[FDL].
16242         * modules/isnanf (Files): Remove lib/isnanf.h.
16243         (Depends-on): Add math.
16244         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16245         (Include): Specify <math.h> instead of isnanf.h.
16246         * modules/isnand (Files): Remove lib/isnand.h.
16247         (Depends-on): Add math.
16248         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16249         (Include): Specify <math.h> instead of isnand.h.
16250         * modules/isnanl (Files): Remove lib/isnanl.h.
16251         (Depends-on): Add math.
16252         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16253         (Include): Specify <math.h> instead of isnanl.h.
16254         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
16255         HAVE_ISNAN[FDL].
16256         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
16257         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
16258         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
16259         * NEWS: Mention the change.
16260
16261 2008-10-18  Bruno Haible  <bruno@clisp.org>
16262
16263         Add getusershell(), setusershell(), endusershell() declarations to
16264         <unistd.h>.
16265         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
16266         declarations.
16267         * lib/getusershell.c: Include unistd.h.
16268         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
16269         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16270         HAVE_GETUSERSHELL.
16271         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
16272         and HAVE_GETUSERSHELL.
16273         * modules/getusershell (Depends-on): Add unistd, extensions.
16274         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16275         (Include): Specify <unistd.h>.
16276         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
16277         HAVE_GETUSERSHELL.
16278
16279 2008-10-18  Bruno Haible  <bruno@clisp.org>
16280
16281         Add a getloadavg() declaration to <stdlib.h>.
16282         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
16283         getloadavg declaration.
16284         (getloadavg): New declaration.
16285         * lib/getloadavg.c: Include <stdlib.h> first.
16286         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
16287         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
16288         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
16289         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
16290         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16291         * modules/getloadavg (Depends-on): Add stdlib, extensions.
16292         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16293         (Include): Specify <stdlib.h>.
16294         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
16295         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16296
16297 2008-10-18  Bruno Haible  <bruno@clisp.org>
16298
16299         * lib/dirchownmod.c: Don't include lchmod.h.
16300
16301         Move the lchmod() declaration to <sys/stat.h>.
16302         * lib/lchmod.h: Remove file.
16303         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
16304         (lchmod): New declaration, moved here from lib/lchown.h.
16305         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
16306         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
16307         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
16308         and HAVE_LCHMOD.
16309         * modules/lchmod (Files): Remove lib/lchmod.h.
16310         (Depends-on): Add sys_stat, extensions.
16311         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16312         (Include): Specify <sys/stat.h> instead of lchmod.h.
16313         * modules/sys_stat (Depends-on): Add link-warning.
16314         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
16315         definition of GL_LINK_WARNING.
16316         * NEWS: Mention the change.
16317
16318 2008-10-18  Bruno Haible  <bruno@clisp.org>
16319
16320         * lib/fchdir.c: Don't include dirfd.h.
16321         * lib/fts.c: Likewise.
16322         * lib/getcwd.c: Likewise.
16323         * lib/glob.c: Likewise.
16324
16325         Move the dirfd() declaration to <dirent.h>.
16326         * lib/dirfd.h: Remove file.
16327         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
16328         (dirfd): New declaration.
16329         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
16330         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
16331         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
16332         HAVE_DECL_DIRFD.
16333         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
16334         HAVE_DECL_DIRFD.
16335         * modules/dirfd (Files): Remove lib/dirfd.h.
16336         (Depends-on): Add dirent, extensions.
16337         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
16338         (Include): Specify <dirent.h> instead of dirfd.h.
16339         * modules/dirent (Depends-on): Add link-warning.
16340         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
16341         definition of GL_LINK_WARNING.
16342         * NEWS: Mention the change.
16343
16344 2008-10-18  Bruno Haible  <bruno@clisp.org>
16345
16346         Move the euidaccess() declaration to <unistd.h>.
16347         * lib/euidaccess.h: Remove file.
16348         * lib/unistd.in.h (euidaccess): New declaration.
16349         * lib/euidaccess.c: Don't include euidaccess.h.
16350         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
16351         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
16352         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
16353         and HAVE_EUIDACCESS.
16354         * modules/euidaccess (Files): Remove lib/euidaccess.h.
16355         (Depends-on): Add unistd.
16356         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16357         (Include): Specify <unistd.h> instead of euidaccess.h.
16358         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
16359         HAVE_EUIDACCESS.
16360         * NEWS: Mention the change.
16361
16362 2008-10-18  Bruno Haible  <bruno@clisp.org>
16363
16364         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
16365
16366         Move the getdomainname() declaration to <unistd.h>.
16367         * lib/getdomainname.h: Remove file.
16368         * lib/unistd.in.h (getdomainname): New declaration.
16369         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
16370         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
16371         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16372         HAVE_GETDOMAINNAME.
16373         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16374         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
16375         * modules/getdomainname (Files): Remove lib/getdomainname.h.
16376         (Depends-on): Add unistd, extensions.
16377         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16378         (Includes): Specify <unistd.h> instead of getdomainname.h.
16379         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
16380         HAVE_GETDOMAINNAME.
16381         * NEWS: Mention the change.
16382
16383 2008-10-18  Bruno Haible  <bruno@clisp.org>
16384
16385         * modules/dirent: New file.
16386         * m4/dirent_h.m4: New file.
16387         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
16388         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
16389         * modules/fchdir (Files): Remove lib/dirent.in.h.
16390         (Depends-on): Add dirent.
16391         (Makefile.am): Move rules to modules/dirent.
16392         * doc/posix-headers/dirent.texi: Mention the new module.
16393
16394 2008-10-18  Bruno Haible  <bruno@clisp.org>
16395
16396         Avoid -Wunused-parameter warnings in public gnulib header files.
16397         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
16398         macro.
16399         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
16400
16401 2008-10-18  Bruno Haible  <bruno@clisp.org>
16402
16403         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
16404         * doc/glibc-functions/error.texi: Mention the module 'error'.
16405         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
16406         * doc/glibc-functions/getdomainname.texi: Mention the module
16407         'getdomainname'.
16408         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
16409         * doc/glibc-functions/getpagesize.texi: Mention the module
16410         'getpagesize'.
16411         * doc/glibc-functions/getusershell.texi: Mention the module
16412         'getusershell'.
16413         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
16414         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
16415         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
16416         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
16417         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
16418         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
16419         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
16420         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
16421         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
16422         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
16423         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
16424         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
16425         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
16426         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
16427
16428 2008-10-17  Bruno Haible  <bruno@clisp.org>
16429
16430         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
16431         HP-UX and IRIX, use -0.0L.
16432         * tests/test-ceill.c (minus_zero): Likewise.
16433         * tests/test-floorl.c (minus_zero): Likewise.
16434         * tests/test-frexpl.c (minus_zero): Likewise.
16435         * tests/test-isnan.c (minus_zerol): Likewise.
16436         * tests/test-isnanl.h (minus_zero): Likewise.
16437         * tests/test-ldexpl.c (minus_zero): Likewise.
16438         * tests/test-roundl.c (minus_zero): Likewise.
16439         * tests/test-signbit.c (minus_zerol): Likewise.
16440         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
16441         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
16442         * tests/test-truncl.c (minus_zero): Likewise.
16443         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
16444         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
16445         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
16446         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
16447
16448 2008-10-17  Bruno Haible  <bruno@clisp.org>
16449
16450         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
16451         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
16452         that it gets activated only for gcc >= 3.0.
16453         * lib/dirent.in.h: Likewise.
16454         * lib/errno.in.h: Likewise.
16455         * lib/fcntl.in.h: Likewise.
16456         * lib/float.in.h: Likewise.
16457         * lib/iconv.in.h: Likewise.
16458         * lib/inttypes.in.h: Likewise.
16459         * lib/locale.in.h: Likewise.
16460         * lib/math.in.h: Likewise.
16461         * lib/netdb.in.h: Likewise.
16462         * lib/netinet_in.in.h: Likewise.
16463         * lib/search.in.h: Likewise.
16464         * lib/signal.in.h: Likewise.
16465         * lib/spawn.in.h: Likewise.
16466         * lib/stdarg.in.h: Likewise.
16467         * lib/stdint.in.h: Likewise.
16468         * lib/stdio.in.h: Likewise.
16469         * lib/stdlib.in.h: Likewise.
16470         * lib/string.in.h: Likewise.
16471         * lib/strings.in.h: Likewise.
16472         * lib/sys_file.in.h: Likewise.
16473         * lib/sys_ioctl.in.h: Likewise.
16474         * lib/sys_select.in.h: Likewise.
16475         * lib/sys_socket.in.h: Likewise.
16476         * lib/sys_stat.in.h: Likewise.
16477         * lib/sys_time.in.h: Likewise.
16478         * lib/sysexits.in.h: Likewise.
16479         * lib/time.in.h: Likewise.
16480         * lib/unistd.in.h: Likewise.
16481         * lib/wchar.in.h: Likewise.
16482         * lib/wctype.in.h: Likewise.
16483         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16484
16485 2008-10-17  Jim Meyering  <meyering@redhat.com>
16486
16487         ignore-value: don't depend on inline module
16488         * modules/ignore-value (Depends-on): Remove 'inline'.
16489         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
16490         Suggestion from Bruno Haible.
16491
16492 2008-10-17  Bruno Haible  <bruno@clisp.org>
16493
16494         New implementation of condition variables for Win32.
16495         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
16496         (gl_linked_waitqueue_t): New type.
16497         (gl_cond_t): Use it.
16498         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
16499         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
16500         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
16501         (glthread_cond_init_func, glthread_cond_wait_func,
16502         glthread_cond_timedwait_func, glthread_cond_signal_func,
16503         glthread_cond_broadcast_func, glthread_cond_destroy_func):
16504         Reimplemented on the basis of gl_linked_waitqueue_t.
16505         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
16506         gl_waitqueue_t.
16507         (gl_rwlock_t): Update.
16508         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
16509
16510 2008-10-17  Simon Josefsson  <simon@josefsson.org>
16511
16512         * modules/recvfrom (Depends-on): Add dependency on getpeername.
16513         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16514
16515 2008-10-17  Jim Meyering  <meyering@redhat.com>
16516
16517         ignore-value: new module
16518         * modules/ignore-value: New file.
16519         * lib/ignore-value.h: New file.
16520         * MODULES.html.sh (Compiler warning management): New section,
16521         just for this module.  More to come.
16522
16523 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16524
16525         open-safer.c: avoid 'signed and unsigned in conditional...' warning
16526         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
16527         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
16528
16529 2008-10-16  Jim Meyering  <meyering@redhat.com>
16530
16531         openat-die.c: avoid 'no previous prototype' warning
16532         * lib/openat-die.c: Include "openat.h".
16533         Reported by Reuben Thomas <rrt@sc3d.org>.
16534
16535 2008-10-16  Simon Josefsson  <simon@josefsson.org>
16536
16537         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
16538         * lib/netdb.in.h: Fix typo.
16539         Reported by Bruno Haible  <bruno@clisp.org>
16540
16541         * lib/netdb.in.h: Include sys/socket.h for platforms without
16542         netdb.h, to get structures like hostent on MinGW.
16543         * modules/netdb (Depends-on): Add sys_socket.
16544
16545 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16546
16547         * modules/netdb, modules/netdb-tests: New file.
16548         * m4/netdb_h.m4: New file.
16549         * lib/netdb.in.h: Add, currently just an empty file pending
16550         definitions.
16551         * tests/test-netdb.c: New file.
16552         * doc/posix-headers/netdb.texi: Mention that we replace it if
16553         needed.
16554         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16555         netdb.
16556
16557 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16558
16559         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
16560         with code.
16561
16562 2008-10-13  Bruno Haible  <bruno@clisp.org>
16563
16564         * lib/glthread/cond.c (glthread_cond_wait_func,
16565         glthread_cond_timedwait_func): Add a comment.
16566
16567 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16568
16569         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
16570         * tests/test-select.c: Likewise,
16571
16572 2008-10-13  Bruno Haible  <bruno@clisp.org>
16573
16574         * lib/glthread/cond.c (glthread_cond_wait_func,
16575         glthread_cond_timedwait_func): Fix variable name.
16576         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16577
16578 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
16579
16580         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
16581         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
16582         struct sockaddr.sa_len.
16583         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
16584
16585 2008-10-13  Simon Josefsson  <simon@josefsson.org>
16586
16587         * build-aux/pmccabe2html: Add css and css_url parameters.
16588
16589 2008-10-12  Bruno Haible  <bruno@clisp.org>
16590
16591         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
16592         calling aclx_get.
16593         Reported by Rainer Tammer <tammer@tammer.net>.
16594
16595 2008-10-12  Bruno Haible  <bruno@clisp.org>
16596
16597         Use msvcrt aware primitives for creation/termination of Win32 threads.
16598         * lib/glthread/thread.c: Include <process.h>.
16599         (glthread_create_func): Use _beginthreadex instead of CreateThread.
16600         (wrapper_func): Update signature.
16601         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
16602
16603 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16604             Bruno Haible  <bruno@clisp.org>
16605
16606         Provide a Win32 implementation of the 'cond' module.
16607         * lib/glthread/cond.h [USE_WIN32]: New implementation.
16608         * lib/glthread/cond.c (glthread_cond_init_func,
16609         glthread_cond_wait_func, glthread_cond_timedwait_func,
16610         glthread_cond_signal_func, glthread_cond_broadcast_func,
16611         glthread_cond_destroy_func) [USE_WIN32]: New functions.
16612         * modules/cond (Dependencies): Add gettimeofday.
16613
16614 2008-10-11  Bruno Haible  <bruno@clisp.org>
16615
16616         Make sleep work on older versions of mingw.
16617         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
16618         only whether it exists.
16619         * doc/posix-functions/sleep.texi: Mention the problem with older
16620         versions of mingw.
16621
16622 2008-10-11  Bruno Haible  <bruno@clisp.org>
16623
16624         New module 'shutdown'.
16625         * modules/shutdown: New file.
16626         * lib/sys_socket.in.h (shutdown): New declaration.
16627         * lib/winsock.c (shutdown): New function.
16628         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
16629         GNULIB_SHUTDOWN.
16630         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
16631         * doc/posix-functions/shutdown.texi: Document the new module.
16632
16633 2008-10-11  Jim Meyering  <meyering@redhat.com>
16634
16635         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
16636
16637 2008-10-11  Bruno Haible  <bruno@clisp.org>
16638
16639         New module 'fclose'.
16640         * modules/fclose: New file.
16641         * lib/stdio.in.h (fclose): New declaration.
16642         * lib/fclose.c: New file.
16643         * m4/fclose.m4: New file.
16644         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
16645         REPLACE_FCLOSE.
16646         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
16647         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
16648         REPLACE_FCLOSE.
16649         * modules/close (Depends-on): fclose.
16650         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
16651
16652 2008-10-11  Bruno Haible  <bruno@clisp.org>
16653
16654         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
16655         set errno and don't call _close.
16656
16657 2008-10-10  Bruno Haible  <bruno@clisp.org>
16658
16659         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
16660         ACL, not afterwards. Fixes test failure on Cygwin.
16661
16662 2008-10-09  Ben Pfaff  <blp@gnu.org>
16663
16664         * build-aux/announce-gen: Fix gnulib version related part of usage
16665         message.  Die with a useful error message if no tarballs are
16666         found.
16667
16668 2008-10-10  Jim Meyering  <meyering@redhat.com>
16669
16670         bootstrap: use git's --depth=N option only if it's supported
16671         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
16672         recognize the --depth option.  Reported by Pádraig Brady.
16673
16674 2008-10-09  Bruno Haible  <bruno@clisp.org>
16675
16676         New module 'ioctl'.
16677         * modules/ioctl: New file.
16678         * lib/sys_socket.in.h (ioctl): Remove declaration.
16679         * lib/winsock.c: Include <sys/ioctl.h>.
16680         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
16681         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
16682         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
16683         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
16684         * doc/posix-functions/ioctl.texi: Mention the new module.
16685
16686 2008-10-09  Bruno Haible  <bruno@clisp.org>
16687
16688         New module 'sys_ioctl'.
16689         * lib/sys_ioctl.in.h: New file.
16690         * m4/sys_ioctl_h.m4: New file.
16691         * modules/sys_ioctl: New file.
16692         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
16693
16694 2008-10-09  Bruno Haible  <bruno@clisp.org>
16695
16696         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
16697         * lib/winsock.c: Include <stdarg.h>.
16698         (rpl_ioctl): Change to second argument 'int' and then varargs.
16699
16700 2008-10-09  Bruno Haible  <bruno@clisp.org>
16701
16702         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
16703         when the sys_socket module is present and the system has <winsock2.h>.
16704
16705 2008-10-09  Bruno Haible  <bruno@clisp.org>
16706
16707         * doc/posix-functions/close.texi: Mention module 'close' instead of
16708         module 'sys_socket'.
16709
16710 2008-10-09  Bruno Haible  <bruno@clisp.org>
16711
16712         * doc/glibc-headers/sys_ioctl.texi: New file.
16713         * doc/gnulib.texi: Include it.
16714
16715 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16716             Bruno Haible  <bruno@clisp.org>
16717
16718         Combine the two replacements of 'close'.
16719         * lib/sys_socket.in.h (close): Define to a reminder to include
16720         <unistd.h>.
16721         (_gl_close_fd_maybe_socket): New declaration.
16722         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
16723         * lib/winsock.c (close): Remove undefinition.
16724         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
16725         needed for the gnulib module 'close'.
16726         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
16727         define to an error symbol or to a warning, if suitable.
16728         * lib/close.c: Include <sys/socket.h>.
16729         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
16730         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
16731         UNISTD_H_HAVE_WINSOCK2_H.
16732         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
16733         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16734         UNISTD_H_HAVE_WINSOCK2_H.
16735         * modules/sys_socket (Files): Add m4/unistd_h.m4.
16736         (configure.ac): Set a module indicator.
16737         (Makefile.am): Substitute GNULIB_CLOSE.
16738         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
16739         * modules/poll-tests (Depends-on): Add close.
16740         * modules/select-tests (Depends-on): Likewise.
16741
16742 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16743             Bruno Haible  <bruno@clisp.org>
16744
16745         New module 'close'.
16746         * modules/close: New file.
16747         * lib/unistd.in.h (close): Move declaration out of the
16748         FCHDIR_REPLACEMENT scope.
16749         (_gl_unregister_fd): New declaration.
16750         * lib/close.c: New file.
16751         * lib/fchdir.c (rpl_close): Remove function.
16752         * m4/close.m4: New file.
16753         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
16754         close.
16755         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
16756         REPLACE_CLOSE.
16757         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
16758         REPLACE_CLOSE.
16759         * modules/fchdir (Depends-on): Add close.
16760
16761 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16762             Bruno Haible  <bruno@clisp.org>
16763
16764         * lib/fcntl.in.h (open): Simplify conditionals.
16765         (_gl_register_fd): New declaration.
16766         * lib/fchdir.c (rpl_open): Remove function.
16767         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
16768         also.
16769         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
16770         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
16771         open.
16772
16773 2008-10-09  Jim Meyering  <meyering@redhat.com>
16774
16775         GNUmakefile: use the more name-space-friendly "_version"
16776         * top/GNUmakefile (_dummy): Update.
16777         (_version): Rename from "version".
16778
16779 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16780             Bruno Haible  <bruno@clisp.org>
16781
16782         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
16783         rpl_close.
16784         (_gl_register_fd): New function, extracted from rpl_open.
16785         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
16786         (rpl_open, rpl_opendir): Use _gl_register_fd.
16787
16788 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16789
16790         Fix organization of 'open' replacement.
16791         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
16792         (gl_FUNC_OPEN): Use it.
16793         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
16794
16795 2008-10-08  Bruno Haible  <bruno@clisp.org>
16796
16797         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
16798
16799 2008-10-08  Simon Josefsson  <simon@josefsson.org>
16800
16801         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
16802         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
16803         listen).
16804
16805 2008-10-08  Eric Blake  <ebb9@byu.net>
16806
16807         GNUmakefile: add 'make version' target
16808         * top/GNUmakefile (_curr-ver): Split version update rules...
16809         (version): ...into a target.
16810
16811 2008-10-07  Bruno Haible  <bruno@clisp.org>
16812
16813         Use a more portable replacement expression for -0.0L.
16814         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
16815         instead of -0.0L. Fix m4 quotation.
16816
16817         * tests/test-signbit.c: Include <float.h>.
16818         (minus_zero): New variable.
16819         (test_signbitl): Use minus_zero instead of -zero.
16820         * modules/signbit-tests (Depends-on): Add float.
16821
16822         * tests/test-ceill.c: Include <float.h>.
16823         (zero): Remove variable.
16824         (minus_zero): New variable.
16825         (main): Use minus_zero instead of -zero.
16826         * modules/ceill-tests (Depends-on): Add float.
16827
16828         * tests/test-floorl.c: Include <float.h>.
16829         (zero): Remove variable.
16830         (minus_zero): New variable.
16831         (main): Use minus_zero instead of -zero.
16832         * modules/floorl-tests (Depends-on): Add float.
16833
16834         * tests/test-roundl.c: Include <float.h>.
16835         (zero): Remove variable.
16836         (minus_zero): New variable.
16837         (main): Use minus_zero instead of -zero.
16838         * modules/roundl-tests (Depends-on): Add float.
16839
16840         * tests/test-truncl.c: Include <float.h>.
16841         (zero): Remove variable.
16842         (minus_zero): New variable.
16843         (main): Use minus_zero instead of -zero.
16844         * modules/truncl-tests (Depends-on): Add float.
16845
16846         * tests/test-frexpl.c (zero): Remove variable.
16847         (minus_zero): New variable.
16848         (main): Use minus_zero instead of -zero.
16849         * modules/frexpl-tests (Depends-on): Add float.
16850
16851         * tests/test-isnan.c (zerol): Remove variable.
16852         (minus_zerol): New variable.
16853         (test_long_double): Use minus_zerol instead of -zerol.
16854         * modules/isnan-tests (Depends-on): Add float.
16855
16856         * tests/test-isnanl.h (zero): Remove variable.
16857         (minus_zero): New variable.
16858         (main): Use minus_zero instead of -zero.
16859         * modules/isnanl-nolibm-tests (Depends-on): Add float.
16860         * modules/isnanl-tests (Depends-on): Add float.
16861
16862         * tests/test-ldexpl.c (zero): Remove variable.
16863         (minus_zero): New variable.
16864         (main): Use minus_zero instead of -zero.
16865         * modules/ldexpl-tests (Depends-on): Add float.
16866
16867         * tests/test-snprintf-posix.h (zerol): Remove variable.
16868         (minus_zerol): New variable.
16869         (test_function): Use minus_zerol instead of -zerol.
16870         * modules/snprintf-posix-tests (Depends-on): Add float.
16871         * modules/vsnprintf-posix-tests (Depends-on): Add float.
16872
16873         * tests/test-sprintf-posix.h (zerol): Remove variable.
16874         (minus_zerol): New variable.
16875         (test_function): Use minus_zerol instead of -zerol.
16876         * modules/sprintf-posix-tests (Depends-on): Add float.
16877         * modules/vsprintf-posix-tests (Depends-on): Add float.
16878
16879         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
16880         (minus_zerol): New variable.
16881         (test_function): Use minus_zerol instead of -zerol.
16882         * modules/vasnprintf-posix-tests (Depends-on): Add float.
16883
16884         * tests/test-vasprintf-posix.c (zerol): Remove variable.
16885         (minus_zerol): New variable.
16886         (test_function): Use minus_zerol instead of -zerol.
16887         * modules/vasprintf-posix-tests (Depends-on): Add float.
16888
16889 2008-10-07  Simon Josefsson  <simon@josefsson.org>
16890
16891         * MODULES.html.sh (Support for building documentation): Mention
16892         pmccabe2html.  Sort entries.
16893
16894         Add pmccabe2html module, from gnupdf.
16895         * build-aux/pmccabe.css: New file.
16896         * build-aux/pmccabe2html: New file.
16897         * m4/pmccabe2html.m4: New file.
16898         * modules/pmccabe2html: New file.
16899
16900 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
16901
16902         flock: new module
16903         * MODULES.html.sh: Add to list of modules.
16904         * lib/flock.c: flock implementation for Windows and Unix systems
16905         which have fcntl.
16906         * doc/glibc-functions/flock.texi: Update documentation.
16907         * lib/sys_file.in.h: <sys/file.h> header file.
16908         * m4/flock.m4: M4 macros.
16909         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
16910         * modules/flock: flock module.
16911         * modules/flock-tests: flock tests module.
16912         * modules/sys_file: sys/file.h module.
16913         * tests/test-flock.c: test suite for flock.
16914
16915 2008-10-06  Jim Meyering  <meyering@redhat.com>
16916
16917         bootstrap: check for LT_INIT more portably still ;-)
16918         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
16919         Spotted by Bruno Haible.
16920
16921 2008-10-06  Eric Blake  <ebb9@byu.net>
16922
16923         test-signbit: avoid tripping Irix cc bug on -0.0L
16924         * tests/test-signbit.c (minus_zerol): Delete, and replace with
16925         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
16926         entire testsuite consistent and avoids an Irix 6.2 bug.
16927
16928 2008-10-05  Bruno Haible  <bruno@clisp.org>
16929             Jim Meyering  <jim@meyering.net>
16930
16931         Add an option for ignoring EPIPE during close_stdout.
16932         * lib/closeout.h: Include <stdbool.h>.
16933         (close_stdout_set_ignore_EPIPE): New declaration.
16934         * lib/closeout.c: Include <stdbool.h>.
16935         (ignore_EPIPE): New variable.
16936         (close_stdout_set_ignore_EPIPE): New function.
16937         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
16938         * lib/close-stream.c (close_stream): Mention the possible EPIPE
16939         failure.
16940         * modules/closeout (Depends-on): Add stdbool.
16941
16942 2008-10-05  Bruno Haible  <bruno@clisp.org>
16943
16944         * modules/accept: New file.
16945         * modules/bind: New file.
16946         * modules/connect: New file.
16947         * modules/getpeername: New file.
16948         * modules/getsockname: New file.
16949         * modules/getsockopt: New file.
16950         * modules/listen: New file.
16951         * modules/recv: New file.
16952         * modules/recvfrom: New file.
16953         * modules/send: New file.
16954         * modules/sendto: New file.
16955         * modules/setsockopt: New file.
16956         * modules/socket: New file.
16957         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
16958         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
16959         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
16960         the particular module is requested. Add a link warning when the
16961         particular module is not requested.
16962         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
16963         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
16964         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
16965         the particular module is requested.
16966         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
16967         gl_SYS_SOCKET_H_DEFAULTS): New macros.
16968         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
16969         * modules/sys_socket (Depends-on): Add link-warning.
16970         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
16971         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
16972         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
16973         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
16974         GL_LINK_WARNING.
16975         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
16976         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
16977         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
16978         * doc/posix-functions/getpeername.texi: Mention the new module
16979         'getpeername'.
16980         * doc/posix-functions/getsockname.texi: Mention the new module
16981         'getsockname'.
16982         * doc/posix-functions/getsockopt.texi: Mention the new module
16983         'getsockopt'.
16984         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
16985         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
16986         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
16987         * doc/posix-functions/send.texi: Mention the new module 'send'.
16988         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
16989         * doc/posix-functions/setsockopt.texi: Mention the new module
16990         'setsockopt'.
16991         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
16992         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
16993         listen, connect, accept.
16994         * modules/select-tests (Depends-on): Likewise.
16995
16996 2008-10-05  Bruno Haible  <bruno@clisp.org>
16997
16998         * lib/winsock.c (strerror): Remove unused #undef.
16999         (rpl_close): Remove unused local variable.
17000
17001         * modules/sys_socket (Depends-on); Add errno.
17002
17003 2008-10-05  Bruno Haible  <bruno@clisp.org>
17004
17005         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
17006         (select): Add a link warning when the 'select' module is not used.
17007         * modules/sys_select (Depends-on): Add link-warning.
17008         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
17009         Suggested by Paolo Bonzini.
17010
17011 2008-10-05  Jim Meyering  <meyering@redhat.com>
17012
17013         bootstrap: check for LT_INIT more portably
17014         * build-aux/bootstrap: Avoid using grep -E, since it's not
17015         portable enough.  Suggestion from Bruno Haible.
17016
17017 2008-10-05  Bruno Haible  <bruno@clisp.org>
17018
17019         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
17020         as being fixed by gnulib.
17021
17022 2008-10-05  Bruno Haible  <bruno@clisp.org>
17023
17024         * modules/select-tests: New file, mostly copied from
17025         modules/sys_select-tests.
17026         * tests/test-select.c: New file, mostly copied from
17027         tests/test-sys_select.c.
17028         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
17029         * modules/sys_select-tests (Depends-on): Remove all dependencies.
17030         (Makefile.am): Remove test_sys_select_LDADD.
17031
17032         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
17033         to an undefined symbol, for an error message.
17034         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
17035         (gl_SYS_SELECT_H_DEFAULTS): New macro.
17036         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
17037         winsock-select.c here.
17038         * modules/sys_select (Files): Remove lib/winsock-select.c.
17039         (Depends-on): Remove alloca.
17040         (Makefile.am): Substitute GNULIB_SELECT.
17041         * modules/select: New file.
17042         * doc/posix-functions/select.texi: Update.
17043
17044 2008-10-05  Bruno Haible  <bruno@clisp.org>
17045
17046         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
17047         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
17048         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
17049         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
17050         getdtablesize.
17051         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
17052         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
17053
17054 2008-10-05  Bruno Haible  <bruno@clisp.org>
17055
17056         * modules/getdtablesize-tests: New file.
17057         * tests/test-getdtablesize.c: New file.
17058
17059         New module 'getdtablesize'.
17060         * lib/unistd.in.h (getdtablesize): New declaration.
17061         * lib/getdtablesize.c: New file.
17062         * m4/getdtablesize.m4: New file.
17063         * modules/getdtablesize: New file.
17064         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17065         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
17066         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
17067         HAVE_GETDTABLESIZE.
17068         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
17069
17070 2008-10-05  Bruno Haible  <bruno@clisp.org>
17071
17072         * modules/sched (Makefile.am): Fix typo.
17073         Reported by Simon Josefsson.
17074
17075 2008-10-05  Jim Meyering  <meyering@redhat.com>
17076
17077         bootstrap: check for LT_INIT, too
17078         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
17079         are deprecated.  Suggestion from Ralf Wildenhues.
17080
17081 2008-10-05  Bruno Haible  <bruno@clisp.org>
17082
17083         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
17084         overriding them by ours.
17085         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
17086
17087 2008-10-05  Jim Meyering  <meyering@redhat.com>
17088
17089         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
17090         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
17091         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
17092
17093 2008-10-04  Bruno Haible  <bruno@clisp.org>
17094
17095         * modules/dup2 (License): Change to LGPLv2+.
17096         * modules/sleep (License): Likewise.
17097         * modules/perror (License): Likewise.
17098         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
17099         Blake.
17100         * modules/signal (License): Likewise.
17101         * modules/sigprocmask (License): Likewise.
17102         * modules/raise (License): Change to LGPLv2+, with approval by Jim
17103         Meyering.
17104
17105 2008-10-04  Bruno Haible  <bruno@clisp.org>
17106
17107         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
17108         Reported by Rainer Tammer <tammer@tammer.net>.
17109
17110 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
17111             Bruno Haible  <bruno@clisp.org>
17112
17113         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
17114         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
17115         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
17116
17117 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
17118
17119         filevercmp: new module
17120         * lib/filevercmp.h: New function filevercmp comparing version strings.
17121         * lib/filevercmp.c: Implementation of filevercmp function.
17122         * modules/filevercmp: Module metadata.
17123         * tests/test-filevercmp.c: Unit test for new module.
17124         * modules/filevercmp-tests: Unit test metadata.
17125         * MODULES.html.sh: Add filevercmp module.
17126
17127 2008-10-03  Bruno Haible  <bruno@clisp.org>
17128
17129         * lib/c-ctype.h: Add comment.
17130         Reported by Jim Meyering.
17131
17132 2008-10-02  Bruno Haible  <bruno@clisp.org>
17133
17134         * modules/posix_spawn-internal (Depends-on): Add 'open'.
17135
17136 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17137
17138         * build-aux/bootstrap: Allow renaming bootstrap, and change the
17139         name of bootstrap.conf accordingly.
17140
17141 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17142
17143         * build-aux/bootstrap: Install git-merge-changelog configuration
17144         items into .gitconfig if needed.
17145
17146 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17147
17148         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
17149         git repository, and initialize/update it accordingly.
17150
17151 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
17152
17153         * modules/fsync-tests: New file.
17154         * tests/test-fsync.c: New file.
17155
17156         New module 'fsync'.
17157         * lib/fsync.c: New file.
17158         * m4/fsync.m4: New file.
17159         * modules/fsync: New file.
17160         * lib/unistd.in.h (fsync): New declaration.
17161         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
17162         GNULIB_FSYNC and HAVE_FSYNC.
17163         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
17164         * MODULES.html.sh (posix_functions): Add fsync.
17165         * doc/posix-functions/fsync.texi: Mention the new module.
17166
17167 2008-10-02  Jim Meyering  <meyering@redhat.com>
17168
17169         fts.c: sync with similar code from coreutils' remove.c
17170         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
17171         Guard also with "#if defined __linux__", since for now at least,
17172         this code is Linux-kernel-specific.
17173
17174 2008-10-02  Jim Meyering  <meyering@redhat.com>
17175
17176         fts: bug fixes
17177         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
17178         Include <sys/vfs.h>, not <sys/statfs.h>.
17179
17180         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
17181         Include <sys/vfs.h>, not <sys/statfs.h>.
17182
17183 2008-10-01  Bruno Haible  <bruno@clisp.org>
17184
17185         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
17186         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
17187         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
17188         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
17189         * doc/posix-functions/posix_spawnp.texi: Likewise.
17190         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
17191         whether posix_spawn actually works.
17192         * m4/pipe.m4 (gl_PIPE): Likewise.
17193         * modules/execute (Files): Add m4/posix_spawn.m4.
17194         * modules/pipe (Files): Add m4/posix_spawn.m4.
17195         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
17196
17197 2008-10-01  Jim Meyering  <meyering@redhat.com>
17198
17199         remove trailing spaces
17200         * NEWS: Likewise.
17201         * lib/poll.c (poll): Likewise.
17202         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
17203         * lib/winsock.c (rpl_close): Likewise.
17204         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
17205         * modules/yield: Likewise.
17206         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
17207         * tests/test-sys_select.c (connect_to_socket): Likewise.
17208
17209         fts.c: adjust a new interface to be more generally useful
17210         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
17211         (fts_build): Adjust caller.
17212
17213 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17214
17215         * modules/cond-tests: New file.
17216         * tests/test-cond.c: New file.
17217
17218 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17219             Bruno Haible  <bruno@clisp.org>
17220
17221         * modules/cond (Dependencies): Add errno, time.
17222         * lib/glthread/cond.h: Include <time.h>.
17223         (gl_cond_define, gl_cond_define_initialized): Use the same definition
17224         across platforms.
17225
17226 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17227             Bruno Haible  <bruno@clisp.org>
17228
17229         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
17230
17231 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17232             Bruno Haible  <bruno@clisp.org>
17233
17234         * modules/tls-tests (Depends-on): Add thread, yield.
17235         (configure.ac): Remove all checks.
17236         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
17237         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17238         gl_thread_self): Remove definitions. Include glthread/thread.h and
17239         glthread/yield.h instead.
17240         (test_tls): Pass an additional NULL argument to gl_thread_join.
17241
17242 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17243             Bruno Haible  <bruno@clisp.org>
17244
17245         * modules/lock-tests (Depends-on): Add thread, yield.
17246         (configure.ac): Remove all checks.
17247         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
17248         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17249         gl_thread_self): Remove definitions. Include glthread/thread.h and
17250         glthread/yield.h instead.
17251         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
17252         additional NULL argument to gl_thread_join.
17253
17254 2008-09-30  Bruno Haible  <bruno@clisp.org>
17255
17256         Fix the Win32 implementation of the 'thread' module.
17257         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
17258         pointer type.
17259         (gl_thread_self): Invoke gl_thread_self_func.
17260         (gl_thread_self_func): New declaration.
17261         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
17262         (do_init_self_key, init_self_key): New functions.
17263         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
17264         Remove some fields.
17265         (running_threads, running_lock): Remove variables.
17266         (get_current_thread_handle): New function.
17267         (gl_thread_self_func, wrapper_func, glthread_create_func,
17268         glthread_join_func, gl_thread_exit_func): Largely rewritten and
17269         simplified.
17270
17271 2008-09-30  Bruno Haible  <bruno@clisp.org>
17272
17273         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
17274         files.
17275
17276 2008-09-30  Jim Meyering  <meyering@redhat.com>
17277
17278         fts.m4: correct the test for statfs.f_type
17279         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
17280         when checking for statfs.f_type.
17281
17282 2008-09-15  Simon Josefsson  <simon@josefsson.org>
17283
17284         tests: avoid some compiler warnings
17285         * tests/test-memchr.c (main): Pass NULL indirectly.
17286         * tests/test-getdate.c (main): Remove unused variable 'ret'.
17287
17288 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
17289
17290         getdate.y: disallow countable dayshifts like "4 yesterday ago"
17291         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
17292         exactly specified dayshifts.
17293         (dayshift): New rule.
17294         (rel): Add dayshift.
17295         (relative_time_table) [tomorrow, yesterday, today, now]:
17296         Use tDAY_SHIFT in place of tDAY_UNIT.
17297         * tests/test-getdate.c: Add tests for now-disallowed countable
17298         dayshifts, e.g., "4 yesterday ago".
17299
17300 2008-09-29  Bruno Haible  <bruno@clisp.org>
17301
17302         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
17303         * tests/test-posix_spawn1.in.sh: Renamed from
17304         tests/test-posix_spawn.in.sh.
17305         * tests/test-posix_spawn2.c: New file.
17306         * tests/test-posix_spawn2.in.sh: New file.
17307         * modules/posix_spawnp-tests (Files): Update.
17308         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
17309
17310 2008-09-29  Bruno Haible  <bruno@clisp.org>
17311
17312         Propagate effects of putenv/setenv/unsetenv to child processes.
17313         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
17314         * lib/pipe.c (create_pipe): Likewise.
17315
17316 2008-09-29  Bruno Haible  <bruno@clisp.org>
17317
17318         Enable use of shell scripts as executables in mingw.
17319         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
17320         run the program as a shell script.
17321         * lib/pipe.c (create_pipe): Likewise.
17322         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
17323         resulting array.
17324
17325 2008-09-29  Eric Blake  <ebb9@byu.net>
17326
17327         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
17328
17329 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
17330
17331         * doc/posix-functions/accept.texi: Update mingw problems.
17332         * doc/posix-functions/bind.texi: Update mingw problems.
17333         * doc/posix-functions/close.texi: Update mingw problems.
17334         * doc/posix-functions/connect.texi: Update mingw problems.
17335         * doc/posix-functions/getpeername.texi: Update mingw problems.
17336         * doc/posix-functions/getsockname.texi: Update mingw problems.
17337         * doc/posix-functions/getsockopt.texi: Update mingw problems.
17338         * doc/posix-functions/ioctl.texi: Update mingw problems.
17339         * doc/posix-functions/listen.texi: Update mingw problems.
17340         * doc/posix-functions/recv.texi: Update mingw problems.
17341         * doc/posix-functions/recvfrom.texi: Update mingw problems.
17342         * doc/posix-functions/select.texi: Update mingw problems.
17343         * doc/posix-functions/send.texi: Update mingw problems.
17344         * doc/posix-functions/sendto.texi: Update mingw problems.
17345         * doc/posix-functions/setsockopt.texi: Update mingw problems.
17346         * doc/posix-functions/socket.texi: Update mingw problems.
17347
17348 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
17349             Bruno Haible  <bruno@clisp.org>
17350
17351         * lib/sys_select.in.h: Include sys/time.h.
17352         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
17353         * modules/sys_select: Depend on sys_time.
17354         * tests/test-sys_select.c: Test that sys/select.h defines struct
17355         timeval fully.
17356
17357 2008-09-29  Bruno Haible  <bruno@clisp.org>
17358
17359         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
17360         * lib/sys_select.in.h: Likewise.
17361
17362 2008-09-29  Bruno Haible  <bruno@clisp.org>
17363
17364         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
17365
17366 2008-09-29  Bruno Haible  <bruno@clisp.org>
17367
17368         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
17369         Set LIBSOCKET instead of augmenting LIBS.
17370         * modules/sockets (Link): New section.
17371         * modules/sockets-tests (test_sockets_LDADD): New variable.
17372         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
17373         * modules/poll-tests (test_poll_LDADD): New variable.
17374         * NEWS: Document the change.
17375
17376 2008-09-29  Bruno Haible  <bruno@clisp.org>
17377
17378         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
17379         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
17380         ARPA_INET_H directly.
17381         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
17382
17383 2008-09-28  Bruno Haible  <bruno@clisp.org>
17384
17385         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
17386         from gl_HEADER_SYS_SOCKET.
17387         (gl_HEADER_SYS_SOCKET): Invoke it.
17388         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17389
17390 2008-09-28  Bruno Haible  <bruno@clisp.org>
17391
17392         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
17393         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
17394         Needed on OSF/1 4.0.
17395
17396 2008-09-28  Bruno Haible  <bruno@clisp.org>
17397
17398         Override open more carefully.
17399         * lib/open.c (orig_open): New function.
17400         (rpl_open): Use orig_open instead of open.
17401         * lib/fcntl.in.h: Add special invocation convention.
17402         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
17403         (gl_FUNC_OPEN): Invoke it.
17404
17405         Override freopen more carefully.
17406         * lib/freopen.c (orig_freopen): New function.
17407         (rpl_freopen): Use orig_freopen instead of freopen.
17408         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
17409         (gl_FUNC_FREOPEN): Invoke it.
17410
17411         Override fopen more carefully.
17412         * lib/fopen.c (orig_fopen): New function.
17413         (rpl_fopen): Use orig_fopen instead of fopen.
17414         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
17415         (gl_FUNC_FOPEN): Invoke it.
17416         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
17417
17418 2008-09-28  Bruno Haible  <bruno@clisp.org>
17419
17420         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
17421         SIGPIPE.
17422
17423 2008-09-28  Bruno Haible  <bruno@clisp.org>
17424
17425         * tests/test-sigaction.c (handler, main): Disable the check whether
17426         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
17427         glibc systems with LinuxThreads.
17428
17429 2008-09-28  Bruno Haible  <bruno@clisp.org>
17430
17431         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
17432
17433         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
17434         with AIX xlc.
17435         * lib/fcntl.in.h (open): Likewise.
17436         Reported by Rainer Tammer <tammer@tammer.net>.
17437
17438 2008-09-28  Bruno Haible  <bruno@clisp.org>
17439
17440         * modules/posix_spawnp-tests: New file.
17441         * tests/test-posix_spawn.c: New file.
17442         * tests/test-posix_spawn.in.sh: New file.
17443
17444         New module 'posix_spawnp'.
17445         * modules/posix_spawnp: New file.
17446         * lib/spawnp.c: New file, from GNU libc with modifications.
17447         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
17448
17449         New module 'posix_spawn'.
17450         * modules/posix_spawn: New file.
17451         * lib/spawn.c: New file, from GNU libc with modifications.
17452         * doc/posix-functions/posix_spawn.texi: Mention the new module.
17453
17454         New module 'posix_spawnattr_destroy'.
17455         * modules/posix_spawnattr_destroy: New file.
17456         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
17457         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
17458         module.
17459
17460         New module 'posix_spawnattr_setsigmask'.
17461         * modules/posix_spawnattr_setsigmask: New file.
17462         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
17463         modifications.
17464         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
17465         new module.
17466
17467         New module 'posix_spawnattr_getsigmask'.
17468         * modules/posix_spawnattr_getsigmask: New file.
17469         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
17470         modifications.
17471         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
17472         new module.
17473
17474         New module 'posix_spawnattr_setsigdefault'.
17475         * modules/posix_spawnattr_setsigdefault: New file.
17476         * lib/spawnattr_setdefault.c: New file, from GNU libc with
17477         modifications.
17478         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
17479         new module.
17480
17481         New module 'posix_spawnattr_getsigdefault'.
17482         * modules/posix_spawnattr_getsigdefault: New file.
17483         * lib/spawnattr_getdefault.c: New file, from GNU libc with
17484         modifications.
17485         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
17486         new module.
17487
17488         New module 'posix_spawnattr_setschedpolicy'.
17489         * modules/posix_spawnattr_setschedpolicy: New file.
17490         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
17491         modifications.
17492         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
17493         new module.
17494
17495         New module 'posix_spawnattr_getschedpolicy'.
17496         * modules/posix_spawnattr_getschedpolicy: New file.
17497         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
17498         modifications.
17499         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
17500         new module.
17501
17502         New module 'posix_spawnattr_setschedparam'.
17503         * modules/posix_spawnattr_setschedparam: New file.
17504         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
17505         modifications.
17506         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
17507         new module.
17508
17509         New module 'posix_spawnattr_getschedparam'.
17510         * modules/posix_spawnattr_getschedparam: New file.
17511         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
17512         modifications.
17513         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
17514         new module.
17515
17516         New module 'posix_spawnattr_setpgroup'.
17517         * modules/posix_spawnattr_setpgroup: New file.
17518         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
17519         modifications.
17520         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
17521         module.
17522
17523         New module 'posix_spawnattr_getpgroup'.
17524         * modules/posix_spawnattr_getpgroup: New file.
17525         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
17526         modifications.
17527         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
17528         module.
17529
17530         New module 'posix_spawnattr_setflags'.
17531         * modules/posix_spawnattr_setflags: New file.
17532         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
17533         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
17534         module.
17535
17536         New module 'posix_spawnattr_getflags'.
17537         * modules/posix_spawnattr_getflags: New file.
17538         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
17539         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
17540         module.
17541
17542         New module 'posix_spawnattr_init'.
17543         * modules/posix_spawnattr_init: New file.
17544         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
17545         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
17546         module.
17547
17548         New module 'posix_spawn_file_actions_destroy'.
17549         * modules/posix_spawn_file_actions_destroy: New file.
17550         * lib/spawn_faction_destroy.c: New file, from GNU libc with
17551         modifications.
17552         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
17553         the new module.
17554
17555         New module 'posix_spawn_file_actions_addopen'.
17556         * modules/posix_spawn_file_actions_addopen: New file.
17557         * lib/spawn_faction_addopen.c: New file, from GNU libc with
17558         modifications.
17559         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
17560         the new module.
17561
17562         New module 'posix_spawn_file_actions_adddup2'.
17563         * modules/posix_spawn_file_actions_adddup2: New file.
17564         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
17565         modifications.
17566         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
17567         the new module.
17568
17569         New module 'posix_spawn_file_actions_addclose'.
17570         * modules/posix_spawn_file_actions_addclose: New file.
17571         * lib/spawn_faction_addclose.c: New file, from GNU libc with
17572         modifications.
17573         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
17574         the new module.
17575
17576         New module 'posix_spawn_file_actions_init'.
17577         * modules/posix_spawn_file_actions_init: New file.
17578         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
17579         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
17580         new module.
17581
17582         New module 'posix_spawn-internal'.
17583         * modules/posix_spawn-internal: New file.
17584         * lib/spawn_int.h: New file, from GNU libc with modifications.
17585         * lib/spawni.c: New file, from GNU libc with modifications.
17586         * m4/posix_spawn.m4: New file.
17587
17588         New module 'spawn'.
17589         * modules/spawn: New file.
17590         * lib/spawn.in.h: New file, from GNU libc with modifications.
17591         * m4/spawn_h.m4: New file.
17592         * doc/posix-headers/spawn.texi: Mention the new module.
17593
17594 2008-09-28  Bruno Haible  <bruno@clisp.org>
17595
17596         * modules/sched-tests: New file.
17597         * tests/test-sched.c: New file.
17598
17599         New module 'sched'.
17600         * modules/sched: New file.
17601         * lib/sched.in.h: New file.
17602         * m4/sched_h.m4: New file.
17603         * doc/posix-headers/sched.texi: Mention the new module.
17604
17605 2008-09-27  Eric Blake  <ebb9@byu.net>
17606
17607         Fix previous patch, and tweak references to $0.
17608         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
17609         (func_version, func_gnulib_dir): Don't call this program
17610         gnulib-tool.
17611         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
17612         with using $0 in function.
17613         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
17614         (func_fatal_error): Reuse the name the user invoked us with.
17615
17616 2008-09-27  Bruno Haible  <bruno@clisp.org>
17617
17618         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
17619         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
17620         (gl_ICONV_H): Not here.
17621         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
17622         instead of assigning ICONV_H directly.
17623
17624         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
17625         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
17626         WCHAR_H directly.
17627
17628 2008-09-27  Bruno Haible  <bruno@clisp.org>
17629
17630         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
17631         * modules/arpa_inet (Depends-on): Add link-warning.
17632         (Makefile.am): Insert the definition of GL_LINK-WARNING.
17633         * modules/unistd (Makefile.am): Likewise.
17634
17635 2008-09-26  Bruno Haible  <bruno@clisp.org>
17636
17637         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
17638         variables.
17639         (func_version): Essentially copied from gnulib-tool.
17640         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
17641         func_readlink): Copied from gnulib-tool.
17642
17643 2008-09-26  Bruno Haible  <bruno@clisp.org>
17644
17645         * gnulib-tool (func_version): Change directory to $gnulib_dir before
17646         invoking git-version-gen.
17647
17648 2008-09-26  Bruno Haible  <bruno@clisp.org>
17649
17650         * posix-modules: Update to directory names changed on 2008-01-19.
17651         Remove commas in output before splitting into words. No more need to
17652         avoid 'ftruncate' since 2007-02-19.
17653
17654 2008-09-26  Bruno Haible  <bruno@clisp.org>
17655
17656         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
17657
17658 2008-09-26  Bruno Haible  <bruno@clisp.org>
17659
17660         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
17661         * modules/fwriteerror (Depends-on): Add errno.
17662
17663 2008-09-26  Bruno Haible  <bruno@clisp.org>
17664
17665         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
17666         * tests/test-vc-list-files-cvs.sh: Likewise.
17667
17668 2008-09-26  Bruno Haible  <bruno@clisp.org>
17669
17670         * doc/posix-headers/sys_resource.texi: Reorder items.
17671
17672 2008-09-26  Jim Meyering  <meyering@redhat.com>
17673
17674         fts: tweak inode comparison function
17675         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
17676         inode numbers, as documented.
17677
17678         fts: sort dirent entries on inode number before traversing
17679         This avoids a quadratic, seek-related performance penalty when
17680         operating on a directory containing many entries (measurable at 10k;
17681         3.5 hours at 2 million entries with a cold cache) on certain types
17682         of file systems, including ext3 and ext4, but not tmpfs.
17683         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
17684         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
17685         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
17686         (fs_handles_readdir_ordered_dirents_efficiently): New function.
17687         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
17688         (fts_build): Set the stat.st_ino member from D_INO.
17689         If it is likely to be useful, sort dirent entries on inode number.
17690
17691         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
17692         and the struct statfs.f_type member.
17693         * modules/fts (Depends-on): Add d-ino.
17694
17695 2008-09-26  Bruno Haible  <bruno@clisp.org>
17696
17697         * modules/sigpipe-die (Depends-on): Add sigpipe.
17698
17699         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
17700         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
17701         and GNULIB_STDIO_H_SIGPIPE are set.
17702         * lib/stdio-write.c: New file.
17703         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
17704         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17705         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
17706         REPLACE_STDIO_WRITE_FUNCS.
17707         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
17708         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17709         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
17710         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
17711         * modules/stdio (Files): Add lib/stdio-write.c.
17712         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
17713         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17714         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
17715         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
17716         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
17717         REPLACE_FPRINTF_POSIX.
17718         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
17719         REPLACE_PRINTF_POSIX.
17720         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
17721         REPLACE_VFPRINTF_POSIX.
17722         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
17723         REPLACE_VPRINTF_POSIX.
17724         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
17725         SIGPIPE issue.
17726         * doc/posix-functions/fputc.texi: Likewise.
17727         * doc/posix-functions/fputs.texi: Likewise.
17728         * doc/posix-functions/fwrite.texi: Likewise.
17729         * doc/posix-functions/printf.texi: Likewise.
17730         * doc/posix-functions/putc.texi: Likewise.
17731         * doc/posix-functions/putchar.texi: Likewise.
17732         * doc/posix-functions/puts.texi: Likewise.
17733         * doc/posix-functions/vfprintf.texi: Likewise.
17734         * doc/posix-functions/vprintf.texi: Likewise.
17735
17736         * modules/safe-write (Depends-on): Add write.
17737
17738         * modules/sigpipe-tests: New file.
17739         * tests/test-sigpipe.c: New file.
17740         * tests/test-sigpipe.sh: New file.
17741
17742         * modules/write: New file.
17743         * lib/unistd.in.h: Include <sys/types.h>.
17744         (write): New declaration.
17745         * lib/write.c: New file.
17746         * m4/write.m4: New file.
17747         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17748         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
17749         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
17750         GNULIB_WRITE, REPLACE_WRITE.
17751         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
17752         and the SIGPIPE issue.
17753
17754         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
17755         (raise): New declaration.
17756         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
17757         (ext_signal): New function.
17758         (rpl_raise): New function.
17759         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
17760         GNULIB_SIGNAL_H_SIGPIPE.
17761         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
17762         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
17763
17764         * modules/sigpipe: New file.
17765         * m4/sigpipe.m4: New file.
17766
17767 2008-09-25  Derek Price  <derek@ximbiot.com>
17768             Bruno Haible  <bruno@clisp.org>
17769
17770         * gnulib-tool (func_import): Report all license incompatibilities, not
17771         just the first one.
17772
17773 2008-09-25  Bruno Haible  <bruno@clisp.org>
17774
17775         * gnulib-tool (func_import): When computing the edits, consider not
17776         only the Makefile.ams that exist but also those that will be generated.
17777
17778 2008-09-25  Simon Josefsson  <simon@josefsson.org>
17779
17780         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
17781         fixes gnulib-tool --test warning about duplicate dependency.
17782
17783 2008-09-25  Bruno Haible  <bruno@clisp.org>
17784
17785         * gnulib-tool: Don't ask the user to perform edits in the generated
17786         Makefile.ams.
17787         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
17788         apply to the Makefile.am being generated.
17789         (func_emit_tests_Makefile_am): Execute edits that apply to the
17790         Makefile.am being generated.
17791         (func_import): Setup list of Makefile.am edits before emitting the
17792         Makefile.ams, not at the end.
17793         (func_create_testdir): Update.
17794         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17795
17796 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17797
17798         * gnulib-tool (func_import): Store the --tests-base option in the
17799         comment in gnulib-cache.m4.
17800
17801 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
17802
17803         * NEWS: Document increased portability that sys_select now provides.
17804
17805         * lib/sys_select.in.h: Install select wrapper.
17806         * lib/sys_socket.in.h: Use more descriptive name when there is no
17807         select wrapper.
17808         * lib/winsock-select.c: New.
17809         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
17810         Require gl_HEADER_SYS_SOCKET.
17811         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
17812         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
17813         * tests/test-sys_select.c: Add functional tests.
17814
17815 2008-09-24  Eric Blake  <ebb9@byu.net>
17816
17817         open, fopen: close fd leak in last patch
17818         * lib/open.c (rpl_open): Close fd before returning error.
17819         * lib/fopen.c (rpl_fopen): Close fd before returning error.
17820         * doc/posix-functions/open.texi (open): Document that Irix also
17821         has the bug.
17822         * doc/posix-functions/fopen.texi (fopen): Likewise.
17823         Reported by Paolo Bonzini.
17824
17825 2008-09-24  Bruno Haible  <bruno@clisp.org>
17826
17827         Ensure that a filename ending in a slash cannot be used to access a
17828         non-directory.
17829         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
17830         to check whether it's really a directory.
17831         * lib/fopen.c: Include fcntl.h, unistd.h.
17832         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
17833         and fdopen().
17834         * modules/fopen (Depends-on): Add unistd.
17835         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
17836         * tests/test-fopen.c (main): Likewise.
17837         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
17838         * doc/posix-functions/fopen.texi: Likewise.
17839         Reported by Eric Blake.
17840
17841 2008-09-23  Eric Blake  <ebb9@byu.net>
17842
17843         c-stack: avoid compiler optimizations when provoking overflow
17844         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
17845         recursion harder to optimize, to ensure a stack overflow occurs.
17846         * tests/test-c-stack.c (recurse): Likewise.
17847         Borrowed from libsigsegv.
17848
17849         c-stack: work around Irix sigaltstack bug
17850         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
17851         whether sigaltstack uses wrong end of stack_t (copied in part from
17852         libsigsegv).
17853         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
17854         Irix bug, without requiring an over-allocation.
17855         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
17856         bug.
17857
17858         fopen: document mingw bug on directories
17859         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
17860         not allowing a stream visiting a directory, even though reading
17861         from such a stream is not portable.
17862
17863 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17864
17865         * lib/poll.c: Rewrite.
17866         * modules/poll: Depend on alloca.
17867
17868 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17869
17870         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
17871         instead define prototypes for a full set of wrappers.  Ensure
17872         that Cygwin does not use the compatibility code, which is only
17873         for MinGW.
17874         * lib/winsock.c: New.
17875         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
17876         * modules/sys_socket: Add lib/winsock.c.
17877
17878         * modules/poll-tests: Add errno and perror.
17879         * tests/test-poll.c: Use ioctl, not ioctlsocket.
17880
17881 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17882
17883         * tests/test-poll.c: Downgrade minimum needed Winsock version.
17884
17885 2008-09-23  Bruno Haible  <bruno@clisp.org>
17886
17887         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
17888         * doc/glibc-functions/*: Likewise.
17889
17890 2008-09-23  Simon Josefsson  <simon@josefsson.org>
17891
17892         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
17893         success.
17894
17895 2008-09-22  Eric Blake  <ebb9@byu.net>
17896             Bruno Haible  <bruno@clisp.org>
17897
17898         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
17899         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
17900         supply %A but mishandle pseudo-NaN.
17901         Reported by Simon Josefsson.
17902
17903 2008-09-21  Bruno Haible  <bruno@clisp.org>
17904
17905         * tests/test-lock.c (main): Tweak skip message.
17906         * tests/test-tls.c (main): Likewise.
17907
17908 2008-09-21  Bruno Haible  <bruno@clisp.org>
17909
17910         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
17911         whether 'struct sigaction' has sa_sigaction here...
17912         (gl_PREREQ_SIG_HANDLER_H): ... not here.
17913         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
17914
17915 2008-09-21  Bruno Haible  <bruno@clisp.org>
17916
17917         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
17918         section.
17919         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
17920         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
17921         the new section.
17922         (Support for obsolete systems lacking POSIX:2001): New section.
17923         (String handling <string.h>): Move strdup to the new section.
17924         Suggested by Simon Josefsson and Paolo Bonzini.
17925
17926 2008-09-21  Bruno Haible  <bruno@clisp.org>
17927
17928         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
17929         exponents in %e and %g results on 'long double'. Needed for mingw's
17930         improved *printf functions.
17931         * tests/test-vasprintf-posix.c (test_function): Likewise.
17932         * tests/test-snprintf-posix.h (test_function): Likewise.
17933         * tests/test-sprintf-posix.h (test_function): Likewise.
17934         Reported by Eric Blake.
17935
17936 2008-09-21  Bruno Haible  <bruno@clisp.org>
17937
17938         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
17939         * tests/test-sprintf-posix.h (test_function): Likewise.
17940
17941 2008-09-21  Bruno Haible  <bruno@clisp.org>
17942
17943         * modules/getpass (Depends-on): Add strdup-posix.
17944
17945         New module 'strdup-posix'.
17946         * modules/strdup-posix: New file.
17947         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
17948         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
17949         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17950         REPLACE_STRDUP.
17951         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
17952         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
17953         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17954         strdup-posix.
17955
17956         * modules/strdup (Depends-on): Remove malloc-posix.
17957
17958 2008-09-20  Bruno Haible  <bruno@clisp.org>
17959
17960         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
17961         Wildenhues.
17962
17963 2008-09-20  Bruno Haible  <bruno@clisp.org>
17964
17965         Ensure that wint_t gets defined on IRIX 5.3.
17966         * lib/wchar.in.h (wint_t): Define if not defined by the system.
17967         * lib/wctype.in.h (wint_t): Likewise.
17968         (__wctype_wint_t): Remove type.
17969         (isw*): Use wint_t instead of __wctype_wint_t.
17970         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
17971         * modules/wchar (Files): Add m4/wint_t.m4.
17972         (Makefile.am): Substitute HAVE_WINT_T.
17973         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
17974         * tests/test-wctype.c: Check that wint_t is defined.
17975         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
17976         * doc/posix-headers/wctype.texi: Likewise.
17977         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17978
17979 2008-09-18  Bruno Haible  <bruno@clisp.org>
17980
17981         * gnulib-tool (func_exit): Update comment.
17982
17983 2008-09-18  Simon Josefsson  <simon@josefsson.org>
17984
17985         * modules/getaddrinfo (Depends-on): Remove strdup, this module
17986         assumes strdup exists and does not depend on strdup to return
17987         ENOMEM on out of memory conditions.
17988
17989 2008-09-18  Bruno Haible  <bruno@clisp.org>
17990
17991         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
17992         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
17993         digits for the exponent.
17994
17995 2008-09-18  Jim Meyering  <meyering@redhat.com>
17996             Bruno Haible  <bruno@clisp.org>
17997
17998         * lib/vasnprintf.c (decimal_point_char): Define also if
17999         NEED_PRINTF_INFINITE_LONG_DOUBLE.
18000
18001 2008-09-16  Bruno Haible  <bruno@clisp.org>
18002         and Eric Blake  <ebb9@byu.net>
18003
18004         vasnprintf: support Irix 5.3
18005         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
18006         that mishandle long double infinity.
18007         Reported by Tom G. Christensen.
18008
18009 2008-09-16  Bruno Haible  <bruno@clisp.org>
18010
18011         * doc/glibc-functions/scandir.texi: Mention the function is missing on
18012         Solaris 9.
18013         * doc/glibc-functions/alphasort.texi: Likewise.
18014         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
18015
18016 2008-09-16  Jim Meyering  <meyering@redhat.com>
18017
18018         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
18019         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
18020         a umask modification leak out of a subshell.  Otherwise, the
18021         opensolaris /bin/sh would be accepted and thus cause unwarranted
18022         failures in the coreutils test suite.
18023
18024 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
18025
18026         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
18027         to succeed.
18028
18029 2008-09-16  Jim Meyering  <meyering@redhat.com>
18030
18031         avoid spurious test failure when library is built without ACL support
18032         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
18033         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
18034         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
18035         * tests/test-copy-acl.sh: Likewise.
18036
18037 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18038
18039         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
18040         based on character occurrence counts.
18041
18042 2008-09-15  Eric Blake  <ebb9@byu.net>
18043
18044         tests: avoid some compiler warnings
18045         * tests/test-memchr.c (main): Pass NULL indirectly.
18046         * tests/test-closein.c (main): Avoid unused variable.
18047
18048 2008-09-15  Bruno Haible  <bruno@clisp.org>
18049
18050         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
18051         are missing on OpenBSD 4.0 individually.
18052         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18053
18054 2008-09-15  Bruno Haible  <bruno@clisp.org>
18055
18056         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
18057         * doc/posix-functions/strerror.texi: Mention also Cygwin.
18058         * doc/posix-functions/perror.texi: Likewise.
18059         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
18060         is missing.
18061         Reported by Eric Blake.
18062
18063         * lib/errno.in.h: Use replacement values >= 2000.
18064         Reported by Eric Blake.
18065
18066 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18067
18068         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
18069         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
18070         limit.
18071         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
18072         compareseq was aborted.
18073
18074 2008-09-14  Bruno Haible  <bruno@clisp.org>
18075
18076         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
18077         yvec_edit_count.
18078         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
18079         (fstrcmp_bounded): Simplify result computation accordingly.
18080
18081 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18082
18083         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
18084         (fstrcmp): Define in terms of fstrcmp_bounded.
18085         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
18086         lower_bound argument.
18087         Return quickly if the result is certainly < lower_bound.
18088         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
18089
18090 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18091
18092         * lib/diffseq.h (EARLY_ABORT): New macro.
18093         (compareseq): Change return type to bool. Return true when EARLY_ABORT
18094         evaluates to true.
18095
18096 2008-09-14  Bruno Haible  <bruno@clisp.org>
18097
18098         * modules/perror-tests: New file.
18099         * tests/test-perror.sh: New file.
18100         * tests/test-perror.c: New file.
18101
18102         New module 'perror'.
18103         * lib/stdio.in.h (perror): New declaration.
18104         * lib/perror.c: New file.
18105         * m4/perror.m4: New file.
18106         * modules/perror: New file.
18107         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
18108         * doc/posix-functions/perror.texi: Mention the perror module.
18109         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
18110         REPLACE_PERROR.
18111         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
18112         REPLACE_PERROR.
18113
18114 2008-09-14  Bruno Haible  <bruno@clisp.org>
18115
18116         * modules/stdio (Makefile.am): Reorder to match the order in
18117         lib/stdio.in.h.
18118         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18119
18120 2008-09-13  Bruno Haible  <bruno@clisp.org>
18121
18122         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
18123
18124 2008-09-13  Bruno Haible  <bruno@clisp.org>
18125
18126         Extend strerror to cover the added errno values.
18127         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
18128         (rpl_strerror): Provide error messages for the added errno values and
18129         for the WSA* values.
18130         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
18131         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
18132         strerror.
18133         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
18134         * modules/strerror (Depends-on): Add errno.
18135         * doc/posix-functions/strerror.texi: Document the change.
18136         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
18137         and EOVERFLOW.
18138
18139 2008-09-13  Bruno Haible  <bruno@clisp.org>
18140
18141         * modules/EOVERFLOW: Remove file.
18142         * m4/eoverflow.m4: Remove file.
18143         * modules/EOVERFLOW-tests: Remove file.
18144         * tests/test-EOVERFLOW.c: Remove file.
18145         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
18146         * modules/ftell (Depends-on): Likewise.
18147         * modules/getdelim (Depends-on): Likewise.
18148         * modules/getugroups (Depends-on): Likewise.
18149         * modules/poll (Depends-on): Likewise.
18150         * modules/snprintf (Depends-on): Likewise.
18151         * modules/sprintf-posix (Depends-on): Likewise.
18152         * modules/vasnprintf (Depends-on): Likewise.
18153         * modules/vasprintf (Depends-on): Likewise.
18154         * modules/vfprintf-posix (Depends-on): Likewise.
18155         * modules/vsnprintf (Depends-on): Likewise.
18156         * modules/vsprintf-posix (Depends-on): Likewise.
18157         * modules/xvasprintf (Depends-on): Likewise.
18158         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18159         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
18160         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
18161         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
18162         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18163         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
18164         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
18165         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
18166         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18167         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
18168         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
18169         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
18170         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18171         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
18172         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
18173         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
18174         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18175         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
18176         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
18177         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
18178         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18179         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
18180         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
18181         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
18182         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
18183         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18184         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
18185         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
18186         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
18187         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
18188         * MODULES.html.sh: Remove EOVERFLOW.
18189         * NEWS: Mention the change.
18190
18191 2008-09-13  Bruno Haible  <bruno@clisp.org>
18192
18193         * modules/errno-tests: New file.
18194         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
18195
18196         * lib/errno.in.h: New file.
18197         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
18198         * modules/errno: New file.
18199         * doc/posix-headers/errno.texi: Update documentation.
18200         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
18201
18202 2008-09-13  Bruno Haible  <bruno@clisp.org>
18203
18204         * tests/test-poll.c: Use #if for native Windows, rather than testing
18205         __MSVCRT__.
18206
18207 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18208             Bruno Haible  <bruno@clisp.org>
18209
18210         * lib/glob.c: Don't include <pwd.h> on native Windows.
18211         (WINDOWS32): New macro.
18212         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
18213
18214 2008-09-13  Bruno Haible  <bruno@clisp.org>
18215
18216         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
18217         (ETIMEDOUT): Remove macro.
18218         (glthread_cond_timedwait_multithreaded): New declaration.
18219         (glthread_cond_timedwait): Use it.
18220         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
18221         (glthread_cond_timedwait_multithreaded): New function.
18222
18223 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18224
18225         * modules/poll-tests: Do not check for io.h.
18226         * tests/test-poll.c: Check for __MSVCRT__ instead.
18227
18228 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18229
18230         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
18231         * modules/poll-tests: Add inet_pton, stdbool, sockets.
18232         * tests/test-poll.c: Use them.  Use _pipe on Windows.
18233
18234 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18235
18236         * modules/poll-tests: New.
18237         * tests/test-poll.c: New.
18238
18239 2008-09-12  Eric Blake  <ebb9@byu.net>
18240
18241         frexp: test for NetBSD failure on -0.0
18242         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
18243         not all, bugs from NetBSD 3.0 have been fixed.
18244         * doc/posix-functions/frexp.texi (frexp): Document bug.
18245         Reported by Thomas Klausner.
18246
18247         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
18248         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
18249         literal -0.0.
18250         Reported by Jonathan C. Patschke <jp@centtech.com>.
18251
18252 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18253
18254         * lib/glthread/cond.h: Use dummy implementation also if
18255         USE_WIN32_THREADS.
18256
18257 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18258
18259         * modules/fnmatch-posix (License): Change to LGPLv2+.
18260         * modules/fnmatch-gnu (License): Likewise.
18261
18262 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18263
18264         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
18265
18266 2008-09-11  Jim Meyering  <meyering@redhat.com>
18267
18268         * users.txt: Add gtk-vnc.
18269
18270 2008-09-08  Simon Josefsson  <simon@josefsson.org>
18271
18272         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
18273         rotate amounts.
18274
18275         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
18276         required for 16-bit and 8-bit rotates.
18277         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
18278         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
18279         UINT8_MAX instead of hard-coded constants.
18280         Suggested by Paul Eggert.
18281
18282 2008-09-07  Bruno Haible  <bruno@clisp.org>
18283
18284         * tests/test-striconveh.c (main): Check behaviour when converting from
18285         UTF-7.
18286
18287         Make striconveh work better with stateful encodings.
18288         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
18289         that iconv does not increment the inptr when returning -1/EINVAL.
18290
18291 2008-09-07  Bruno Haible  <bruno@clisp.org>
18292
18293         * build-aux/config.rpath: Update according to libtool-2.2.6.
18294         * build-aux/config.libpath: Likewise.
18295
18296 2008-09-06  Bruno Haible  <bruno@clisp.org>
18297
18298         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
18299         * lib/freadptr.c (freadptr): Likewise.
18300         * lib/freadseek.c (freadptrinc): Likewise.
18301         Reported by Simon Josefsson.
18302
18303 2008-09-06  Bruno Haible  <bruno@clisp.org>
18304
18305         * modules/freadptr (License): Change to LGPLv2+.
18306         * modules/freadseek (License): Likewise.
18307         Suggested by Eric Blake.
18308
18309         * modules/memchr2 (License): Change to LGPLv2+.
18310         Approved by Eric Blake.
18311
18312 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18313             Bruno Haible  <bruno@clisp.org>
18314
18315         Make gnulib-tool work with native 'sed' on AIX.
18316         * gnulib-tool (sed_noop): New variable.
18317         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
18318         func_add_or_update, func_create_testdir): Use it to initialize sed
18319         script variables.
18320         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18321
18322 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
18323             Bruno Haible  <bruno@clisp.org>
18324
18325         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
18326         also works after #include directives.
18327
18328 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
18329
18330         getdate.y: reject an out-of-range timezone value
18331         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
18332         the range [-24...+24].  When specified with only one or two digits,
18333         * tests/test-getdate.c: Tests for the fix.
18334         * doc/getdate.texi: Document this change.
18335
18336 2008-09-03  Bruno Haible  <bruno@clisp.org>
18337
18338         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
18339
18340 2008-09-02  Simon Josefsson  <simon@josefsson.org>
18341
18342         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
18343         <bruce.korb@gmail.com> with ideas from Ben Pfaff
18344         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
18345         Blake <ebb9@byu.net>.
18346
18347         * tests/test-bitrotate.c: Add more test vectors.
18348
18349 2008-09-02  Eric Blake  <ebb9@byu.net>
18350
18351         vasnprintf-posix: handle large precision via %.*d
18352         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
18353         when handling it ourselves.
18354         * tests/test-vasnprintf-posix.c (test_function): Add test.
18355         * tests/test-snprintf-posix.h (test_function): Likewise.
18356         * tests/test-sprintf-posix.h (test_function): Likewise.
18357         * tests/test-vasprintf-posix.c (test_function): Likewise.
18358         Reported by Alain Guibert.
18359
18360 2008-09-01  Eric Blake  <ebb9@byu.net>
18361
18362         c-stack: make configure-time check more robust
18363         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
18364         successful sigaction call.
18365         Reported by Tom G. Christensen.
18366
18367 2008-09-01  Bruno Haible  <bruno@clisp.org>
18368
18369         New module 'findprog-lgpl'.
18370         * modules/findprog-lgpl: New file.
18371         * lib/findprog-lgpl.c: New file.
18372         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
18373         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
18374         to decide whether to use strdup or xstrdup, concatenated_filename or
18375         xconcatenated_filename.
18376
18377 2008-09-01  Bruno Haible  <bruno@clisp.org>
18378
18379         Split module 'concat-filename' into 'concat-filename' (LGPL) and
18380         'xconcat-filename' (GPL).
18381         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
18382         (License): Change to LGPLv2+.
18383         * modules/xconcat-filename: New file.
18384         * lib/concat-filename.h (concatenated_filename): Change specification.
18385         (xconcatenated_filename): New declaration.
18386         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
18387         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
18388         memory situations.
18389         * lib/xconcat-filename.c: New file.
18390         * NEWS: Mention the change.
18391         * lib/findprog.c: Include concat-filename.h, not filename.h.
18392         (find_in_path): Use xconcatenated_filename instead of
18393         concatenated_filename.
18394         * lib/javacomp.c: Include concat-filename.h, not filename.h.
18395         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18396         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18397         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18398         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
18399         instead of concatenated_filename.
18400         * lib/javaexec.c: Include concat-filename.h, not filename.h.
18401         (execute_java_class): Use xconcatenated_filename instead of
18402         concatenated_filename.
18403         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
18404         * modules/javacomp (Depends-on): Likewise.
18405         * modules/javaexec (Depends-on): Likewise.
18406
18407 2008-09-01  Bruno Haible  <bruno@clisp.org>
18408
18409         Split module 'filename' into 'filename' and 'concat-filename'.
18410         * modules/filename: Keep only lib/filename.h.
18411         (License): Change to LGPLv2+.
18412         * modules/concat-filename: New file, extracted from modules/filename.
18413         * lib/filename.h (concatenated_filename): Remove declaration.
18414         * lib/concat-filename.h: New file, extracted from lib/filename.h.
18415         * lib/concat-filename.c: Include concat-filename.h.
18416         * NEWS: Mention the change.
18417
18418 2008-09-01  Simon Josefsson  <simon@josefsson.org>
18419
18420         * lib/bitrotate.h (rotl8, rotr8): Add.
18421
18422         * modules/bitrotate (configure.ac): Need
18423         AC_REQUIRE([AC_C_INLINE]).
18424         (Description): Mention stdint.h.  Reported by Bruno Haible
18425         <bruno@clisp.org>.
18426
18427         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
18428         Paolo Bonzini <bonzini@gnu.org>.
18429
18430 2008-08-31  Bruno Haible  <bruno@clisp.org>
18431
18432         Assume Solaris specific bi-arch conventions on Solaris systems.
18433         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
18434         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
18435         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
18436         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
18437         like acl_libdirstem.
18438         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
18439         acl_libdirstem.
18440         * NEWS: Mention the change.
18441         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
18442
18443 2008-08-31  Jim Meyering  <meyering@redhat.com>
18444
18445         * lib/strftime.h: Add comments describing the two added arguments.
18446
18447         remove duplicate #include directives
18448         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
18449         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
18450
18451 2008-08-31  Bruno Haible  <bruno@clisp.org>
18452
18453         New module 'sigpipe-die'.
18454         * modules/sigpipe-die: New file.
18455         * lib/sigpipe-die.h: New file.
18456         * lib/sigpipe-die.c: New file.
18457         * MODULES.html.sh (Signal handling): Add sigpipe-die.
18458
18459 2008-08-31  Bruno Haible  <bruno@clisp.org>
18460
18461         Don't override previously installed signal handlers.
18462         * lib/fatal-signal.c (saved_sigactions): New variable.
18463         (uninstall_handlers): Reset the signal to the saved handler, not
18464         to SIG_DFL (except when ignored).
18465         (install_handlers): Save the previous handlers.
18466
18467 2008-08-30  Bruno Haible  <bruno@clisp.org>
18468
18469         * gnulib-tool (func_reset_sigpipe): New function.
18470         (func_get_automake_snippet, func_modules_transitive_closure,
18471         func_import): Invoke it before a join command that reads from stdin,
18472         to avoid "echo: write error: Broken pipe" error messages on stderr.
18473         Reported by Sam Steingold <sds@gnu.org>.
18474
18475 2008-08-30  Bruno Haible  <bruno@clisp.org>
18476
18477         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
18478         Code copied from m4/open.m4.
18479         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
18480         access and the filename ends in a slash. Code copied from lib/open.c.
18481         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
18482         * tests/test-fopen.c (main): Check against bug with trailing slash.
18483
18484 2008-08-29  Bruno Haible  <bruno@clisp.org>
18485
18486         Avoid some "gcc -pedantic" warnings.
18487         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
18488         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
18489         * lib/dirent.in.h: Likewise.
18490         * lib/fcntl.in.h: Likewise.
18491         * lib/float.in.h: Likewise.
18492         * lib/iconv.in.h: Likewise.
18493         * lib/inttypes.in.h: Likewise.
18494         * lib/locale.in.h: Likewise.
18495         * lib/math.in.h: Likewise.
18496         * lib/netinet_in.in.h: Likewise.
18497         * lib/search.in.h: Likewise.
18498         * lib/signal.in.h: Likewise.
18499         * lib/stdarg.in.h: Likewise.
18500         * lib/stdint.in.h: Likewise.
18501         * lib/stdio.in.h: Likewise.
18502         * lib/stdlib.in.h: Likewise.
18503         * lib/string.in.h: Likewise.
18504         * lib/strings.in.h: Likewise.
18505         * lib/sys_select.in.h: Likewise.
18506         * lib/sys_socket.in.h: Likewise.
18507         * lib/sys_stat.in.h: Likewise.
18508         * lib/sys_time.in.h: Likewise.
18509         * lib/sysexits.in.h: Likewise.
18510         * lib/time.in.h: Likewise.
18511         * lib/unistd.in.h: Likewise.
18512         * lib/wchar.in.h: Likewise.
18513         * lib/wctype.in.h: Likewise.
18514         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
18515         * modules/fchdir (Makefile.am): Likewise.
18516         * modules/fcntl (Makefile.am): Likewise.
18517         * modules/float (Makefile.am): Likewise.
18518         * modules/iconv_open (Makefile.am): Likewise.
18519         * modules/inttypes (Makefile.am): Likewise.
18520         * modules/locale (Makefile.am): Likewise.
18521         * modules/math (Makefile.am): Likewise.
18522         * modules/netinet_in (Makefile.am): Likewise.
18523         * modules/search (Makefile.am): Likewise.
18524         * modules/signal (Makefile.am): Likewise.
18525         * modules/stdarg (Makefile.am): Likewise.
18526         * modules/stdint (Makefile.am): Likewise.
18527         * modules/stdio (Makefile.am): Likewise.
18528         * modules/stdlib (Makefile.am): Likewise.
18529         * modules/string (Makefile.am): Likewise.
18530         * modules/strings (Makefile.am): Likewise.
18531         * modules/sys_select (Makefile.am): Likewise.
18532         * modules/sys_socket (Makefile.am): Likewise.
18533         * modules/sys_stat (Makefile.am): Likewise.
18534         * modules/sys_time (Makefile.am): Likewise.
18535         * modules/sysexits (Makefile.am): Likewise.
18536         * modules/time (Makefile.am): Likewise.
18537         * modules/unistd (Makefile.am): Likewise.
18538         * modules/wchar (Makefile.am): Likewise.
18539         * modules/wctype (Makefile.am): Likewise.
18540         Reported by Reuben Thomas <rrt@sc3d.org>.
18541
18542 2008-08-29  Bruno Haible  <bruno@clisp.org>
18543
18544         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
18545         any more.
18546
18547 2008-08-29  Simon Josefsson  <simon@josefsson.org>
18548
18549         * MODULES.html.sh (Misc): Add bitrotate.
18550
18551         * modules/bitrotate: New file.
18552
18553         * lib/bitrotate.h: New file.
18554
18555         * modules/bitrotate-tests: New file.
18556
18557         * tests/test-bitrotate.c: New file.
18558
18559         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
18560         on the bitrotate module.
18561
18562         * lib/arctwo.c: Use new bitrotate module.
18563
18564 2008-08-29  Jim Meyering  <meyering@redhat.com>
18565
18566         bootstrap: merge changes from coreutils
18567         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
18568         of copied files.  Remove a kludge, now that this is fixed.
18569         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
18570         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
18571         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
18572
18573 2008-08-29  Bruno Haible  <bruno@clisp.org>
18574
18575         * MODULES.html.sh: Remove --cvs-urls option.
18576
18577 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
18578
18579         maint.mk: adjust to file name change
18580         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
18581
18582 2008-08-28  Jim Meyering  <meyering@redhat.com>
18583
18584         * modules/getndelim2 (License): Relicense to LGPLv2+.
18585         Approved by Richard Stallman for the version of 1995, and by
18586         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
18587
18588 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
18589
18590         * lib/getdelim.c (flockfile, funlockfile): Make all of them
18591         dummy if one is not available.  Do not touch them if
18592         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
18593         (getc_maybe_unlocked): New.
18594         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
18595
18596 2008-08-26  Eric Blake  <ebb9@byu.net>
18597
18598         doc/INSTALL: resync from autoconf
18599         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
18600         (INSTALL_PRELUDE): Delete; this is done more efficiently by
18601         moving...
18602         * install.texi [!autoconf]: ...here.  Resync from autoconf.
18603         * INSTALL: Regenerate.
18604         * INSTALL.ISO: New file.
18605         * INSTALL.UTF-8: Likewise.
18606
18607 2008-08-26  Jim Meyering  <meyering@redhat.com>
18608
18609         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
18610         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
18611         these definitions conditional, so that they may be overridden, too.
18612
18613 2008-08-26  Bruno Haible  <bruno@clisp.org>
18614
18615         Generate INSTALL file variants with prettier quotes.
18616         * doc/Makefile (INSTALL_PRELUDE): New macro.
18617         (INSTALL): Use it.
18618         (INSTALL.ISO, INSTALL.UTF-8): New rules.
18619
18620 2008-08-26  Bruno Haible  <bruno@clisp.org>
18621
18622         Run makeinfo in an English locale.
18623         * doc/Makefile (MAKEINFO): New variable.
18624
18625 2008-08-26  Bruno Haible  <bruno@clisp.org>
18626
18627         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
18628         Suggested by Eric Blake.
18629
18630 2008-08-25  Bruno Haible  <bruno@clisp.org>
18631
18632         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
18633
18634 2008-08-25  Eric Blake  <ebb9@byu.net>
18635
18636         c-stack: test that stack overflow can be caught
18637         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
18638         that platform allows handling stack overflow; at least OS/2 EMX
18639         has sigaltstack, but crashes before transferring control to
18640         handler on stack overflow.
18641         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
18642         check for HAVE_STACK_OVERFLOW_HANDLING.
18643         Reported by Elbert Pol.
18644
18645 2008-08-25  Bruno Haible  <bruno@clisp.org>
18646
18647         * doc/posix-functions/strftime.texi: Fix description of strftime
18648         module.
18649
18650 2008-08-24  Bruno Haible  <bruno@clisp.org>
18651
18652         * tests/uniwidth/test-uc_width2.c: New file.
18653         * tests/uniwidth/test-uc_width2.sh: New file.
18654         * modules/uniwidth/width-tests (Files): Add the new files.
18655         (TESTS): Add uniwidth/test-uc_width2.sh.
18656         (TESTS_ENVIRONMENT): New variable.
18657         (check_PROGRAMS): Add test-uc_width2.
18658         (test_uc_width2_SOURCES): New variable.
18659
18660         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
18661         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
18662         not 0x00AB.
18663         Reported by Alexander V. Lukyanov <lav@netis.ru>.
18664
18665 2008-08-22  Eric Blake  <ebb9@byu.net>
18666
18667         test-lock, test-tls: mention why a test is skipped
18668         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
18669         skipped.
18670         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
18671
18672         count-one-bits: relax license
18673         * modules/count-one-bits (License): Relicense to LGPLv2+.
18674         Suggested by Ludovic Courtès, approved by Ben Pfaff.
18675
18676 2008-08-22  Andreas Schwab  <schwab@suse.de>
18677
18678         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
18679         Remove spurious space in assignment.
18680
18681 2008-08-21  Simon Josefsson  <simon@josefsson.org>
18682
18683         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
18684         Paul Eggert <eggert@CS.UCLA.EDU>.
18685
18686 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
18687
18688         * modules/gettext: Add m4/threadlib.m4.
18689
18690 2008-08-19  Eric Blake  <ebb9@byu.net>
18691
18692         test-c-stack: fix compilation failure on FreeBSD 5.0
18693         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
18694         headers before <sys/resource.h>.
18695         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
18696         the bug.
18697         Reported by Nelson H. F. Beebe.
18698
18699         strverscmp: migrate from "strverscmp.h" to <string.h>
18700         * modules/string (Makefile.am): Add new hooks.
18701         * modules/strverscmp (Files): Remove strverscmp.h.
18702         (Depends-on): Add string.
18703         (configure.ac): Add indicator.
18704         (Include): Mention new header.
18705         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
18706         defaults.
18707         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
18708         results.
18709         * lib/strverscmp.h: Delete.
18710         * lib/string.in.h (strverscmp): Provide declaration, when needed.
18711         * tests/test-strverscmp.c (includes): Adjust client.
18712         * lib/check-version.c (includes): Likewise.
18713         * NEWS: Document the change.
18714
18715         strverscmp: add unit test
18716         * modules/strverscmp-tests: New file.
18717         * tests/test-strverscmp.c: Likewise.
18718
18719 2008-08-19  Simon Josefsson  <simon@josefsson.org>
18720
18721         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
18722         regarding Windows crypto stuff, from Mono.
18723
18724 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
18725
18726         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
18727         if present, for intel RND.  Return error on failures.
18728
18729 2008-08-18  Ben Pfaff  <blp@gnu.org>
18730
18731         gitlog-to-changelog: give better diagnostic for failed pipe-open
18732         * build-aux/gitlog-to-changelog: Improve error message: suggest
18733         that the version of Git may be too old.
18734
18735 2008-08-18  Simon Josefsson  <simon@josefsson.org>
18736
18737         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
18738         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
18739
18740 2008-08-18  Bruno Haible  <bruno@clisp.org>
18741
18742         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
18743         pthread_in_use().
18744
18745 2008-08-18  Bruno Haible  <bruno@clisp.org>
18746
18747         * lib/glthread/threadlib.c: Include <pthread.h>.
18748
18749 2008-08-18  Bruno Haible  <bruno@clisp.org>
18750
18751         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
18752         glthread_recursive_lock_* macros.
18753         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
18754         Fix syntax error.
18755
18756 2008-08-18  Bruno Haible  <bruno@clisp.org>
18757
18758         * lib/glthread/thread.c: Avoid forcing a context switch right after
18759         thread creation.
18760
18761 2008-08-17  Bruno Haible  <bruno@clisp.org>
18762
18763         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
18764         * lib/glthread/thread.h: Provide Win32 specific implementation.
18765         * modules/thread (Files): Add lib/glthread/thread.c.
18766         (Depends-on): Add lock.
18767         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
18768
18769 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18770
18771         New module 'yield'.
18772         * modules/yield: New file.
18773         * lib/glthread/yield.h: New file.
18774         * m4/yield.m4: New file.
18775         * MODULES.html.sh (Multithreading): Add yield.
18776
18777 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18778
18779         New module 'thread'.
18780         * modules/thread: New file.
18781         * lib/glthread/thread.h: New file.
18782         * m4/thread.m4: New file.
18783         * MODULES.html.sh (Multithreading): Add thread.
18784
18785 2008-08-17  Bruno Haible  <bruno@clisp.org>
18786
18787         * lib/glthread/lock.h: Include <stdlib.h> always.
18788         * lib/glthread/tls.h: Likewise.
18789         * lib/glthread/cond.h: Likewise.
18790
18791 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18792
18793         New module 'cond'.
18794         * modules/cond: New file.
18795         * lib/glthread/cond.h: New file.
18796         * lib/glthread/cond.c: New file.
18797         * m4/cond.m4: New file.
18798         * MODULES.html.sh (Multithreading): Add cond.
18799
18800 2008-08-16  Eric Blake  <ebb9@byu.net>
18801
18802         c-stack: fix regression on Irix 5.3 from 2008-06-21
18803         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
18804         sa_sigaction...
18805         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
18806         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
18807         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
18808         * modules/signal (Makefile.am): Use the value.
18809         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
18810         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
18811         * doc/posix-headers/signal.texi (signal.h): Document this
18812         portability issue.
18813         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
18814         Reported by Tom G. Christensen.
18815
18816 2008-08-17  Bruno Haible  <bruno@clisp.org>
18817
18818         New module 'threadlib'.
18819         * modules/threadlib: New file.
18820         * lib/glthread/threadlib.c: New file, extracted from
18821         lib/glthread/lock.c.
18822         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
18823         functions.
18824         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
18825         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
18826         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
18827         macros.
18828         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
18829         (gl_DISABLE_THREADS): Remove macro.
18830         * modules/lock (Files): Remove build-aux/config.rpath.
18831         (Depends-on): Remove havelib. Add threadlib.
18832         (configure.ac-early): Remove section.
18833         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
18834         * modules/tls (Depends-on): Remove lock. Add threadlib.
18835         (Link): New section, copied from threadlib.
18836         * MODULES.html.sh (Multithreading): Add threadlib.
18837
18838 2008-08-14  Bruno Haible  <bruno@clisp.org>
18839
18840         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
18841         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
18842         glthread_rwlock_unlock, glthread_rwlock_destroy,
18843         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
18844         glthread_recursive_lock_destroy): Define as macros always.
18845         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
18846         glthread_lock_lock.
18847         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
18848         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
18849         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
18850         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
18851         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
18852         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
18853         (glthread_recursive_lock_lock_func): Renamed from
18854         glthread_recursive_lock_lock.
18855         (glthread_recursive_lock_unlock_func): Renamed from
18856         glthread_recursive_lock_unlock.
18857         (glthread_recursive_lock_destroy_func): Renamed from
18858         glthread_recursive_lock_destroy.
18859
18860 2008-08-14  Bruno Haible  <bruno@clisp.org>
18861
18862         * lib/glthread/lock.h: Renamed from lib/lock.h.
18863         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
18864         * lib/glthread/tls.h: Renamed from lib/tls.h.
18865         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
18866         * lib/fstrcmp.c: Update includes.
18867         * lib/strsignal.c: Update includes.
18868         * modules/lock (Files, Makefile.am): Update.
18869         (Include): Change to "glthread/lock.h".
18870         * modules/tls (Files, Makefile.am): Update.
18871         (Include): Change to "glthread/tls.h".
18872         * tests/test-lock.c: Update includes.
18873         * tests/test-tls.c: Update includes.
18874         * NEWS: Mention the renamed header files.
18875
18876 2008-08-11  Jim Meyering  <meyering@redhat.com>
18877
18878         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
18879
18880 2008-08-11  Eric Blake  <ebb9@byu.net>
18881
18882         test-c-stack: avoid C99-ism
18883         * tests/test-c-stack.c (main): Fix whitespace, move declaration
18884         before statement.
18885         Reported by Alain Guibert.
18886
18887 2008-08-10  Jim Meyering  <meyering@redhat.com>
18888
18889         ensure that return value of uinttostr et al are not ignored
18890         * lib/inttostr.h (__GNUC_PREREQ): Define.
18891         (__attribute_warn_unused_result__): Define.
18892         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
18893
18894 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
18895
18896         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
18897         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
18898
18899 2008-08-07  Jim Meyering  <meyering@redhat.com>
18900
18901         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
18902
18903         * modules/mkstemp (License): Relicense under LGPLv2+.
18904         * modules/tempname (License): Likewise.
18905
18906 2008-08-06  Bruno Haible  <bruno@clisp.org>
18907
18908         * lib/poll.c (poll): Further micro-optimization.
18909
18910 2008-08-06  Jim Meyering  <meyering@redhat.com>
18911
18912         inet_pton.c: use locale-independent tolower
18913         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
18914         (inet_pton6): Use c_tolower rather than tolower.
18915         * modules/inet_pton (Depends-on): Add c-ctype.
18916
18917 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
18918
18919         * lib/poll.c (poll): Avoid division when timeout is 0, cache
18920         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
18921
18922 2008-08-06  Jim Meyering  <meyering@redhat.com>
18923
18924         * modules/inet_pton (License): Relicense under LGPLv2+.
18925
18926 2008-08-03  Bruno Haible  <bruno@clisp.org>
18927
18928         Additional non-aborting API for lock and tls.
18929         * lib/lock.h: Include <errno.h>.
18930         (glthread_lock_init): New macro/function.
18931         (gl_lock_init): Define as wrapper around glthread_lock_init.
18932         (glthread_lock_lock): New macro/function.
18933         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
18934         (glthread_lock_unlock): New macro/function.
18935         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
18936         (glthread_lock_destroy): New macro/function.
18937         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
18938         (glthread_rwlock_init): New macro/function.
18939         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
18940         (glthread_rwlock_rdlock): New macro/function.
18941         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
18942         (glthread_rwlock_wrlock): New macro/function.
18943         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
18944         (glthread_rwlock_unlock): New macro/function.
18945         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
18946         (glthread_rwlock_destroy): New macro/function.
18947         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
18948         (glthread_recursive_lock_init): New macro/function.
18949         (gl_recursive_lock_init): Define as wrapper around
18950         glthread_recursive_lock_init.
18951         (glthread_recursive_lock_lock): New macro/function.
18952         (gl_recursive_lock_lock): Define as wrapper around
18953         glthread_recursive_lock_lock.
18954         (glthread_recursive_lock_unlock): New macro/function.
18955         (gl_recursive_lock_unlock): Define as wrapper around
18956         glthread_recursive_lock_unlock.
18957         (glthread_recursive_lock_destroy): New macro/function.
18958         (gl_recursive_lock_destroy): Define as wrapper around
18959         glthread_recursive_lock_destroy.
18960         (glthread_once): New macro/function.
18961         (gl_once): Define as wrapper around glthread_once.
18962         Update function declarations.
18963         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
18964         glthread_rwlock_init. Return error code.
18965         (glthread_rwlock_rdlock_multithreaded): Renamed from
18966         glthread_rwlock_rdlock. Return error code.
18967         (glthread_rwlock_wrlock_multithreaded): Renamed from
18968         glthread_rwlock_wrlock. Return error code.
18969         (glthread_rwlock_unlock_multithreaded): Renamed from
18970         glthread_rwlock_unlock. Return error code.
18971         (glthread_rwlock_destroy_multithreaded): Renamed from
18972         glthread_rwlock_destroy. Return error code.
18973         (glthread_recursive_lock_init_multithreaded): Renamed from
18974         glthread_recursive_lock_init. Return error code.
18975         (glthread_recursive_lock_lock_multithreaded): Renamed from
18976         glthread_recursive_lock_lock. Return error code.
18977         (glthread_recursive_lock_unlock_multithreaded): Renamed from
18978         glthread_recursive_lock_unlock. Return error code.
18979         (glthread_recursive_lock_destroy_multithreaded): Renamed from
18980         glthread_recursive_lock_destroy. Return error code.
18981         (glthread_once_call): Make static.
18982         (glthread_once_multithreaded): Renamed from glthread_once.
18983         * lib/tls.h: Include <errno.h>.
18984         (glthread_tls_key_init): New macro/function.
18985         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
18986         (glthread_tls_set): New macro/function.
18987         (gl_tls_set): Define as wrapper around glthread_tls_set.
18988         (glthread_tls_key_destroy): New macro/function.
18989         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
18990         Update function declarations.
18991         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
18992         glthread_tls_get.
18993         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18994
18995 2008-08-04  Eric Blake  <ebb9@byu.net>
18996
18997         gnumakefile: use space, not TAB, outside of targets
18998         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
18999
19000 2008-08-02  Jim Meyering  <meyering@redhat.com>
19001
19002         getdate.y: avoid locale-dependent date parsing failure
19003         In Turkish locales, getdate would fail to recognize keywords
19004         containing a lowercase "i".  The solution is not to rely on
19005         locale-sensitive case-conversion.
19006         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
19007         (lookup_word): Use c_toupper in place of toupper.
19008         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
19009         Reported by Vefa Bicakci <bicave@superonline.com> in
19010         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
19011         * modules/getdate (Depends-on): Add c-ctype.
19012
19013 2008-08-02  Bruno Haible  <bruno@clisp.org>
19014
19015         * gnulib-tool (func_import): When updating or creating a .gitignore
19016         file, prepend each added line with a slash, and ignore leading slashes
19017         from the existing lines.
19018         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19019
19020 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19021
19022         Portability fix for GNU make 3.79.1.
19023         * top/GNUmakefile: Avoid 'else COND', which older GNU make
19024         versions do not understand.
19025
19026 2008-08-01  Bruno Haible  <bruno@clisp.org>
19027
19028         Work around bug of HP-UX 10.20 cc with -0.0 literal.
19029         * tests/test-isnanf.h (zero): New variable.
19030         (main): Avoid literal -0.0f.
19031         * tests/test-isnand.h (zero): New variable.
19032         (main): Avoid literal -0.0.
19033         * tests/test-isnanl.h (zero): New variable.
19034         (main): Avoid literal -0.0L.
19035         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
19036         (test_float, test_double, test_long_double): Avoid literals -0.0f,
19037         -0.0, -0.0L.
19038         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
19039         (test_signbitd): Avoid literal -0.0.
19040         (test_signbitl): Avoid literal -0.0L.
19041         * tests/test-ceilf1.c (zero): New variable.
19042         (main): Avoid literal -0.0f.
19043         * tests/test-ceill.c (zero): New variable.
19044         (main): Avoid literal -0.0L.
19045         * tests/test-floorf1.c (zero): New variable.
19046         (main): Avoid literal -0.0f.
19047         * tests/test-floorl.c (zero): New variable.
19048         (main): Avoid literal -0.0L.
19049         * tests/test-roundf1.c (zero): New variable.
19050         (main): Avoid literal -0.0f.
19051         * tests/test-round1.c (zero): New variable.
19052         (main): Avoid literal -0.0.
19053         * tests/test-roundl.c (zero): New variable.
19054         (main): Avoid literal -0.0L.
19055         * tests/test-truncf1.c (zero): New variable.
19056         (main): Avoid literal -0.0f.
19057         * tests/test-trunc1.c (zero): New variable.
19058         (main): Avoid literal -0.0.
19059         * tests/test-truncl.c (zero): New variable.
19060         (main): Avoid literal -0.0L.
19061         * tests/test-frexp.c (zero): New variable.
19062         (main): Avoid literal -0.0.
19063         * tests/test-frexpl.c (zero): New variable.
19064         (main): Avoid literal -0.0L.
19065         * tests/test-ldexpl.c (zero): New variable.
19066         (main): Avoid literal -0.0L.
19067         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19068         (zerod, zerol): New variables.
19069         (test_function): Avoid literals -0.0, -0.0L.
19070         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19071         (zerod, zerol): New variables.
19072         (test_function): Avoid literals -0.0, -0.0L.
19073         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19074         (zerod, zerol): New variables.
19075         (test_function): Avoid literals -0.0, -0.0L.
19076         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19077         (zerod, zerol): New variables.
19078         (test_function): Avoid literals -0.0, -0.0L.
19079         * tests/test-strtod.c (zero): New variable.
19080         (main): Avoid literal -0.0.
19081         Reported by Jonathan C. Patschke <jp@centtech.com>.
19082
19083 2008-07-31  Jim Meyering  <meyering@redhat.com>
19084
19085         sha256.h: correct definition of SHA224_DIGEST_SIZE
19086         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
19087         Reported by Paulie Pena IV <paulie4@gmail.com>.
19088         Define as 224 / 8, rather than as a literal.
19089         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
19090         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
19091         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
19092
19093 2008-07-31  Bruno Haible  <bruno@clisp.org>
19094
19095         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
19096         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
19097         Reported by Jonathan Patschke <jp@centtech.com>.
19098
19099 2008-07-31  Bruno Haible  <bruno@clisp.org>
19100
19101         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
19102         Reported by Paolo Bonzini <bonzini@gnu.org>.
19103
19104 2008-07-30  Eric Blake  <ebb9@byu.net>
19105
19106         test-strtod: allow compilation without -lm
19107         * tests/test-strtod.c (main): Avoid link dependence on fabs.
19108         Reported by Dennis Clarke <blastwave@gmail.com>.
19109
19110 2008-07-28  Jim Meyering  <meyering@redhat.com>
19111
19112         bootstrap: work also when there are no .po files in po/
19113         * build-aux/bootstrap (update_po_files): Complete the change
19114         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
19115
19116 2008-07-27  Jim Meyering  <meyering@redhat.com>
19117
19118         * users.txt: Add zile.
19119
19120 2008-07-26  Ben Pfaff  <blp@gnu.org>
19121
19122         Add missing dependencies on new m4/exponent[fdl].m4 files.
19123         * modules/isnanf-nolibm: Add m4/exponentf.m4.
19124         * modules/isnand-nolibm: Add m4/exponentd.m4.
19125         * modules/isnanl-nolibm: Add m4/exponentl.m4.
19126         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
19127         m4/isnan[fdl].m4, because the macros actually used moved.
19128         Reported by Jim Meyering.
19129
19130 2008-07-14  Ben Pfaff  <blp@gnu.org>
19131
19132         Add isinf module.
19133         * lib/isinf.c: New file.
19134         * lib/math.in.h: Define isinf macro if we have decided to replace
19135         it.
19136         * m4/isinf.m4: New file.
19137         * m4/math_h.m4: Initialize and substitute variables for isinf
19138         module.
19139         * modules/isinf: New file.
19140         * modules/isinf-tests: New file.
19141         * modules/math: Add substitutions for new module.
19142         * tests/test-isinf.c: New file.
19143         * doc/posix-functions/isinf.texi: Mention new module.
19144         * MODULES.html.sh: Mention new module.
19145
19146 2008-07-14  Ben Pfaff  <blp@gnu.org>
19147
19148         Factor out some macros for use by additional modules.
19149         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
19150         exponentf.m4.
19151         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
19152         exponentd.m4.
19153         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
19154         file exponentl.m4.
19155         * m4/exponentf.m4: New file.
19156         * m4/exponentd.m4: New file.
19157         * m4/exponentl.m4: New file.
19158         * modules/isnanf: Use new file m4/exponentf.m4.
19159         * modules/isnand: Use new file m4/exponentd.m4.
19160         * modules/isnanl: Use new file m4/exponentl.m4.
19161
19162 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
19163
19164         mktime.c: normalize tp->tm_isdst value to -1/0/1.
19165         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
19166         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
19167         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
19168
19169         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
19170         readlink on platforms without PATH_MAX.
19171
19172 2008-07-21  Eric Blake  <ebb9@byu.net>
19173
19174         Warn, not fail, on stale version.
19175         * top/GNUmakefile (_curr-ver): Tone down previous patch.
19176
19177         Don't allow installation with stale devel version number.
19178         * top/GNUmakefile (_is-install-target): New macro.
19179         (_curr-ver): Forbid installation with stale version number.
19180
19181 2008-07-20  Bruno Haible  <bruno@clisp.org>
19182
19183         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
19184         TESTS_ENVIRONMENT.
19185         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
19186
19187 2008-07-20  Bruno Haible  <bruno@clisp.org>
19188
19189         * lib/c-stack.h (c_stack_action): Add documentation.
19190         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
19191
19192 2008-07-20  Bruno Haible  <bruno@clisp.org>
19193
19194         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
19195         * modules/readlink (License): Likewise.
19196
19197 2008-07-17  Eric Blake  <ebb9@byu.net>
19198
19199         * modules/c-stack (Link): Fix typo.
19200
19201         Make c-stack use libsigsegv, when available.
19202         * modules/c-stack (Depends-on): Add libsigsegv.
19203         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
19204         needed.
19205         * lib/c-stack.c (SIGSTKSZ): Define fallback.
19206         (segv_handler, overflow_handler, c_stack_action)
19207         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
19208         implementation when libsigsegv is available, but only when using
19209         the library is necessary.
19210         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
19211         comment, explaining why XSI check fails on Linux.
19212         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
19213         * tests/test-c-stack2.sh: Tweak skip message.
19214         * NEWS: Document new link-time requirements.
19215
19216 2008-07-16  Eric Blake  <ebb9@byu.net>
19217
19218         c-stack: Expose false positives when not using libsigsegv.
19219         * modules/c-stack-tests (Files): Expand test.
19220         * tests/test-c-stack.c (main): Add means to conditionally trigger
19221         non-overflow SIGSEGV.
19222         * tests/test-c-stack2.sh: New file.
19223
19224 2008-07-14  Bruno Haible  <bruno@clisp.org>
19225
19226         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
19227         Reported by Eric Blake.
19228
19229 2008-07-14  Sam Steingold  <sds@gnu.org>
19230             Bruno Haible  <bruno@clisp.org>
19231
19232         New module libsigsegv.
19233         * modules/libsigsegv: New file.
19234         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
19235         modifications.
19236         * MODULES.html.sh (Signal handling): New section.
19237
19238 2008-07-14  Bruno Haible  <bruno@clisp.org>
19239
19240         * modules/unictype/ctype-* (Description): Add the word "function".
19241         Improves the resulting doc in MODULES.html.
19242
19243 2008-07-12  Ben Pfaff  <blp@gnu.org>
19244
19245         Add longlong module.
19246         * modules/longlong: New file.
19247
19248 2008-07-12  Bruno Haible  <bruno@clisp.org>
19249
19250         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
19251         to empty.
19252
19253 2008-07-10  Ben Pfaff  <blp@gnu.org>
19254
19255         Add isnan module.
19256         * doc/posix-functions/isnan.texi: Mention new module.
19257         * lib/math.in.h: Define isnan macro if we have decided to replace
19258         it.
19259         * m4/isnan.m4: New file.
19260         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
19261         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
19262         also.
19263         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
19264         redundancy.
19265         * m4/math_h.m4: Initialize and substitute variables for isnan
19266         module.
19267         * modules/isnan: New file.
19268         * modules/isnan-tests: New file.
19269         * modules/math: Add substitutions for new module.
19270         * tests/test-isnan.c: New file.
19271         * MODULES.html.sh: Mention new module.
19272
19273 2008-07-10  Ben Pfaff  <blp@gnu.org>
19274
19275         Add isnanf module.
19276         * lib/isnanf.m4: New file.
19277         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
19278         (gl_HAVE_ISNANF_IN_LIBM): New macro.
19279         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
19280         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
19281         * modules/isnanf: New file.
19282         * modules/isnanf-tests: New file.
19283         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
19284         files.
19285         * tests/test-isnanf-nolibm.c: factored most of its contents into
19286         new file tests/test-isnanf.h.
19287         * tests/test-isnanf.h: New file.
19288         * tests/test-isnanf.c: New file.
19289         * MODULES.html.sh: Mention new module.
19290         * doc/glibc-functions/isnanf.texi: Mention new module.
19291
19292 2008-07-10  Ben Pfaff  <blp@gnu.org>
19293
19294         Add isnand module.
19295         * lib/isnand.h: New file.
19296         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
19297         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
19298         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
19299         functionality also.
19300         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
19301         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
19302         (gl_HAVE_ISNAND_IN_LIBM): New macro.
19303         * modules/isnand: New file.
19304         * modules/isnand-tests: New file.
19305         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
19306         files.
19307         * tests/test-isnand-nolibm.c: factored most of its contents into
19308         new file tests/test-isnand.h.
19309         * tests/test-isnand.h: New file.
19310         * tests/test-isnand.c: New file.
19311         * MODULES.html.sh: Mention new module.
19312
19313 2008-07-10  Ben Pfaff  <blp@gnu.org>
19314
19315         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
19316         * lib/isnand.h: Rename lib/isnand-nolibm.h.
19317         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
19318         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
19319         * modules/isnanf-nolibm: Update references to renamed files.
19320         * modules/isnand-nolibm: Likewise.
19321         * modules/isnanf-nolibm-tests: Likewise.
19322         * modules/isnand-nolibm-tests: Likewise.
19323         * lib/frexp.c: Likewise.
19324         * lib/isfinite.c: Likewise.
19325         * lib/signbitd.c: Likewise.
19326         * lib/signbitf.c: Likewise.
19327         * lib/vasnprintf.c: Likewise.
19328         * tests/test-ceilf1.c: Likewise.
19329         * tests/test-ceilf2.c: Likewise.
19330         * tests/test-floorf1.c: Likewise.
19331         * tests/test-floorf2.c: Likewise.
19332         * tests/test-frexp.c: Likewise.
19333         * tests/test-round1.c: Likewise.
19334         * tests/test-round2.c: Likewise.
19335         * tests/test-roundf1.c: Likewise.
19336         * tests/test-strtod.c: Likewise.
19337         * tests/test-trunc1.c: Likewise.
19338         * tests/test-trunc2.c: Likewise.
19339         * tests/test-truncf1.c: Likewise.
19340         * tests/test-truncf2.c: Likewise.
19341         * NEWS: Mention the renamed header files.
19342
19343 2008-07-11  Jim Meyering  <meyering@redhat.com>
19344
19345         vc-list-files: make the last-resort awk code more portable
19346         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
19347         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
19348         does not support it.
19349
19350 2008-07-10  Eric Blake  <ebb9@byu.net>
19351
19352         Work with tar's bootstrap.
19353         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
19354         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
19355         an m4 comment.
19356
19357 2008-07-09  Jim Meyering  <meyering@redhat.com>
19358
19359         posix-shell.m4: fix typo that made this test malfunction
19360         * m4/posix-shell.m4: Remove capitalization in variable name.
19361
19362 2008-07-08  Bruno Haible  <bruno@clisp.org>
19363
19364         * m4/onceonly.m4: Update comments.
19365         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19366
19367 2008-07-04  Jim Meyering  <meyering@redhat.com>
19368
19369         * users.txt: Add vc-dwim.
19370         (bison, coreutils): Use the gitweb URL.
19371
19372 2008-07-03  Jim Meyering  <meyering@redhat.com>
19373
19374         * users.txt: Add libffcall.  From Sam Steingold.
19375
19376 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
19377
19378         getdate.y: do not ignore TZ with relative day, month or year offset
19379         * lib/getdate.y (get_date): Move the tz-handling block to follow the
19380         relative-date-handling, since otherwise, the latter would clobber the
19381         sole output (an updated Start value) of the tz-handling block.
19382         * tests/test-getdate.c: Tests for the fix
19383
19384 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19385
19386         Recognize 'foo_LIBRARIES += libgnu.a'.
19387         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
19388         makefile snippet has already specified an installation location,
19389         also using '+='.
19390
19391 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
19392
19393         getdate.y: factor out common actions
19394         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
19395         Use them in place of open-coded actions.
19396
19397 2008-07-01  Simon Josefsson  <simon@josefsson.org>
19398
19399         Add self-test for getdate module.
19400         * modules/getdate-tests: New file.
19401         * tests/test-getdate.c: New file.
19402
19403 2008-06-29  Bruno Haible  <bruno@clisp.org>
19404
19405         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
19406         .gitignore.
19407         Reported by Sylvain Beucler <beuc@beuc.net>.
19408
19409 2008-06-29  Bruno Haible  <bruno@clisp.org>
19410
19411         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
19412         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
19413
19414 2008-06-29  Bruno Haible  <bruno@clisp.org>
19415
19416         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
19417         EXTRA_DIST.
19418         Reported by Sylvain Beucler <beuc@beuc.net>.
19419
19420 2008-06-26  Jim Meyering  <meyering@redhat.com>
19421
19422         make several modules depend on the "open" module
19423         This provides slightly increased consistency when opening-for-write
19424         the name of a non-directory spelled with a trailing slash.
19425         * modules/chdir-safer: Likewise.
19426         * modules/chown: Likewise.
19427         * modules/clean-temp: Likewise.
19428         * modules/copy-file: Likewise.
19429         * modules/fchdir: Likewise.
19430         * modules/fcntl-safer: Likewise.
19431         * modules/pipe: Likewise.
19432         * modules/utime: Likewise.
19433         Prompted by Eric Blake and Bruno Haible.
19434
19435 2008-06-24  Andreas Schwab  <schwab@suse.de>
19436
19437         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
19438         literals can be used as initializers for global variables.
19439
19440 2008-06-23  Eric Blake  <ebb9@byu.net>
19441
19442         Make gnulib-cache.m4 easier to diff.
19443         * gnulib-tool (func_import): Allow newlines when reading cached
19444         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
19445
19446 2008-06-23  Bruno Haible  <bruno@clisp.org>
19447
19448         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
19449         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
19450         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
19451         m4/signalblocking.m4.
19452         (gl_PREREQ_SIGACTION): Don't invoke it.
19453         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
19454         gl_PREREQ_SIG_HANDLER_H.
19455         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
19456         Don't check for sigaction here.
19457
19458 2008-06-23  Bruno Haible  <bruno@clisp.org>
19459
19460         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
19461         (install_handlers): Don't set the SA_RESETHAND flag.
19462
19463 2008-06-23  Bruno Haible  <bruno@clisp.org>
19464
19465         * m4/sigaction.m4: Comment fixes.
19466         * lib/signal.in.h: Likewise.
19467
19468 2008-06-23  Eric Blake  <ebb9@byu.net>
19469
19470         Fix typo.
19471         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
19472
19473         Avoid SA_ namespace.
19474         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
19475         Reported by Ralf Wildenhues.
19476
19477         Avoid test failure due to SA_RESTORER.
19478         * tests/test-sigaction.c (SA_MASK): New macro.
19479         (main): Avoid failing due to extension flags being set.
19480         Reported by Jim Meyering.
19481
19482         Revert use of sig-handler.h in sigprocmask.c.
19483         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
19484         it requires the existence of struct sigaction.
19485         * lib/sigprocmask.c (handler_t): Restore typedef.
19486         (rpl_signal, old_handlers): Use local type.
19487
19488 2008-06-22  Bruno Haible  <bruno@clisp.org>
19489
19490         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
19491         conditionally.
19492         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19493
19494 2008-06-22  Bruno Haible  <bruno@clisp.org>
19495
19496         * doc/posix-functions/siginterrupt.texi: Move note.
19497
19498         * lib/signal.in.h (SA_RESTART): New macro.
19499         * lib/sigaction.c: Update comment.
19500
19501         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
19502
19503         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
19504         (gl_PREREQ_SIGPROCMASK): Invoke it.
19505         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
19506
19507         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
19508
19509         * lib/sigprocmask.c: Update a comment.
19510
19511 2008-06-21  Eric Blake  <ebb9@byu.net>
19512
19513         Use sigaction module rather than signal().
19514         * modules/c-stack (Depends-on): Add sigaction.
19515         * modules/fatal-signal (Depends-on): Likewise.
19516         * modules/nanosleep (Depends-on): Likewise.
19517         * modules/sigprocmask (Files): Add sig-handler.h.
19518         * modules/sigaction (Files): Likewise.
19519         * lib/sig-handler.h (get_handler): New file, suggested by Paul
19520         Eggert.
19521         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
19522         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
19523         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
19524         (init_fatal_signals): Likewise.
19525         * lib/nanosleep.c (rpl_nanosleep): Likewise.
19526         (siginterrupt): Delete fallback.
19527         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
19528         instead.
19529         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
19530         siginterrupt.
19531
19532         New module sigaction, for mingw.
19533         * modules/sigaction: New module...
19534         * modules/sigaction-tests: ...and its test.
19535         * m4/sigaction.m4: New file.
19536         * lib/sigaction.c: Likewise.
19537         * tests/test-sigaction.c: Likewise.
19538         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
19539         * modules/signal (Makefile.am): Likewise.
19540         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
19541         needed.
19542         * doc/posix-headers/signal.texi (signal.h): Mention provided
19543         types.
19544         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
19545         that sigaction is preferable.
19546         * doc/posix-functions/sigaction.texi (sigaction): Mention new
19547         module.
19548         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19549         sigaction.
19550
19551         Improve robustness of sigprocmask by overriding signal.
19552         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
19553         is in use.
19554         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
19555         (SIGKILL, SIGSTOP): Provide fallbacks.
19556         (rpl_signal): Implement.
19557         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
19558         signal can be called inside handlers.
19559
19560         Fix nanosleep module on mingw.
19561         * modules/nanosleep (Depends-on): Add sys_select.
19562         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
19563
19564         Fix licensing of sigprocmask.
19565         * modules/raise (License): Relicense as LGPL.
19566
19567 2008-06-21  Bruno Haible  <bruno@clisp.org>
19568
19569         * lib/propername.c (proper_name_utf8): Don't use the transliterated
19570         result if it contains question marks.
19571         Reported by Michael Geng <linux@michaelgeng.de>.
19572
19573 2008-06-19  Bruno Haible  <bruno@clisp.org>
19574
19575         Fix CVS-ism.
19576         * doc/gnulib.texi: Include updated-stamp.texi.
19577         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
19578         (updated-stamp.texi): New rule.
19579         (gnulib.info): Depend on it.
19580         * doc/.gitignore: Add updated-stamp.texi.
19581         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
19582
19583 2008-06-19  Bruno Haible  <bruno@clisp.org>
19584
19585         * doc/Makefile (gnulib.info): Update and simplify dependencies.
19586         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
19587
19588 2008-06-19  Eric Blake  <ebb9@byu.net>
19589
19590         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
19591         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
19592         Reported by Stepan Kasal.
19593
19594 2008-06-18  Bruno Haible  <bruno@clisp.org>
19595
19596         * lib/fatal-signal.c (init_fatal_signals): Add comment.
19597         Reported by Eric Blake.
19598
19599 2008-06-18  Eric Blake  <ebb9@byu.net>
19600
19601         Work around cygwin 1.5.25 strsignal bug.
19602         * tests/test-strsignal.c: Allow for const char *.
19603         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
19604
19605 2008-06-18  Simon Josefsson  <simon@josefsson.org>
19606
19607         * users.txt: Update URL to article and add author/date
19608         information.
19609
19610 2008-06-17  Bruno Haible  <bruno@clisp.org>
19611
19612         New macro gl_DISABLE_THREADS.
19613         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
19614         if the user did not pass --enable-threads or --disable-threads option.
19615         (gl_DISABLE_THREADS): New macro.
19616         Reported by Eric Blake <ebb9@byu.net>.
19617
19618 2008-06-17  Bruno Haible  <bruno@clisp.org>
19619
19620         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
19621         when the macro ignores it.
19622         Based on a patch by Eric Blake <ebb9@byu.net>.
19623
19624 2008-06-17  Bruno Haible  <bruno@clisp.org>
19625
19626         * modules/tls (License): Change to LGPLv2+.
19627         Reported by Eric Blake.
19628
19629 2008-06-17  Eric Blake  <ebb9@byu.net>
19630
19631         Simplify c-stack prerequisites.
19632         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
19633         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
19634         no longer requires <ucontext.h> to exist.  Optimize setrlimit
19635         check.
19636         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
19637         <sys/resource.h>.
19638
19639         Move c-stack test into testsuite.
19640         * modules/c-stack-tests: New file.
19641         * lib/c-stack.c [DEBUG]: Move test program...
19642         * tests/test-c-stack.c: ...into this new file.  Skip rather than
19643         fail test if sigaltstack is lacking.
19644         * tests/test-c-stack.sh: New driver file.
19645
19646 2008-06-16  Eric Blake  <ebb9@byu.net>
19647
19648         Use raise module consistently.
19649         * modules/fatal-signal (Depends-on): Add raise.
19650         * modules/sigprocmask (Depends-on): Likewise.
19651         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
19652         * lib/sigprocmask.c (sigprocmask): Likewise.
19653         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
19654         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
19655
19656         Fix compliance bug in sigpending.
19657         * lib/sigprocmask.c (sigpending): Return pending array via
19658         parameter, not return value.
19659
19660 2008-06-14  Eric Blake  <ebb9@byu.net>
19661
19662         Improve obstack-printf test code.
19663         * tests/test-obstack-printf.c (test_function): Fix comment, and
19664         simplify usage of obstack_* in macros.  Add a test for coverage.
19665         Reported by Bruno Haible.
19666
19667 2008-06-14  Bruno Haible  <bruno@clisp.org>
19668
19669         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
19670         array size as a constant, not as a const variable.
19671         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
19672         AC_USE_SYSTEM_EXTENSIONS.
19673         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
19674         Test whether the obstack_printf function actually exists.
19675         * modules/obstack-printf (Depends-on): Add extensions.
19676         (Include): Remove obstack.h.
19677         * modules/obstack-printf-posix (Depends-on): Add extensions.
19678         (Include): Remove obstack.h.
19679
19680 2008-06-13  Eric Blake  <ebb9@byu.net>
19681
19682         Add obstack-printf and obstack-printf-posix modules.
19683         * modules/obstack-printf: New file.
19684         * modules/obstack-printf-posix: Likewise.
19685         * MODULES.html.sh (Misc): Mention them.
19686         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
19687         Likewise.
19688         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
19689         Likewise.
19690         * modules/stdio (Makefile.am): Accomodate new modules.
19691         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
19692         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
19693         Declare.
19694         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
19695         functions.
19696         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
19697         (gl_REPLACE_OBSTACK_PRINTF): New macros
19698         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
19699         * tests/test-obstack-printf.c: New file.
19700         * modules/obstack-printf-tests: Likewise.
19701         * modules/obstack-printf-posix-tests: Likewise.
19702
19703 2008-06-11  Bruno Haible  <bruno@clisp.org>
19704
19705         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
19706         * lib/open.c: Include errno.h.
19707         (open): Fail when attempting to write to a file that has a trailing
19708         slash.
19709         * tests/test-open.c (main): Test against trailing slash bug.
19710         * doc/posix-functions/open.texi: Mention the trailing slash bug.
19711
19712 2008-06-10  Bruno Haible  <bruno@clisp.org>
19713
19714         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
19715         for $? to work inside the trap command, with various /bin/sh-s.
19716         * tests/test-vc-list-files-cvs.sh: Likewise.
19717
19718 2008-06-10  Bruno Haible  <bruno@clisp.org>
19719
19720         * lib/acl-internal.h: Don't include gettext.h here.
19721         * lib/set-mode-acl.c: Include gettext.h here.
19722         * lib/copy-acl.c: Likewise.
19723
19724 2008-06-10  Bruno Haible  <bruno@clisp.org>
19725
19726         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
19727         * lib/wait-process.c (wait_subprocess): Likewise.
19728         * lib/execute.h (execute): Add termsigp argument.
19729         * lib/execute.c (execute): Likewise.
19730         * lib/csharpcomp.c (compile_csharp_using_pnet,
19731         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
19732         * lib/csharpexec.c (execute_csharp_using_pnet,
19733         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
19734         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
19735         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
19736         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
19737         is_jikes_present): Update.
19738         * lib/javaexec.c (execute_java_class): Update.
19739         * lib/javaversion.c (execute_and_read_line): Update.
19740         * NEWS: Document the changes.
19741         Reported by Eric Blake.
19742
19743 2008-06-10  Eric Blake  <ebb9@byu.net>
19744
19745         Add missing include.
19746         * tests/test-strstr.c (includes): Add <signal.h>.
19747         * tests/test-strcasestr.c (includes): Likewise.
19748         * tests/test-memmem.c (includes): Likewise.
19749
19750 2008-06-10  Bruno Haible  <bruno@clisp.org>
19751
19752         * lib/wait-process.c (wait_subprocess): Add an assertion.
19753
19754 2008-06-10  Bruno Haible  <bruno@clisp.org>
19755
19756         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
19757
19758 2008-06-10  Bruno Haible  <bruno@clisp.org>
19759
19760         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
19761         using alarm().
19762         * tests/test-strcasestr.c (main): Likewise.
19763         * tests/test-strstr.c (main): Likewise.
19764
19765 2008-06-09  Bruno Haible  <bruno@clisp.org>
19766
19767         Work around the Solaris 10 ACE ACLs ABI change.
19768         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
19769         declare if ACL_NO_TRIVIAL is present.
19770         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
19771         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
19772         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
19773         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
19774         define if ACL_NO_TRIVIAL is present.
19775         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
19776         and use the current ABI.
19777         (file_has_acl): Use same #if condition as elsewhere.
19778         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
19779         in use, and use the current ABI.
19780         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
19781         Reported by Jim Meyering.
19782
19783 2008-06-09  Eric Blake  <ebb9@byu.net>
19784
19785         Work around environments that (stupidly) ignore SIGALRM.
19786         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
19787         before using alarm().
19788         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19789         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
19790         Reported by Ian Beckwith <ianb@erislabs.net>.
19791
19792         Produce autobuild blurb earlier in log.
19793         * modules/autobuild (configure.ac-early): Move AB_INIT here.
19794
19795 2008-06-09  Jim Meyering  <meyering@redhat.com>
19796         and OndÅ™ej Vašík  <ovasik@redhat.com>
19797
19798         utimens.c: correct kernel bug work-around
19799         OndÅ™ej Vašík found that the invalid return value of 280 indicates
19800         failure, not success, and the kernel bug we're trying to work
19801         around affects not just the utimensat call, but also the fallback
19802         futimens call.
19803         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
19804         not success.
19805         [HAVE_FUTIMENS]: Use the same work-around, here.
19806
19807 2008-06-09  Jim Meyering  <meyering@redhat.com>
19808
19809         add more guards around definition of ACE_-related code
19810         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
19811         ALLOW and ACE_OWNER are also defined.
19812
19813 2008-06-08  Bruno Haible  <bruno@clisp.org>
19814
19815         * lib/acl-internal.h: Add me as co-author.
19816         * lib/file-has-acl.c: Likewise.
19817         * lib/set-mode-acl.c: Likewise.
19818         * lib/copy-acl.c: Likewise.
19819
19820 2008-06-08  Bruno Haible  <bruno@clisp.org>
19821
19822         Add support for AIX ACLs.
19823         * lib/acl-internal.h (acl_nontrivial): New declaration.
19824         * lib/file-has-acl.c (acl_nontrivial): New function.
19825         (file_has_acl): Add implementation using AIX 4 ACL API.
19826         * lib/set-mode-acl.c (qset_acl): Likewise.
19827         * lib/copy-acl.c (qcopy_acl): Likewise.
19828
19829 2008-06-08  Bruno Haible  <bruno@clisp.org>
19830
19831         Add support for HP-UX ACLs.
19832         * lib/acl-internal.h (acl_nontrivial): New declaration.
19833         * lib/file-has-acl.c (acl_nontrivial): New function.
19834         (file_has_acl): Add implementation using HP-UX 11 ACL API.
19835         * lib/set-mode-acl.c (qset_acl): Likewise.
19836         * lib/copy-acl.c (qcopy_acl): Likewise.
19837
19838 2008-06-08  Bruno Haible  <bruno@clisp.org>
19839
19840         Add support for Cygwin ACLs.
19841         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
19842         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
19843         the chmod_or_fchmod call.
19844         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
19845
19846 2008-06-08  Bruno Haible  <bruno@clisp.org>
19847
19848         Fix bug with setuid modes in Solaris 10+ code.
19849         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
19850         succeeded, when the mode contains some special bits.
19851
19852 2008-06-08  Bruno Haible  <bruno@clisp.org>
19853
19854         Add support for Solaris 7..10 ACLs.
19855         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
19856         declarations.
19857         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
19858         functions.
19859         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
19860         * lib/set-mode-acl.c (qset_acl): Likewise.
19861         * lib/copy-acl.c (qcopy_acl): Likewise.
19862
19863 2008-06-08  Bruno Haible  <bruno@clisp.org>
19864
19865         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
19866         declaration.
19867         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
19868         (acl_access_nontrivial): Remove MacOS X case.
19869         (file_has_acl): Use acl_extended_nontrivial.
19870         * lib/copy-acl.c (qcopy_acl): Likewise.
19871
19872 2008-06-08  Bruno Haible  <bruno@clisp.org>
19873
19874         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
19875
19876 2008-06-08  Jim Meyering  <meyering@redhat.com>
19877
19878         * modules/acl (Maintainer): Add Bruno Haible.
19879
19880 2008-06-07  Bruno Haible  <bruno@clisp.org>
19881
19882         Improve support for Tru64 ACLs.
19883         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
19884         ACL on OSF/1.
19885
19886 2008-06-07  Bruno Haible  <bruno@clisp.org>
19887
19888         Add support for MacOS X ACLs.
19889         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
19890         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
19891         * lib/set-mode-acl.c (qset_acl): Likewise.
19892         * lib/copy-acl.c (qcopy_acl): Likewise.
19893
19894 2008-06-07  Bruno Haible  <bruno@clisp.org>
19895
19896         Fix memory leak introduced on 2008-05-22.
19897         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
19898         use.
19899
19900 2008-06-07  Bruno Haible  <bruno@clisp.org>
19901
19902         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
19903         to construct an empty ACL.
19904
19905 2008-06-07  Bruno Haible  <bruno@clisp.org>
19906
19907         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
19908         precisely.
19909         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
19910
19911 2008-06-07  Bruno Haible  <bruno@clisp.org>
19912
19913         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
19914         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
19915
19916 2008-06-07  Bruno Haible  <bruno@clisp.org>
19917
19918         * doc/posix-functions/_setjmp.texi: Explain the use of this function
19919         regardless of POSIX.
19920         * doc/posix-functions/_longjmp.texi: Likewise.
19921         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
19922         SystemV platform in this case.
19923
19924 2008-06-06  Eric Blake  <ebb9@byu.net>
19925
19926         Document abort() bugs.
19927         * doc/posix-functions/abort.texi (abort): Mention anomalies.
19928
19929         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
19930         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
19931         sigsetjmp.
19932         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
19933         siglongjmp, but only as a macro.
19934         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
19935         is obsolete.
19936         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
19937
19938         Tweak documentation to cover cygwin argz bugs.
19939         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
19940         argz bug fix; no code change needed since no cygwin releases
19941         occurred between the last fix and the bug being tested.
19942         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
19943         module and recently fixed cygwin bugs.
19944         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
19945         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
19946         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
19947         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
19948         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
19949         Likewise.
19950         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
19951         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
19952         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
19953         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
19954         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
19955         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
19956         Likewise.
19957
19958         Avoid gcc warning on cygwin.
19959         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
19960         !ACL_NO_TRIVIAL]: Avoid unused variable.
19961
19962 2008-06-05  Eric Blake  <ebb9@byu.net>
19963
19964         Be tolerant of UNKNOWN version in gnulib-tool test dir.
19965         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
19966         git-version-gen fails to come up with a version.
19967         Reported by Simon Josefsson.
19968
19969 2008-06-05  Jim Meyering  <meyering@redhat.com>
19970             Paul Eggert  <eggert@cs.ucla.edu>
19971
19972         utimens.c: work around a probable Linux kernel bug
19973         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
19974         appears to be a kernel bug that causes utimensat to return 280
19975         instead of 0, indicating success.
19976
19977 2008-06-04  Bruno Haible  <bruno@clisp.org>
19978
19979         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
19980         2008-06-01 commit.
19981
19982 2008-06-04  Bruno Haible  <bruno@clisp.org>
19983
19984         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
19985         * lib/file-has-acl.c (acl_access_nontrivial): New function.
19986         (file_has_acl): Use it. Save errno afterwards.
19987         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
19988
19989 2008-06-03  Bruno Haible  <bruno@clisp.org>
19990
19991         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
19992         draft code. Simplify #ifs.
19993         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
19994         Put Solaris code after POSIX-draft code. Fix comments regarding
19995         Solaris 10, HP-UX. Mention Cygwin.
19996         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
19997
19998 2008-06-03  Eric Blake  <ebb9@byu.net>
19999
20000         Provide fallback for older kernels.
20001         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
20002         Provide runtime fallback if kernel lacks support.
20003         Reported by Mike Frysinger.
20004
20005 2008-06-02  Bruno Haible  <bruno@clisp.org>
20006
20007         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
20008         it exists.
20009
20010 2008-06-02  Bruno Haible  <bruno@clisp.org>
20011
20012         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
20013         * lib/copy-acl.c (qcopy_acl): Update comment.
20014
20015 2008-06-02  Bruno Haible  <bruno@clisp.org>
20016
20017         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
20018         like ACL APIs.
20019
20020 2008-06-02  Bruno Haible  <bruno@clisp.org>
20021
20022         * tests/test-file-has-acl.sh: Use different code for Cygwin.
20023         * tests/test-set-mode-acl.sh: Likewise.
20024         * tests/test-copy-acl.sh: Likewise.
20025         * tests/test-copy-file.sh: Likewise.
20026
20027 2008-06-02  Bruno Haible  <bruno@clisp.org>
20028
20029         * tests/test-file-has-acl.sh: Remove unused code.
20030
20031 2008-06-01  Bruno Haible  <bruno@clisp.org>
20032
20033         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
20034         (copy_acl): Just a wrapper around qcopy_acl that emits the error
20035         messages.
20036         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
20037
20038 2008-06-01  Bruno Haible  <bruno@clisp.org>
20039
20040         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
20041         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
20042         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
20043         APIs.
20044         * modules/acl-tests (configure.ac): Remove tests now contained in
20045         m4/acl.m4.
20046
20047 2008-06-02  Jim Meyering  <meyering@redhat.com>
20048
20049         announce-gen: use a better key-server host name
20050         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
20051         it may be more consistently reliable.  Suggested by Werner Koch
20052         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
20053
20054 2008-06-01  Bruno Haible  <bruno@clisp.org>
20055
20056         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
20057         Reported by Voroskoi Andras <voroskoi@gmail.com>.
20058
20059 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
20060
20061         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
20062
20063 2008-06-01  Bruno Haible  <bruno@clisp.org>
20064
20065         New ACL tests.
20066         * tests/test-file-has-acl.sh: New file.
20067         * tests/test-file-has-acl.c: New file.
20068         * tests/test-set-mode-acl.sh: New file.
20069         * tests/test-set-mode-acl.c: New file.
20070         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
20071         * tests/test-copy-acl.c: New file.
20072         * modules/acl-tests: New file, based on modules/copy-file-tests.
20073         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
20074         (Depends-on): Add acl-tests.
20075         (configure.ac): Remove checks.
20076         (Makefile.am): Don't create test-sameacls program here any more.
20077
20078 2008-06-01  Bruno Haible  <bruno@clisp.org>
20079
20080         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
20081         * tests/test-sameacls.c: Include progname.h.
20082         (main): Invoke set_program_name. Portability fixes for MacOS X,
20083         Solaris, HP-UX.
20084
20085 2008-06-01  Bruno Haible  <bruno@clisp.org>
20086
20087         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
20088         function.
20089         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
20090
20091 2008-06-01  Bruno Haible  <bruno@clisp.org>
20092
20093         * modules/rpmatch (Depends-on): Add strdup.
20094
20095 2008-06-01  Bruno Haible  <bruno@clisp.org>
20096
20097         * lib/pipe.c: Include unistd-safer.h.
20098         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
20099         * modules/pipe (Depends-on): Add unistd-safer.
20100
20101 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20102
20103         * modules/autobuild (configure.ac): Call AB_INIT.
20104
20105 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20106
20107         * tests/test-getaddrinfo.c: Don't print debug messages by default.
20108         Suggested by Bruno Haible <bruno@clisp.org>.
20109
20110 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20111
20112         * tests/test-base64.c: Cast size_t to unsigned long when invoking
20113         printf.  Use %lu instead of %d.  Reported by Bruno Haible
20114         <bruno@clisp.org>.
20115
20116 2008-05-29  Eric Blake  <ebb9@byu.net>
20117
20118         Prefer new POSIX 200x interfaces over futimesat.
20119         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
20120         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
20121         when available.
20122         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
20123
20124 2008-05-28  Bruno Haible  <bruno@clisp.org>
20125
20126         * modules/stpcpy (License): Change to LGPLv2+.
20127         Requested by David Lutterkort <dlutter@redhat.com>.
20128
20129 2008-05-27  Bruno Haible  <bruno@clisp.org>
20130
20131         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
20132         current mingw.
20133         Reported by Jose E. Marchesi <jemarch@gnu.org>.
20134
20135 2008-05-27  Bruno Haible  <bruno@clisp.org>
20136
20137         * modules/iconv_open (Link): New section, from module 'iconv'.
20138         * modules/striconv (Link): Likewise.
20139         * modules/striconveh (Link): Likewise.
20140         * modules/xstriconv (Link): Likewise.
20141         * modules/unicodeio (Link): Likewise.
20142         * modules/propername (Link): Likewise.
20143         Reported by Jim Meyering.
20144
20145 2008-05-26  Jim Meyering  <meyering@redhat.com>
20146
20147         sha256: do not artificially restrict buffer length to be < 2^32
20148         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
20149         uint32_t to size_t.
20150         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
20151         to match.
20152
20153         avoid unaligned access errors, e.g., on sparc
20154         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
20155         direct access through a possibly-unaligned uint64* pointer.
20156         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
20157         direct access through a possibly-unaligned uint32* pointer.
20158         Prompted by this patch from Tom "spot" Callaway:
20159         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
20160
20161         sha512.c: fix typo in comment
20162         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
20163
20164 2008-05-25  Bruno Haible  <bruno@clisp.org>
20165
20166         * lib/set-mode-acl.c: Renamed from lib/acl.c.
20167         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
20168         (Makefile.am): Update lib_SOURCES.
20169
20170 2008-05-25  Bruno Haible  <bruno@clisp.org>
20171
20172         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
20173
20174 2008-05-25  Jim Meyering  <meyering@redhat.com>
20175
20176         useless-if-before-free: freed expr may have white-space differences
20177         * build-aux/useless-if-before-free: Recognize cases in which the
20178         freed expression differs from the tested one in embedded white
20179         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
20180         $1 was used, so we can't make any regexp shy.  Improved tests now
20181         detect this.
20182
20183         useless-if-before-free: accept white space in the expression.
20184         * build-aux/useless-if-before-free: For now, any white space
20185         in the expression must be identical in the free argument.
20186
20187         useless-if-before-free: efficiency tweak
20188         * build-aux/useless-if-before-free: Make the expression-matching
20189         regexp "shy".
20190         Make the *outer* regexp shy, not the expr-matching one.
20191
20192         update code-in-comment to accept cast of free arg
20193         * build-aux/useless-if-before-free: Update regexp.
20194
20195 2008-05-25  Bruno Haible  <bruno@clisp.org>
20196
20197         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
20198         * modules/copy-file-tests (Files, Makefile.am): Update.
20199         * tests/test-copy-file.c (func_test_copy): Update.
20200
20201 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
20202
20203         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
20204
20205 2008-05-23  Bruno Haible  <bruno@clisp.org>
20206
20207         Improve support for ACLs on OSF/1.
20208         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
20209         Remove fallback for unknown flavors of ACLs.
20210
20211 2008-05-22  Bruno Haible  <bruno@clisp.org>
20212
20213         Add support for ACLs on OSF/1.
20214         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
20215         replacements.
20216         (acl_free_text): New macro fallback.
20217         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
20218         acl_free.
20219         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
20220         acl_free_text function. Require AC_C_INLINE.
20221
20222 2008-05-22  Bruno Haible  <bruno@clisp.org>
20223
20224         Make copy_acl work on MacOS X 10.5.
20225         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
20226         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
20227         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
20228         If MODE_INSIDE_ACL, don't assume that every system has the same text
20229         representation for ACLs as FreeBSD.
20230         * lib/copy-acl.c (copy_acl): Add support for platforms with
20231         !MODE_INSIDE_ACL.
20232         * lib/file-has-acl.c (file_has_acl): Likewise.
20233         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
20234         FreeBSD, MacOS X, or IRIX, respectively.
20235
20236 2008-05-22  Bruno Haible  <bruno@clisp.org>
20237
20238         * lib/acl.h: Don't include <sys/acl.h>.
20239         (GETACLCNT): Move fallback to lib/acl-internal.h.
20240         * lib/acl-internal.h: Include <sys/acl.h> here.
20241         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
20242
20243 2008-05-22  Bruno Haible  <bruno@clisp.org>
20244
20245         Split off copy_acl function to separate file.
20246         * lib/copy-acl.c: New file, extracted from lib/acl.c.
20247         * lib/acl.c (copy_acl): Moved function to separate file.
20248         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
20249         * modules/acl (Files): Add lib/copy-acl.c.
20250         (Makefiles.am): Augment lib_SOURCES.
20251
20252 2008-05-22  Bruno Haible  <bruno@clisp.org>
20253
20254         * modules/copy-file-tests: New file.
20255         * tests/test-copy-file.sh: New file.
20256         * tests/test-copy-file.c: New file.
20257         * tests/test-copy-file-sameacls.c: New file.
20258
20259 2008-05-22  Eric Blake  <ebb9@byu.net>
20260
20261         Avoid gcc warning.
20262         * tests/test-memcmp.c (main): Pass NULL indirectly.
20263
20264 2008-05-21  Bruno Haible  <bruno@clisp.org>
20265
20266         Add reference doc about ACLs.
20267         * doc/acl-resources.txt: New file.
20268         * doc/acl-cygwin.txt: New file.
20269
20270 2008-05-21  Bruno Haible  <bruno@clisp.org>
20271
20272         Avoid one more warning from gcc.
20273         * lib/vasnprintf.c (IF_LINT): Update comments.
20274         (VASNPRINTF): Use it also for the 'prefix' array initializer.
20275
20276 2008-05-21  Jim Meyering  <meyering@redhat.com>
20277
20278         avoid a warning from gcc
20279         * lib/vasnprintf.c (IF_LINT): Define.
20280         (scale10_round_decimal_long_double):
20281         Use it to avoid a "may be used uninitialized" warning.
20282         (scale10_round_decimal_double): Likewise.
20283
20284 2008-05-21  Simon Josefsson  <simon@josefsson.org>
20285
20286         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
20287         declared.
20288
20289 2008-05-20  Bruno Haible  <bruno@clisp.org>
20290
20291         * tests/test-memcmp.c (main): Test also the sign of the result. Test
20292         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
20293
20294 2008-05-20  Simon Josefsson  <simon@josefsson.org>
20295
20296         * modules/memcmp-tests: New file.
20297         * tests/test-memcmp.c: New file.
20298
20299 2008-05-19  Bruno Haible  <bruno@clisp.org>
20300
20301         * modules/propername (Notice, configure.ac): Put quoted "..." into
20302         --keyword option.
20303         * lib/propername.h: Update comments accordingly.
20304         Reported by Eric Blake.
20305
20306 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
20307
20308         * modules/getpass-gnu (Depends-on): Add fseeko.
20309
20310 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20311
20312         * modules/base64-tests: New file.
20313
20314 2008-05-19  Bo Borgerson <gigabo@gmail.com>
20315
20316         * lib/base64.c (base64_decode_ctx): If a decode context structure
20317         was passed in use it to ignore newlines.  If a context structure
20318         was _not_ passed in, continue to treat newlines as garbage (this
20319         is the historical behavior).  Formerly base64_decode.
20320         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20321         takes a decode context structure.
20322         * lib/base64.h (base64_decode): Macro for four-argument calls.
20323         (base64_decode_alloc): Likewise.
20324         * lib/base64.c (base64_decode_ctx): If a decode context structure
20325         was passed in use it to ignore newlines.  If a context structure
20326         was _not_ passed in, continue to treat newlines as garbage (this
20327         is the historical behavior).  Formerly base64_decode.
20328         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20329         takes a decode context structure.
20330         * lib/base64.h (base64_decode): Macro for four-argument calls.
20331         (base64_decode_alloc): Likewise.
20332
20333 2008-05-19  Jim Meyering  <meyering@redhat.com>
20334
20335         avoid a warning from gcc
20336         * lib/trim.c (IF_LINT): Define.
20337         (trim2): Use it to avoid a "may be used uninitialized" warning.
20338
20339         Fix doc typo.
20340         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
20341
20342 2008-05-19  Bruno Haible  <bruno@clisp.org>
20343
20344         * doc/glibc-functions/getpass.texi: Document limits of other
20345         implementations.
20346
20347 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20348             Bruno Haible <bruno@clisp.org>
20349
20350         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
20351
20352 2008-05-18  Bruno Haible  <bruno@clisp.org>
20353
20354         * modules/propername: New file, from GNU gettext.
20355         * lib/propername.h: New file, from GNU gettext.
20356         * lib/propername.c: New file, from GNU gettext.
20357         * MODULES.html.sh (Internationalization functions): Add propername.
20358
20359 2008-05-16  Jim Meyering  <meyering@redhat.com>
20360             Bruno Haible  <bruno@clisp.org>
20361
20362         Avoid some warnings from "gcc -Wshadow".
20363         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
20364
20365 2008-05-15  Eric Blake  <ebb9@byu.net>
20366
20367         Extend previous patch to cygwin 1.7.0.
20368         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
20369         fast implementation in cygwin >= 1.7.0.
20370         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20371         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20372
20373 2008-05-15  Bruno Haible  <bruno@clisp.org>
20374
20375         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
20376         implementation in glibc >= 2.9.
20377         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20378         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20379
20380 2008-05-15  Bruno Haible  <bruno@clisp.org>
20381
20382         * MODULES.html.sh (Internationalization functions): Remove linebreak.
20383         (Unicode string functions): Add unilbrk/*.
20384         Reported by Karl Berry.
20385
20386 2008-05-15  Eric Blake  <ebb9@byu.net>
20387
20388         Fix violation of <stdbool.h> replacement in regex.
20389         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
20390         * lib/regexec.c (re_search_internal): Likewise.
20391         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
20392
20393 2008-05-15  Jim Meyering  <meyering@redhat.com>
20394
20395         avoid distracting test output when git or cvs is not found
20396         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
20397         * tests/test-vc-list-files-git.sh: Likewise.
20398
20399 2008-05-15  Eric Blake  <ebb9@byu.net>
20400
20401         Glibc finally accepted the memmem speedup code, bugzilla #5514.
20402         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
20403         glibc version.
20404         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
20405         * doc/posix-functions/strstr.texi (strstr): Likewise.
20406         * lib/str-two-way.h (MAX): Sychronize with glibc.
20407
20408 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
20409
20410         * lib/regcomp.c (optimize_utf8): Add a note on why we test
20411         opr.ctx_type.
20412         (calc_first): Initialize constraint field.
20413         (duplicate_node_closure): Use it instead of special casing ANCHORS.
20414         Fix grammar.
20415         (duplicate_node): Merge constraint field for all node types.
20416         (calc_eclosure_iter): Look at constraint field for all node types.
20417         * lib/regex_internal.c (create_cd_newstate): Don't look at
20418         opr.ctx_type.
20419
20420 2008-05-14  Bruno Haible  <bruno@clisp.org>
20421
20422         Help GCC to do better code generation.
20423         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
20424         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
20425         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
20426         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
20427         Declare with attribute 'malloc' if supported.
20428
20429 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
20430
20431         use "echo STR|wc -c" rather than unportable "expr length STR"
20432         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
20433         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
20434
20435 2008-05-14  Jim Meyering  <meyering@redhat.com>
20436
20437         use dd ibs=$n count=1 ... rather than less-portable head -c$n
20438         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
20439         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
20440         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
20441         via Collin Lasse.
20442
20443 2008-05-14  Eric Blake  <ebb9@byu.net>
20444
20445         Avoid quadratic growth in gl_LIBSOURCES.
20446         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
20447         Suggested by Bruno Haible.
20448
20449         Test xmemdup0.
20450         * modules/xmemdup0-tests: New file.
20451         * tests/test-xmemdup0.c: Likewise.
20452
20453 2008-05-13  Eric Blake  <ebb9@byu.net>
20454
20455         Split xmemdup0 into its own module.
20456         * modules/xmemdup0: New file.
20457         * lib/xmemdup0.h: Likewise.
20458         * lib/xmemdup0.c: Likewise.
20459         * MODULES.html.sh (Memory management functions): Add xmemdup0.
20460         * lib/xalloc.h (xmemdup0): Remove.
20461         * lib/xmalloc.c (xmemdup0): Likewise.
20462
20463 2008-05-13  Eric Blake  <ebb9@byu.net>
20464             Bruno Haible  <bruno@clisp.org>
20465
20466         Reduce number of forks required during autoconf.
20467         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
20468         and gl_LIBSOURCES_DIR.
20469         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
20470         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
20471         m4_syscmd per file.
20472         <m4_foreach_w>: Move...
20473         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
20474
20475 2008-05-13  Eric Blake  <ebb9@byu.net>
20476
20477         * gnulib-tool: Fix various comment typos.
20478
20479 2008-05-12  Bruno Haible  <bruno@clisp.org>
20480
20481         Tailor the linebreaking algorithm.
20482         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
20483
20484 2008-05-12  Bruno Haible  <bruno@clisp.org>
20485
20486         Update to Unicode 5.0.0.
20487         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20488         LBP_JV, LBP_JT. Redistribute values.
20489         (unilbrk_table): Change size.
20490         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
20491         Unicode TR#14 rev. 22.
20492         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20493         LBP_JV, LBP_JT. Redistribute values.
20494         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
20495         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
20496         Update.
20497         * lib/unilbrk/lbrkprop1.h: Regenerated.
20498         * lib/unilbrk/lbrkprop2.h: Regenerated.
20499         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
20500         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
20501         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
20502         Likewise.
20503         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
20504         Likewise.
20505         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
20506         result.
20507         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
20508         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
20509         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
20510         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
20511         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
20512         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
20513
20514 2008-05-11  Bruno Haible  <bruno@clisp.org>
20515
20516         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
20517
20518 2008-05-11  Bruno Haible  <bruno@clisp.org>
20519
20520         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
20521         * modules/unilbrk/gen-lbrk: New file.
20522
20523 2008-05-11  Bruno Haible  <bruno@clisp.org>
20524
20525         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
20526         * m4/sha512.m4 (gl_SHA512): Likewise.
20527
20528 2008-05-11  Jim Meyering  <meyering@redhat.com>
20529
20530         New modules: crypto/sha256, crypto/sha512 (from coreutils)
20531         * modules/crypto/sha256: New file.
20532         * modules/crypto/sha512: Likewise.
20533         * lib/sha256.c: Likewise.
20534         * lib/sha256.h: Likewise.
20535         * lib/sha512.c: Likewise.
20536         * lib/sha512.h: Likewise.
20537         * lib/u64.h: Likewise.
20538         * m4/sha256.m4: Likewise.
20539         * m4/sha512.m4: Likewise.
20540         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
20541
20542 2008-05-10  Bruno Haible  <bruno@clisp.org>
20543
20544         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
20545         (Input/Output <stdio.h>): Add xprintf.
20546         (Signal handling <signal.h>): Add strsignal.
20547         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
20548         (Core language properties): Add func.
20549         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
20550         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
20551         strings.
20552         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
20553         (Input/output): New section.
20554         (File system functions): Add openat-die, stat-macros.
20555         (Networking functions): Add sockets.
20556         (Unicode string functions): Add unictype/*.
20557         (Support for building libraries and executables): Add gperf.
20558         (Support for building documentation): Add agpl-3.0.
20559         (Misc): Add nocrash.
20560
20561 2008-05-10  Bruno Haible  <bruno@clisp.org>
20562
20563         * modules/unictype/gen-ctype: New file.
20564
20565 2008-05-10  Jim Meyering  <meyering@redhat.com>
20566
20567         Make chdir-safer.c more efficient on a system with no symlinks.
20568         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
20569         also if ELOOP is zero.  Suggested by Bruno Haible.
20570
20571         Make chdir-safer.c slightly safer.
20572         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
20573         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
20574
20575         Avoid compile failure on systems without ELOOP (like mingw).
20576         * lib/chdir-safer.c (ELOOP): Define if not already defined.
20577         Reported by Bruno Haible.
20578
20579 2008-05-10  Bruno Haible  <bruno@clisp.org>
20580
20581         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
20582         (is_utf8_encoding): Use a case-insensitive comparison.
20583         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
20584         streq.
20585
20586 2008-05-10  Bruno Haible  <bruno@clisp.org>
20587
20588         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
20589         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
20590         * lib/unilbrk/ulc-common.h (iconv_string_length,
20591         iconv_string_keeping_offsets): Remove declarations.
20592         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
20593         Don't include <iconv.h>, streq.h, xsize.h.
20594         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
20595         conversion.
20596         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
20597         <iconv.h>, streq.h, xsize.h.
20598         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
20599         conversion.
20600         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
20601         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
20602         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
20603         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
20604
20605 2008-05-10  Bruno Haible  <bruno@clisp.org>
20606
20607         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
20608         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
20609
20610         * modules/unilbrk/u32-width-linebreaks-tests: New file.
20611         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
20612
20613         * modules/unilbrk/u16-width-linebreaks-tests: New file.
20614         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
20615
20616         * modules/unilbrk/u8-width-linebreaks-tests: New file.
20617         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
20618
20619         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
20620         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
20621
20622         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
20623         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
20624
20625         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
20626         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
20627
20628         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
20629         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
20630
20631 2008-05-10  Bruno Haible  <bruno@clisp.org>
20632
20633         Split up 'linebreak' module.
20634         * lib/unilbrk.h: New file, based on lib/linebreak.h.
20635         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
20636         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
20637         modifications.
20638         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
20639         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
20640         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
20641         lib/linebreak.c.
20642         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
20643         lib/linebreak.c.
20644         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
20645         lib/linebreak.c.
20646         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
20647         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
20648         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
20649         lib/linebreak.c.
20650         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
20651         lib/linebreak.c.
20652         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
20653         lib/linebreak.c.
20654         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
20655         lib/linebreak.c.
20656         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
20657         lib/linebreak.c.
20658         * modules/unilbrk/base: New file.
20659         * modules/unilbrk/tables: New file.
20660         * modules/unilbrk/u8-possible-linebreaks: New file.
20661         * modules/unilbrk/u16-possible-linebreaks: New file.
20662         * modules/unilbrk/u32-possible-linebreaks: New file.
20663         * modules/unilbrk/ulc-common: New file.
20664         * modules/unilbrk/ulc-possible-linebreaks: New file.
20665         * modules/unilbrk/u8-width-linebreaks: New file.
20666         * modules/unilbrk/u16-width-linebreaks: New file.
20667         * modules/unilbrk/u32-width-linebreaks: New file.
20668         * modules/unilbrk/ulc-width-linebreaks: New file.
20669         * lib/linebreak.h: Remove file.
20670         * lib/linebreak.c: Remove file.
20671         * m4/linebreak.m4: Remove file.
20672         * modules/linebreak: Remove file.
20673         * NEWS: Mention the changes.
20674
20675 2008-05-09  Eric Blake  <ebb9@byu.net>
20676
20677         Add xmemdup0.
20678         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
20679         implementation.
20680         * lib/xmalloc.c (xmemdup0): New C implementation.
20681
20682 2008-05-08  Bruno Haible  <bruno@clisp.org>
20683
20684         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
20685
20686 2008-05-07  Eric Blake  <ebb9@byu.net>
20687
20688         Support cross-compilation of <wctype.h>.
20689         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
20690         AC_CACHE_CHECK.
20691
20692 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
20693
20694         * build-aux/vc-list-files: Add support for bzr.
20695
20696 2008-05-03  Jim Meyering  <meyering@redhat.com>
20697
20698         avoid failed assertion with tight malloc
20699         * tests/test-getndelim2.c: Correct an off-by-one assertion.
20700
20701 2008-05-03  Simon Josefsson  <simon@josefsson.org>
20702
20703         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
20704         are needed from arpa/inet.h.
20705         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
20706         Reported by Bruno Haible.
20707
20708 2008-05-02  Jim Meyering  <meyering@redhat.com>
20709
20710         avoid compilation error on FreeBSD 6
20711         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
20712
20713 2008-05-01  Jim Meyering  <meyering@redhat.com>
20714
20715         useless-if-before-free: correct --help's exit status description
20716         * build-aux/useless-if-before-free (usage): Like grep, exit 0
20717         for one or more matches, etc.  Reported by Bruno Haible.
20718
20719         vc-list-files: make the stand-alone gnulib test work
20720         * modules/vc-list-files-tests (configure.ac):
20721         Define and AC_SUBST abs_aux_dir.
20722         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
20723         $(abs_top_srcdir) to each script and having each of them
20724         duplicate the work of setting PATH, set PATH here, using
20725         the new variable, abs_aux_dir instead.
20726         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
20727         * tests/test-vc-list-files-git.sh: Likewise.
20728         Reported by Bruno Haible.
20729
20730 2008-05-01  Bruno Haible  <bruno@clisp.org>
20731
20732         * lib/getndelim2.c (getndelim2): Fix newsize computation during
20733         reallocation. Rename 'done' to 'found_delimiter'.
20734
20735 2008-05-01  Jim Meyering  <meyering@redhat.com>
20736
20737         vc-list-files: accommodate /bin/sh like the one from Solaris 10
20738         * build-aux/vc-list-files: Use `...`, not $(...).
20739
20740 2008-04-30  Jim Meyering  <meyering@redhat.com>
20741
20742         add tests for vc-list-files
20743         * modules/vc-list-files-tests: New module.
20744         * tests/test-vc-list-files-cvs.sh: New file.
20745         * tests/test-vc-list-files-git.sh: New file.
20746
20747         avoid a warning from gcc
20748         * lib/getndelim2.c (IF_LINT): Define.
20749         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
20750
20751         vc-list-files: work properly with build-aux/cvsu, too
20752         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
20753         to all cvs-based clauses.
20754
20755         vc-list-files: work properly in the CVS+awk case, too
20756         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
20757
20758         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
20759         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
20760         take more than one file argument, so .  Add quotes, just in case $dir
20761         ever contains a shell meta-character.  Prompted by Soren Hansen in
20762         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
20763
20764 2008-04-29  Eric Blake  <ebb9@byu.net>
20765
20766         Optimize getndelim2 to use block operations when possible.
20767         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
20768         freadseek, and memchr2.
20769         * lib/getndelim2.c (getndelim2): Use them for block reads.
20770
20771 2008-04-29  Bruno Haible  <bruno@clisp.org>
20772
20773         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
20774         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
20775         * modules/inet_ntop (Depends-on): Add extensions.
20776         * modules/inet_pton (Depends-on): Likewise.
20777         Reported by Simon Josefsson.
20778
20779 2008-04-29  Jim Meyering  <meyering@redhat.com>
20780
20781         When the is more than one match in a block, match all of them.
20782         * build-aux/useless-if-before-free: Iterate through each block
20783         until there are no more matches.
20784
20785         Fix broken useless-if-before-free script.
20786         * build-aux/useless-if-before-free: Fix typo: missing "?" after
20787         the expression to match cast of argument to free-like function.
20788
20789 2008-04-29  Eric Blake  <ebb9@byu.net>
20790
20791         Use new header.
20792         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
20793
20794 2008-04-29  Jim Meyering  <meyering@redhat.com>
20795
20796         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
20797         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
20798         by gnulib to exist and to declare e.g., inet_ntop.
20799         Don't include "inet_ntop.h", now removed.
20800
20801         * m4/arpa_inet_h.m4: Remove trailing blanks.
20802
20803 2008-04-29  Eric Blake  <ebb9@byu.net>
20804
20805         Silence valgrind on safe reads beyond potential array bounds.
20806         * lib/rawmemchr.valgrind: New file.
20807         * lib/strchrnul.valgrind: Likewise.
20808         * modules/rawmemchr (Files): Distribute new file.
20809         * modules/strchrnul (Files): Likewise.
20810         Suggested by Bruno Haible.
20811
20812 2008-04-29  Bruno Haible  <bruno@clisp.org>
20813
20814         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
20815         (inet_ntop, inet_pton): Change portability warning's wording.
20816         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
20817         Invoke gl_CHECK_NEXT_HEADERS.
20818         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
20819         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
20820         set ARPA_INET_H.
20821         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
20822         * modules/arpa_inet (Description): No longer only for systems that
20823         lack it.
20824         (Depends-on): Add include_next.
20825         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
20826         HAVE_ARPA_INET_H.
20827
20828 2008-04-29  Jim Meyering  <meyering@redhat.com>
20829
20830         * modules/mkdir (License): Re-license as LGPLv2+.
20831
20832 2008-04-29  Bruno Haible  <bruno@clisp.org>
20833
20834         * modules/rawmemchr (Maintainer): Set to Eric.
20835         * modules/strchrnul (Maintainer): Likewise.
20836
20837 2008-04-29  Simon Josefsson  <simon@josefsson.org>
20838
20839         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
20840         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
20841
20842         * modules/arpa_inet (arpa/inet.h): Use them.
20843
20844 2008-04-28  Eric Blake  <ebb9@byu.net>
20845
20846         Test getndelim2.
20847         * modules/getndelim2-tests: New file.
20848         * tests/test-getndelim2.c: Likewise.
20849         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
20850         stream.
20851         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
20852
20853         * MODULES.html.sh: Document new module.
20854
20855 2008-04-20  Bruno Haible  <bruno@clisp.org>
20856
20857         * lib/c-stack.c (die): Use raise.
20858         * modules/c-stack (Depends-on): Add raise.
20859
20860 2008-04-28  Bruno Haible  <bruno@clisp.org>
20861
20862         Expect rpmatch to be declared.
20863         * lib/yesno.c (rpmatch): Remove declaration.
20864
20865         Declare rpmatch.
20866         * lib/stdlib.in.h (rpmatch): New declaration.
20867         * lib/rpmatch.c: Include <stdlib.h> first.
20868         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
20869         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
20870         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
20871         HAVE_RPMATCH.
20872         * modules/rpmatch (Depends-on): Add stdlib, extensions.
20873         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20874         (Include): Set to <stdlib.h>.
20875         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
20876         HAVE_RPMATCH.
20877         * NEWS: Document the change.
20878
20879 2008-04-28  Bruno Haible  <bruno@clisp.org>
20880
20881         Change rpmatch to use nl_langinfo when appropriate.
20882         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
20883         (N_): New macro.
20884         (localized_pattern): New function/macro.
20885         (try): Remove match, nomatch arguments. Copy the pattern into safe
20886         memory before caching it.
20887         (rpmatch): Use localized_pattern. Add translator comments.
20888         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
20889         Suggested by Eric Blake.
20890         * modules/rpmatch (Depends-on): Add stdbool.
20891
20892 2008-04-28  Eric Blake  <ebb9@byu.net>
20893
20894         Add rawmemchr module, matching glibc.
20895         * modules/string (Makefile.am): New indicator.
20896         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
20897         * lib/string.in.h (rawmemchr): Declare when appropriate.
20898         * modules/rawmemchr: New file.
20899         * m4/rawmemchr.m4: Likewise.
20900         * lib/rawmemchr.c: Likewise.
20901         * modules/rawmemchr-tests: Likewise.
20902         * tests/test-rawmemchr.c: Likewise.
20903         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
20904         module.
20905         * modules/strchrnul (Depends-on): Add rawmemchr.
20906         * lib/strchrnul.c (strchrnul): Optimize a corner case.
20907
20908         Whitespace cleanup.
20909         * tests/test-strchrnul.c: Reindent.
20910         * lib/strchrnul.c: Likewise.
20911
20912         Optimize and test strchrnul.
20913         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
20914         * modules/strchrnul-tests: New file.
20915         * tests/test-strchrnul.c: Likewise.
20916
20917         Remove intprops dependency.
20918         * modules/memchr (Depends-on): Remove intprops.
20919         * modules/memrchr (Depends-on): Likewise.
20920         * modules/memchr2 (Depends-on): Likewise.
20921         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
20922         * lib/memrchr.c (__memrchr): Likewise.
20923         * lib/memrchr2.c (memchr2): Likewise.
20924         Reported by Simon Josefsson.
20925
20926 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20927
20928         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
20929         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20930
20931 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20932
20933         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
20934
20935         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
20936
20937         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
20938
20939         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
20940         declarations.
20941         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
20942
20943         * m4/inet_pton.m4: Don't check for header files.
20944
20945         * m4/inet_ntop.m4: Don't check for header files.
20946
20947 2008-04-28  Simon Josefsson  <simon@josefsson.org>
20948
20949         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
20950         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
20951         trigger for cygwin).
20952         Reported by Bruno Haible  <bruno@clisp.org>.
20953
20954 2008-04-28  Bruno Haible  <bruno@clisp.org>
20955
20956         * doc/posix-functions/strdup.texi: Mention mingw problem.
20957
20958 2008-04-27  Bruno Haible  <bruno@clisp.org>
20959
20960         * modules/stat-time-tests (Depends-on): Add sleep.
20961         * tests/test-stat-time.c (force_unlink): New function.
20962         (cleanup): Use it.
20963         (test_mtime): Remove the ctime related tests.
20964         (test_ctime): New function, containing the ctime related tests.
20965         (main): Call test_ctime, except on native Windows platforms.
20966
20967 2008-04-27  Bruno Haible  <bruno@clisp.org>
20968
20969         * lib/rpmatch.c (rpmatch): Add some comments.
20970         Reported by James Youngman <jay@gnu.org>.
20971
20972 2008-04-27  Bruno Haible  <bruno@clisp.org>
20973
20974         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
20975         quiet NaNs.
20976
20977 2008-04-27  Bruno Haible  <bruno@clisp.org>
20978
20979         Make test-yesno.sh work on mingw.
20980         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
20981         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
20982         (main): Set stdin to binary mode.
20983         * modules/yesno-tests (Depends-on): Add binary-io.
20984
20985 2008-04-27  Bruno Haible  <bruno@clisp.org>
20986
20987         Fix 'isfinite' on x86, x86_64, ia64 platforms.
20988         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
20989         argument that lie outside the IEEE 854 domain.
20990         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
20991         (gl_ISFINITE): Use it.
20992         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
20993
20994 2008-04-27  Bruno Haible  <bruno@clisp.org>
20995
20996         Allow local renaming in config.h.
20997         * lib/memrchr.c (memrchr): Don't undefine outside libc.
20998
20999 2008-04-27  Bruno Haible  <bruno@clisp.org>
21000
21001         * lib/memchr.c (__memchr): Change type of 'i'.
21002         * lib/memchr2.c (memchr2): Likewise.
21003
21004 2008-04-26  Eric Blake  <ebb9@byu.net>
21005         and Bruno Haible  <bruno@clisp.org>
21006
21007         Optimize and test memrchr.
21008         * modules/memrchr (Depends-on): Add intprops.
21009         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
21010         * modules/memrchr-tests: New file.
21011         * tests/test-memrchr.c: New file.
21012
21013 2008-04-26  Bruno Haible  <bruno@clisp.org>
21014
21015         Add tentative support for DragonFly BSD.
21016         * lib/stdio-impl.h: Add macros for DragonFly BSD.
21017         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
21018         fp.
21019         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21020         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
21021         * lib/fpurge.c (fpurge): Likewise.
21022         * lib/freadable.c (freaadable): Likewise.
21023         * lib/freadahead.c (freadahead): Likewise.
21024         * lib/freading.c (freading): Likewise.
21025         * lib/freadptr.c (freadptr): Likewise.
21026         * lib/freadseek.c (freadptrinc): Likewise.
21027         * lib/fseeko.c (fseeko): Likewise.
21028         * lib/fseterr.c (fseterr): Likewise.
21029         * lib/fwritable.c (fwritable): Likewise.
21030         * lib/fwriting.c (fwriting): Likewise.
21031
21032 2008-04-26  Bruno Haible  <bruno@clisp.org>
21033
21034         * lib/stdio-impl.h: New file.
21035         * lib/fbufmode.c: Include stdio-impl.h.
21036         (fbufmode): Use fp_, remove redundant #defines.
21037         * lib/fflush.c: Include stdio-impl.h.
21038         (clear_ungetc_buffer): Remove redundant #defines.
21039         * lib/fpurge.c: Include stdio-impl.h.
21040         (fpurge): Remove redundant #defines.
21041         * lib/freadable.c: Include stdio-impl.h.
21042         (freadable): Remove redundant #defines.
21043         * lib/freadahead.c: Include stdio-impl.h.
21044         (freadahead): Remove redundant #defines.
21045         * lib/freading.c: Include stdio-impl.h.
21046         (freading): Remove redundant #defines.
21047         * lib/freadptr.c: Include stdio-impl.h.
21048         (freadptr): Remove redundant #defines.
21049         * lib/freadseek.c: Include stdio-impl.h.
21050         (freadptrinc): Remove redundant #defines.
21051         * lib/fseeko.c: Include stdio-impl.h.
21052         (rpl_fseeko): Remove redundant #defines.
21053         * lib/fseterr.c: Include stdio-impl.h.
21054         (fseterr): Remove redundant #defines.
21055         * lib/fwritable.c: Include stdio-impl.h.
21056         (fwritable: Remove redundant #defines.
21057         * lib/fwriting.c: Include stdio-impl.h.
21058         (fwriting): Remove redundant #defines.
21059         * modules/fbufmode (Files): Add lib/stdio-impl.h.
21060         * modules/fflush (Files): Likewise.
21061         * modules/fpurge (Files): Likewise.
21062         * modules/freadable (Files): Likewise.
21063         * modules/freadahead (Files): Likewise.
21064         * modules/freading (Files): Likewise.
21065         * modules/freadptr (Files): Likewise.
21066         * modules/freadseek (Files): Likewise.
21067         * modules/fseeko (Files): Likewise.
21068         * modules/fseterr (Files): Likewise.
21069         * modules/fwritable (Files): Likewise.
21070         * modules/fwriting (Files): Likewise.
21071
21072 2008-04-26  Bruno Haible  <bruno@clisp.org>
21073
21074         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21075         restore_seek_optimization, update_fpos_cache): New functions, extracted
21076         from rpl_fflush.
21077         (rpl_fflush): Use them.
21078         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
21079         (gl_REPLACE_FFLUSH): Use it.
21080
21081 2008-04-26  Bruno Haible  <bruno@clisp.org>
21082
21083         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
21084         on Solaris.
21085         * tests/test-xstrtoimax.sh: Likewise.
21086         * tests/test-xstrtoumax.sh: Likewise.
21087         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21088
21089 2008-04-26  Bruno Haible  <bruno@clisp.org>
21090
21091         * modules/memchr-tests: New file.
21092         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
21093
21094 2008-04-26  Eric Blake  <ebb9@byu.net>
21095             Bruno Haible  <bruno@clisp.org>
21096
21097         * lib/memchr.c: Include intprops.h.
21098         (__memchr): Optimize parallel detection of matching bytes. Rename local
21099         variables. Add explanatory comments.
21100
21101 2008-04-26  Bruno Haible  <bruno@clisp.org>
21102
21103         Fix module 'memchr', broken since 2000-10-28.
21104         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
21105
21106 2008-04-26  Bruno Haible  <bruno@clisp.org>
21107
21108         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
21109         comments.
21110
21111 2008-04-25  Eric Blake  <ebb9@byu.net>
21112
21113         Use native fstatat on cygwin 1.7.0.
21114         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
21115         first.
21116
21117 2008-04-23  Eric Blake  <ebb9@byu.net>
21118
21119         Improve memchr2 performance.
21120         * lib/memchr2.c (memchr2): Further optimize parallel detection of
21121         NUL bytes.
21122         * modules/memchr2 (Depends-on): Use intprops.h.
21123
21124 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21125
21126         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
21127         an inline function instead of a CPP macro.  Patch by Ben Pfaff
21128         <blp@cs.stanford.edu>.
21129
21130 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21131
21132         * lib/arpa_inet.in.h: New file.
21133
21134         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
21135         (Makefile.am): Sed in substitute header file.
21136
21137         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
21138         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
21139
21140         * modules/inet_ntop (configure.ac): Use
21141         gl_ARPA_INET_MODULE_INDICATOR.
21142
21143         * modules/inet_pton (configure.ac): Use
21144         gl_ARPA_INET_MODULE_INDICATOR.
21145
21146 2008-04-22  Jim Meyering  <meyering@redhat.com>
21147
21148         * modules/verify (License): Re-license as LGPLv2+.
21149
21150 2008-04-22  Simon Josefsson  <simon@josefsson.org>
21151
21152         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
21153         parameter to void* as per POSIX standard (MinGW uses char*).
21154
21155 2008-04-21  Bruno Haible  <bruno@clisp.org>
21156
21157         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21158         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21159         Define to replacements if REPLACE_ISWCNTRL is 1.
21160         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
21161         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
21162         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
21163         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
21164         what it fixes.
21165         * doc/posix-functions/iswalpha.texi: Likewise.
21166         * doc/posix-functions/iswblank.texi: Likewise.
21167         * doc/posix-functions/iswcntrl.texi: Likewise.
21168         * doc/posix-functions/iswdigit.texi: Likewise.
21169         * doc/posix-functions/iswgraph.texi: Likewise.
21170         * doc/posix-functions/iswlower.texi: Likewise.
21171         * doc/posix-functions/iswprint.texi: Likewise.
21172         * doc/posix-functions/iswpunct.texi: Likewise.
21173         * doc/posix-functions/iswspace.texi: Likewise.
21174         * doc/posix-functions/iswupper.texi: Likewise.
21175         * doc/posix-functions/iswxdigit.texi: Likewise.
21176         Reported by Alain Guibert.
21177
21178 2008-04-21  Bruno Haible  <bruno@clisp.org>
21179
21180         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
21181         Patch by Alain Guibert.
21182
21183 2008-04-21  Bruno Haible  <bruno@clisp.org>
21184
21185         Fix test failures on mingw.
21186         * tests/test-xstrtol.c (print_no_progname): New function.
21187         (main): Install it in error_print_progname hook.
21188         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
21189         * tests/test-xstrtoimax.sh: Likewise.
21190         * tests/test-xstrtoumax.sh: Likewise.
21191
21192 2008-04-21  Bruno Haible  <bruno@clisp.org>
21193
21194         Fix test failure on mingw.
21195         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
21196
21197 2008-04-21  Bruno Haible  <bruno@clisp.org>
21198
21199         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
21200         Actually assign a value.
21201
21202 2008-04-20  Bruno Haible  <bruno@clisp.org>
21203
21204         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
21205         take 2.
21206         * lib/canonicalize.c (canonicalize_file_name): Elide if the
21207         'canonicalize-lgpl' module is also used.
21208         * lib/canonicalize-lgpl.c: Undo last change.
21209         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
21210
21211 2008-04-20  Bruno Haible  <bruno@clisp.org>
21212
21213         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
21214         config.h. Provide _mkdir based fallback for mingw.
21215         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
21216         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
21217         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
21218         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
21219         rather than defining mkdir in config.h.
21220         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
21221         (gl_SYS_STAT_H_DEFAULTS): New macro.
21222         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
21223         HAVE_IO_H any more.
21224         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
21225         HAVE_DECL_MKDIR and HAVE_IO_H.
21226
21227 2008-04-20  Bruno Haible  <bruno@clisp.org>
21228
21229         * lib/isapipe.c: Port to native Windows platforms.
21230
21231 2008-04-20  Bruno Haible  <bruno@clisp.org>
21232
21233         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
21234
21235 2008-04-21  Eric Blake  <ebb9@byu.net>
21236
21237         Work around preprocessors that don't handle UINTMAX_MAX.
21238         * lib/memchr2.c (memchr2): Avoid embedded #if.
21239         Reported by Alain Guibert, fix suggested by Bruno Haible.
21240
21241 2008-04-21  Simon Josefsson  <simon@josefsson.org>
21242
21243         * doc/posix-functions/strftime.texi (strftime): Explain better
21244         Windows incompatibility.  Suggested by Micah Cowan
21245         <micah@cowan.name>.
21246
21247 2008-04-20  Bruno Haible  <bruno@clisp.org>
21248
21249         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
21250         unistr/u8-mblen.
21251
21252 2008-04-20  Bruno Haible  <bruno@clisp.org>
21253
21254         Fix test failure on platforms with non-GNU iconv.
21255         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
21256         (U_TO_U8): Use it, rather than u16_to_u8.
21257         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
21258         units at the end of the input string.
21259         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
21260
21261 2008-04-20  Bruno Haible  <bruno@clisp.org>
21262
21263         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
21264         when the resulting length is 0.
21265         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
21266
21267 2008-04-20  Bruno Haible  <bruno@clisp.org>
21268
21269         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
21270         works.
21271         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
21272
21273 2008-04-20  Bruno Haible  <bruno@clisp.org>
21274
21275         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
21276         * modules/tsearch-tests (configure.ac): Test for initstate function.
21277
21278 2008-04-20  Bruno Haible  <bruno@clisp.org>
21279
21280         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
21281         for nlink_t if missing.
21282         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
21283
21284 2008-04-19  Bruno Haible  <bruno@clisp.org>
21285
21286         Work around snprintf bug on Linux libc5.
21287         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
21288         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21289         gl_SNPRINTF_SIZE1.
21290         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21291         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
21292         that test failed.
21293         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
21294         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
21295         * modules/snprintf (Files): Add m4/printf.m4.
21296         * modules/vsnprintf (Files): Likewise.
21297         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
21298         * doc/posix-functions/vsnprintf.texi: Likewise.
21299
21300 2008-04-19  Bruno Haible  <bruno@clisp.org>
21301
21302         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
21303         from 0.0058 to less than 10^-7.
21304
21305 2008-04-19  Bruno Haible  <bruno@clisp.org>
21306
21307         Fix rounding when a precision is given.
21308         * lib/vasnprintf.c (is_borderline): New function.
21309         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
21310         9...9x.
21311         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
21312         %e, %g.
21313         * tests/test-vasprintf-posix.c (test_function): Likewise.
21314         * tests/test-snprintf-posix.h (test_function): Likewise.
21315         * tests/test-sprintf-posix.h (test_function): Likewise.
21316         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
21317         * tests/test-printf-posix.h (test_function): Likewise.
21318         * tests/test-printf-posix.output: Update.
21319         Reported by John Darrington <john@darrington.wattle.id.au> via
21320         Ben Pfaff <blp@cs.stanford.edu>.
21321
21322 2008-04-18  Simon Josefsson  <simon@josefsson.org>
21323
21324         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
21325         Suggested by Bruno Haible <bruno@clisp.org>.
21326
21327 2008-04-17  Bruno Haible  <bruno@clisp.org>
21328
21329         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
21330         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
21331         implementation.
21332         Patch by Bruce Merry <bmerry@gmail.com>.
21333
21334 2008-04-17  Simon Josefsson  <simon@josefsson.org>
21335
21336         * doc/posix-functions/strftime.texi (strftime): Mention that %e
21337         doesn't work under Windows.
21338
21339 2008-04-16  Bruno Haible  <bruno@clisp.org>
21340
21341         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
21342         New macros.
21343         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
21344         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
21345         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
21346         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
21347         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
21348         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
21349         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
21350         macros.
21351         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
21352         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
21353         Northern Sotho, Uighur.
21354
21355 2008-04-16  Bruno Haible  <bruno@clisp.org>
21356
21357         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
21358         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
21359         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
21360         Reported by Daniel Bergström <daniel@octocode.com>.
21361
21362 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
21363             Bruno Haible  <bruno@clisp.org>
21364
21365         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
21366         function.
21367         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
21368         New functions, mostly extracted from gl_locale_name_default.
21369         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
21370
21371 2008-04-16  Eric Blake  <ebb9@byu.net>
21372
21373         Adjust strtod detection to catch glibc 2.7 bug.
21374         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
21375         Reported by John Gatewood Ham.
21376
21377 2008-04-16  Bruno Haible  <bruno@clisp.org>
21378
21379         Add tentative support for Linux libc5.
21380         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
21381         * lib/fpurge.c (fpurge): Likewise.
21382         * lib/freadable.c (freadable): Likewise.
21383         * lib/freadahead.c (freadahead): Likewise.
21384         * lib/freading.c (freading): Likewise.
21385         * lib/freadptr.c (freadptr): Likewise.
21386         * lib/freadseek.c (freadptrinc): Likewise.
21387         * lib/fseeko.c (rpl_fseeko): Likewise.
21388         * lib/fseterr.c (fseterr): Likewise.
21389         * lib/fwritable.c (fwritable): Likewise.
21390         * lib/fwriting.c (fwriting): Likewise.
21391         Reported by Alain Guibert <alguibert+bts@free.fr>.
21392
21393 2008-04-15  Bruno Haible  <bruno@clisp.org>
21394
21395         * modules/mathl (configure.ac): Define module indicator.
21396
21397 2008-04-15  Bruno Haible  <bruno@clisp.org>
21398
21399         * lib/logl.c (logl): Remove unused variables.
21400
21401 2008-04-15  Bruno Haible  <bruno@clisp.org>
21402
21403         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
21404         fails.
21405
21406 2008-04-15  Bruno Haible  <bruno@clisp.org>
21407
21408         * lib/trim.c (trim2): Fix argument of isspace() macro.
21409
21410 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
21411
21412         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
21413         to 0.
21414         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
21415
21416 2008-04-14  Bruno Haible  <bruno@clisp.org>
21417
21418         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
21419         AC_LANG_PROGRAM argument.
21420         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
21421         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
21422         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
21423         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
21424         * m4/math_h.m4 (gl_MATH_H): Likewise.
21425         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
21426         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21427         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
21428         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
21429         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21430         * m4/regex.m4 (gl_REGEX): Likewise.
21431         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
21432         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
21433         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21434         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
21435         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
21436         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21437         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21438         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
21439
21440 2008-04-14  Jim Meyering  <meyering@redhat.com>
21441
21442         test-strtod: fix typos: s/abs/fabs/
21443         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
21444
21445 2008-04-13  Bruno Haible  <bruno@clisp.org>
21446
21447         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
21448         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
21449         module is also used and while not building the reloc-wrapper.
21450
21451 2008-04-13  Bruno Haible  <bruno@clisp.org>
21452
21453         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
21454
21455 2008-04-13  Bruno Haible  <bruno@clisp.org>
21456
21457         Fix AIX compilation failure introduced on 2008-04-02.
21458         * tests/test-frexp.c (exp): Undefine before redefining.
21459         * tests/test-frexpl.c (exp): Likewise.
21460
21461 2008-04-13  Bruno Haible  <bruno@clisp.org>
21462
21463         Work around a HP-UX stdio bug.
21464         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
21465         * tests/test-ftello.c (main): Likewise.
21466         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
21467         * doc/posix-functions/ftello.texi: Likewise.
21468
21469 2008-04-13  Bruno Haible  <bruno@clisp.org>
21470
21471         Make test-signbit pass on HP-UX/hppa.
21472         * tests/test-signbit.c (minus_zerol): New variable.
21473         (test_signbitl): Use it.
21474
21475 2008-04-13  Bruno Haible  <bruno@clisp.org>
21476
21477         Make truncl work on OSF/1 4.0.
21478         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
21479         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21480         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21481         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
21482         HAVE_DECL_TRUNCL.
21483         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
21484         HAVE_DECL_TRUNCL.
21485         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
21486
21487 2008-04-13  Bruno Haible  <bruno@clisp.org>
21488
21489         * lib/unictype.h: Remove trailing comma from enumeration definitions.
21490
21491 2008-04-13  Bruno Haible  <bruno@clisp.org>
21492
21493         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
21494         expression, so as to avoid HP-UX 11 cc compiler bug.
21495
21496 2008-04-13  Bruno Haible  <bruno@clisp.org>
21497
21498         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
21499
21500 2008-04-13  Bruno Haible  <bruno@clisp.org>
21501
21502         * lib/git-merge-changelog.c: Remove empty declaration outside of
21503         functions.
21504
21505 2008-04-13  Bruno Haible  <bruno@clisp.org>
21506
21507         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
21508
21509 2008-04-13  Bruno Haible  <bruno@clisp.org>
21510
21511         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
21512         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
21513         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
21514         also if it exists but lacks definitions of the SHUT_* macros.
21515         * modules/sys_socket (Description): Update.
21516         Reported by Elbert Pol <e.pol@chello.nl>.
21517
21518 2008-04-13  Bruno Haible  <bruno@clisp.org>
21519
21520         * lib/localcharset.c (OS2): Don't redefine if already defined.
21521         Reported by Elbert Pol <e.pol@chello.nl>.
21522
21523 2008-04-13  Bruno Haible  <bruno@clisp.org>
21524
21525         * lib/binary-io.h [__EMX__]: Include <io.h>.
21526         Reported by Elbert Pol <e.pol@chello.nl>.
21527
21528 2008-04-12  Bruno Haible  <bruno@clisp.org>
21529
21530         * lib/fpucw.h: Enable the definitions also for x86_64.
21531         Needed for NetBSD/x86_64.
21532         Reported by Thomas Klausner <tk@giga.or.at>.
21533
21534 2008-04-12  Bruno Haible  <bruno@clisp.org>
21535
21536         * tests/test-strtod.c: Include isnand.h.
21537         (main): Use isnand instead of isnan.
21538         Reported by Jim Meyering.
21539
21540 2008-04-12  Bruno Haible  <bruno@clisp.org>
21541
21542         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
21543         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
21544
21545 2008-04-12  Jim Meyering  <meyering@redhat.com>
21546
21547         * m4/math_h.m4 (gl_MATH_H): Fix typos.
21548
21549 2008-04-12  Bruno Haible  <bruno@clisp.org>
21550
21551         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
21552         Reported by Elbert Pol <e.pol@chello.nl>.
21553
21554 2008-04-12  Eric Blake  <ebb9@byu.net>
21555
21556         Work around Solaris 10 math.h bug.
21557         * m4/math_h.m4 (gl_MATH_H): Check for bug.
21558         (gl_MATH_H_DEFAULTS): Set up default.
21559         * modules/math (Makefile.am): Replace new indicators.
21560         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
21561         * tests/test-math.c (main): Test this.
21562         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
21563         * doc/posix-headers/math.texi (math.h): Mention bug.
21564         Reported by Nelson H. F. Beebe and Jim Meyering.
21565
21566 2008-04-11  Bruno Haible  <bruno@clisp.org>
21567
21568         Adapt to future versions of Apple GCC.
21569         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
21570         Reported by Peter O'Gorman <peter@pogma.com>.
21571
21572 2008-04-11  Bruno Haible  <bruno@clisp.org>
21573
21574         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
21575
21576 2008-04-11  Bruno Haible  <bruno@clisp.org>
21577
21578         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
21579
21580         * modules/getaddrinfo-tests (Makefile.am): Define
21581         test_getaddrinfo_LDADD.
21582
21583 2008-04-11  Bruno Haible  <bruno@clisp.org>
21584
21585         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
21586         (init): Fix syntax error.
21587         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
21588         is declared.
21589
21590 2008-04-11  Bruno Haible  <bruno@clisp.org>
21591
21592         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
21593         * modules/glob (Depends-on): Add stdbool.
21594
21595 2008-04-11  Bruno Haible  <bruno@clisp.org>
21596
21597         * lib/trim.c: Include <string.h>.
21598
21599 2008-04-11  Eric Blake  <ebb9@byu.net>
21600
21601         Avoid compile failure on OS/2.
21602         * lib/regex_internal.h (internal_function): Disable optimization
21603         on OS/2 (__EMX__), where it caused compiler error.
21604         Reported by Elbert Pol.
21605
21606 2008-04-11  Bruno Haible  <bruno@clisp.org>
21607
21608         Flush the standard error stream before aborting. Needed on mingw.
21609         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
21610         * tests/test-array_list.c (ASSERT): Likewise.
21611         * tests/test-array_oset.c (ASSERT): Likewise.
21612         * tests/test-avltree_list.c (ASSERT): Likewise.
21613         * tests/test-avltree_oset.c (ASSERT): Likewise.
21614         * tests/test-avltreehash_list.c (ASSERT): Likewise.
21615         * tests/test-binary-io.c (ASSERT): Likewise.
21616         * tests/test-byteswap.c (ASSERT): Likewise.
21617         * tests/test-c-ctype.c (ASSERT): Likewise.
21618         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
21619         * tests/test-c-strcasestr.c (ASSERT): Likewise.
21620         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
21621         * tests/test-c-strstr.c (ASSERT): Likewise.
21622         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
21623         * tests/test-canonicalize.c (ASSERT): Likewise.
21624         * tests/test-carray_list.c (ASSERT): Likewise.
21625         * tests/test-ceilf1.c (ASSERT): Likewise.
21626         * tests/test-ceilf2.c (ASSERT): Likewise.
21627         * tests/test-ceill.c (ASSERT): Likewise.
21628         * tests/test-count-one-bits.c (ASSERT): Likewise.
21629         * tests/test-fbufmode.c (ASSERT): Likewise.
21630         * tests/test-fflush2.c (ASSERT): Likewise.
21631         * tests/test-floorf1.c (ASSERT): Likewise.
21632         * tests/test-floorf2.c (ASSERT): Likewise.
21633         * tests/test-floorl.c (ASSERT): Likewise.
21634         * tests/test-fopen.c (ASSERT): Likewise.
21635         * tests/test-fpending.c (ASSERT): Likewise.
21636         * tests/test-fprintf-posix.c (ASSERT): Likewise.
21637         * tests/test-fpurge.c (ASSERT): Likewise.
21638         * tests/test-freadable.c (ASSERT): Likewise.
21639         * tests/test-freadahead.c (ASSERT): Likewise.
21640         * tests/test-freading.c (ASSERT): Likewise.
21641         * tests/test-freadptr.c (ASSERT): Likewise.
21642         * tests/test-freadptr2.c (ASSERT): Likewise.
21643         * tests/test-freadseek.c (ASSERT): Likewise.
21644         * tests/test-freopen.c (ASSERT): Likewise.
21645         * tests/test-frexp.c (ASSERT): Likewise.
21646         * tests/test-frexpl.c (ASSERT): Likewise.
21647         * tests/test-fseek.c (ASSERT): Likewise.
21648         * tests/test-fseeko.c (ASSERT): Likewise.
21649         * tests/test-fstrcmp.c (ASSERT): Likewise.
21650         * tests/test-ftell.c (ASSERT): Likewise.
21651         * tests/test-ftello.c (ASSERT): Likewise.
21652         * tests/test-func.c (ASSERT): Likewise.
21653         * tests/test-fwritable.c (ASSERT): Likewise.
21654         * tests/test-fwriting.c (ASSERT): Likewise.
21655         * tests/test-getdelim.c (ASSERT): Likewise.
21656         * tests/test-getline.c (ASSERT): Likewise.
21657         * tests/test-i-ring.c (ASSERT): Likewise.
21658         * tests/test-iconv-utf.c (ASSERT): Likewise.
21659         * tests/test-iconv.c (ASSERT): Likewise.
21660         * tests/test-isfinite.c (ASSERT): Likewise.
21661         * tests/test-isnand.c (ASSERT): Likewise.
21662         * tests/test-isnanf.c (ASSERT): Likewise.
21663         * tests/test-isnanl.h (ASSERT): Likewise.
21664         * tests/test-ldexpl.c (ASSERT): Likewise.
21665         * tests/test-linked_list.c (ASSERT): Likewise.
21666         * tests/test-linkedhash_list.c (ASSERT): Likewise.
21667         * tests/test-localename.c (ASSERT): Likewise.
21668         * tests/test-lseek.c (ASSERT): Likewise.
21669         * tests/test-mbscasecmp.c (ASSERT): Likewise.
21670         * tests/test-mbscasestr1.c (ASSERT): Likewise.
21671         * tests/test-mbscasestr2.c (ASSERT): Likewise.
21672         * tests/test-mbscasestr3.c (ASSERT): Likewise.
21673         * tests/test-mbscasestr4.c (ASSERT): Likewise.
21674         * tests/test-mbschr.c (ASSERT): Likewise.
21675         * tests/test-mbscspn.c (ASSERT): Likewise.
21676         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
21677         * tests/test-mbspbrk.c (ASSERT): Likewise.
21678         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
21679         * tests/test-mbsrchr.c (ASSERT): Likewise.
21680         * tests/test-mbsspn.c (ASSERT): Likewise.
21681         * tests/test-mbsstr1.c (ASSERT): Likewise.
21682         * tests/test-mbsstr2.c (ASSERT): Likewise.
21683         * tests/test-mbsstr3.c (ASSERT): Likewise.
21684         * tests/test-memchr2.c (ASSERT): Likewise.
21685         * tests/test-memmem.c (ASSERT): Likewise.
21686         * tests/test-open.c (ASSERT): Likewise.
21687         * tests/test-printf-frexp.c (ASSERT): Likewise.
21688         * tests/test-printf-frexpl.c (ASSERT): Likewise.
21689         * tests/test-printf-posix.c (ASSERT): Likewise.
21690         * tests/test-quotearg.c (ASSERT): Likewise.
21691         * tests/test-rbtree_list.c (ASSERT): Likewise.
21692         * tests/test-rbtree_oset.c (ASSERT): Likewise.
21693         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
21694         * tests/test-round1.c (ASSERT): Likewise.
21695         * tests/test-roundf1.c (ASSERT): Likewise.
21696         * tests/test-roundl.c (ASSERT): Likewise.
21697         * tests/test-signbit.c (ASSERT): Likewise.
21698         * tests/test-sleep.c (ASSERT): Likewise.
21699         * tests/test-snprintf-posix.c (ASSERT): Likewise.
21700         * tests/test-snprintf.c (ASSERT): Likewise.
21701         * tests/test-sprintf-posix.c (ASSERT): Likewise.
21702         * tests/test-stat-time.c (ASSERT): Likewise.
21703         * tests/test-strcasestr.c (ASSERT): Likewise.
21704         * tests/test-strerror.c (ASSERT): Likewise.
21705         * tests/test-striconv.c (ASSERT): Likewise.
21706         * tests/test-striconveh.c (ASSERT): Likewise.
21707         * tests/test-striconveha.c (ASSERT): Likewise.
21708         * tests/test-strsignal.c (ASSERT): Likewise.
21709         * tests/test-strstr.c (ASSERT): Likewise.
21710         * tests/test-strtod.c (ASSERT): Likewise.
21711         * tests/test-trunc1.c (ASSERT): Likewise.
21712         * tests/test-trunc2.c (ASSERT): Likewise.
21713         * tests/test-truncf1.c (ASSERT): Likewise.
21714         * tests/test-truncf2.c (ASSERT): Likewise.
21715         * tests/test-truncl.c (ASSERT): Likewise.
21716         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
21717         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
21718         * tests/test-vasnprintf.c (ASSERT): Likewise.
21719         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
21720         * tests/test-vasprintf.c (ASSERT): Likewise.
21721         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
21722         * tests/test-vprintf-posix.c (ASSERT): Likewise.
21723         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
21724         * tests/test-vsnprintf.c (ASSERT): Likewise.
21725         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
21726         * tests/test-wcwidth.c (ASSERT): Likewise.
21727         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
21728         * tests/test-xprintf-posix.c (ASSERT): Likewise.
21729         * tests/test-xvasprintf.c (ASSERT): Likewise.
21730         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
21731         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
21732         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
21733         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
21734         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
21735         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
21736         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
21737         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
21738         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
21739         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
21740         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
21741         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
21742         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
21743         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
21744         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
21745         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
21746         * tests/unictype/test-block_list.c (ASSERT): Likewise.
21747         * tests/unictype/test-block_of.c (ASSERT): Likewise.
21748         * tests/unictype/test-block_test.c (ASSERT): Likewise.
21749         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
21750         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
21751         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
21752         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
21753         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
21754         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
21755         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
21756         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
21757         * tests/unictype/test-combining.c (ASSERT): Likewise.
21758         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
21759         * tests/unictype/test-digit.c (ASSERT): Likewise.
21760         * tests/unictype/test-mirror.c (ASSERT): Likewise.
21761         * tests/unictype/test-numeric.c (ASSERT): Likewise.
21762         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
21763         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
21764         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
21765         * tests/unictype/test-scripts.c (ASSERT): Likewise.
21766         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
21767         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
21768         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
21769         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
21770         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
21771         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
21772         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
21773         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
21774         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
21775         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
21776         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
21777         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
21778         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
21779         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
21780         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
21781         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
21782         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
21783         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
21784         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
21785         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
21786         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
21787         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
21788         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
21789         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
21790         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
21791         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
21792         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
21793         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
21794         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
21795         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
21796         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
21797         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
21798         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
21799         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
21800         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
21801         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
21802         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
21803         Reported by Eric Blake.
21804
21805 2008-04-11  Bruno Haible  <bruno@clisp.org>
21806
21807         * lib/wchar.in.h: Tweak comment.
21808
21809 2008-04-11  Bruno Haible  <bruno@clisp.org>
21810
21811         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
21812         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
21813         gl_COMMON.
21814         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
21815
21816 2008-04-11  Bruno Haible  <bruno@clisp.org>
21817
21818         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
21819
21820 2008-04-11  Simon Josefsson  <simon@josefsson.org>
21821
21822         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
21823         of attempting to use non-existing /dev/*random.  Based on patch
21824         from Adam Strzelecki <ono@java.pl> in
21825         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
21826
21827 2008-04-08  Bruno Haible  <bruno@clisp.org>
21828
21829         Add tentative support for emx+gcc.
21830         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
21831         * lib/fpurge.c (fpurge): Likewise.
21832         * lib/freadable.c (freadable): Likewise.
21833         * lib/freadahead.c (freadahead): Likewise.
21834         * lib/freading.c (freading): Likewise.
21835         * lib/freadptr.c (freadptr): Likewise.
21836         * lib/freadseek.c (freadptrinc): Likewise.
21837         * lib/fseeko.c (rpl_fseeko): Likewise.
21838         * lib/fseterr.c (fseterr): Likewise.
21839         * lib/fwritable.c (fwritable): Likewise.
21840         * lib/fwriting.c (fwriting): Likewise.
21841         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
21842
21843 2008-04-09  Eric Blake  <ebb9@byu.net>
21844
21845         Avoid some autoconf warnings.
21846         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
21847         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
21848         * m4/afs.m4 (gl_AFS): Likewise.
21849         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
21850         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
21851         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
21852         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
21853         (gl_INTEGER_TYPE_SUFFIX): Likewise.
21854         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
21855         (AC_CHECK_DECLS_ONCE): Likewise.
21856         Rename file...
21857         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
21858         gnulib-tool requires autoconf 2.59 or better.
21859         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
21860
21861 2008-04-08  Eric Blake  <ebb9@byu.net>
21862
21863         Use 'git describe --match' if present (added in git 1.5.5).
21864         * build-aux/git-version-gen: Limit result to tags that match 'v*'
21865         if possible.
21866
21867 2008-04-08  Bruno Haible  <bruno@clisp.org>
21868
21869         Add tentative support for OpenServer.
21870         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
21871         _ptr, _cnt.
21872         * lib/fpurge.c (fpurge): Likewise.
21873         * lib/freadable.c (freadable): Likewise.
21874         * lib/freadahead.c (freadahead): Likewise.
21875         * lib/freading.c (freading): Likewise.
21876         * lib/freadptr.c (freadptr): Likewise.
21877         * lib/freadseek.c (freadptrinc): Likewise.
21878         * lib/fseeko.c (rpl_fseeko): Likewise.
21879         * lib/fseterr.c (fseterr): Likewise.
21880         * lib/fwritable.c (fwritable): Likewise.
21881         * lib/fwriting.c (fwriting): Likewise.
21882         Reported by Roger Cornelius <rac@tenzing.org> and
21883         Brian K. White <brian@aljex.com>.
21884
21885 2008-04-06  Jim Meyering  <meyering@redhat.com>
21886
21887         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
21888
21889 2008-04-06  Bruno Haible  <bruno@clisp.org>
21890
21891         Avoid possible error with non-ASCII bytes in UTF-8 locales.
21892         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
21893         * tests/test-printf-posix.sh: Likewise.
21894         * tests/test-vfprintf-posix.sh: Likewise.
21895         * tests/test-vprintf-posix.sh: Likewise.
21896         * tests/test-xprintf-posix.sh: Likewise.
21897
21898 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21899
21900         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
21901         hide error from 'ls', needed on OS/2.
21902         Report by Elbert Pol <elbert.pol@gmail.com>.
21903
21904 2008-04-04  Eric Blake  <ebb9@byu.net>
21905
21906         Make test-fseeko.c failures meaningful.
21907         * tests/test-fseeko.c: Print line number on failure.
21908         * tests/test-fseek.c: Likewise.
21909         Reported by Nelson H. F. Beebe.
21910
21911         Improve strtod bug detection check.
21912         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
21913         required for Solaris 10.
21914         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
21915
21916 2008-04-04  Bruno Haible  <bruno@clisp.org>
21917
21918         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
21919         by m4/setenv.m4.
21920
21921 2008-04-03  Eric Blake  <ebb9@byu.net>
21922
21923         Ensure sane .version contents.
21924         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
21925         version string.
21926         * build-aux/git-version-gen: Improve documentation.
21927
21928         Make GNU make output nicer.
21929         * top/GNUmakefile [!_have-Makefile]: Add dependency on
21930         MAKECMDGOALS to enforce message for all command line targets.  Set
21931         srcdir for use in maint.mk.
21932
21933         Another maintainer tweak.
21934         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
21935         a target that regenerates version.
21936
21937 2008-04-03  Jim Meyering  <meyering@redhat.com>
21938
21939         vc-list-files: don't cause coreutils "make po-check" failure
21940         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
21941
21942 2008-04-03  Eric Blake  <ebb9@byu.net>
21943
21944         Allow VPATH usage of vc-list-files.
21945         * build-aux/vc-list-files (scriptversion): Add timestamp.
21946         (options): Add --help, --version, -C.
21947         (CVS): Support installed cvsu.
21948
21949 2008-04-02  Bruno Haible  <bruno@clisp.org>
21950
21951         Avoid some "statement with no effect" warnings from gcc.
21952         * tests/test-wctype.c (main): Explicitly ignore unused values.
21953         Reported by Jim Meyering.
21954
21955 2008-04-02  Jim Meyering  <meyering@redhat.com>
21956
21957         Avoid some warnings from "gcc -Wshadow".
21958         * tests/test-frexp.c (exp): Define to a different identifier.
21959         * tests/test-frexpl.c (exp): Likewise.
21960
21961 2008-04-03  Jim Meyering  <meyering@redhat.com>
21962
21963         bootstrap: remove dangling *.[ch] symlinks from lib
21964         * build-aux/bootstrap [dangling symlink removal]: Move find's
21965         -depth option to precede all others, to avoid a warning.
21966         Remove *.[ch] files too, and from "$source_base" (usually lib/).
21967
21968 2008-04-02  Bruno Haible  <bruno@clisp.org>
21969
21970         Avoid some warnings from "gcc -Wshadow".
21971         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
21972         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
21973         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
21974         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
21975         Reported by Jim Meyering.
21976
21977 2008-04-01  Bruno Haible  <bruno@clisp.org>
21978
21979         Fix test to work on IRIX 6.5 with cc.
21980         * tests/test-math.c (numeric_equal): New function.
21981         (main): Use it.
21982
21983 2008-04-01  Bruno Haible  <bruno@clisp.org>
21984
21985         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
21986
21987 2008-04-01  Bruno Haible  <bruno@clisp.org>
21988
21989         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
21990         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21991         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
21992         (Depends-on): Remove math.
21993
21994         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
21995         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
21996         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
21997         (Depends-on): Remove math.
21998
21999         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
22000         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22001         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
22002         (Depends-on): Remove math.
22003         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
22004         (Depends-on): Remove math.
22005
22006         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
22007         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22008         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
22009         (Depends-on): Remove math.
22010         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
22011         (Depends-on): Remove math.
22012
22013         * tests/test-round1.c: Include nan.h.
22014         (main): Use NaNd instead of NAN.
22015         * modules/round-tests (Files): Add tests/nan.h.
22016
22017         * tests/test-trunc1.c: Include nan.h.
22018         (main): Use NaNd instead of NAN.
22019         * modules/trunc-tests (Files): Add tests/nan.h.
22020
22021         * tests/test-roundf1.c: Include nan.h.
22022         (main): Use NaNf instead of NAN.
22023         * modules/roundf-tests (Files): Add tests/nan.h.
22024
22025         * tests/test-truncf1.c: Include nan.h.
22026         (main): Use NaNf instead of NAN.
22027         * modules/truncf-tests (Files): Add tests/nan.h.
22028
22029         * tests/test-ceilf1.c: Include nan.h.
22030         (main): Use NaNf instead of NAN.
22031         * modules/ceilf-tests (Files): Add tests/nan.h.
22032
22033         * tests/test-floorf1.c: Include nan.h.
22034         (main): Use NaNf instead of NAN.
22035         * modules/floorf-tests (Files): Add tests/nan.h.
22036
22037         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
22038         (main): Use NaNf instead of NAN.
22039         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
22040
22041         * tests/test-isnand.c: Include nan.h instead of <math.h>.
22042         (main): Use NaNd instead of NAN.
22043         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
22044
22045         * tests/test-frexp.c: Include nan.h.
22046         (main): Use NaNd instead of NAN.
22047         * modules/frexp-tests (Files): Add tests/nan.h.
22048
22049         * lib/isnan.c: Don't include <math.h>.
22050         (FUNC): Don't use NAN macro.
22051         * modules/isnand-nolibm (Depends-on): Remove math.
22052         * modules/isnanf-nolibm (Depends-on): Remove math.
22053         * modules/isnanl (Depends-on): Remove math.
22054         * modules/isnanl-nolibm (Depends-on): Remove math.
22055
22056         * tests/nan.h: New file.
22057
22058 2008-04-01  Eric Blake  <ebb9@byu.net>
22059
22060         Fix typos.
22061         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
22062         values to be the right type.
22063
22064         For now, cater to gnulib strtod inaccuracies.
22065         * tests/test-strtod.c (main): Allow 1-ulp error on expected
22066         fractional results.  While not as nice from a QoI perspective, it
22067         is a quicker patch than correctly implementing decimal to binary
22068         rounding.
22069
22070 2008-03-31  Eric Blake  <ebb9@byu.net>
22071
22072         Guarantee a definition of NAN.
22073         * lib/math.in.h (NAN): Define if missing.
22074         * tests/test-math.c (main): Test it.
22075         * doc/posix-headers/math.texi (math.h): Document this.
22076         * lib/isnan.c (rpl_isnand): Use it.
22077         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
22078         * tests/test-floorf1.c (NaN): Likewise.
22079         * tests/test-frexp.c (NaN): Likewise.
22080         * tests/test-isnand.c (NaN): Likewise.
22081         * tests/test-isnanf.c (NaN): Likewise.
22082         * tests/test-round1.c (NaN): Likewise.
22083         * tests/test-roundf1.c (NaN): Likewise.
22084         * tests/test-snprintf-posix.h (NaN): Likewise.
22085         * tests/test-sprintf-posix.h (NaN): Likewise.
22086         * tests/test-trunc1.c (NaN): Likewise.
22087         * tests/test-truncf1.c (NaN): Likewise.
22088         * tests/test-vasnprintf-posix.c (NaN): Likewise.
22089         * tests/test-vasprintf-posix.c (NaN): Likewise.
22090         * modules/isnand-nolibm (Depends-on): Add math.
22091         * modules/isnanf-nolibm (Depends-on): Likewise.
22092         * modules/isnanl (Depends-on): Likewise.
22093         * modules/isnanl-nolibm (Depends-on): Likewise.
22094         * modules/snprintf-posix-tests (Depends-on): Likewise.
22095         * modules/sprintf-posix-tests (Depends-on): Likewise.
22096         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
22097         * modules/vsprintf-posix-tests (Depends-on): Likewise.
22098         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
22099         * modules/vasprintf-posix-tests (Depends-on): Likewise.
22100
22101 2008-03-31  Bruno Haible  <bruno@clisp.org>
22102
22103         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
22104         * doc/posix-functions/strtod.texi: Likewise.
22105
22106 2008-03-31  Bruno Haible  <bruno@clisp.org>
22107
22108         * tests/test-strtod.c (main): Don't use C99 syntax.
22109
22110 2008-03-31  Bruno Haible  <bruno@clisp.org>
22111
22112         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
22113         Reported by Eric Blake.
22114
22115 2008-03-31  Jim Meyering  <meyering@redhat.com>
22116
22117         Don't compare actual signbit return values.
22118         * tests/test-strtod.c (main): Rather, compare only their
22119         zero/non-zero nature.
22120
22121 2008-03-31  Eric Blake  <ebb9@byu.net>
22122
22123         More strtod documentation.
22124         * doc/posix-functions/strtod.texi (strtod): Interpret more test
22125         failures as distinct bugs.
22126
22127 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22128
22129         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
22130         Problem reported by Erik Benada in
22131         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
22132
22133 2008-03-30  Bruno Haible  <bruno@clisp.org>
22134
22135         * tests/test-strtod.c: Add comments about which assertion fails on which
22136         platform.
22137         * doc/posix-functions/strtod.texi: Add info about many more platforms.
22138
22139 2008-03-30  Eric Blake  <ebb9@byu.net>
22140
22141         Test signbit behavior on zeros.
22142         * tests/test-signbit.c (test_signbitf): Add tests for zero.
22143         (test_signbitd, test_signbitl): Likewise.
22144
22145         More strtod touchups.
22146         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
22147         sign of negative underflow, for now.  Use .5, not .1.
22148         * doc/posix-functions/strtod.texi (strtod): Mention these
22149         limitations.
22150         Reported by Jim Meyering.
22151
22152 2008-03-30  Bruno Haible  <bruno@clisp.org>
22153
22154         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
22155         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
22156
22157 2008-03-30  Bruno Haible  <bruno@clisp.org>
22158
22159         Avoid failure when attempting to return empty iconv results on some
22160         platforms.
22161         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
22162         allocation, don't report ENOMEM when the resulting string is empty.
22163
22164 2008-03-30  Bruno Haible  <bruno@clisp.org>
22165
22166         Fix buffer overrun.
22167         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
22168         Don't consider the width for tmp_length. Check count against tmp_length
22169         before doing the padding. Ensure enough allocation during padding.
22170
22171 2008-03-30  Eric Blake  <ebb9@byu.net>
22172
22173         strtod touchups.
22174         * lib/strtod.c (strtod): Avoid compiler warnings.
22175         Reported by Jim Meyering.
22176
22177 2008-03-30  Bruno Haible  <bruno@clisp.org>
22178
22179         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
22180         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
22181         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
22182         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
22183         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
22184         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
22185         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
22186         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
22187
22188         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
22189         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
22190         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
22191         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
22192         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
22193         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
22194         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
22195         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
22196
22197         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
22198         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
22199         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
22200         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
22201         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
22202         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
22203         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
22204         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
22205
22206         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
22207         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
22208
22209         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
22210         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
22211
22212         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
22213         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
22214
22215         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
22216         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
22217         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
22218
22219         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
22220         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
22221         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
22222
22223         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
22224         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
22225         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
22226
22227         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
22228         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
22229         * modules/vasprintf (Depends-on): Add EOVERFLOW.
22230
22231         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
22232         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
22233         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
22234         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
22235         (Depends-on): Add EOVERFLOW.
22236         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
22237         (Depends-on): Add EOVERFLOW.
22238         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22239         (Depends-on): Add EOVERFLOW.
22240         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22241         (Depends-on): Add EOVERFLOW.
22242         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22243         (Depends-on): Add EOVERFLOW.
22244         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22245         (Depends-on): Add EOVERFLOW.
22246         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22247         (Depends-on): Add EOVERFLOW.
22248         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22249         (Depends-on): Add EOVERFLOW.
22250
22251         * lib/sprintf.c (EOVERFLOW): Remove fallback.
22252         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
22253         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
22254
22255         * lib/snprintf.c (EOVERFLOW): Remove fallback.
22256         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
22257         * modules/snprintf (Depends-on): Add EOVERFLOW.
22258
22259         * lib/poll.c (EOVERFLOW): Remove fallback.
22260         * modules/poll (Depends-on): Add EOVERFLOW.
22261
22262         * lib/getugroups.c (EOVERFLOW): Remove fallback.
22263         * modules/getugroups (Depends-on): Add EOVERFLOW.
22264
22265         * lib/getdelim.c (EOVERFLOW): Remove fallback.
22266         * modules/getdelim (Depends-on): Add EOVERFLOW.
22267
22268         * lib/ftell.c (EOVERFLOW): Remove fallback.
22269         * modules/ftell (Depends-on): Add EOVERFLOW.
22270
22271         * lib/fprintf.c (EOVERFLOW): Remove fallback.
22272         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
22273         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
22274
22275         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
22276
22277         * modules/EOVERFLOW-tests: New file.
22278         * tests/test-EOVERFLOW.c: New file.
22279
22280         * modules/EOVERFLOW: New file.
22281         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
22282
22283 2008-03-30  Bruno Haible  <bruno@clisp.org>
22284
22285         Fix bug introduced on 2007-06-10.
22286         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
22287         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
22288
22289 2008-03-30  Bruno Haible  <bruno@clisp.org>
22290
22291         Improve freadseek's efficiency after ungetc.
22292         * lib/freadseek.c: Include freadahead.h.
22293         (freadptrinc): New function, extracted from freadseek.
22294         (freadseek): Use it in a loop. Use freadahead to determine the number
22295         of loop iterations.
22296         * modules/freadseek (Depends-on): Add freadahead.
22297         (configure.ac): Require AC_C_INLINE.
22298
22299 2008-03-30  Bruno Haible  <bruno@clisp.org>
22300
22301         * lib/freadseek.c (freadseek): Don't ignore the return value of
22302         freadptr.
22303
22304 2008-03-29  Eric Blake  <ebb9@byu.net>
22305
22306         Add hex float support.
22307         * modules/strtod (Depends-on): Add c-ctype.
22308         (Link): Mention POW_LIB.
22309         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
22310         whitespace between 'e' and exponent.
22311         * tests/test-strtod.c (main): Enable hex float tests.
22312         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
22313         now provides.
22314
22315         Document various strtod bugs, with some fixes.
22316         * doc/posix-functions/strtod.texi (strtod): Document bugs with
22317         "-0x", "inf", "nan", and hex constants.
22318         * doc/posix-functions/atof.texi (atof): Likewise.
22319         * modules/stdlib (Makefile.am): Support strtod.
22320         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
22321         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
22322         detect additional strtod bugs.
22323         * lib/stdlib.in.h (rpl_strtod): Add declarations.
22324         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
22325         bool where appropriate.  Parse 'inf' and 'nan'.
22326         * tests/test-strtod.c: New file.
22327         * modules/strtod (Depends-on): Add stdbool, stdlib.
22328         (configure.ac): Turn on module indicator.
22329         * modules/strtod-tests: New module.
22330
22331 2008-03-29  Eric Blake  <ebb9@byu.net>
22332
22333         Fix ftell on mingw.
22334         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
22335         * modules/ftell-tests (Depends-on): Add binary-io.
22336         * modules/ftello-tests (Depends-on): Likewise.
22337         * tests/test-ftell.c (main): Enhance test to cover behavior after
22338         ungetc.  Enforce binary mode.
22339         * tests/test-ftello.c (main): Likewise.
22340
22341         Pass test-freadseek on cygwin.
22342         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
22343         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
22344         ungetc buffer.
22345
22346         * tests/test-fflush2.c (main): Fix typo.
22347
22348 2008-03-29  Bruno Haible  <bruno@clisp.org>
22349
22350         * tests/test-fflush2.c (main): Temporarily disable the contents of
22351         this test.
22352         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
22353         Reported by Eric Blake.
22354
22355 2008-03-28  Simon Josefsson  <simon@josefsson.org>
22356
22357         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
22358         (GC_SHA224_DIGEST_SIZE): Add.
22359
22360         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
22361         (gc_hash_digest_length): Likewise.
22362         (gc_hash_buffer): Likewise.
22363
22364 2008-03-25  Bruno Haible  <bruno@clisp.org>
22365
22366         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
22367         detail which gettext release to use.
22368         Reported by Simon Josefsson.
22369
22370 2008-03-26  Jim Meyering  <meyering@redhat.com>
22371
22372         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
22373         * modules/gnumakefile (clean-GNUmakefile): Also, use
22374         test ... && ... || : syntax rather than if-then ... fi.
22375
22376         gnumakefile: Don't double-quote-expand $(VPATH) value.
22377         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
22378
22379 2008-03-24  Eric Blake  <ebb9@byu.net>
22380
22381         Alter GNUmakefile to install into top directory.
22382         * modules/maintainer-makefile: Split, and add dependency...
22383         * modules/gnumakefile: to this new module.
22384         * build-aux/GNUmakefile: Move...
22385         * top/GNUmakefile: ...here.
22386         * build-aux/maint.mk: Move...
22387         * top/maint.mk: ...here.
22388         * MODULES.html.sh (Support for maintaining...): Document new
22389         module.
22390
22391 2008-03-23  Bruno Haible  <bruno@clisp.org>
22392
22393         * gnulib-tool: New options --vc-files, --no-vc-files.
22394         (func_usage): Document them.
22395         (vc_files): New variable.
22396         (func_import): Consider vc_files.
22397         (func_create_testdir): Set vc_files to empty.
22398         Suggested by Jim Meyering and Karl Berry.
22399
22400 2008-03-23  Bruno Haible  <bruno@clisp.org>
22401
22402         Fix regex compilation error on HP-UX 11.
22403         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
22404         * modules/regex (Files): Add m4/mbstate_t.m4.
22405         Reported by Ton Voon <ton.voon@altinity.com>.
22406
22407 2008-03-23  Bruno Haible  <bruno@clisp.org>
22408
22409         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
22410
22411 2008-03-23  Eric Blake  <ebb9@byu.net>
22412             Bruno Haible  <bruno@clisp.org>
22413
22414         Install files from top/ in the destination directory.
22415         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
22416         augmentation also for the files from top/.
22417         (func_import, func_create_testdir): Rewrite file names:
22418         top/filename -> filename.
22419
22420 2008-03-23  Bruno Haible  <bruno@clisp.org>
22421
22422         Tweak "gnulib --version" output.
22423         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
22424
22425 2008-03-23  Bruno Haible  <bruno@clisp.org>
22426
22427         Tweak "gnulib --version" output.
22428         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
22429         rather than contents of ChangeLog, when possible.
22430
22431 2008-03-21  Eric Blake  <ebb9@byu.net>
22432
22433         More --version tweaks.
22434         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
22435         date of last ChangeLog entry.
22436
22437 2008-03-21  Jim Meyering  <meyering@redhat.com>
22438
22439         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
22440
22441 2008-03-20  Eric Blake  <ebb9@byu.net>
22442
22443         VPATH fix.
22444         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
22445
22446 2008-03-20  Simon Josefsson  <simon@josefsson.org>
22447
22448         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
22449         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
22450
22451 2008-03-20  Eric Blake  <ebb9@byu.net>
22452
22453         Sync GNUmakefile with coreutils.
22454         * build-aux/GNUmakefile (have-Makefile): Rename...
22455         (_have-Makefile): ...to this, for namespace consideration.
22456         (GNUmakefile.cfg): Include, if present.
22457         (_autoreconf): Define a default.
22458         (_is-dist-target): New rule for rebuilds to pick up intra-release
22459         version.
22460         (maint-cfg.mk): Rename...
22461         (cfg.mk): ...to this.
22462
22463 2008-03-18  Jim Meyering  <meyering@redhat.com>
22464
22465         New script and module: mktempd
22466         * MODULES.html.sh (maint+release support): Add mktempd.
22467         * build-aux/mktempd: New file.
22468         * modules/mktempd: New file.
22469
22470 2008-03-15  Jim Meyering  <meyering@redhat.com>
22471
22472         Undo last change.
22473         * lib/sha1.c, lib/md5.c: 63 != ~63.
22474         Reported by Andreas Schwab.
22475
22476         sha1.c, md5.c: Hoist a redundant expression.
22477         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
22478         "ctx->buflen" only once, before calling *_process_block.
22479         * lib/md5.c (md5_process_bytes): Likewise.
22480
22481 2008-03-14  Eric Blake  <ebb9@byu.net>
22482
22483         Bump copyright year in files generated by gnulib-tool.
22484         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
22485         gnulib-tool, rather than hard-coding it.
22486
22487         Fix 'gnulib-tool --version' output to work with git.
22488         * gnulib-tool (func_gnulib_dir): New function, extracted from...
22489         (startup): ...here.
22490         (func_version): Use it to invoke git-version-gen, rather than
22491         relying on CVS keyword expansion.  Modernize wording.
22492         (cvsdatestamp, last_checkin_date, version): Kill unused
22493         variables.
22494
22495 2008-03-12  Jim Meyering  <meyering@redhat.com>
22496
22497         Recognize optional cast of the argument to free.
22498         * build-aux/useless-if-before-free: Update regexps.
22499
22500         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
22501
22502 2008-03-11  Bruno Haible  <bruno@clisp.org>
22503
22504         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
22505         by a single package.
22506         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
22507         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
22508         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
22509         Reported by Sam Steingold <sds@gnu.org>.
22510
22511 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22512
22513         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
22514         repositories.
22515
22516 2008-03-11  Bruno Haible  <bruno@clisp.org>
22517
22518         Avoid conflicts between local macro definitions.
22519         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22520         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
22521
22522 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
22523             Bruno Haible  <bruno@clisp.org>
22524
22525         Make va_copy work with some version of xlc on AIX 5.1.
22526         * lib/stdarg.in.h: New file.
22527         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
22528         On AIX, use a <stdarg.h> file substitute.
22529         * modules/stdarg (Files): Add lib/stdarg.in.h.
22530         (Depends-on): Add include_next.
22531         (Makefile.am): Build a stdarg.h substitute if requested.
22532         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
22533
22534 2008-03-10  Bruno Haible  <bruno@clisp.org>
22535
22536         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
22537         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
22538         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
22539
22540 2008-03-10  Bruno Haible  <bruno@clisp.org>
22541
22542         * modules/stdlib (Depends-on): Add include_next, remove
22543         absolute-header.
22544
22545 2008-03-09  Bruno Haible  <bruno@clisp.org>
22546
22547         * lib/freadahead.h (freadahead): Document more precisely.
22548         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
22549         the sum of both buffer sizes.
22550         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
22551         * NEWS: Document the change.
22552
22553 2008-03-09  Bruno Haible  <bruno@clisp.org>
22554
22555         Extend freadptr to return also the buffer size.
22556         * lib/freadptr.h (freadptr): Add sizep argument.
22557         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
22558         (freadptr): Add sizep argument. Determine buffer size like freadahead
22559         does.
22560         * tests/test-freadptr.c: Don't include freadahead.h.
22561         (main): Adapt for new calling convention of freadptr.
22562         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
22563         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
22564         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
22565         tests/test-freadptr2.sh.
22566         (Depends): Remove freadahead.
22567         (TESTS): Add test-freadptr2.sh.
22568         (check_PROGRAMS): Add test-freadptr2.
22569
22570 2008-03-09  Bruno Haible  <bruno@clisp.org>
22571
22572         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
22573         Report and solution by Simon Josefsson.
22574
22575 2008-03-06  Bruno Haible  <bruno@clisp.org>
22576
22577         Make fflush after ungetc work on BSD platforms.
22578         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
22579         * tests/test-fflush2.c: New file.
22580         * tests/test-fflush2.sh: New file.
22581         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
22582         tests/test-fflush2.c.
22583         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
22584         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
22585
22586 2008-03-06  Eric Blake  <ebb9@byu.net>
22587
22588         Likewise for ftello.
22589         * modules/ftello (Dependencies): Add extensions.
22590         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
22591
22592 2008-03-06  Bruno Haible  <bruno@clisp.org>
22593
22594         * modules/fseeko (Dependencies): Add extensions.
22595         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
22596         Needed on glibc systems.
22597
22598 2008-03-06  Bruno Haible  <bruno@clisp.org>
22599
22600         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
22601         email address.
22602         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22603
22604 2008-03-06  Bruno Haible  <bruno@clisp.org>
22605
22606         * users.txt: Add libgnupdf.
22607
22608 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
22609
22610         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
22611         (Header File Substitutes, Function Substitutes,
22612         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
22613         (Build robot for gnulib): Fix typo.
22614
22615 2008-03-06  Bruno Haible  <bruno@clisp.org>
22616
22617         * doc/gnulib-tool.texi (VCS Issues): Small updates.
22618         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22619
22620 2008-03-06  Bruno Haible  <bruno@clisp.org>
22621
22622         * doc/func.texi: New file, extracted from doc/gnulib.texi.
22623         * doc/gnulib.texi: Include it.
22624
22625 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22626
22627         * modules/func (License): Change license to unlimited; there was
22628         no LGPL parts in the module anyway.
22629
22630 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22631
22632         * modules/__func__: Renamed to modules/func.
22633         * modules/__func__-tests: Renamed to modules/func-tests.
22634         * tests/test-__func__.c: Renamed to tests/test-func.c.
22635         * m4/__func__.m4: Renamed to m4/func.m4.
22636         * doc/gnulib.texi (__func__): Section renamed to func.
22637         Suggested by Eric Blake <ebb9@byu.net>.
22638
22639 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22640
22641         * doc/gnulib.texi (__func__): Use C99 terminology when talking
22642         about __func__.  Make example self-contained.  Suggested by Eric
22643         Blake <ebb9@byu.net>.
22644
22645         * tests/test-__func__.c (main): Avoid extraneous () around __func.
22646         Suggested by Eric Blake <ebb9@byu.net>.
22647
22648 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22649
22650         * modules/__func__: New file.
22651         * modules/__func__-tests: New file.
22652         * tests/test-__func__.c: New file.
22653         * m4/__func__.m4: New file.
22654         * doc/gnulib.texi (__func__): Document __func__ module.
22655
22656 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22657
22658         * modules/byteswap (License): Re-license as LGPLv2+.
22659
22660 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22661
22662         * doc/Makefile: Add pdf target.
22663
22664 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22665
22666         * modules/inline (License): Use 'unlimited', since there are only
22667         *.m4 files in this module.
22668
22669 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
22670             Bruno Haible  <bruno@clisp.org>
22671
22672         Add support for HP C 7.1 on OpenVMS 8.3.
22673         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
22674
22675 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
22676
22677         Update VMS specifics.
22678         * lib/getopt.c [VMS]: Remove include of unixlib.h.
22679
22680 2008-03-02  Jim Meyering  <meyering@redhat.com>
22681
22682         Remove the last dependency on the "free" module.
22683         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
22684         Reported by Bob Proulx.
22685
22686         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
22687
22688         Remove useless "if" tests before free.  Deprecate "free" module.
22689         * doc/posix-functions/free.texi: Mention that this
22690         module is no longer useful.
22691         * modules/free (Notice): Say this module is obsolete.
22692         * modules/readutmp (Depends-on): Remove free.
22693         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
22694         * lib/putenv.c (putenv): Likewise.
22695         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
22696         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
22697         * tests/test-c-strcasestr.c (main): Likewise.
22698         * tests/test-c-strstr.c (main): Likewise.
22699         * tests/test-mbscasestr1.c (main): Likewise.
22700         * tests/test-mbscasestr2.c (main): Likewise.
22701         * tests/test-mbsstr1.c (main): Likewise.
22702         * tests/test-mbsstr2.c (main): Likewise.
22703         * tests/test-memmem.c (main): Likewise.
22704         * tests/test-strcasestr.c (main): Likewise.
22705         * tests/test-striconv.c (main): Likewise.
22706         * tests/test-striconveh.c (main): Likewise.
22707         * tests/test-striconveha.c (main): Likewise.
22708         * tests/test-strstr.c (main): Likewise.
22709
22710         * build-aux/git-version-gen: Adjust a comment and the Usage string.
22711
22712         bootstrap: sync from coreutils again
22713         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
22714
22715 2008-03-01  Jim Meyering  <meyering@redhat.com>
22716
22717         bootstrap: sync from coreutils
22718         * build-aux/bootstrap (update_po_files): Copy a .po file into place
22719         also when the target doesn't exist.
22720
22721 2008-03-01  Eric Blake  <ebb9@byu.net>
22722
22723         Fix bugs in last patch.
22724         * lib/memchr2.c (memchr2): Fix typo.
22725         * tests/test-memchr2.c: Test previous bug, and don't use GNU
22726         extension.
22727         Reported by Bruce Korb.
22728
22729         New module 'memchr2'.
22730         * modules/memchr2: New file.
22731         * modules/memchr2-tests: Likewise.
22732         * lib/memchr2.h: Likewise.
22733         * lib/memchr2.c: Likewise, based on memchr.c.
22734         * tests/test-memchr2.c: New test.
22735         * MODULES.html.sh (String handling): Add memchr2.
22736
22737 2008-02-29  Bruno Haible  <bruno@clisp.org>
22738
22739         * modules/freadseek-tests: New file.
22740         * tests/test-freadseek.sh: New file.
22741         * tests/test-freadseek.c: New file.
22742
22743         New module 'freadseek'.
22744         * modules/freadseek: New file.
22745         * lib/freadseek.h: New file.
22746         * lib/freadseek.c: New file.
22747         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
22748
22749 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
22750
22751         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
22752         wydawca.
22753
22754         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
22755         program_invocation_name and program_invocation_short_name are
22756         present.
22757
22758 2008-02-28  Bruno Haible  <bruno@clisp.org>
22759
22760         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
22761         * tests/test-freadptr.sh: Also test non-seekable stdin.
22762
22763 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
22764
22765         * build-aux/bootstrap (source_base, m4_base)
22766         (doc_base, tests_base): New variables.
22767         (gnulib_tool_options): Do not hardcode base directories, use
22768         the above variables instead.
22769
22770 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
22771
22772         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
22773
22774 2008-02-28  Bruno Haible  <bruno@clisp.org>
22775
22776         * modules/freadptr-tests: New file.
22777         * tests/test-freadptr.sh: New file.
22778         * tests/test-freadptr.c: New file.
22779
22780         New module 'freadptr'.
22781         * modules/freadptr: New file.
22782         * lib/freadptr.h: New file.
22783         * lib/freadptr.c: New file.
22784         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
22785
22786 2008-02-26  Karl Berry  <karl@freefriends.org>
22787
22788         Sync from Libtool:
22789         * libltdl/argz.c (argz_add, argz_count): New functions.
22790         * libltdl/argz.in.h: Declare them.
22791         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
22792
22793 2008-02-22  Bruno Haible  <bruno@clisp.org>
22794
22795         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
22796         is a pointer type.  Needed for HP-UX 10.
22797         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
22798         * doc/posix-functions/gmtime_r.texi: Likewise.
22799         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
22800
22801 2008-02-24  Bruno Haible  <bruno@clisp.org>
22802
22803         * modules/environ-tests: New file.
22804         * tests/test-environ.c: New file.
22805
22806         New module 'environ'.
22807         * modules/environ: New file.
22808         * lib/unistd.in.h (environ): New declaration.
22809         * m4/environ.m4: New file.
22810         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
22811         after use.
22812         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
22813         HAVE_DECL_ENVIRON.
22814         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
22815         HAVE_DECL_ENVIRON.
22816         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
22817         wrong claim that 'environ' is missing on some systems.
22818         * modules/execute (Depends-on): Add environ.
22819         * lib/execute.c (environ): Remove fallback declaration.
22820         * modules/pipe (Depends-on): Add environ.
22821         * lib/pipe.c (environ): Remove fallback declaration.
22822         * modules/setenv (Depends-on): Add environ.
22823         * lib/setenv.c (environ): Remove fallback declaration.
22824         * modules/unsetenv (Depends-on): Add environ.
22825         * lib/unsetenv.c (environ): Remove fallback declaration.
22826         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
22827         m4/environ.m4.
22828         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
22829         (gl_PREREQ_UNSETENV): Likewise.
22830
22831 2008-02-24  Bruno Haible  <bruno@clisp.org>
22832
22833         * doc/posix-functions/environ.texi: Document the MacOS X problem.
22834
22835 2008-02-20  Bob Proulx  <bob@proulx.com>
22836
22837         Enable use of older two part flavor 'git describe'.
22838         * build-aux/git-version-gen: If using the older two part flavor of
22839         git version then recreate the third part now present in the
22840         newer three part flavor of git describe.
22841
22842 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
22843
22844         * lib/fts.c (fts_build): Typo correction to comment.
22845
22846 2008-02-17  Bruno Haible  <bruno@clisp.org>
22847
22848         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
22849         generating no-op conflicts.
22850
22851 2008-02-17  Bruno Haible  <bruno@clisp.org>
22852
22853         Speed up by 10%.
22854         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
22855         result_entries, rather than an index-based loop.
22856
22857 2008-02-17  Bruno Haible  <bruno@clisp.org>
22858
22859         Speed up by 25%.
22860         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
22861         'hashcode_cached'.
22862         (entry_create): New function.
22863         (entry_hashcode): Use the cached hashcode if possible.
22864         (read_changelog_file, try_split_merged_entry): Use entry_create.
22865
22866 2008-02-17  Bruno Haible  <bruno@clisp.org>
22867
22868         Speed up from O(n^2) to O(n) for long ChangeLog files.
22869         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
22870         (read_changelog_file): Change implementation of entries_reversed list
22871         to rbtreehash.
22872         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
22873
22874 2008-02-17  Bruno Haible  <bruno@clisp.org>
22875
22876         New option --split-merged-entry.
22877         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
22878         (find_paragraph_end, try_split_merged_entry): New functions.
22879         (long_options): Add option --split-merged-entry.
22880         (usage): Document option --split-merged-entry.
22881         (main): Implement option --split-merged-entry.
22882         Reported by Eric Blake.
22883
22884 2008-02-17  Bruno Haible  <bruno@clisp.org>
22885
22886         * lib/git-merge-changelog.c: Include c-strstr.h.
22887         (main): Support the "git pull --rebase" situation.
22888         * modules/git-merge-changelog (Depends-on): Add c-strstr.
22889         Reported by Eric Blake.
22890
22891 2008-02-16  Eric Blake  <ebb9@byu.net>
22892
22893         Avoid doubling \ in common case of "c-maybe" quoting style.
22894         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
22895         eliding outer quotes.
22896         * lib/quotearg.h: Document this.
22897         * tests/test-quotearg.c (result_strings, inputs, results_g)
22898         (flag_results, locale_results): Test it by adding a new string to
22899         each test group.
22900         (compare_strings): Test new string.
22901
22902 2008-02-13  Eric Blake  <ebb9@byu.net>
22903
22904         Avoid trigraph quoting in default output.
22905         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
22906         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
22907         unless explicitly requested.
22908         * tests/test-quotearg.c (flag_results, main): Add additional tests.
22909
22910 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
22911
22912         Don't rely on signed integer overflowing to negative value.
22913         * lib/getugroups.c (getugroups): Include <limits.h>.
22914         Instead, compare against INT_MAX, and increment only if the test passes.
22915
22916 2008-02-13  Jim Meyering  <meyering@redhat.com>
22917         and Eric Blake  <ebb9@byu.net>
22918
22919         Avoid shadowing warning and compile errors on Linux.
22920         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
22921         forwarding macros on Linux.
22922         (dcgettext): Define a stub, for Linux.
22923         (results_g, main): Avoid warnings.
22924
22925 2008-02-12  Eric Blake  <ebb9@byu.net>
22926
22927         Silence warning in last patch.
22928         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
22929
22930         Quotearg part 4: add tests, fix c-maybe colon quoting.
22931         * lib/quotearg.h: Improve documentation.
22932         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
22933         escapes when adding outer quotes.  When quoting trigraphs, use
22934         valid C notation.  When quoting NUL, omit extra characters if next
22935         character is not digit.  Alter prototype.
22936         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
22937         callers.
22938         * modules/quotearg-tests: New module.
22939         * tests/test-quotearg.c: New test.
22940
22941 2008-02-07  Eric Blake  <ebb9@byu.net>
22942
22943         Quotearg part 3: add flag to control outer quote elision.
22944         * lib/quotearg.h (c_maybe_quoting_style): New style.
22945         (enum quoting_flags): Better documentation of flags.
22946         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
22947         c-maybe style.
22948         (quotearg_buffer_restyled): Handle new flag to elide outer
22949         quotes.
22950
22951         Quotearg part 2: add flag that can control NUL elision.
22952         * lib/quotearg.h (set_quoting_flags): New prototype.
22953         * lib/quotearg.c (struct quoting_options): Add flag field.
22954         (set_quoting_flags): New function.
22955         (quotearg_buffer_restyled): Add flags parameter.
22956         (quotearg_alloc_mem): Set the flag if length cannot be returned.
22957         (quotearg_n_options): Set the flag, since length cannot be
22958         returned.
22959         (quoting_options_from_style): Default flags correctly.
22960
22961         Quotearg part 1: more wrappers, restore quotearg_char state.
22962         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
22963         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
22964         (quotearg_colon_mem): New wrappers.
22965         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
22966         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
22967         functions.
22968         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
22969         (quotearg_colon_mem): New functions.
22970
22971 2008-02-11  Bruno Haible  <bruno@clisp.org>
22972
22973         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
22974         library in the current directory: it does not work with parallel make.
22975         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22976
22977 2008-02-11  Bruno Haible  <bruno@clisp.org>
22978
22979         * .gitattributes: New file.
22980
22981 2008-02-11  Jim Meyering  <meyering@redhat.com>
22982
22983         useless-if-before-free: Fix reversed exit values.
22984         * build-aux/useless-if-before-free: Use correct values
22985         for EXIT_MATCH and EXIT_NO_MATCH.
22986
22987         * build-aux/useless-if-before-free: Close stdout carefully.
22988
22989 2008-02-10  Bruno Haible  <bruno@clisp.org>
22990
22991         New module 'git-merge-changelog'.
22992         * modules/git-merge-changelog: New file.
22993         * lib/git-merge-changelog.c: New file.
22994
22995 2008-02-10  Jim Meyering  <meyering@redhat.com>
22996
22997         useless-if-before-free: New option: --list (-l).
22998
22999         useless-if-before-free: Don't exit immediately upon open failure.
23000         * build-aux/useless-if-before-free: Exit 2 for errors.
23001         Upon failure to open a file, don't exit immediately.
23002         Rather, just warn and continue with any remaining files.
23003
23004 2008-02-10  Bruno Haible  <bruno@clisp.org>
23005
23006         New abstract list operation 'node_set_value'.
23007         * lib/gl_list.h (gl_list_node_set_value): New function.
23008         (struct gl_list_implementation): New field node_set_value.
23009         * lib/gl_list.c (gl_list_node_set_value): New function.
23010         * lib/gl_array_list.c (gl_array_node_set_value): New function.
23011         (gl_array_list_implementation): Update.
23012         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
23013         (gl_carray_list_implementation): Update.
23014         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
23015         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23016         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23017         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
23018         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23019         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23020         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23021         Update.
23022         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23023         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
23024         (gl_sublist_list_implementation): Update.
23025
23026 2008-02-10  Bruno Haible  <bruno@clisp.org>
23027
23028         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
23029         Needed when ELEMENT is #defined to 'some_type *'.
23030
23031 2008-02-10  Jim Meyering  <meyering@redhat.com>
23032
23033         New script and module: useless-if-before-free
23034         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
23035         * build-aux/useless-if-before-free: New file.
23036         * modules/useless-if-before-free: New file.
23037
23038         * build-aux/gitlog-to-changelog: Use committer date, not author date.
23039
23040         xstrtol_error: Fix typo.
23041         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
23042         s/exit_failure/exit_status/.
23043
23044 2008-02-09  Jim Meyering  <meyering@redhat.com>
23045
23046         New script and module: gitlog-to-changelog
23047         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
23048         * modules/gitlog-to-changelog: New file.
23049         * build-aux/gitlog-to-changelog: New file.
23050
23051 2008-02-08  Jim Meyering  <meyering@redhat.com>
23052
23053         Avoid two "parameter unused" warnings.
23054         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
23055         Mark "st" as used.
23056
23057         Use "git COMMAND", not "git-COMMAND".
23058         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
23059         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
23060         * build-aux/git-version-gen: Use "git status", not "git-status".
23061
23062 2008-02-07  Bruno Haible  <bruno@clisp.org>
23063
23064         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
23065         Avoids a crash on Windows Vista.
23066         Reported by Adam Strzelecki <ono@java.pl> via
23067         Simon Josefsson <simon@josefsson.org>.
23068
23069 2008-02-06  Bruno Haible  <bruno@clisp.org>
23070
23071         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
23072         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
23073         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
23074         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
23075         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
23076         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23077         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
23078         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
23079         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23080         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23081         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23082         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23083         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23084         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23085         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23086         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
23087         left-adjust flag.
23088         * tests/test-snprintf-posix.h (test_function): Likewise.
23089         * tests/test-sprintf-posix.h (test_function): Likewise.
23090         * tests/test-vasprintf-posix.c (test_function): Likewise.
23091         * doc/posix-functions/fprintf.texi: Update.
23092         * doc/posix-functions/printf.texi: Update.
23093         * doc/posix-functions/snprintf.texi: Update.
23094         * doc/posix-functions/sprintf.texi: Update.
23095         * doc/posix-functions/vfprintf.texi: Update.
23096         * doc/posix-functions/vprintf.texi: Update.
23097         * doc/posix-functions/vsnprintf.texi: Update.
23098         * doc/posix-functions/vsprintf.texi: Update.
23099         Reported by Peter Fales <psfales@alcatel-lucent.com>.
23100
23101 2008-02-06  Bruno Haible  <bruno@clisp.org>
23102
23103         Fix bug introduced on 2008-01-26.
23104         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
23105
23106 2008-02-06  Bruno Haible  <bruno@clisp.org>
23107
23108         Fix bug introduced on 2007-06-10.
23109         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
23110         !NEED_PRINTF_FLAG_ZERO.
23111
23112 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
23113
23114         getloadavg: use libperfstat on AIX5
23115         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
23116
23117 2008-02-03  Bruno Haible  <bruno@clisp.org>
23118
23119         * lib/diffseq.h: Add comments about required #includes.
23120         Reported by Michael Biggs <gnulib@doubleplum.net>.
23121
23122 2008-02-01  Bruno Haible  <bruno@clisp.org>
23123
23124         * users.txt: Add gnuit.
23125
23126 2008-01-31  Bruno Haible  <bruno@clisp.org>
23127
23128         * lib/md4.c (set_uint32): Mark as inline.
23129         * lib/md5.c (set_uint32): Likewise.
23130         * lib/sha1.c (set_uint32): Likewise.
23131         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
23132         * m4/md5.m4 (gl_MD5): Likewise.
23133         * m4/sha1.m4 (gl_SHA1): Likewise.
23134
23135 2008-01-31  Jim Meyering  <meyering@redhat.com>
23136
23137         Use "sizeof VAR", rather than a literal "4".
23138         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
23139         * lib/md4.c (md4_read_ctx): Likewise.
23140         * lib/sha1.c (sha1_read_ctx): Likewise.
23141
23142 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23143
23144         * tests/test-sha1.c: New file, based on test-md5.c.
23145
23146         * modules/crypto/sha1-tests: New file.
23147
23148 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23149
23150         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
23151
23152 2008-01-31  Jim Meyering  <meyering@redhat.com>
23153
23154         Prefer "sizeof v" over the equivalent "4".
23155         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
23156         * lib/md5.c (set_uint32): Likewise.
23157         * lib/sha1.c (set_uint32): Likewise.
23158
23159 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23160
23161         * lib/sha1.c (set_uint32): Mark function as static.
23162
23163 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23164
23165         md2: clarify comments to say that alignment is not required.
23166         * lib/md2.h: Remove warning about alignment in comment.
23167         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
23168         never been required.
23169
23170 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23171
23172         md4: adapt alignment constraint fix from sha1.
23173         * lib/md4.c (set_uint32): New function, from sha1.c
23174         (md4_read_ctx): Use it.
23175         (md4_finish_ctx): Doc fix.
23176         * lib/md4.h: Doc fix.
23177
23178 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23179
23180         md5: adapt alignment constraint fix from sha1.
23181         * lib/md5.c (set_uint32): New function, from sha1.c
23182         (md5_read_ctx): Use it.
23183         (md5_finish_ctx): Doc fix.
23184         * lib/md5.h: Doc fix.
23185
23186 2008-01-30  Peter Palfrader  <weasel@debian.org>
23187
23188         sha1: remove the result buffer alignment constraint
23189         * lib/sha1.c (set_uint32): New function.
23190         (sha1_read_ctx): Rewrite to remove the result buffer alignment
23191         constraint.
23192         (sha1_finish_ctx): Remove comment warning about alignment constraint.
23193         * lib/sha1.h: Likewise.
23194
23195 2008-01-30  Andreas Schwab  <schwab@suse.de>
23196             Bruno Haible  <bruno@clisp.org>
23197
23198         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
23199         correct definition of LDBL_MIN_EXP.
23200
23201 2008-01-30  Karl Berry  <karl@gnu.org>
23202
23203         * config/srclist-update: try to preserve x bit on updates.
23204         * config/srclistvars.sh: update for karl.
23205
23206 2008-01-29  Jim Meyering  <meyering@redhat.com>
23207
23208         vasnprintf.c: Avoid warning about unused label
23209         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
23210         "overflow" label definition and associated code with the
23211         same cpp condition that guards the sole use of that label.
23212
23213 2008-01-26  Bruno Haible  <bruno@clisp.org>
23214
23215         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
23216         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
23217         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
23218         * lib/isnanl-nolibm.h (isnanl): Likewise.
23219         Reported by Paul Eggert <eggert@cs.ucla.edu>.
23220
23221 2008-01-26  Bruno Haible  <bruno@clisp.org>
23222
23223         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
23224         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
23225
23226 2008-01-26  Bruno Haible  <bruno@clisp.org>
23227
23228         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
23229         GCC >= 4.0 built-in.
23230         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
23231
23232 2008-01-26  Bruno Haible  <bruno@clisp.org>
23233
23234         Rename isnan, applicable to 'double' only, to isnand.
23235         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
23236         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
23237         (configure.ac): Update.
23238         (Include): Replace "isnan.h" with "isnand.h".
23239         * m4/isnand.m4: Renamed from m4/isnan.m4.
23240         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
23241         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
23242         instead of isnan.c.
23243         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
23244         instead of HAVE_ISNAN_IN_LIBC.
23245         (isnand): Renamed from isnan.
23246         * lib/isnand.c: New file.
23247         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
23248         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
23249         (Makefile.am): Update.
23250         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
23251         Include isnand.h instead of isnan.h.
23252         (main): Test isnand instead of isnan.
23253         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
23254         isnan-nolibm.
23255         * modules/frexp (Depends-on): Likewise.
23256         * modules/frexp-tests (Depends-on): Likewise.
23257         * modules/frexp-nolibm (Depends-on): Likewise.
23258         * modules/frexp-nolibm-tests (Depends-on): Likewise.
23259         * modules/isfinite (Depends-on): Likewise.
23260         * modules/round-tests (Depends-on): Likewise.
23261         * modules/signbit (Depends-on): Likewise.
23262         * modules/signbit-tests (Depends-on): Likewise.
23263         * modules/snprintf-posix (Depends-on): Likewise.
23264         * modules/sprintf-posix (Depends-on): Likewise.
23265         * modules/trunc-tests (Depends-on): Likewise.
23266         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23267         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23268         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23269         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23270         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23271         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23272         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23273         * modules/vasnprintf-posix (Depends-on): Likewise.
23274         * modules/vasprintf-posix (Depends-on): Likewise.
23275         * modules/vfprintf-posix (Depends-on): Likewise.
23276         * modules/vsnprintf-posix (Depends-on): Likewise.
23277         * modules/vsprintf-posix (Depends-on): Likewise.
23278         * lib/frexp.c: Include isnand.h instead of isnan.h.
23279         (ISNAN): Set to isnand instead of isnan.
23280         * lib/isfinite.c: Include isnand.h instead of isnan.h.
23281         (gl_isfinited): Use isnand instead of isnan.
23282         * lib/signbitd.c: Include isnand.h instead of isnan.h.
23283         (gl_signbitd): Use isnand instead of isnan.
23284         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
23285         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
23286         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
23287         (main): Use isnand instead of isnan.
23288         * tests/test-round1.c: Include isnand.h.
23289         (main): Use isnand instead of isnan.
23290         * tests/test-round2.c: Include isnand.h instead of isnan.h.
23291         (ISNAN): Set to isnand instead of isnan.
23292         * tests/test-trunc1.c: Include isnand.h.
23293         (main): Use isnand instead of isnan.
23294         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
23295         (equal): Use isnand instead of isnan.
23296         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
23297         isnand-nolibm.
23298         * NEWS: Mention the change.
23299
23300 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
23301             Bruno Haible  <bruno@clisp.org>
23302
23303         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
23304         the GCC builtins for signbits are present and set
23305         REPLACE_SIGNBIT_USING_GCC if so.
23306         * lib/math.in.h (signbit): Define using GCC builtins if
23307         REPLACE_SIGNBIT_USING_GCC is set.
23308         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
23309         REPLACE_SIGNBIT_USING_GCC.
23310         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
23311
23312 2008-01-25  Jim Meyering  <meyering@redhat.com>
23313
23314         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
23315         * lib/poll.c: Include <config.h>, not "config.h".
23316         * tests/test-getaddrinfo.c: Likewise.
23317
23318 2008-01-25  Simon Josefsson  <simon@josefsson.org>
23319
23320         * modules/sockets-tests: New file.
23321
23322 2008-01-24  Simon Josefsson  <simon@josefsson.org>
23323
23324         * modules/sockets: New module, can be used to call WSA_Startup and
23325         WSA_Cleanup when needed.
23326
23327         * lib/sockets.h, lib/sockets.c: New files.
23328
23329         * m4/sockets.m4: New file.
23330
23331         * tests/test-sockets.c: New file.
23332
23333 2008-01-19  Bruno Haible  <bruno@clisp.org>
23334
23335         * doc/posix-headers: Renamed from doc/headers.
23336         * doc/posix-functions: Renamed from doc/functions.
23337         * doc/gnulib.texi: Update.
23338
23339 2008-01-19  Bruno Haible  <bruno@clisp.org>
23340
23341         * doc/glibc-functions/strcasestr.texi: Include contents of
23342         doc/functions/strcasestr.texi, fixing the list of platforms.
23343         * doc/functions/strcasestr.texi: Remove file.
23344
23345 2008-01-19  Bruno Haible  <bruno@clisp.org>
23346
23347         * doc/glibc-functions/memmem.texi: Include contents of
23348         doc/functions/memmem.texi.
23349         * doc/functions/memmem.texi: Remove file.
23350
23351 2008-01-18  Bruno Haible  <bruno@clisp.org>
23352
23353         * doc/glibc-functions/*.texi: New files.
23354         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
23355         to use the new files.
23356
23357 2008-01-17  Bruno Haible  <bruno@clisp.org>
23358
23359         * tests/test-gethostname.c (main): Fix printf statement.
23360
23361 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23362
23363         * modules/gethostname-tests: New file.
23364
23365         * tests/test-gethostname.c: New file.
23366
23367 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23368
23369         * lib/gethostname.c: Include string.h unconditionally, strncpy is
23370         used by the UNAME case.  Reported by Bruno Haible
23371         <bruno@clisp.org>.
23372
23373 2008-01-17  Eric Blake  <ebb9@byu.net>
23374
23375         Convert c-strcasestr to be more efficient.
23376         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
23377         (Depends-on): Add c-strcase, remove malloca, strnlen.
23378         * tests/test-c-strcasestr.c (main): Enhance test.
23379         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
23380
23381 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23382
23383         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
23384         Use it in creating po/Makevars.
23385
23386 2008-01-15  Simon Josefsson  <simon@josefsson.org>
23387
23388         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
23389         Applications that requires it should initialize libgcrypt
23390         manually.
23391
23392 2008-01-16  Simon Josefsson  <simon@josefsson.org>
23393
23394         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
23395
23396 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
23397
23398         Fix problem with getdate on mingw32 reported by Simon Josefsson
23399         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
23400         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
23401         tzname", when deciding whether to declare tzname.
23402         * lib/strftime.c (tzname): Likewise.
23403
23404 2008-01-15  Bruno Haible  <bruno@clisp.org>
23405
23406         Work around a MacOS X 10.5 bug in frexpl().
23407         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
23408         * doc/functions/frexpl.texi: Document the bug.
23409         Reported by Elias Pipping <pipping@gentoo.org>.
23410
23411 2008-01-14  Eric Blake  <ebb9@byu.net>
23412
23413         Touch up previous patch.
23414         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
23415         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
23416
23417         Convert strcasestr module to use Two-Way algorithm.
23418         * modules/strcasestr-simple: New module, based on the old
23419         strcasestr, but with Two-Way rather than KMP.
23420         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
23421         * lib/string.in.h (rpl_strcasestr): Declare.
23422         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
23423         performance.
23424         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
23425         * modules/string (Makefile.am): Support strcasestr.
23426         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
23427         * modules/strcasestr-tests (Depends-on): Check for alarm.
23428         * tests/test-strcasestr.c: Augment test.
23429         * lib/str-two-way.h: Clean up stray macro.
23430         * NEWS: Document new module.
23431         * MODULES.html.sh (string handling): Likewise.
23432         * doc/functions/strcasestr.texi: New file.
23433         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
23434         here, since it is not a POSIX function.
23435
23436 2008-01-14  Colin Watson  <cjwatson@debian.org>
23437             Bruno Haible  <bruno@clisp.org>
23438
23439         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
23440         works fine; if not, set REPLACE_STRSIGNAL.
23441         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
23442         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23443         REPLACE_STRSIGNAL.
23444         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
23445         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
23446         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
23447
23448 2008-01-14  Bruno Haible  <bruno@clisp.org>
23449
23450         * modules/strsignal (Include): Change to <string.h>.
23451
23452 2008-01-14  Colin Watson  <cjwatson@debian.org>
23453
23454         * modules/argp (Notice): Add a notice recommending to change
23455         XGETTEXT_OPTIONS.
23456         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
23457
23458 2008-01-13  Colin Watson  <cjwatson@debian.org>
23459
23460         * modules/strsignal-tests: New file.
23461         * tests/test-strsignal.c: New file.
23462
23463         * lib/strsignal.c: New file, from glibc with modifications.
23464         * lib/siglist.h: New file, from glibc with modifications.
23465         * lib/string.in.h (strsignal): New declaration.
23466         * m4/strsignal.m4: New file.
23467         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23468         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
23469         * modules/strsignal: New file.
23470         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
23471         HAVE_DECL_STRSIGNAL.
23472
23473 2008-01-13  Bruno Haible  <bruno@clisp.org>
23474
23475         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
23476         locale encoding is not ASCII. Needed for OpenBSD 4.0.
23477         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
23478         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23479
23480 2008-01-13  Bruno Haible  <bruno@clisp.org>
23481
23482         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
23483         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
23484         * lib/argp.h (__attribute__): Likewise.
23485         * lib/c-stack.c (__attribute__): Likewise.
23486         * lib/error.h (__attribute__): Likewise.
23487         * lib/fts.c (__attribute__): Likewise.
23488         * lib/openat.h (__attribute__): Likewise.
23489         * lib/stdio.in.h (__attribute__): Likewise.
23490         * lib/string.in.h (__attribute__): Likewise.
23491         * lib/utimens.c (__attribute__): Likewise.
23492         * lib/vasnprintf.h (__attribute__): Likewise.
23493         * lib/xalloc.h (__attribute__): Likewise.
23494         * lib/xprintf.h (__attribute__): Likewise.
23495         * lib/xstrtol.h (__attribute__): Likewise.
23496         * lib/xvasprintf.h (__attribute__): Likewise.
23497
23498 2008-01-12  Bruno Haible  <bruno@clisp.org>
23499
23500         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
23501         * doc/glibc-headers/a.out.texi: New file.
23502         * doc/glibc-headers/aliases.texi: New file.
23503         * doc/glibc-headers/alloca.texi: New file.
23504         * doc/glibc-headers/ar.texi: New file.
23505         * doc/glibc-headers/argp.texi: New file.
23506         * doc/glibc-headers/argz.texi: New file.
23507         * doc/glibc-headers/byteswap.texi: New file.
23508         * doc/glibc-headers/crypt.texi: New file.
23509         * doc/glibc-headers/endian.texi: New file.
23510         * doc/glibc-headers/envz.texi: New file.
23511         * doc/glibc-headers/err.texi: New file.
23512         * doc/glibc-headers/error.texi: New file.
23513         * doc/glibc-headers/execinfo.texi: New file.
23514         * doc/glibc-headers/fpu_control.texi: New file.
23515         * doc/glibc-headers/fstab.texi: New file.
23516         * doc/glibc-headers/fts.texi: New file.
23517         * doc/glibc-headers/getopt.texi: New file.
23518         * doc/glibc-headers/ieee754.texi: New file.
23519         * doc/glibc-headers/ifaddrs.texi: New file.
23520         * doc/glibc-headers/libintl.texi: New file.
23521         * doc/glibc-headers/mcheck.texi: New file.
23522         * doc/glibc-headers/mntent.texi: New file.
23523         * doc/glibc-headers/obstack.texi: New file.
23524         * doc/glibc-headers/paths.texi: New file.
23525         * doc/glibc-headers/printf.texi: New file.
23526         * doc/glibc-headers/pty.texi: New file.
23527         * doc/glibc-headers/resolv.texi: New file.
23528         * doc/glibc-headers/shadow.texi: New file.
23529         * doc/glibc-headers/sysexits.texi: New file.
23530         * doc/glibc-headers/ttyent.texi: New file.
23531
23532 2008-01-12  Jim Meyering  <meyering@redhat.com>
23533
23534         announce-gen: emit Gnulib's git-based version string.
23535         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
23536         New option --gnulib-version=V, where V is expected to be
23537         the output of running git describe in the gnulib directory.
23538         (get_tool_versions): Request feedback on xdelta.  I suspect it's
23539         not useful, and plan to stop publishing an xdelta file with each
23540         coreutils release.
23541
23542         * build-aux/announce-gen: Also check for lzma-compressed files.
23543
23544 2008-01-11  Bruno Haible  <bruno@clisp.org>
23545
23546         * tests/test-memmem.c (main): Increase maximum allowed time.
23547         * tests/test-strstr.c (main): Likewise.
23548
23549 2008-01-11  Bruno Haible  <bruno@clisp.org>
23550
23551         * doc/functions/memmem.texi: Add more precisions about platforms.
23552         * doc/functions/strstr.texi: Likewise.
23553
23554 2008-01-10  Eric Blake  <ebb9@byu.net>
23555
23556         * m4/strstr.m4: Delete cruft from copy-n-paste.
23557         Reported by Bruno Haible.
23558
23559 2008-01-10  Bruno Haible  <bruno@clisp.org>
23560
23561         Make c-strstr rely on strstr.
23562         * lib/c-strstr.c: Don't include str-kmp.h.
23563         (c_strstr): Define in terms of strstr.
23564         * modules/c-strstr (Files): Remove lib/str-kmp.h.
23565         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
23566
23567 2008-01-10  Bruno Haible  <bruno@clisp.org>
23568
23569         * doc/gnulib.texi (String Functions in C Locale): New section.
23570         * doc/c-ctype.texi: New file.
23571         * doc/c-strcase.texi: New file.
23572         * doc/c-strcaseeq.texi: New file.
23573         * doc/c-strcasestr.texi: New file.
23574         * doc/c-strstr.texi: New file.
23575         * doc/c-strtod.texi: New file.
23576         * doc/c-strtold.texi: New file.
23577
23578 2008-01-10  Eric Blake  <ebb9@byu.net>
23579
23580         * lib/relocatable.h: Fix a comment.
23581
23582 2008-01-10  Eric Blake  <ebb9@byu.net>
23583
23584         Share two-way algorithm.
23585         * lib/str-two-way.h: New file, merged from...
23586         * lib/memmem.c: ...here...
23587         * lib/strstr.c: ...and here.
23588         * modules/memmem (Files): Use it.
23589         * modules/strstr (Files): Likewise.
23590
23591         Avoid quadratic strstr implementations.
23592         * lib/strstr.c: New file.
23593         * m4/strstr.m4: Likewise.
23594         * modules/strstr: Likewise.
23595         * modules/strstr-tests: Likewise.
23596         * tests/test-strstr.c: Likewise.
23597         * lib/string.in.h (rpl_strstr): Declare.
23598         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
23599         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
23600         * modules/string (Makefile.am): Likewise.
23601         * MODULES.html.sh (string handling): Mention new module.
23602         * doc/functions/strstr.texi (strstr): Document the bug.
23603
23604 2008-01-10  Bruno Haible  <bruno@clisp.org>
23605
23606         * lib/relocatable.h (relocate): State whether result is freshly
23607         allocated or not.
23608         * lib/relocatable.c (relocate): Return a freshly allocated string
23609         instead of a pointer to a privately held string.
23610         Reported by Sylvain Beucler <beuc@gnu.org>.
23611
23612 2008-01-10  Colin Watson  <cjwatson@debian.org>
23613
23614         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
23615         s/S_ISNLK/S_ISLNK/.
23616
23617 2008-01-09  Bruno Haible  <bruno@clisp.org>
23618
23619         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
23620         and other files.
23621         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
23622         if it's only a guess.
23623         * modules/memmem: Simplify by depending on memmem-simple.
23624
23625 2008-01-09  Bruno Haible  <bruno@clisp.org>
23626
23627         Work around OpenBSD 4.0 tdelete() bug.
23628         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
23629         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
23630         macros and don't redefine the enum values.
23631         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
23632         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
23633         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
23634
23635 2008-01-09  Bruno Haible  <bruno@clisp.org>
23636
23637         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
23638         (main): Don't perform the tests if setlocale did not install a UTF-8
23639         locale. Needed on OpenBSD 4.0.
23640         * modules/wcwidth-tests (Depends-on): Add localcharset.
23641
23642 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23643
23644         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
23645         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
23646         * NEWS: announce this.
23647         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
23648
23649 2008-01-09  Simon Josefsson  <simon@josefsson.org>
23650         and Eric Blake  <ebb9@byu.net>
23651
23652         Add memmem-simple module.
23653         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
23654         (gl_FUNC_MEMMEM): Separate performance from presence checks.
23655         * modules/memmem-simple: New file.
23656         * modules/memmem (Description): Tweak.
23657         * MODULES.html.sh (string handling): Mention new module.
23658         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
23659         addressed by memmem-simple.
23660         * NEWS: Document the difference.
23661
23662 2008-01-09  Eric Blake  <ebb9@byu.net>
23663
23664         Give gcc some memmem optimization hints.
23665         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
23666         (strcasestr): Declare as pure.
23667         * modules/memmem (Maintainer): Claim my implementation.
23668
23669 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23670
23671         Support AIX 6.1 and higher.
23672         * build-aux/config.libpath: Likewise.
23673         * build-aux/config.rpath: Likewise.
23674
23675 2008-01-08  Jim Meyering  <meyering@redhat.com>
23676             Bruno Haible  <bruno@clisp.org>
23677
23678         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
23679         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
23680         Reported by Peter Fales in
23681         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
23682
23683 2008-01-08  Bruno Haible  <bruno@clisp.org>
23684
23685         * modules/unictype/category-of (Depends-on): Add
23686         unictype/category-none.
23687         * modules/unictype/category-and-tests (Depends-on): Add
23688         unictype/category-{L,N,Lu,Nd}.
23689         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
23690         * modules/unictype/category-or-tests (Depends-on): Add
23691         unictype/category-{L,N}.
23692         * modules/unictype/category-name-tests (Depends-on): Add
23693         unictype/category-{Z,Nl}.
23694         Reported by Simon Josefsson.
23695
23696 2008-01-08  Bruno Haible  <bruno@clisp.org>
23697
23698         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
23699         convention better.
23700         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
23701         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
23702         Reported by Peter Miller <millerp@canb.auug.org.au>.
23703
23704 2008-01-08  Eric Blake  <ebb9@byu.net>
23705
23706         Rewrite memmem to guarantee linear complexity without malloc.
23707         * lib/memmem.c (memmem): Use Two-Way rather than
23708         Knuth-Morris-Pratt, to allow O(1) space usage.
23709         (critical_factorization, two_way_short_needle)
23710         (two_way_long_needle): New functions.
23711         (knuth_morris_pratt): Delete.
23712         * modules/memmem (Depends-on): No longer need malloca or stdbool.
23713         Add stdint.
23714         * tests/test-memmem.c (main): Add tests for periodic needle and
23715         sublinear performance.
23716         * doc/functions/memmem.texi (memmem): Document other deficiencies
23717         in cygwin and older glibc.
23718
23719 2008-01-08  Bruno Haible  <bruno@clisp.org>
23720
23721         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
23722         augmentation.
23723
23724 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
23725
23726         Add a configure time option: --disable-acl.
23727         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
23728         AC_ARG_ENABLE(acl).
23729
23730 2008-01-06  Simon Josefsson  <simon@josefsson.org>
23731
23732         * tests/test-localename.c: Don't include obsolete "setenv.h".
23733
23734         * modules/localename-tests (Depends-on): Need unsetenv.
23735
23736 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23737
23738         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
23739
23740 2008-01-06  Colin Watson  <cjwatson@debian.org>
23741
23742         * users.txt: Add man-db.
23743
23744 2008-01-07  Bruno Haible  <bruno@clisp.org>
23745
23746         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
23747         previous section name.
23748
23749 2008-01-07  Bruno Haible  <bruno@clisp.org>
23750
23751         * lib/progname.c (set_program_name): Don't strip off a leading
23752         "lt-" prefix outside a .libs directory.
23753         Suggested by Paul Eggert.
23754
23755 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
23756             Bruno Haible  <bruno@clisp.org>
23757
23758         Improve memory cleanup in 'relocatable' module.
23759         * lib/relocatable.h (compute_curr_prefix): Change return type to
23760         'char *'.
23761         * lib/relocatable.c (compute_curr_prefix): Change return type to
23762         'char *'. Free curr_installdir after use.
23763         (relocate): Free curr_prefix_better after use.
23764         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
23765
23766 2008-01-01  Bruno Haible  <bruno@clisp.org>
23767
23768         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
23769         failure on older glibc systems.
23770         Reported by Peter Fales <psfales@alcatel-lucent.com>.
23771
23772 2008-01-05  Eric Blake  <ebb9@byu.net>
23773
23774         Avoid quadratic system memmem.
23775         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
23776         Reported by Ralf Wildenhues.
23777
23778         Fix memmem test for mingw.
23779         * modules/memmem-tests (configure.ac): Check for alarm.
23780         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
23781         it.
23782         * doc/functions/memmem.texi: New file.
23783         * doc/gnulib.texi (Function Substitutes): Add memmem.
23784         Reported by Bruno Haible.
23785
23786 2008-01-04  Bruno Haible  <bruno@clisp.org>
23787
23788         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
23789         Require gl_HEADER_STRINGS_H_DEFAULTS, not
23790         gl_HEADER_STRING_H_DEFAULTS.
23791
23792 2008-01-04  Eric Blake  <ebb9@byu.net>
23793
23794         Shorten duration of memmem test.
23795         * tests/test-memmem.c (main): Use alarm to declare failure if test
23796         is taking too long.
23797         Reported by Ralf Wildenhues.
23798
23799 2007-12-21  Simon Josefsson  <simon@josefsson.org>
23800
23801         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
23802         string, needed by strerror.
23803
23804 2008-01-03  Colin Watson  <cjwatson@debian.org>
23805             Bruno Haible  <bruno@clisp.org>
23806
23807         * doc/gnulib-tool.texi (Localization): New section.
23808
23809 2008-01-02  Bruno Haible  <bruno@clisp.org>
23810
23811         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
23812         variables to 'unsigned char *' type.
23813         Reported by Paul Eggert.
23814
23815 2008-01-02  Jim Meyering  <jim@meyering.net>
23816
23817         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
23818
23819 2007-12-31  Jim Meyering  <jim@meyering.net>
23820
23821         Avoid use of private FTS type name.
23822         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
23823
23824 2007-12-30  Karl Berry  <karl@gnu.org>
23825
23826         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
23827         work around defect in Texinfo and/or the standalone Info browser.
23828
23829 2007-12-30  Bruno Haible  <bruno@clisp.org>
23830
23831         Unify 5 copies of the KMP code.
23832         * lib/str-kmp.h: New file.
23833         * lib/c-strcasestr.c: Include str-kmp.h.
23834         (knuth_morris_pratt): Remove function.
23835         (c_strcasestr): Update.
23836         * lib/c-strstr.c: Include str-kmp.h.
23837         (knuth_morris_pratt): Remove function.
23838         (c_strcasestr): Update.
23839         * lib/mbscasestr.c: Include str-kmp.h.
23840         (knuth_morris_pratt_unibyte): Remove function.
23841         * lib/mbsstr.c: Include str-kmp.h.
23842         (knuth_morris_pratt_unibyte): Remove function.
23843         * lib/strcasestr.c: Include str-kmp.h.
23844         (knuth_morris_pratt): Remove function.
23845         (strcasestr): Update.
23846         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
23847         * modules/c-strstr (Files): Likewise.
23848         * modules/mbscasestr (Files): Likewise.
23849         * modules/mbsstr (Files): Likewise.
23850         * modules/strcasestr (Files): Likewise.
23851         Suggested by Paul Eggert.
23852
23853 2007-12-30  Bruno Haible  <bruno@clisp.org>
23854
23855         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
23856         defined.
23857
23858 2007-12-30  Bruno Haible  <bruno@clisp.org>
23859
23860         * lib/xmalloca.h: Include xalloc.h.
23861         (xnmalloca): New macro.
23862
23863 2007-12-30  Bruno Haible  <bruno@clisp.org>
23864
23865         * lib/malloca.h (nmalloca): New macro.
23866         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
23867         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
23868         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
23869         knuth_morris_pratt_multibyte): Likewise.
23870         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
23871         knuth_morris_pratt_multibyte): Likewise.
23872         * lib/memmem.c (knuth_morris_pratt): Likewise.
23873         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
23874
23875 2007-12-25  Bruno Haible  <bruno@clisp.org>
23876
23877         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
23878         * lib/glob.c: Don't include openat.h.
23879         (link_exists2_p): Add back the code that deals with the
23880         !GLOB_ALTDIRFUNC case.
23881         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
23882         let it do the filename concatenation.
23883         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
23884         * modules/glob (Depends-on): Remove openat.
23885
23886 2007-12-31  Bruno Haible  <bruno@clisp.org>
23887
23888         * modules/dirfd (License): Change to LGPLv2+.
23889         Approved by Jim Meyering.
23890
23891 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
23892
23893         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
23894         when multiplying M by sizeof (size_t).
23895
23896 2007-12-10  Martin Lambers  <marlam@marlam.de>
23897
23898         Override getpagesize on mingw.
23899         * lib/getpagesize.c: New file.
23900         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
23901         * modules/getpagesize (Files): Add lib/getpagesize.c.
23902         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
23903         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
23904         REPLACE_GETPAGESIZE.
23905         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
23906
23907 2007-12-25  Bruno Haible  <bruno@clisp.org>
23908
23909         * modules/localcharset (Notice): New field.
23910         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
23911         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
23912
23913 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
23914             Bruno Haible  <bruno@clisp.org>
23915
23916         Avoid using the syntax symbol() in formatted documentation.
23917         * MODULES.html.sh (func_module): When replacing symbol() with a
23918         hyperlink, remove the parentheses. Show an error if some remain.
23919         Recognize and render the '...' syntax.
23920         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
23921         Rework. Add paragraph about GCC's inlining.
23922         * doc/alloca.texi: Likewise.
23923         * doc/error.texi: Remove parentheses from symbol reference.
23924         * doc/gnulib-intro.texi: Likewise.
23925         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
23926         * modules/fnmatch (Description): Reword to say "the ... function".
23927         * modules/full-read (Description): Likewise.
23928         * modules/full-write (Description): Likewise.
23929         * modules/safe-read (Description): Likewise.
23930         * modules/safe-write (Description): Likewise.
23931         * modules/strchrnul (Description): Likewise.
23932         * modules/trim (Description): Likewise.
23933         * modules/error (Description): Remove parentheses from symbol
23934         references.
23935         * modules/verror (Description): Likewise.
23936         Reported by Karl Berry.
23937
23938 2007-12-25  Bruno Haible  <bruno@clisp.org>
23939
23940         Fixup after 2007-10-16 commit.
23941         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
23942
23943 2007-12-24  Bruno Haible  <bruno@clisp.org>
23944
23945         Make --enable-relocatable work with DESTDIR.
23946         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
23947         to compute installdir from destprog.
23948         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
23949         also set the RELOC_DESTDIR variable.
23950         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23951
23952 2007-12-24  Bruno Haible  <bruno@clisp.org>
23953
23954         Fix link error due to xalloc_die().
23955         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
23956         of xreadlink.
23957         * lib/relocwrapper.c: Update comments.
23958         * build-aux/install-reloc: Remove xreadlink.c from file list.
23959         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
23960         xreadlink.c.
23961         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23962
23963 2007-12-24  Bruno Haible  <bruno@clisp.org>
23964
23965         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
23966         * lib/setenv.h: Remove file.
23967         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
23968         lib/setenv.h.
23969         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
23970         (Depends-on): Add stdlib.
23971         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
23972         gl_FUNC_UNSETENV.
23973         (Include): Replace setenv.h with <stdlib.h>.
23974         * modules/unsetenv: New file.
23975         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
23976         * lib/unsetenv.c: Include <stdlib.h> first.
23977         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
23978         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
23979         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
23980         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
23981         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
23982         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
23983         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
23984         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
23985         * doc/functions/unsetenv.texi: Update.
23986         * modules/xsetenv (Depends-on): Add unsetenv.
23987         * modules/getdate (Depends-on): Likewise.
23988         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
23989         * lib/xsetenv.c: Don't include setenv.h.
23990         * lib/getdate.y: Likewise.
23991         * lib/relocwrapper.c: Likewise.
23992         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
23993         (Depends-on): Add stdlib.
23994         * NEWS: Mention the changes.
23995         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
23996
23997 2007-12-23  Bruno Haible  <bruno@clisp.org>
23998
23999         * lib/memmem.c (memmem): Use lowercase variable names. Tab
24000         indentation.
24001
24002 2007-12-23  Bruno Haible  <bruno@clisp.org>
24003
24004         * lib/c-strcasestr.c: Add more comments.
24005         * lib/c-strstr.c: Likewise.
24006         * lib/mbscasestr.c: Likewise.
24007         * lib/mbsstr.c: Likewise.
24008         * lib/strcasestr.c: Likewise.
24009         * lib/memmem.c: Likewise.
24010
24011 2007-12-23  Bruno Haible  <bruno@clisp.org>
24012
24013         * tests/test-memmem.c: Include <string.h> first.
24014
24015 2007-12-22  Bruno Haible  <bruno@clisp.org>
24016
24017         * gnulib-tool (func_create_testdir): Change $auxdir while generating
24018         the contents of $testsbase.
24019         Reported by Ralf Wildenhues.
24020
24021 2007-12-22  Bruno Haible  <bruno@clisp.org>
24022
24023         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
24024         two variables local_ldadd_before, local_ldadd_last.
24025
24026 2007-12-20  Eric Blake  <ebb9@byu.net>
24027
24028         Work around circular library issue when cross-compiling.
24029         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
24030         that progname.o does not need to pull in rpl_memcmp.
24031
24032 2007-12-19  Eric Blake  <ebb9@byu.net>
24033
24034         Fix memmem to avoid O(n^2) worst-case complexity.
24035         * lib/memmem.c (knuth_morris_pratt): New function.
24036         (memmem): Use it if first few naive iterations fail.
24037         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
24038         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
24039         * modules/memchr (License): Likewise.
24040         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
24041         malloca.
24042         * tests/test-memmem.c: Rewrite, borrowing ideas from
24043         test-mbsstr1.c; the old version wouldn't even compile!
24044         * modules/memmem-tests: New file.
24045         * lib/string.in.h (rpl_memmem): Add declaration.
24046         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
24047         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
24048         REPLACE_MEMMEM.
24049
24050 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24051
24052         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
24053         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
24054         before any system include files, and undef after them all.  This
24055         should fix a problem on VMS reported by John E. Malmberg in
24056         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
24057
24058 2007-12-17  Eric Blake  <ebb9@byu.net>
24059
24060         Revert addition of verify, for BSD/OS.
24061         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
24062         can't handle large files, for the sake of obsolete platforms.
24063         * modules/fseeko (Depends-on): Remove verify.
24064         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
24065         * doc/functions/ftello.texi (ftello): Likewise.
24066         * doc/functions/fgetpos.texi (fgetpos): Likewise.
24067         Reported by Larry Jones.
24068
24069 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
24070
24071         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
24072         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
24073
24074 2007-12-17  Jim Meyering  <meyering@redhat.com>
24075
24076         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
24077         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
24078         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
24079         * modules/getcwd (Depends-on): Add openat.
24080         Reported by Petr Salinger.
24081
24082 2007-12-17  Bruno Haible  <bruno@clisp.org>
24083
24084         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
24085         avoid a segmentation fault of the configure test on x86_64 systems.
24086
24087 2007-12-15  Jim Meyering  <meyering@redhat.com>
24088
24089         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
24090
24091 2007-12-13  Eric Blake  <ebb9@byu.net>
24092
24093         Another fseek test.
24094         * tests/test-fseek.c (main): Also test ungetc handling.
24095         * tests/test-fseeko.c (main): Likewise.
24096         * modules/fseeko (Depends-on): Add verify.
24097         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
24098         large.
24099         Reported by Larry Jones.
24100
24101         Fix fseeko on mingw.
24102         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
24103         seek.
24104
24105         Beef up fseek tests.
24106         * tests/test-fseek.c (main): Also test eof handling.
24107         * tests/test-fseeko.c (main): Likewise.
24108         Reported by Larry Jones.
24109
24110 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
24111
24112         Fix fseeko on BSD-based platforms.
24113         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
24114         successful seek.
24115
24116 2007-12-12  Eric Blake  <ebb9@byu.net>
24117
24118         Allow circular dependency of separate libtests.a
24119         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
24120         when use_libtests.
24121
24122 2007-12-11  Eric Blake  <ebb9@byu.net>
24123
24124         Fix bug with -0.0L in previous patch.
24125         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
24126         * tests/test-isnan.c (main): Also test on zeroes.
24127         * tests/test-isnanf.c (main): Likewise.
24128         * tests/test-isnanl.h (main): Likewise.
24129
24130         Detect pseudo-denormals on x86 even when cross-compiling.
24131         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
24132         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
24133         invalid bit patterns that happen to satisfy ==.
24134
24135         Avoid link failures with separate libtests.a.
24136         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
24137         last, to satisfy circular dependencies.
24138
24139 2007-12-11  Eric Blake  <ebb9@byu.net>
24140         and Bruno Haible  <bruno@clisp.org>
24141
24142         Fix OpenBSD 4.0 <float.h> handling of long double.
24143         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
24144         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
24145         * doc/headers/float.texi (float.h): Document OpenBSD bug.
24146
24147 2007-12-11  Jim Meyering  <meyering@redhat.com>
24148
24149         * users.txt: Add libvirt.
24150
24151         Support versions of autoconf prior to 2.59c.
24152         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
24153         if it is not already defined.
24154
24155 2007-12-09  Bruno Haible  <bruno@clisp.org>
24156
24157         Let 'gnulib-tool --import' collect sources needed for the tests in
24158         tests/ rather than in lib/.
24159         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
24160         argument. If true, add rules to generate libtests.a, and put libtests.a
24161         into $(LDADD). Consider source files in subdirectories and set
24162         uses_subdirs.
24163         (func_emit_initmacro_start, func_emit_initmacro_end,
24164         func_emit_initmacro_done): Pass all arguments explicitly.
24165         (func_import): Determine two module lists main_modules,
24166         testsrelated_modules. Determine use_libtests. Determine two variables
24167         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
24168         instead of just sed_transform_lib_file. Determine two variables
24169         main_files and testsrelated_files. Compute 'files' as the union of
24170         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
24171         func_add_or_update. In the generated gnulib-comp.m4, collect the
24172         object files for tests/ in different variables than those for lib/.
24173         Substitute LIBTESTS_LIBDEPS.
24174         (func_create_testdir): Combine the uses_subdirs results from
24175         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
24176
24177 2007-12-09  Bruno Haible  <bruno@clisp.org>
24178
24179         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
24180         the build-aux directory.
24181
24182 2007-12-09  Bruno Haible  <bruno@clisp.org>
24183
24184         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
24185         introduced on 2006-09-09.
24186
24187 2007-12-07  Jim Meyering  <meyering@redhat.com>
24188
24189         Let these macros work also with autoconf-2.59.
24190         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
24191         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
24192         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
24193
24194 2007-12-06  Jim Meyering  <meyering@redhat.com>
24195
24196         Avoid a configure-time syntax error in gl_FUNC_ACL.
24197         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
24198         function in each branch, before testing the cache variable.
24199
24200 2007-12-04  Eric Blake  <ebb9@byu.net>
24201
24202         Make scripts executable.
24203         * build-aux/config.guess: Add execute permissions.
24204         * build-aux/config.sub: Likewise.
24205         * build-aux/gendocs.sh: Likewise.
24206
24207         Fix frexp on mingw.
24208         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
24209         cross-compiling.
24210         * doc/functions/frexp.texi (frexp): Document the bug.
24211
24212         Make cygwin fseeko check more reliable.
24213         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
24214         version numbers, rather than unrelated feature check.
24215         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
24216         * doc/functions/ftello.texi (ftello): Likewise.
24217         Reported by Bruno Haible.
24218
24219         * m4/strerror.m4: Bump version number.
24220
24221 2007-12-03  Bruno Haible  <bruno@clisp.org>
24222
24223         * doc/functions/mprotect.texi: Mention the mingw problem.
24224
24225 2007-12-03  Eric Blake  <ebb9@byu.net>
24226
24227         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
24228         REPLACE_STRERROR is initialized before this macro.
24229
24230 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24231
24232         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
24233         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
24234         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
24235         put -lsec in even for programs other than 'ls'.  This fixes a problem
24236         for gettext reported by Bruno Haible in
24237         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
24238         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
24239         Add support for Solaris 10.  This isn't efficient, but should get the
24240         job done for now.
24241
24242 2007-12-03  James Youngman  <jay@gnu.org>
24243
24244         * doc/regexprops-generic.texi: change "an close-group" to "a
24245         close-group" and "illegal" to "not allowed".
24246
24247 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24248
24249         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
24250         pr_byname.h. Needed for the rare case when the maintainer has done
24251         "make maintainer-clean" in the source directory and then attempts a
24252         build outside the source directory.
24253         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
24254         scripts_byname.h.
24255
24256 2007-12-02  Martin Lambers <marlam@marlam.de>
24257             Bruno Haible  <bruno@clisp.org>
24258
24259         * lib/getpagesize.h: Remove file.
24260         * lib/unistd.in.h: Include declaration of getpagesize here.
24261         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
24262         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
24263         HAVE_SYS_PARAM_H.
24264         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
24265         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24266         * modules/getpagesize (Files): Remove lib/getpagesize.h.
24267         (Depends-on): Add unistd.
24268         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24269         (Include): Use <unistd.h> instead of getpagesize.h.
24270         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
24271         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24272         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
24273         gl_GETPAGESIZE invocation, already handled by module dependency.
24274         * lib/pagealign_alloc.c: Don't include getpagesize.h.
24275
24276 2007-12-02  Bruno Haible  <bruno@clisp.org>
24277
24278         * modules/strings-tests: New file.
24279         * tests/test-strings.c: New file.
24280
24281         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
24282         * lib/strings.in.h: New file.
24283         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
24284         * m4/strings_h.m4: New file.
24285         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
24286         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
24287         * modules/strings: New file.
24288         * modules/string (Makefile.am): Update.
24289         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
24290         Reported by Karl Berry.
24291
24292 2007-12-01  Eric Blake  <ebb9@byu.net>
24293
24294         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
24295         accomodate fix in cygwin 1.5.25.
24296
24297 2007-12-01  Jim Meyering  <meyering@redhat.com>
24298
24299         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
24300         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
24301         that would inhibit utf8-optimization of a regexp containing line-
24302         or buffer-anchors, e.g., `^', `$'.
24303
24304 2007-11-30  Bruno Haible  <bruno@clisp.org>
24305
24306         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
24307         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
24308         glthread_recursive_lock_init.
24309         * lib/lock.c (glthread_recursive_lock_init)
24310         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
24311         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24312
24313 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
24314
24315         New function qset_acl, like set_acl but with syscall semantics.
24316         * lib/acl.h (qset_acl): New decl.
24317         * lib/acl.c (qset_acl): New function.
24318         (set_acl): Use new function.  Use more-consistent diagnostics.
24319
24320 2007-11-28  Jim Meyering  <meyering@redhat.com>
24321
24322         * modules/physmem (License): Change from GPL to LGPLv2+.
24323
24324 2007-11-26  Bruno Haible  <bruno@clisp.org>
24325
24326         * lib/vasnprintf.c (decode_long_double): Don't abort if the
24327         'long double' type has excess precision.
24328         Reported by Jim Meyering in
24329         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
24330
24331 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24332
24333         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
24334         Sync from <http://gnu.org/licenses>.
24335         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
24336         with license text from same location.
24337         * doc/maintain.texi, doc/standards.texi:  Sync from
24338         <http://savannah.gnu.org/projects/gnustandards>.
24339
24340 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
24341         and Jim Meyering  <meyering@redhat.com>
24342
24343         Adjust getdate' grammar to accept a slightly more regular language.
24344         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
24345         Before, the former was rejected.
24346         * lib/getdate.y (digits_to_date_time): New function, factored
24347         out of ...
24348         (number): ...here.  Just call digits_to_date_time.
24349         (hybrid): New non-terminal to handle an <unsigned number,
24350         signed relative offset> sequence consistently.
24351
24352 2007-11-18  Jim Meyering  <meyering@redhat.com>
24353
24354         Pull my changes from coreutils:
24355         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
24356         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
24357         use of $gnulib_tool_option_extras, so that it's separated from the
24358         preceding argument.
24359
24360         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
24361         * build-aux/bootstrap (cp_mark_as_generated): Create any required
24362         parent destination directories before copying a file into place.
24363
24364 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
24365
24366         bootstrap: work also with 4-argument variant of AC_INIT
24367         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
24368
24369 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24370
24371         Port test-getaddrinfo to Solaris.
24372         Problem reported by Bruno Haible in
24373         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
24374         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
24375         explanation of setting 'hints'.
24376         Don't reject an implementation merely because it returns EAI_SERVICE.
24377         (EAI_SERVICE): Define to 0 if not defined.
24378
24379 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24380
24381         The license of gnu-make and posix-shell is now "GPLed build tool".
24382         * modules/gnu-make (License): Likewise.
24383         * modules/posix-shell (License): Likewise.
24384
24385         New module posix-shell, for determining a POSIX shell
24386         or perhaps something that is close enough to a POSIX shell.
24387         * m4/posix-shell.m4: New file.
24388         * modules/posix-shell: New file.
24389
24390         * MODULES.html.sh: Mention new module.
24391
24392         New module gnu-make, for determining whether we're using GNU Make.
24393         * m4/gnu-make.m4: New file.
24394         * modules/gnu-make: New file.
24395         * MODULES.html.sh: Mention new module.
24396
24397 2007-11-14  Jim Meyering  <meyering@redhat.com>
24398
24399         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
24400         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
24401         use this macro to create a function _definition_.
24402         Remove useless "#undef ARGMATCH_DIE".
24403
24404 2007-11-14  Bruno Haible  <bruno@clisp.org>
24405
24406         * lib/config.charset: Update for OpenBSD 4.1.
24407         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
24408
24409 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
24410
24411         Document 64-bit #if problems in stdint.texi.
24412         * doc/headers/stdint.texi (stdint.h): Mention problems with
24413         64-bit-#if, and how to work around them.
24414
24415         Don't insist on 'long long int' support in the preprocessor.  It
24416         breaks too many things.  For example, PRIdMAX still uses a 'long
24417         long int' format with the latest Sun compiler, even though
24418         HAVE_LONG_LONG_INT isn't defined due to that compiler's
24419         preprocessor problem.  This causes the latest coreutils to dump
24420         core on Solaris 10 sparc with the Sun C compiler.
24421         Instead, fix the 2007-10-16 problem in a different way, by evaluating
24422         the troublesome expressions at configure-time, not at #if-time.
24423         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
24424         preprocessor.
24425         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
24426         compile-time C checks, done at 'configure'-time.
24427         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
24428         * modules/inttypes (Makefile): Substitute the new symbols that
24429         gl_INTTYPES_H now generates.
24430         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
24431
24432 2007-11-12  Bruno Haible  <bruno@clisp.org>
24433
24434         Tests for Unicode character classification functions.
24435
24436         * modules/unictype/bidicategory-byname-tests: New file.
24437         * modules/unictype/bidicategory-name-tests: New file.
24438         * modules/unictype/bidicategory-of-tests: New file.
24439         * modules/unictype/bidicategory-test-tests: New file.
24440         * modules/unictype/block-list-tests: New file.
24441         * modules/unictype/block-of-tests: New file.
24442         * modules/unictype/block-test-tests: New file.
24443         * modules/unictype/category-C-tests: New file.
24444         * modules/unictype/category-Cc-tests: New file.
24445         * modules/unictype/category-Cf-tests: New file.
24446         * modules/unictype/category-Cn-tests: New file.
24447         * modules/unictype/category-Co-tests: New file.
24448         * modules/unictype/category-Cs-tests: New file.
24449         * modules/unictype/category-L-tests: New file.
24450         * modules/unictype/category-Ll-tests: New file.
24451         * modules/unictype/category-Lm-tests: New file.
24452         * modules/unictype/category-Lo-tests: New file.
24453         * modules/unictype/category-Lt-tests: New file.
24454         * modules/unictype/category-Lu-tests: New file.
24455         * modules/unictype/category-M-tests: New file.
24456         * modules/unictype/category-Mc-tests: New file.
24457         * modules/unictype/category-Me-tests: New file.
24458         * modules/unictype/category-Mn-tests: New file.
24459         * modules/unictype/category-N-tests: New file.
24460         * modules/unictype/category-Nd-tests: New file.
24461         * modules/unictype/category-Nl-tests: New file.
24462         * modules/unictype/category-No-tests: New file.
24463         * modules/unictype/category-P-tests: New file.
24464         * modules/unictype/category-Pc-tests: New file.
24465         * modules/unictype/category-Pd-tests: New file.
24466         * modules/unictype/category-Pe-tests: New file.
24467         * modules/unictype/category-Pf-tests: New file.
24468         * modules/unictype/category-Pi-tests: New file.
24469         * modules/unictype/category-Po-tests: New file.
24470         * modules/unictype/category-Ps-tests: New file.
24471         * modules/unictype/category-S-tests: New file.
24472         * modules/unictype/category-Sc-tests: New file.
24473         * modules/unictype/category-Sk-tests: New file.
24474         * modules/unictype/category-Sm-tests: New file.
24475         * modules/unictype/category-So-tests: New file.
24476         * modules/unictype/category-Z-tests: New file.
24477         * modules/unictype/category-Zl-tests: New file.
24478         * modules/unictype/category-Zp-tests: New file.
24479         * modules/unictype/category-Zs-tests: New file.
24480         * modules/unictype/category-and-not-tests: New file.
24481         * modules/unictype/category-and-tests: New file.
24482         * modules/unictype/category-byname-tests: New file.
24483         * modules/unictype/category-name-tests: New file.
24484         * modules/unictype/category-none-tests: New file.
24485         * modules/unictype/category-of-tests: New file.
24486         * modules/unictype/category-or-tests: New file.
24487         * modules/unictype/category-test-withtable-tests: New file.
24488         * modules/unictype/combining-class-tests: New file.
24489         * modules/unictype/ctype-alnum-tests: New file.
24490         * modules/unictype/ctype-alpha-tests: New file.
24491         * modules/unictype/ctype-blank-tests: New file.
24492         * modules/unictype/ctype-cntrl-tests: New file.
24493         * modules/unictype/ctype-digit-tests: New file.
24494         * modules/unictype/ctype-graph-tests: New file.
24495         * modules/unictype/ctype-lower-tests: New file.
24496         * modules/unictype/ctype-print-tests: New file.
24497         * modules/unictype/ctype-punct-tests: New file.
24498         * modules/unictype/ctype-space-tests: New file.
24499         * modules/unictype/ctype-upper-tests: New file.
24500         * modules/unictype/ctype-xdigit-tests: New file.
24501         * modules/unictype/decimal-digit-tests: New file.
24502         * modules/unictype/digit-tests: New file.
24503         * modules/unictype/mirror-tests: New file.
24504         * modules/unictype/numeric-tests: New file.
24505         * modules/unictype/property-alphabetic-tests: New file.
24506         * modules/unictype/property-ascii-hex-digit-tests: New file.
24507         * modules/unictype/property-bidi-arabic-digit-tests: New file.
24508         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
24509         * modules/unictype/property-bidi-block-separator-tests: New file.
24510         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
24511         * modules/unictype/property-bidi-common-separator-tests: New file.
24512         * modules/unictype/property-bidi-control-tests: New file.
24513         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
24514         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
24515         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
24516         * modules/unictype/property-bidi-european-digit-tests: New file.
24517         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
24518         * modules/unictype/property-bidi-left-to-right-tests: New file.
24519         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
24520         * modules/unictype/property-bidi-other-neutral-tests: New file.
24521         * modules/unictype/property-bidi-pdf-tests: New file.
24522         * modules/unictype/property-bidi-segment-separator-tests: New file.
24523         * modules/unictype/property-bidi-whitespace-tests: New file.
24524         * modules/unictype/property-byname-tests: New file.
24525         * modules/unictype/property-combining-tests: New file.
24526         * modules/unictype/property-composite-tests: New file.
24527         * modules/unictype/property-currency-symbol-tests: New file.
24528         * modules/unictype/property-dash-tests: New file.
24529         * modules/unictype/property-decimal-digit-tests: New file.
24530         * modules/unictype/property-default-ignorable-code-point-tests: New file.
24531         * modules/unictype/property-deprecated-tests: New file.
24532         * modules/unictype/property-diacritic-tests: New file.
24533         * modules/unictype/property-extender-tests: New file.
24534         * modules/unictype/property-format-control-tests: New file.
24535         * modules/unictype/property-grapheme-base-tests: New file.
24536         * modules/unictype/property-grapheme-extend-tests: New file.
24537         * modules/unictype/property-grapheme-link-tests: New file.
24538         * modules/unictype/property-hex-digit-tests: New file.
24539         * modules/unictype/property-hyphen-tests: New file.
24540         * modules/unictype/property-id-continue-tests: New file.
24541         * modules/unictype/property-id-start-tests: New file.
24542         * modules/unictype/property-ideographic-tests: New file.
24543         * modules/unictype/property-ids-binary-operator-tests: New file.
24544         * modules/unictype/property-ids-trinary-operator-tests: New file.
24545         * modules/unictype/property-ignorable-control-tests: New file.
24546         * modules/unictype/property-iso-control-tests: New file.
24547         * modules/unictype/property-join-control-tests: New file.
24548         * modules/unictype/property-left-of-pair-tests: New file.
24549         * modules/unictype/property-line-separator-tests: New file.
24550         * modules/unictype/property-logical-order-exception-tests: New file.
24551         * modules/unictype/property-lowercase-tests: New file.
24552         * modules/unictype/property-math-tests: New file.
24553         * modules/unictype/property-non-break-tests: New file.
24554         * modules/unictype/property-not-a-character-tests: New file.
24555         * modules/unictype/property-numeric-tests: New file.
24556         * modules/unictype/property-other-alphabetic-tests: New file.
24557         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
24558         * modules/unictype/property-other-grapheme-extend-tests: New file.
24559         * modules/unictype/property-other-id-continue-tests: New file.
24560         * modules/unictype/property-other-id-start-tests: New file.
24561         * modules/unictype/property-other-lowercase-tests: New file.
24562         * modules/unictype/property-other-math-tests: New file.
24563         * modules/unictype/property-other-uppercase-tests: New file.
24564         * modules/unictype/property-paired-punctuation-tests: New file.
24565         * modules/unictype/property-paragraph-separator-tests: New file.
24566         * modules/unictype/property-pattern-syntax-tests: New file.
24567         * modules/unictype/property-pattern-white-space-tests: New file.
24568         * modules/unictype/property-private-use-tests: New file.
24569         * modules/unictype/property-punctuation-tests: New file.
24570         * modules/unictype/property-quotation-mark-tests: New file.
24571         * modules/unictype/property-radical-tests: New file.
24572         * modules/unictype/property-sentence-terminal-tests: New file.
24573         * modules/unictype/property-soft-dotted-tests: New file.
24574         * modules/unictype/property-space-tests: New file.
24575         * modules/unictype/property-terminal-punctuation-tests: New file.
24576         * modules/unictype/property-test-tests: New file.
24577         * modules/unictype/property-titlecase-tests: New file.
24578         * modules/unictype/property-unassigned-code-value-tests: New file.
24579         * modules/unictype/property-unified-ideograph-tests: New file.
24580         * modules/unictype/property-uppercase-tests: New file.
24581         * modules/unictype/property-variation-selector-tests: New file.
24582         * modules/unictype/property-white-space-tests: New file.
24583         * modules/unictype/property-xid-continue-tests: New file.
24584         * modules/unictype/property-xid-start-tests: New file.
24585         * modules/unictype/property-zero-width-tests: New file.
24586         * modules/unictype/scripts-tests: New file.
24587         * modules/unictype/syntax-c-ident-tests: New file.
24588         * modules/unictype/syntax-c-whitespace-tests: New file.
24589         * modules/unictype/syntax-java-ident-tests: New file.
24590         * modules/unictype/syntax-java-whitespace-tests: New file.
24591         * tests/unictype/test-bidi_byname.c: New file.
24592         * tests/unictype/test-bidi_name.c: New file.
24593         * tests/unictype/test-bidi_of.c: New file.
24594         * tests/unictype/test-bidi_test.c: New file.
24595         * tests/unictype/test-block_list.c: New file.
24596         * tests/unictype/test-block_of.c: New file.
24597         * tests/unictype/test-block_test.c: New file.
24598         * tests/unictype/test-categ_and.c: New file.
24599         * tests/unictype/test-categ_and_not.c: New file.
24600         * tests/unictype/test-categ_byname.c: New file.
24601         * tests/unictype/test-categ_name.c: New file.
24602         * tests/unictype/test-categ_none.c: New file.
24603         * tests/unictype/test-categ_of.c: New file.
24604         * tests/unictype/test-categ_or.c: New file.
24605         * tests/unictype/test-categ_test_withtable.c: New file.
24606         * tests/unictype/test-combining.c: New file.
24607         * tests/unictype/test-decdigit.c: New file.
24608         * tests/unictype/test-digit.c: New file.
24609         * tests/unictype/test-mirror.c: New file.
24610         * tests/unictype/test-numeric.c: New file.
24611         * tests/unictype/test-pr_byname.c: New file.
24612         * tests/unictype/test-pr_test.c: New file.
24613         * tests/unictype/test-predicate-part1.h: New file.
24614         * tests/unictype/test-predicate-part2.h: New file.
24615         * tests/unictype/test-scripts.c: New file.
24616         * tests/unictype/test-sy_c_ident.c: New file.
24617         * tests/unictype/test-sy_java_ident.c: New file.
24618
24619         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
24620         for Unicode 5.0.0.
24621         * tests/unictype/test-categ_Cc.c: Likewise.
24622         * tests/unictype/test-categ_Cf.c: Likewise.
24623         * tests/unictype/test-categ_Cn.c: Likewise.
24624         * tests/unictype/test-categ_Co.c: Likewise.
24625         * tests/unictype/test-categ_Cs.c: Likewise.
24626         * tests/unictype/test-categ_L.c: Likewise.
24627         * tests/unictype/test-categ_Ll.c: Likewise.
24628         * tests/unictype/test-categ_Lm.c: Likewise.
24629         * tests/unictype/test-categ_Lo.c: Likewise.
24630         * tests/unictype/test-categ_Lt.c: Likewise.
24631         * tests/unictype/test-categ_Lu.c: Likewise.
24632         * tests/unictype/test-categ_M.c: Likewise.
24633         * tests/unictype/test-categ_Mc.c: Likewise.
24634         * tests/unictype/test-categ_Me.c: Likewise.
24635         * tests/unictype/test-categ_Mn.c: Likewise.
24636         * tests/unictype/test-categ_N.c: Likewise.
24637         * tests/unictype/test-categ_Nd.c: Likewise.
24638         * tests/unictype/test-categ_Nl.c: Likewise.
24639         * tests/unictype/test-categ_No.c: Likewise.
24640         * tests/unictype/test-categ_P.c: Likewise.
24641         * tests/unictype/test-categ_Pc.c: Likewise.
24642         * tests/unictype/test-categ_Pd.c: Likewise.
24643         * tests/unictype/test-categ_Pe.c: Likewise.
24644         * tests/unictype/test-categ_Pf.c: Likewise.
24645         * tests/unictype/test-categ_Pi.c: Likewise.
24646         * tests/unictype/test-categ_Po.c: Likewise.
24647         * tests/unictype/test-categ_Ps.c: Likewise.
24648         * tests/unictype/test-categ_S.c: Likewise.
24649         * tests/unictype/test-categ_Sc.c: Likewise.
24650         * tests/unictype/test-categ_Sk.c: Likewise.
24651         * tests/unictype/test-categ_Sm.c: Likewise.
24652         * tests/unictype/test-categ_So.c: Likewise.
24653         * tests/unictype/test-categ_Z.c: Likewise.
24654         * tests/unictype/test-categ_Zl.c: Likewise.
24655         * tests/unictype/test-categ_Zp.c: Likewise.
24656         * tests/unictype/test-categ_Zs.c: Likewise.
24657         * tests/unictype/test-ctype_alnum.c: Likewise.
24658         * tests/unictype/test-ctype_alpha.c: Likewise.
24659         * tests/unictype/test-ctype_blank.c: Likewise.
24660         * tests/unictype/test-ctype_cntrl.c: Likewise.
24661         * tests/unictype/test-ctype_digit.c: Likewise.
24662         * tests/unictype/test-ctype_graph.c: Likewise.
24663         * tests/unictype/test-ctype_lower.c: Likewise.
24664         * tests/unictype/test-ctype_print.c: Likewise.
24665         * tests/unictype/test-ctype_punct.c: Likewise.
24666         * tests/unictype/test-ctype_space.c: Likewise.
24667         * tests/unictype/test-ctype_upper.c: Likewise.
24668         * tests/unictype/test-ctype_xdigit.c: Likewise.
24669         * tests/unictype/test-decdigit.h: Likewise.
24670         * tests/unictype/test-digit.h: Likewise.
24671         * tests/unictype/test-numeric.h: Likewise.
24672         * tests/unictype/test-pr_alphabetic.c: Likewise.
24673         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
24674         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
24675         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
24676         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
24677         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
24678         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
24679         * tests/unictype/test-pr_bidi_control.c: Likewise.
24680         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
24681         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
24682         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
24683         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
24684         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
24685         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
24686         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
24687         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
24688         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
24689         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
24690         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
24691         * tests/unictype/test-pr_combining.c: Likewise.
24692         * tests/unictype/test-pr_composite.c: Likewise.
24693         * tests/unictype/test-pr_currency_symbol.c: Likewise.
24694         * tests/unictype/test-pr_dash.c: Likewise.
24695         * tests/unictype/test-pr_decimal_digit.c: Likewise.
24696         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
24697         * tests/unictype/test-pr_deprecated.c: Likewise.
24698         * tests/unictype/test-pr_diacritic.c: Likewise.
24699         * tests/unictype/test-pr_extender.c: Likewise.
24700         * tests/unictype/test-pr_format_control.c: Likewise.
24701         * tests/unictype/test-pr_grapheme_base.c: Likewise.
24702         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
24703         * tests/unictype/test-pr_grapheme_link.c: Likewise.
24704         * tests/unictype/test-pr_hex_digit.c: Likewise.
24705         * tests/unictype/test-pr_hyphen.c: Likewise.
24706         * tests/unictype/test-pr_id_continue.c: Likewise.
24707         * tests/unictype/test-pr_id_start.c: Likewise.
24708         * tests/unictype/test-pr_ideographic.c: Likewise.
24709         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
24710         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
24711         * tests/unictype/test-pr_ignorable_control.c: Likewise.
24712         * tests/unictype/test-pr_iso_control.c: Likewise.
24713         * tests/unictype/test-pr_join_control.c: Likewise.
24714         * tests/unictype/test-pr_left_of_pair.c: Likewise.
24715         * tests/unictype/test-pr_line_separator.c: Likewise.
24716         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
24717         * tests/unictype/test-pr_lowercase.c: Likewise.
24718         * tests/unictype/test-pr_math.c: Likewise.
24719         * tests/unictype/test-pr_non_break.c: Likewise.
24720         * tests/unictype/test-pr_not_a_character.c: Likewise.
24721         * tests/unictype/test-pr_numeric.c: Likewise.
24722         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
24723         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
24724         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
24725         * tests/unictype/test-pr_other_id_continue.c: Likewise.
24726         * tests/unictype/test-pr_other_id_start.c: Likewise.
24727         * tests/unictype/test-pr_other_lowercase.c: Likewise.
24728         * tests/unictype/test-pr_other_math.c: Likewise.
24729         * tests/unictype/test-pr_other_uppercase.c: Likewise.
24730         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
24731         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
24732         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
24733         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
24734         * tests/unictype/test-pr_private_use.c: Likewise.
24735         * tests/unictype/test-pr_punctuation.c: Likewise.
24736         * tests/unictype/test-pr_quotation_mark.c: Likewise.
24737         * tests/unictype/test-pr_radical.c: Likewise.
24738         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
24739         * tests/unictype/test-pr_soft_dotted.c: Likewise.
24740         * tests/unictype/test-pr_space.c: Likewise.
24741         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
24742         * tests/unictype/test-pr_titlecase.c: Likewise.
24743         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
24744         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
24745         * tests/unictype/test-pr_uppercase.c: Likewise.
24746         * tests/unictype/test-pr_variation_selector.c: Likewise.
24747         * tests/unictype/test-pr_white_space.c: Likewise.
24748         * tests/unictype/test-pr_xid_continue.c: Likewise.
24749         * tests/unictype/test-pr_xid_start.c: Likewise.
24750         * tests/unictype/test-pr_zero_width.c: Likewise.
24751         * tests/unictype/test-sy_c_whitespace.c: Likewise.
24752         * tests/unictype/test-sy_java_whitespace.c: Likewise.
24753
24754 2007-11-12  Bruno Haible  <bruno@clisp.org>
24755
24756         Unicode character classification functions.
24757         * lib/unictype.h: New file.
24758         * modules/unictype/base: New file.
24759         * modules/unictype/category-L: New file.
24760         * modules/unictype/category-Lu: New file.
24761         * modules/unictype/category-Ll: New file.
24762         * modules/unictype/category-Lt: New file.
24763         * modules/unictype/category-Lm: New file.
24764         * modules/unictype/category-Lo: New file.
24765         * modules/unictype/category-M: New file.
24766         * modules/unictype/category-Mn: New file.
24767         * modules/unictype/category-Mc: New file.
24768         * modules/unictype/category-Me: New file.
24769         * modules/unictype/category-N: New file.
24770         * modules/unictype/category-Nd: New file.
24771         * modules/unictype/category-Nl: New file.
24772         * modules/unictype/category-No: New file.
24773         * modules/unictype/category-P: New file.
24774         * modules/unictype/category-Pc: New file.
24775         * modules/unictype/category-Pd: New file.
24776         * modules/unictype/category-Ps: New file.
24777         * modules/unictype/category-Pe: New file.
24778         * modules/unictype/category-Pi: New file.
24779         * modules/unictype/category-Pf: New file.
24780         * modules/unictype/category-Po: New file.
24781         * modules/unictype/category-S: New file.
24782         * modules/unictype/category-Sm: New file.
24783         * modules/unictype/category-Sc: New file.
24784         * modules/unictype/category-Sk: New file.
24785         * modules/unictype/category-So: New file.
24786         * modules/unictype/category-Z: New file.
24787         * modules/unictype/category-Zs: New file.
24788         * modules/unictype/category-Zl: New file.
24789         * modules/unictype/category-Zp: New file.
24790         * modules/unictype/category-C: New file.
24791         * modules/unictype/category-Cc: New file.
24792         * modules/unictype/category-Cf: New file.
24793         * modules/unictype/category-Cs: New file.
24794         * modules/unictype/category-Co: New file.
24795         * modules/unictype/category-Cn: New file.
24796         * modules/unictype/category-or: New file.
24797         * modules/unictype/category-of: New file.
24798         * modules/unictype/category-test: New file.
24799         * modules/unictype/category-test-withtable: New file.
24800         * modules/unictype/category-byname: New file.
24801         * modules/unictype/category-none: New file.
24802         * modules/unictype/category-and: New file.
24803         * modules/unictype/category-and-not: New file.
24804         * modules/unictype/category-name: New file.
24805         * modules/unictype/combining-class: New file.
24806         * modules/unictype/category-all: New file.
24807         * modules/unictype/bidicategory-all: New file.
24808         * modules/unictype/bidicategory-byname: New file.
24809         * modules/unictype/bidicategory-name: New file.
24810         * modules/unictype/bidicategory-of: New file.
24811         * modules/unictype/bidicategory-test: New file.
24812         * modules/unictype/decimal-digit: New file.
24813         * modules/unictype/digit: New file.
24814         * modules/unictype/numeric: New file.
24815         * modules/unictype/mirror: New file.
24816         * modules/unictype/property-white-space: New file.
24817         * modules/unictype/property-alphabetic: New file.
24818         * modules/unictype/property-other-alphabetic: New file.
24819         * modules/unictype/property-not-a-character: New file.
24820         * modules/unictype/property-default-ignorable-code-point: New file.
24821         * modules/unictype/property-other-default-ignorable-code-point: New
24822         file.
24823         * modules/unictype/property-deprecated: New file.
24824         * modules/unictype/property-logical-order-exception: New file.
24825         * modules/unictype/property-variation-selector: New file.
24826         * modules/unictype/property-private-use: New file.
24827         * modules/unictype/property-unassigned-code-value: New file.
24828         * modules/unictype/property-uppercase: New file.
24829         * modules/unictype/property-other-uppercase: New file.
24830         * modules/unictype/property-lowercase: New file.
24831         * modules/unictype/property-other-lowercase: New file.
24832         * modules/unictype/property-titlecase: New file.
24833         * modules/unictype/property-soft-dotted: New file.
24834         * modules/unictype/property-id-start: New file.
24835         * modules/unictype/property-other-id-start: New file.
24836         * modules/unictype/property-id-continue: New file.
24837         * modules/unictype/property-other-id-continue: New file.
24838         * modules/unictype/property-xid-start: New file.
24839         * modules/unictype/property-xid-continue: New file.
24840         * modules/unictype/property-pattern-white-space: New file.
24841         * modules/unictype/property-pattern-syntax: New file.
24842         * modules/unictype/property-join-control: New file.
24843         * modules/unictype/property-grapheme-base: New file.
24844         * modules/unictype/property-grapheme-extend: New file.
24845         * modules/unictype/property-other-grapheme-extend: New file.
24846         * modules/unictype/property-grapheme-link: New file.
24847         * modules/unictype/property-bidi-control: New file.
24848         * modules/unictype/property-bidi-left-to-right: New file.
24849         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
24850         * modules/unictype/property-bidi-arabic-right-to-left: New file.
24851         * modules/unictype/property-bidi-european-digit: New file.
24852         * modules/unictype/property-bidi-eur-num-separator: New file.
24853         * modules/unictype/property-bidi-eur-num-terminator: New file.
24854         * modules/unictype/property-bidi-arabic-digit: New file.
24855         * modules/unictype/property-bidi-common-separator: New file.
24856         * modules/unictype/property-bidi-block-separator: New file.
24857         * modules/unictype/property-bidi-segment-separator: New file.
24858         * modules/unictype/property-bidi-whitespace: New file.
24859         * modules/unictype/property-bidi-non-spacing-mark: New file.
24860         * modules/unictype/property-bidi-boundary-neutral: New file.
24861         * modules/unictype/property-bidi-pdf: New file.
24862         * modules/unictype/property-bidi-embedding-or-override: New file.
24863         * modules/unictype/property-bidi-other-neutral: New file.
24864         * modules/unictype/property-hex-digit: New file.
24865         * modules/unictype/property-ascii-hex-digit: New file.
24866         * modules/unictype/property-ideographic: New file.
24867         * modules/unictype/property-unified-ideograph: New file.
24868         * modules/unictype/property-radical: New file.
24869         * modules/unictype/property-ids-binary-operator: New file.
24870         * modules/unictype/property-ids-trinary-operator: New file.
24871         * modules/unictype/property-zero-width: New file.
24872         * modules/unictype/property-space: New file.
24873         * modules/unictype/property-non-break: New file.
24874         * modules/unictype/property-iso-control: New file.
24875         * modules/unictype/property-format-control: New file.
24876         * modules/unictype/property-dash: New file.
24877         * modules/unictype/property-hyphen: New file.
24878         * modules/unictype/property-punctuation: New file.
24879         * modules/unictype/property-line-separator: New file.
24880         * modules/unictype/property-paragraph-separator: New file.
24881         * modules/unictype/property-quotation-mark: New file.
24882         * modules/unictype/property-sentence-terminal: New file.
24883         * modules/unictype/property-terminal-punctuation: New file.
24884         * modules/unictype/property-currency-symbol: New file.
24885         * modules/unictype/property-math: New file.
24886         * modules/unictype/property-other-math: New file.
24887         * modules/unictype/property-paired-punctuation: New file.
24888         * modules/unictype/property-left-of-pair: New file.
24889         * modules/unictype/property-combining: New file.
24890         * modules/unictype/property-composite: New file.
24891         * modules/unictype/property-decimal-digit: New file.
24892         * modules/unictype/property-numeric: New file.
24893         * modules/unictype/property-diacritic: New file.
24894         * modules/unictype/property-extender: New file.
24895         * modules/unictype/property-ignorable-control: New file.
24896         * modules/unictype/property-test: New file.
24897         * modules/unictype/property-byname: New file.
24898         * modules/unictype/property-all: New file.
24899         * modules/unictype/scripts: New file.
24900         * modules/unictype/scripts-all: New file.
24901         * modules/unictype/block-of: New file.
24902         * modules/unictype/block-test: New file.
24903         * modules/unictype/block-list: New file.
24904         * modules/unictype/block-all: New file.
24905         * modules/unictype/syntax-c-whitespace: New file.
24906         * modules/unictype/syntax-java-whitespace: New file.
24907         * modules/unictype/syntax-c-ident: New file.
24908         * modules/unictype/syntax-java-ident: New file.
24909         * modules/unictype/ctype-alnum: New file.
24910         * modules/unictype/ctype-alpha: New file.
24911         * modules/unictype/ctype-cntrl: New file.
24912         * modules/unictype/ctype-digit: New file.
24913         * modules/unictype/ctype-graph: New file.
24914         * modules/unictype/ctype-lower: New file.
24915         * modules/unictype/ctype-print: New file.
24916         * modules/unictype/ctype-punct: New file.
24917         * modules/unictype/ctype-space: New file.
24918         * modules/unictype/ctype-upper: New file.
24919         * modules/unictype/ctype-xdigit: New file.
24920         * modules/unictype/ctype-blank: New file.
24921         * lib/unictype/bidi_byname.c: New file.
24922         * lib/unictype/bidi_name.c: New file.
24923         * lib/unictype/bidi_of.c: New file.
24924         * lib/unictype/bidi_test.c: New file.
24925         * lib/unictype/bitmap.h: New file.
24926         * lib/unictype/block_test.c: New file.
24927         * lib/unictype/blocks.c: New file.
24928         * lib/unictype/categ_C.c: New file.
24929         * lib/unictype/categ_Cc.c: New file.
24930         * lib/unictype/categ_Cf.c: New file.
24931         * lib/unictype/categ_Cn.c: New file.
24932         * lib/unictype/categ_Co.c: New file.
24933         * lib/unictype/categ_Cs.c: New file.
24934         * lib/unictype/categ_L.c: New file.
24935         * lib/unictype/categ_Ll.c: New file.
24936         * lib/unictype/categ_Lm.c: New file.
24937         * lib/unictype/categ_Lo.c: New file.
24938         * lib/unictype/categ_Lt.c: New file.
24939         * lib/unictype/categ_Lu.c: New file.
24940         * lib/unictype/categ_M.c: New file.
24941         * lib/unictype/categ_Mc.c: New file.
24942         * lib/unictype/categ_Me.c: New file.
24943         * lib/unictype/categ_Mn.c: New file.
24944         * lib/unictype/categ_N.c: New file.
24945         * lib/unictype/categ_Nd.c: New file.
24946         * lib/unictype/categ_Nl.c: New file.
24947         * lib/unictype/categ_No.c: New file.
24948         * lib/unictype/categ_P.c: New file.
24949         * lib/unictype/categ_Pc.c: New file.
24950         * lib/unictype/categ_Pd.c: New file.
24951         * lib/unictype/categ_Pe.c: New file.
24952         * lib/unictype/categ_Pf.c: New file.
24953         * lib/unictype/categ_Pi.c: New file.
24954         * lib/unictype/categ_Po.c: New file.
24955         * lib/unictype/categ_Ps.c: New file.
24956         * lib/unictype/categ_S.c: New file.
24957         * lib/unictype/categ_Sc.c: New file.
24958         * lib/unictype/categ_Sk.c: New file.
24959         * lib/unictype/categ_Sm.c: New file.
24960         * lib/unictype/categ_So.c: New file.
24961         * lib/unictype/categ_Z.c: New file.
24962         * lib/unictype/categ_Zl.c: New file.
24963         * lib/unictype/categ_Zp.c: New file.
24964         * lib/unictype/categ_Zs.c: New file.
24965         * lib/unictype/categ_and.c: New file.
24966         * lib/unictype/categ_and_not.c: New file.
24967         * lib/unictype/categ_byname.c: New file.
24968         * lib/unictype/categ_name.c: New file.
24969         * lib/unictype/categ_none.c: New file.
24970         * lib/unictype/categ_of.c: New file.
24971         * lib/unictype/categ_or.c: New file.
24972         * lib/unictype/categ_test.c: New file.
24973         * lib/unictype/combining.c: New file.
24974         * lib/unictype/ctype_alnum.c: New file.
24975         * lib/unictype/ctype_alpha.c: New file.
24976         * lib/unictype/ctype_blank.c: New file.
24977         * lib/unictype/ctype_cntrl.c: New file.
24978         * lib/unictype/ctype_digit.c: New file.
24979         * lib/unictype/ctype_graph.c: New file.
24980         * lib/unictype/ctype_lower.c: New file.
24981         * lib/unictype/ctype_print.c: New file.
24982         * lib/unictype/ctype_punct.c: New file.
24983         * lib/unictype/ctype_space.c: New file.
24984         * lib/unictype/ctype_upper.c: New file.
24985         * lib/unictype/ctype_xdigit.c: New file.
24986         * lib/unictype/decdigit.c: New file.
24987         * lib/unictype/digit.c: New file.
24988         * lib/unictype/identsyntaxmap.h: New file.
24989         * lib/unictype/mirror.c: New file.
24990         * lib/unictype/numeric.c: New file.
24991         * lib/unictype/pr_alphabetic.c: New file.
24992         * lib/unictype/pr_ascii_hex_digit.c: New file.
24993         * lib/unictype/pr_bidi_arabic_digit.c: New file.
24994         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
24995         * lib/unictype/pr_bidi_block_separator.c: New file.
24996         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
24997         * lib/unictype/pr_bidi_common_separator.c: New file.
24998         * lib/unictype/pr_bidi_control.c: New file.
24999         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
25000         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
25001         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
25002         * lib/unictype/pr_bidi_european_digit.c: New file.
25003         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
25004         * lib/unictype/pr_bidi_left_to_right.c: New file.
25005         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
25006         * lib/unictype/pr_bidi_other_neutral.c: New file.
25007         * lib/unictype/pr_bidi_pdf.c: New file.
25008         * lib/unictype/pr_bidi_segment_separator.c: New file.
25009         * lib/unictype/pr_bidi_whitespace.c: New file.
25010         * lib/unictype/pr_byname.c: New file.
25011         * lib/unictype/pr_byname.gperf: New file.
25012         * lib/unictype/pr_combining.c: New file.
25013         * lib/unictype/pr_composite.c: New file.
25014         * lib/unictype/pr_currency_symbol.c: New file.
25015         * lib/unictype/pr_dash.c: New file.
25016         * lib/unictype/pr_decimal_digit.c: New file.
25017         * lib/unictype/pr_default_ignorable_code_point.c: New file.
25018         * lib/unictype/pr_deprecated.c: New file.
25019         * lib/unictype/pr_diacritic.c: New file.
25020         * lib/unictype/pr_extender.c: New file.
25021         * lib/unictype/pr_format_control.c: New file.
25022         * lib/unictype/pr_grapheme_base.c: New file.
25023         * lib/unictype/pr_grapheme_extend.c: New file.
25024         * lib/unictype/pr_grapheme_link.c: New file.
25025         * lib/unictype/pr_hex_digit.c: New file.
25026         * lib/unictype/pr_hyphen.c: New file.
25027         * lib/unictype/pr_id_continue.c: New file.
25028         * lib/unictype/pr_id_start.c: New file.
25029         * lib/unictype/pr_ideographic.c: New file.
25030         * lib/unictype/pr_ids_binary_operator.c: New file.
25031         * lib/unictype/pr_ids_trinary_operator.c: New file.
25032         * lib/unictype/pr_ignorable_control.c: New file.
25033         * lib/unictype/pr_iso_control.c: New file.
25034         * lib/unictype/pr_join_control.c: New file.
25035         * lib/unictype/pr_left_of_pair.c: New file.
25036         * lib/unictype/pr_line_separator.c: New file.
25037         * lib/unictype/pr_logical_order_exception.c: New file.
25038         * lib/unictype/pr_lowercase.c: New file.
25039         * lib/unictype/pr_math.c: New file.
25040         * lib/unictype/pr_non_break.c: New file.
25041         * lib/unictype/pr_not_a_character.c: New file.
25042         * lib/unictype/pr_numeric.c: New file.
25043         * lib/unictype/pr_other_alphabetic.c: New file.
25044         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
25045         * lib/unictype/pr_other_grapheme_extend.c: New file.
25046         * lib/unictype/pr_other_id_continue.c: New file.
25047         * lib/unictype/pr_other_id_start.c: New file.
25048         * lib/unictype/pr_other_lowercase.c: New file.
25049         * lib/unictype/pr_other_math.c: New file.
25050         * lib/unictype/pr_other_uppercase.c: New file.
25051         * lib/unictype/pr_paired_punctuation.c: New file.
25052         * lib/unictype/pr_paragraph_separator.c: New file.
25053         * lib/unictype/pr_pattern_syntax.c: New file.
25054         * lib/unictype/pr_pattern_white_space.c: New file.
25055         * lib/unictype/pr_private_use.c: New file.
25056         * lib/unictype/pr_punctuation.c: New file.
25057         * lib/unictype/pr_quotation_mark.c: New file.
25058         * lib/unictype/pr_radical.c: New file.
25059         * lib/unictype/pr_sentence_terminal.c: New file.
25060         * lib/unictype/pr_soft_dotted.c: New file.
25061         * lib/unictype/pr_space.c: New file.
25062         * lib/unictype/pr_terminal_punctuation.c: New file.
25063         * lib/unictype/pr_test.c: New file.
25064         * lib/unictype/pr_titlecase.c: New file.
25065         * lib/unictype/pr_unassigned_code_value.c: New file.
25066         * lib/unictype/pr_unified_ideograph.c: New file.
25067         * lib/unictype/pr_uppercase.c: New file.
25068         * lib/unictype/pr_variation_selector.c: New file.
25069         * lib/unictype/pr_white_space.c: New file.
25070         * lib/unictype/pr_xid_continue.c: New file.
25071         * lib/unictype/pr_xid_start.c: New file.
25072         * lib/unictype/pr_zero_width.c: New file.
25073         * lib/unictype/scripts.c: New file.
25074         * lib/unictype/sy_c_ident.c: New file.
25075         * lib/unictype/sy_c_whitespace.c: New file.
25076         * lib/unictype/sy_java_ident.c: New file.
25077         * lib/unictype/sy_java_whitespace.c: New file.
25078
25079         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
25080         Unicode 5.0.0.
25081         * lib/unictype/blocks.h: Likewise.
25082         * lib/unictype/categ_C.h: Likewise.
25083         * lib/unictype/categ_Cc.h: Likewise.
25084         * lib/unictype/categ_Cf.h: Likewise.
25085         * lib/unictype/categ_Cn.h: Likewise.
25086         * lib/unictype/categ_Co.h: Likewise.
25087         * lib/unictype/categ_Cs.h: Likewise.
25088         * lib/unictype/categ_L.h: Likewise.
25089         * lib/unictype/categ_Ll.h: Likewise.
25090         * lib/unictype/categ_Lm.h: Likewise.
25091         * lib/unictype/categ_Lo.h: Likewise.
25092         * lib/unictype/categ_Lt.h: Likewise.
25093         * lib/unictype/categ_Lu.h: Likewise.
25094         * lib/unictype/categ_M.h: Likewise.
25095         * lib/unictype/categ_Mc.h: Likewise.
25096         * lib/unictype/categ_Me.h: Likewise.
25097         * lib/unictype/categ_Mn.h: Likewise.
25098         * lib/unictype/categ_N.h: Likewise.
25099         * lib/unictype/categ_Nd.h: Likewise.
25100         * lib/unictype/categ_Nl.h: Likewise.
25101         * lib/unictype/categ_No.h: Likewise.
25102         * lib/unictype/categ_P.h: Likewise.
25103         * lib/unictype/categ_Pc.h: Likewise.
25104         * lib/unictype/categ_Pd.h: Likewise.
25105         * lib/unictype/categ_Pe.h: Likewise.
25106         * lib/unictype/categ_Pf.h: Likewise.
25107         * lib/unictype/categ_Pi.h: Likewise.
25108         * lib/unictype/categ_Po.h: Likewise.
25109         * lib/unictype/categ_Ps.h: Likewise.
25110         * lib/unictype/categ_S.h: Likewise.
25111         * lib/unictype/categ_Sc.h: Likewise.
25112         * lib/unictype/categ_Sk.h: Likewise.
25113         * lib/unictype/categ_Sm.h: Likewise.
25114         * lib/unictype/categ_So.h: Likewise.
25115         * lib/unictype/categ_Z.h: Likewise.
25116         * lib/unictype/categ_Zl.h: Likewise.
25117         * lib/unictype/categ_Zp.h: Likewise.
25118         * lib/unictype/categ_Zs.h: Likewise.
25119         * lib/unictype/categ_of.h: Likewise.
25120         * lib/unictype/combining.h: Likewise.
25121         * lib/unictype/ctype_alnum.h: Likewise.
25122         * lib/unictype/ctype_alpha.h: Likewise.
25123         * lib/unictype/ctype_blank.h: Likewise.
25124         * lib/unictype/ctype_cntrl.h: Likewise.
25125         * lib/unictype/ctype_digit.h: Likewise.
25126         * lib/unictype/ctype_graph.h: Likewise.
25127         * lib/unictype/ctype_lower.h: Likewise.
25128         * lib/unictype/ctype_print.h: Likewise.
25129         * lib/unictype/ctype_punct.h: Likewise.
25130         * lib/unictype/ctype_space.h: Likewise.
25131         * lib/unictype/ctype_upper.h: Likewise.
25132         * lib/unictype/ctype_xdigit.h: Likewise.
25133         * lib/unictype/decdigit.h: Likewise.
25134         * lib/unictype/digit.h: Likewise.
25135         * lib/unictype/mirror.h: Likewise.
25136         * lib/unictype/numeric.h: Likewise.
25137         * lib/unictype/pr_alphabetic.h: Likewise.
25138         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
25139         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
25140         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
25141         * lib/unictype/pr_bidi_block_separator.h: Likewise.
25142         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
25143         * lib/unictype/pr_bidi_common_separator.h: Likewise.
25144         * lib/unictype/pr_bidi_control.h: Likewise.
25145         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
25146         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
25147         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
25148         * lib/unictype/pr_bidi_european_digit.h: Likewise.
25149         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
25150         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
25151         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
25152         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
25153         * lib/unictype/pr_bidi_pdf.h: Likewise.
25154         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
25155         * lib/unictype/pr_bidi_whitespace.h: Likewise.
25156         * lib/unictype/pr_combining.h: Likewise.
25157         * lib/unictype/pr_composite.h: Likewise.
25158         * lib/unictype/pr_currency_symbol.h: Likewise.
25159         * lib/unictype/pr_dash.h: Likewise.
25160         * lib/unictype/pr_decimal_digit.h: Likewise.
25161         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
25162         * lib/unictype/pr_deprecated.h: Likewise.
25163         * lib/unictype/pr_diacritic.h: Likewise.
25164         * lib/unictype/pr_extender.h: Likewise.
25165         * lib/unictype/pr_format_control.h: Likewise.
25166         * lib/unictype/pr_grapheme_base.h: Likewise.
25167         * lib/unictype/pr_grapheme_extend.h: Likewise.
25168         * lib/unictype/pr_grapheme_link.h: Likewise.
25169         * lib/unictype/pr_hex_digit.h: Likewise.
25170         * lib/unictype/pr_hyphen.h: Likewise.
25171         * lib/unictype/pr_id_continue.h: Likewise.
25172         * lib/unictype/pr_id_start.h: Likewise.
25173         * lib/unictype/pr_ideographic.h: Likewise.
25174         * lib/unictype/pr_ids_binary_operator.h: Likewise.
25175         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
25176         * lib/unictype/pr_ignorable_control.h: Likewise.
25177         * lib/unictype/pr_iso_control.h: Likewise.
25178         * lib/unictype/pr_join_control.h: Likewise.
25179         * lib/unictype/pr_left_of_pair.h: Likewise.
25180         * lib/unictype/pr_line_separator.h: Likewise.
25181         * lib/unictype/pr_logical_order_exception.h: Likewise.
25182         * lib/unictype/pr_lowercase.h: Likewise.
25183         * lib/unictype/pr_math.h: Likewise.
25184         * lib/unictype/pr_non_break.h: Likewise.
25185         * lib/unictype/pr_not_a_character.h: Likewise.
25186         * lib/unictype/pr_numeric.h: Likewise.
25187         * lib/unictype/pr_other_alphabetic.h: Likewise.
25188         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
25189         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
25190         * lib/unictype/pr_other_id_continue.h: Likewise.
25191         * lib/unictype/pr_other_id_start.h: Likewise.
25192         * lib/unictype/pr_other_lowercase.h: Likewise.
25193         * lib/unictype/pr_other_math.h: Likewise.
25194         * lib/unictype/pr_other_uppercase.h: Likewise.
25195         * lib/unictype/pr_paired_punctuation.h: Likewise.
25196         * lib/unictype/pr_paragraph_separator.h: Likewise.
25197         * lib/unictype/pr_pattern_syntax.h: Likewise.
25198         * lib/unictype/pr_pattern_white_space.h: Likewise.
25199         * lib/unictype/pr_private_use.h: Likewise.
25200         * lib/unictype/pr_punctuation.h: Likewise.
25201         * lib/unictype/pr_quotation_mark.h: Likewise.
25202         * lib/unictype/pr_radical.h: Likewise.
25203         * lib/unictype/pr_sentence_terminal.h: Likewise.
25204         * lib/unictype/pr_soft_dotted.h: Likewise.
25205         * lib/unictype/pr_space.h: Likewise.
25206         * lib/unictype/pr_terminal_punctuation.h: Likewise.
25207         * lib/unictype/pr_titlecase.h: Likewise.
25208         * lib/unictype/pr_unassigned_code_value.h: Likewise.
25209         * lib/unictype/pr_unified_ideograph.h: Likewise.
25210         * lib/unictype/pr_uppercase.h: Likewise.
25211         * lib/unictype/pr_variation_selector.h: Likewise.
25212         * lib/unictype/pr_white_space.h: Likewise.
25213         * lib/unictype/pr_xid_continue.h: Likewise.
25214         * lib/unictype/pr_xid_start.h: Likewise.
25215         * lib/unictype/pr_zero_width.h: Likewise.
25216         * lib/unictype/scripts.h: Likewise.
25217         * lib/unictype/scripts_byname.gperf: Likewise.
25218         * lib/unictype/sy_c_ident.h: Likewise.
25219         * lib/unictype/sy_c_whitespace.h: Likewise.
25220         * lib/unictype/sy_java_ident.h: Likewise.
25221         * lib/unictype/sy_java_whitespace.h: Likewise.
25222
25223         * lib/unictype/Makefile: New file.
25224         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
25225         glibc.
25226         * lib/unictype/3level.h: New file, copied from glibc.
25227         * lib/unictype/3levelbit.h: New file.
25228
25229 2007-11-11  Bruno Haible  <bruno@clisp.org>
25230
25231         * modules/gperf: New file.
25232         * modules/iconv_open (Depends-on): Add it.
25233         (Makefile.am): Remove the GPERF definition.
25234
25235 2007-11-11  Bruno Haible  <bruno@clisp.org>
25236
25237         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
25238         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
25239
25240 2007-11-11  Bruno Haible  <bruno@clisp.org>
25241
25242         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
25243         (usage): Remove function.
25244
25245 2007-11-11  Bruno Haible  <bruno@clisp.org>
25246
25247         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
25248         gl_FUNC_CEILF_LIBS.
25249         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
25250         gl_FUNC_CEIL_LIBS.
25251         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
25252         gl_FUNC_CEILL_LIBS.
25253         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
25254         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
25255         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
25256
25257 2007-11-11  Bruno Haible  <bruno@clisp.org>
25258
25259         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
25260         roundf were declared but do not exist on functions.
25261         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
25262         roundl were declared but do not exist on functions.
25263         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
25264         HAVE_FLOORL_AND_CEILL, respectively.
25265         Needed for Sun C on Solaris 10.
25266
25267 2007-11-11  Bruno Haible  <bruno@clisp.org>
25268
25269         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
25270         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
25271         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
25272         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
25273         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
25274         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
25275         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
25276         HAVE_DECL_ROUNDF.
25277         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
25278         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
25279         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
25280         of HAVE_DECL_ROUND*.
25281         * modules/math (Makefile.am): Update.
25282
25283 2007-11-10  Bruno Haible  <bruno@clisp.org>
25284
25285         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
25286         ptrdiff_t as m4/intl.m4.
25287
25288 2007-11-10  Jim Meyering  <meyering@redhat.com>
25289
25290         Avoid link failure for the argmatch test.
25291         * tests/test-argmatch.c (usage): Define function to avoid a link
25292         failure: argmatch_die requires a usage function.
25293
25294 2007-11-09  Bruno Haible  <bruno@clisp.org>
25295
25296         * doc/functions/snprintf.texi: Mention BeOS deficiency.
25297         * doc/functions/vsnprintf.texi: Likewise.
25298         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
25299         with a size argument < 2.
25300
25301 2007-11-09  Bruno Haible  <bruno@clisp.org>
25302
25303         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
25304         buffer. Fixes an inefficiency introduced on 2007-11-03.
25305
25306 2007-11-09  Bruno Haible  <bruno@clisp.org>
25307
25308         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
25309         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
25310
25311 2007-11-08  Jim Meyering  <meyering@redhat.com>
25312
25313         Change cache variable name prefix "jm_" to "gl_" everywhere.
25314         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
25315         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
25316         * m4/uptime.m4: s/gl_/jm_/
25317
25318 2007-11-07  Bruno Haible  <bruno@clisp.org>
25319
25320         Update to GNU gettext 0.17.
25321         * m4/intl.m4: Update to GNU gettext 0.17.
25322         * m4/po.m4: Likewise.
25323         * modules/gettext (Files): Remove m4/ulonglong.m4.
25324         (configure.ac): Require gettext infrastructure from version 0.17.
25325
25326 2007-11-06  Bruno Haible  <bruno@clisp.org>
25327
25328         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
25329         symbolic values are not defined in a public header.
25330         * lib/freadable.c (freadable) [QNX]: Likewise.
25331         * lib/freadahead.c (freadahead) [QNX]: Likewise.
25332         * lib/freading.c (freading) [QNX]: Likewise.
25333         * lib/fseterr.c (fseterr) [QNX]: Likewise.
25334         * lib/fwritable.c (fwritable) [QNX]: Likewise.
25335         * lib/fwriting.c (fwriting) [QNX]: Likewise.
25336         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
25337         Reported by Alain Magloire.
25338
25339         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
25340
25341 2007-11-05  Bruno Haible  <bruno@clisp.org>
25342
25343         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
25344         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
25345         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
25346         Reported by Eric Blake.
25347
25348 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25349             Bruno Haible  <bruno@clisp.org>
25350
25351         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
25352         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
25353         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
25354         (malloc): Undefine also before including <stdlib.h>.
25355         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
25356         Needed on OSF/1 4.0.
25357
25358 2007-11-05  Jim Meyering  <meyering@redhat.com>
25359
25360         git-version-gen: sync from coreutils.
25361         * build-aux/git-version-gen: Add comments.
25362         Change the first '-' to '.' in the snapshot version string,
25363         e.g., 6.9-377-08144 -> 6.9.377-08144
25364         Remove first parameter.
25365         Don't declare a version "-dirty" merely because a time
25366         stamp has changed.
25367
25368 2007-11-04  Bruno Haible  <bruno@clisp.org>
25369
25370         * lib/lock.h: Protect all macro definitions containing an 'if'
25371         statement through a "do { ... } while (0)".
25372         * lib/tls.h: Likewise.
25373
25374 2007-11-04  Bruno Haible  <bruno@clisp.org>
25375
25376         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
25377
25378 2007-11-04  Bruno Haible  <bruno@clisp.org>
25379
25380         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
25381         * modules/fprintf-posix (Depends-on): Add nocrash.
25382         * modules/snprintf-posix (Depends-on): Likewise.
25383         * modules/sprintf-posix (Depends-on): Likewise.
25384         * modules/vasnprintf-posix (Depends-on): Likewise.
25385         * modules/vasprintf-posix (Depends-on): Likewise.
25386         * modules/vfprintf-posix (Depends-on): Likewise.
25387         * modules/vsnprintf-posix (Depends-on): Likewise.
25388         * modules/vsprintf-posix (Depends-on): Likewise.
25389         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
25390         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
25391         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
25392         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
25393         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
25394         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
25395         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
25396
25397 2007-11-04  Bruno Haible  <bruno@clisp.org>
25398
25399         * modules/nocrash: New file.
25400         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
25401         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
25402
25403 2007-11-04  Bruno Haible  <bruno@clisp.org>
25404
25405         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
25406         precision handling.
25407         * tests/test-vasprintf-posix.c (test_function): Likewise.
25408         * tests/test-snprintf-posix.h (test_function): Likewise.
25409         * tests/test-sprintf-posix.h (test_function): Likewise.
25410
25411         Fix *printf behaviour for large precisions on mingw and BeOS.
25412         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
25413         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
25414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
25415         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25416         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25417         gl_PRINTF_PRECISION and test its result. Invoke
25418         gl_PREREQ_VASNPRINTF_PRECISION.
25419         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25420         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25421         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25422         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25423         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25424         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25425         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25426         * doc/functions/fprintf.texi: Update.
25427         * doc/functions/printf.texi: Update.
25428         * doc/functions/snprintf.texi: Update.
25429         * doc/functions/sprintf.texi: Update.
25430         * doc/functions/vfprintf.texi: Update.
25431         * doc/functions/vprintf.texi: Update.
25432         * doc/functions/vsnprintf.texi: Update.
25433         * doc/functions/vsprintf.texi: Update.
25434
25435 2007-11-04  Bruno Haible  <bruno@clisp.org>
25436
25437         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
25438
25439 2007-11-04  Bruno Haible  <bruno@clisp.org>
25440
25441         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
25442         Reported by Sylvain Beucler <beuc@gnu.org>.
25443
25444 2007-11-03  Bruno Haible  <bruno@clisp.org>
25445
25446         * tests/test-fprintf-posix2.sh: New file.
25447         * tests/test-fprintf-posix2.c: New file.
25448         * modules/fprintf-posix-tests (Files): Add them.
25449         (TESTS): Add test-fprintf-posix2.sh.
25450         (configure.ac): Check for getrlimit and setrlimit.
25451         (check_PROGRAMS): Add test-fprintf-posix2.
25452
25453         * tests/test-printf-posix2.sh: New file.
25454         * tests/test-printf-posix2.c: New file.
25455         * modules/printf-posix-tests (Files): Add them.
25456         (TESTS): Add test-printf-posix2.sh.
25457         (configure.ac): Check for getrlimit and setrlimit.
25458         (check_PROGRAMS): Add test-printf-posix2.
25459
25460         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
25461         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
25462         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
25463         (decode_double): New function, copied from decode_long_double.
25464         (scale10_round_decimal_decoded): New function, extracted from
25465         scale10_round_decimal_long_double.
25466         (scale10_round_decimal_long_double): Use it.
25467         (scale10_round_decimal_double): New function.
25468         (floorlog10): New function.
25469         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
25470         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
25471         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25472         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25473         gl_PRINTF_ENOMEM and test its result. Invoke
25474         gl_PREREQ_VASNPRINTF_ENOMEM.
25475         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25476         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25477         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25478         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25479         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25480         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25481         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25482         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
25483         * modules/snprintf-posix (Depends-on): Likewise.
25484         * modules/sprintf-posix (Depends-on): Likewise.
25485         * modules/vasnprintf-posix (Depends-on): Likewise.
25486         * modules/vasprintf-posix (Depends-on): Likewise.
25487         * modules/vfprintf-posix (Depends-on): Likewise.
25488         * modules/vsnprintf-posix (Depends-on): Likewise.
25489         * modules/vsprintf-posix (Depends-on): Likewise.
25490         * doc/functions/fprintf.texi: Update.
25491         * doc/functions/printf.texi: Update.
25492         * doc/functions/snprintf.texi: Update.
25493         * doc/functions/sprintf.texi: Update.
25494         * doc/functions/vfprintf.texi: Update.
25495         * doc/functions/vprintf.texi: Update.
25496         * doc/functions/vsnprintf.texi: Update.
25497         * doc/functions/vsprintf.texi: Update.
25498
25499 2007-11-03  Bruno Haible  <bruno@clisp.org>
25500
25501         * modules/frexp-nolibm-tests: New file.
25502
25503         * modules/frexp-nolibm: New file.
25504         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
25505
25506 2007-11-03  Bruno Haible  <bruno@clisp.org>
25507
25508         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
25509         value is C99 compliant.
25510         Needed for OSF/1 5.1.
25511
25512 2007-11-03  Bruno Haible  <bruno@clisp.org>
25513
25514         Fix out-of-memory handling of vasnprintf.
25515         * lib/printf-parse.c: Include <errno.h>.
25516         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
25517         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
25518         is already set.
25519
25520 2007-11-02  Eric Blake  <ebb9@byu.net>
25521
25522         Fix tests on cygwin.
25523         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
25524
25525 2007-11-01  Bruno Haible  <bruno@clisp.org>
25526
25527         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
25528         warning.
25529         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
25530         needed for POSIX compatibility.
25531
25532 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
25533
25534         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
25535         for compatibility with GNU.
25536
25537 2007-11-01  Bruno Haible  <bruno@clisp.org>
25538
25539         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
25540         (putenv): Renamed from rpl_putenv. Change argument type from
25541         'const char *' to 'char *'.
25542         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
25543         of defining putenv in config.h, just set REPLACE_PUTENV.
25544         * modules/putenv (Depends-on): Add stdlib.
25545         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25546         (Include): Use <stdlib.h>.
25547         * lib/stdlib.in.h (putenv): New declaration.
25548         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
25549         REPLACE_PUTENV.
25550         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
25551         REPLACE_PUTENV.
25552         Needed for MacOS X 10.5.0.
25553         Reported by Peter O'Gorman <peter@pogma.com>.
25554
25555 2007-11-01  Jim Meyering  <meyering@redhat.com>
25556
25557         Treat an empty date string exactly like "0".
25558         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
25559         if the remaining date string (to be parsed) is empty, use "0".
25560         Reported by Mischa Molhoek and discussed in this thread:
25561         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
25562
25563 2007-10-31  Bruno Haible  <bruno@clisp.org>
25564
25565         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
25566         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
25567         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
25568         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
25569         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
25570         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
25571
25572 2007-10-31  Bruno Haible  <bruno@clisp.org>
25573
25574         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
25575         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
25576         (AC_TYPE_LONG_LONG_INT): Use it.
25577         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
25578         it as well.
25579         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
25580         to m4/longlong.m4.
25581         * modules/stdint (Files): Remove m4/ulonglong.m4.
25582         * modules/strtoull (Files): Use m4/longlong.m4 instead of
25583         m4/ulonglong.m4.
25584         * modules/strtoumax (Files): Likewise.
25585
25586 2007-10-30  Bruno Haible  <bruno@clisp.org>
25587
25588         * modules/xvasprintf-posix: New file.
25589         Suggested by Eric Blake.
25590
25591 2007-10-30  Bruno Haible  <bruno@clisp.org>
25592
25593         * modules/xprintf-posix-tests: New file.
25594         * tests/test-xprintf-posix.sh: New file.
25595         * tests/test-xprintf-posix.c: New file.
25596         * tests/test-xfprintf-posix.c: New file.
25597
25598         * modules/xprintf-posix: New file.
25599
25600 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25601
25602         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
25603         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
25604         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
25605
25606 2007-10-29  Bruno Haible  <bruno@clisp.org>
25607
25608         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
25609         contain the special marker '_cv_'.
25610         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
25611         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
25612         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
25613         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
25614         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
25615         Reported by Ralf Wildenhues.
25616
25617 2007-10-29  Bruno Haible  <bruno@clisp.org>
25618
25619         * gnulib-tool (func_import): When --lgpl is not specified, set
25620         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
25621         GPLv3.
25622         Reported by Simon Josefsson.
25623
25624 2007-10-28  Bruno Haible  <bruno@clisp.org>
25625
25626         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
25627         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
25628         HAVE_DECL_ISFINITE.
25629         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
25630         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
25631         HAVE_DECL_ISFINITE.
25632
25633 2007-10-28  Bruno Haible  <bruno@clisp.org>
25634
25635         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
25636         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
25637
25638 2007-10-28  Bruno Haible  <bruno@clisp.org>
25639
25640         Fix link errors with Sun C 5.0 on Solaris 10.
25641         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
25642         function is declared but not present in the compiler's libm.
25643         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
25644         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
25645         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
25646         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
25647         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
25648         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
25649         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
25650         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
25651         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
25652         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
25653         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
25654         HAVE_DECL_FLOORL.
25655
25656 2007-10-28  Bruno Haible  <bruno@clisp.org>
25657
25658         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
25659         gl_FUNC_FLOORL. Cache the result.
25660         (gl_FUNC_FLOORL): Use it.
25661         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
25662         gl_FUNC_CEILL. Cache the result.
25663         (gl_FUNC_CEILL): Use it.
25664
25665         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
25666         gl_FUNC_FLOOR. Cache the result.
25667         (gl_FUNC_FLOOR): Use it.
25668         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
25669         gl_FUNC_CEIL. Cache the result.
25670         (gl_FUNC_CEIL): Use it.
25671
25672         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
25673         gl_FUNC_FLOORF. Cache the result.
25674         (gl_FUNC_FLOORF): Use it.
25675         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
25676         gl_FUNC_CEILF. Cache the result.
25677         (gl_FUNC_CEILF): Use it.
25678
25679 2007-10-28  Bruno Haible  <bruno@clisp.org>
25680
25681         * gnulib-tool: Allow specifying the LGPL version number through
25682         --lgpl=2 or --lgpl=3.
25683         (func_usage): Document --lgpl with argument.
25684         Handle --lgpl=... arguments.
25685         (func_import): Recognize also gl_LGPL calls with an argument. When
25686         --lgpl=2 is used and the module's license is just LGPL, report an
25687         error. Set sed_transform_lib_file according to the lgpl variable. In
25688         the generated files, use --lgpl or gl_LGPL invocations with argument,
25689         if necessary.
25690         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
25691         an LGPv2+ license.
25692         * doc/gnulib-tool.texi (Modified imports): Update explanation of
25693         gl_LGPL macro.
25694
25695 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25696             Bruno Haible  <bruno@clisp.org>
25697
25698         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
25699         (u16_uctomb_aux): Likewise.
25700         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
25701         !HAVE_INLINE.
25702         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
25703
25704 2007-10-28  Bruno Haible  <bruno@clisp.org>
25705
25706         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
25707         Invoke AM_GETTEXT_OPTION if it exists.
25708         * modules/vasprintf: Likewise.
25709         * modules/verror: Likewise.
25710         * modules/xprintf: Likewise.
25711         * modules/xvasprintf: Likewise.
25712
25713 2007-10-27  Ben Pfaff  <blp@gnu.org>
25714
25715         * lib/math.in.h: Define isfinite macro and prototypes for
25716         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
25717         implementations.
25718         * m4/math_h.m4: New substitutions for isfinite module.
25719         * lib/isfinite.c: New file.
25720         * m4/isfinite.m4: New file.
25721         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
25722         * modules/isfinite: New file.
25723         * modules/isfinite-tests: New file.
25724         * tests/tests-isfinite.c: New file.
25725         * doc/functions/isfinite.texi: Mention isfinite module.
25726         * MODULES.html.sh: Mention new module.
25727
25728 2007-10-27  Ben Pfaff  <blp@gnu.org>
25729
25730         Ralf Wildenhues reported that Tru64 4.0D declares the round
25731         functions but does not have definitions.
25732         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
25733         cannot be found in any library, set the output variable to
25734         "missing" instead of "".
25735         * m4/round.m4: Also use our substitute if we cannot find round in
25736         any library, even if it is declared.
25737         * m4/roundf.m4: Likewise for roundf.
25738         * m4/roundl.m4: Likewise for roundl.
25739         * lib/math.in.h: Undefine roundf, round, roundl before defining
25740         their replacements, to allow for hypothetical systems where these
25741         may be defined as macros but not available in libraries.
25742
25743 2007-10-27  Bruno Haible  <bruno@clisp.org>
25744
25745         * doc/gnulib.texi: Invoke @firstparagraphindent.
25746         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
25747         changes in gnulib.
25748         (Source changes): New section.
25749
25750 2007-10-26  Bruno Haible  <bruno@clisp.org>
25751
25752         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
25753         borrowed from autoconf.
25754
25755 2007-10-26  Bruno Haible  <bruno@clisp.org>
25756
25757         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
25758         strerror returned the empty string. Needed on HP-UX 11.00.
25759
25760 2007-10-24  Micah Cowan  <micah@cowan.name>
25761
25762         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
25763         * build-aux/bootstrap: Remove support for now-unnecessary option,
25764         --cvs-user, and envvars CVS_USER, CVS_RSH.
25765
25766 2007-10-24  Jim Meyering  <meyering@redhat.com>
25767
25768         Avoid diagnostics from sha1sum when there is no cached checksum.
25769         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
25770         if the po.s1 file hasn't been created yet.
25771
25772         * build-aux/bootstrap: Sync from coreutils:
25773         2007-10-24  Jim Meyering  <meyering@redhat.com>
25774         Get gnulib from the git repository, not from an obsolete cvs one.
25775         * build-aux/bootstrap: Suggestion from Micah Cowan.
25776         2007-10-04  Jim Meyering  <jim@meyering.net>
25777         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
25778         (update_po_files): Work also when there are no .po files in po/.
25779
25780 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25781
25782         * README: Append ".git" to git and cg examples.
25783         Problem reported by Benoit Sigoure.
25784
25785 2007-10-23  Micah Cowan  <micah@cowan.name>
25786
25787         * users.txt: Add wget.
25788
25789 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25790
25791         Fix linking of some unistdio tests on FreeBSD.
25792         * modules/unistdio/u16-vsnprintf-tests
25793         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
25794         * modules/unistdio/u16-vsprintf-tests
25795         (test_u16_vsnprintf1_LDADD): Likewise.
25796         * modules/unistdio/u32-vsnprintf-tests
25797         (test_u32_vsnprintf1_LDADD): Likewise.
25798         * modules/unistdio/u32-vsprintf-tests
25799         (test_u32_vsprintf1_LDADD): Likewise.
25800         * modules/unistdio/u8-vsnprintf-tests
25801         (test_u8_vsnprintf1_LDADD): Likewise.
25802         * modules/unistdio/u8-vsprintf-tests
25803         (test_u8_vsprintf1_LDADD): Likewise.
25804         * modules/unistdio/ulc-vsnprintf-tests
25805         (test_ulc_vsnprintf1_LDADD): Likewise.
25806         * modules/unistdio/ulc-vsprintf-tests
25807         (test_ulc_vsprintf1_LDADD): Likewise.
25808
25809         Fix linking of some uniconv tests on FreeBSD.
25810         * modules/uniconv/u16-conv-from-enc-tests
25811         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
25812         * modules/uniconv/u16-conv-to-enc-tests
25813         (test_u16_conv_to_enc_LDADD): Likewise.
25814         * modules/uniconv/u16-strconv-from-enc-tests
25815         (test_u16_strconv_from_enc_LDADD): Likewise.
25816         * modules/uniconv/u16-strconv-to-enc-tests
25817         (test_u16_strconv_to_enc_LDADD): Likewise.
25818         * modules/uniconv/u32-conv-from-enc-tests
25819         (test_u32_conv_from_enc_LDADD): Likewise.
25820         * modules/uniconv/u32-conv-to-enc-tests
25821         (test_u32_conv_to_enc_LDADD): Likewise.
25822         * modules/uniconv/u32-strconv-from-enc-tests
25823         (test_u32_strconv_from_enc_LDADD): Likewise.
25824         * modules/uniconv/u32-strconv-to-enc-tests
25825         (test_u32_strconv_to_enc_LDADD): Likewise.
25826         * modules/uniconv/u8-conv-from-enc-tests
25827         (test_u8_conv_from_enc_LDADD): Likewise.
25828         * modules/uniconv/u8-conv-to-enc-tests
25829         (test_u8_conv_to_enc_LDADD): Likewise.
25830         * modules/uniconv/u8-strconv-from-enc-tests
25831         (test_u8_strconv_from_enc_LDADD): Likewise.
25832         * modules/uniconv/u8-strconv-to-enc-tests
25833         (test_u8_strconv_to_enc_LDADD): Likewise.
25834
25835 2007-10-22  Bruno Haible  <bruno@clisp.org>
25836
25837         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
25838         size.
25839
25840 2007-10-22  Eric Blake  <ebb9@byu.net>
25841
25842         Tweak x*printf documentation.
25843         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
25844         variable name and comments.
25845         Suggested by Bruno Haible.
25846
25847 2007-10-22  Bruno Haible  <bruno@clisp.org>
25848
25849         * lib/acl.c (copy_acl): Fix file name in comment.
25850
25851 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
25852
25853         Fix Tru64 problem with stdbool.h.
25854         * lib/stdbool.in.h (false, true):
25855         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
25856         Don't declare as an enum in this situation; it runs afoul of Tru64.
25857         Problem reported by Steven M. Schweda in
25858         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
25859
25860 2007-10-22  Eric Blake  <ebb9@byu.net>
25861
25862         Also wrap vf?printf.
25863         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
25864         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
25865         (xvprintf, xvfprintf): New functions.
25866
25867 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25868
25869         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
25870         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
25871
25872         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
25873         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
25874
25875 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
25876
25877         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
25878         by Bruno Haible.
25879
25880 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25881
25882         * lib/getloadavg.c
25883         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
25884         Undef `sys' after including sys/table.h, for Tru64 4.0D.
25885
25886         * tests/test-i-ring.c: Work for C89.
25887
25888 2007-10-22  Bruno Haible  <bruno@clisp.org>
25889
25890         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
25891         -1u, in preprocessor expression, so that we don't test for the bug
25892         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
25893         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
25894
25895 2007-10-22  Eric Blake  <ebb9@byu.net>
25896
25897         * tests/test-yesno.sh: Silence stderr during test.
25898
25899 2007-10-22  Simon Josefsson  <simon@josefsson.org>
25900
25901         * modules/crypto/gc-camellia: New file.
25902
25903         * m4/gc-camellia.m4: New file.
25904
25905         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
25906
25907         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
25908
25909 2007-10-22  Simon Josefsson  <simon@josefsson.org>
25910
25911         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
25912         --help to stdout.  Reported by sms@antinode.org (Steven
25913         M. Schweda).
25914
25915 2007-10-22  Simon Josefsson  <simon@josefsson.org>
25916
25917         * users.txt: Fix link to libksba.
25918
25919 2007-10-21  Ben Pfaff  <blp@gnu.org>
25920
25921         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
25922         round.c roundf implementation that depends on floorf and ceilf to
25923         be tested unconditionally.
25924
25925 2007-10-21  Ben Pfaff  <blp@gnu.org>
25926
25927         * m4/check-libm-func.m4: Removed.
25928         * m4/check-math-lib.m4: New file.
25929         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
25930         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
25931         definition and lack of AC_LIBOBJ([roundf]).
25932         * m4/roundl.m4: Ditto, and similarly for roundl.
25933         * modules/round: Reference new m4 file.
25934         * modules/roundf: Ditto.
25935         * modules/roundl: Ditto.
25936         * tests/test-round2.c (main): Use ROUND instead of round.
25937         Bug report from Bruno Haible.
25938
25939 2007-10-21  Bruno Haible  <bruno@clisp.org>
25940
25941         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
25942         context.
25943
25944 2007-10-21  Bruno Haible  <bruno@clisp.org>
25945
25946         * tests/test-wcwidth.c (main): Allow negative result for some control
25947         characters.
25948
25949         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
25950         Needed on OSF/1 5.1.
25951
25952 2007-10-21  Bruno Haible  <bruno@clisp.org>
25953
25954         * tests/test-floorf1.c: Include isnanf.h.
25955         (main): Use isnanf() instead of isnan().
25956         * tests/test-ceilf1.c: Include isnanf.h.
25957         (main): Use isnanf() instead of isnan().
25958         * tests/test-truncf1.c: Include isnanf.h.
25959         (main): Use isnanf() instead of isnan().
25960         * tests/test-roundf1.c: Include isnanf.h.
25961         (main): Use isnanf() instead of isnan().
25962
25963 2007-10-21  Eric Blake  <ebb9@byu.net>
25964
25965         * users.txt: Update URL for m4.
25966
25967 2007-10-21  Bruno Haible  <bruno@clisp.org>
25968
25969         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
25970
25971 2007-10-21  Bruno Haible  <bruno@clisp.org>
25972
25973         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
25974         Git's management files if the CVS files are not present.
25975
25976 2007-10-20  Bruno Haible  <bruno@clisp.org>
25977
25978         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
25979         gcc-3.4.x.
25980
25981 2007-10-20  Ben Pfaff  <blp@gnu.org>
25982
25983         * lib/math.in.h: Declare round, roundf, roundl if we are providing
25984         implementations.
25985         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
25986         * lib/round.c: New file.
25987         * lib/roundf.c: New file.
25988         * lib/roundl.c: New file.
25989         * m4/round.m4: New file.
25990         * m4/roundf.m4: New file.
25991         * m4/roundl.m4: New file.
25992         * m4/check-libm-func-m4: New file.
25993         * modules/math: Replace round, roundf, roundl related @VARS@ in
25994         math.in.h.
25995         * modules/round: New file.
25996         * modules/round-tests: New file.
25997         * modules/roundf: New file.
25998         * modules/roundf-tests: New file.
25999         * modules/roundl: New file.
26000         * modules/roundl-tests: New file.
26001         * tests/test-round1.c: New file.
26002         * tests/test-round2.c: New file.
26003         * tests/test-roundf1.c: New file.
26004         * tests/test-roundf2.c: New file.
26005         * tests/test-roundl.c: New file.
26006         * doc/functions/round.texi: Mention round module.
26007         * doc/functions/roundf.texi: Mention roundf module.
26008         * doc/functions/roundl.texi: Mention roundl module.
26009         * MODULES.html.sh: Mention new modules.
26010         Thanks to Bruno Haible for suggestions.
26011
26012 2007-10-20  Jim Meyering  <meyering@redhat.com>
26013
26014         * lib/xprintf.c: Include <config.h> unconditionally.
26015
26016         Change xprintf's license to GPL.
26017         * modules/xprintf (License): s/LGPL/GPL/, since this module
26018         depends on modules (exit and exitfail) which are GPL.
26019         Suggestion from Bruno Haible.
26020
26021         xprintf fixes.
26022         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
26023         Use a clearer diagnostic.
26024         Patch from Bruno Haible.
26025
26026 2007-10-20  Bruno Haible  <bruno@clisp.org>
26027
26028         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
26029         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
26030         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26031
26032 2007-10-20  Bruno Haible  <bruno@clisp.org>
26033
26034         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
26035         precision in the comparison result > x - 1 or similar.
26036         * tests/test-ceilf2.c (correct_result_p): Likewise.
26037         * tests/test-truncf2.c (correct_result_p): Likewise.
26038         * tests/test-trunc2.c (correct_result_p): Likewise.
26039         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26040
26041 2007-10-20  Bruno Haible  <bruno@clisp.org>
26042
26043         * modules/ceil: New file.
26044         * m4/ceil.m4: New file.
26045         * doc/functions/ceil.texi: Mention the 'ceil' module.
26046
26047 2007-10-20  Bruno Haible  <bruno@clisp.org>
26048
26049         * modules/floor: New file.
26050         * m4/floor.m4: New file.
26051         * doc/functions/floor.texi: Mention the 'floor' module.
26052
26053 2007-10-20  Bruno Haible  <bruno@clisp.org>
26054
26055         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
26056         of %a.
26057         * modules/floorf-tests (Depends-on): Likewise.
26058         * modules/truncf-tests (Depends-on): Likewise.
26059         * modules/trunc-tests (Depends-on): Likewise.
26060         Reported by Ben Pfaff.
26061
26062 2007-10-19  Jim Meyering  <meyering@redhat.com>
26063
26064         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
26065         Don't bother testing specific errno values.  Just test ferror.
26066
26067         New module: xprintf
26068         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
26069
26070 2007-10-19  Bruno Haible  <bruno@clisp.org>
26071
26072         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
26073         syntax.
26074         * modules/javaexec (Makefile.am): Likewise.
26075         * modules/relocatable-prog (Makefile.am): Likewise.
26076         Suggested by Jim Meyering.
26077
26078 2007-10-18  Bruno Haible  <bruno@clisp.org>
26079
26080         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
26081         Reported by Jim Meyering.
26082
26083 2007-10-18  Eric Blake  <ebb9@byu.net>
26084
26085         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
26086
26087 2007-10-18  Bruno Haible  <bruno@clisp.org>
26088
26089         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
26090         the format string into writable memory. Needed in Fortify conditions.
26091
26092 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
26093             Bruno Haible  <bruno@clisp.org>
26094
26095         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
26096         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
26097         * modules/trim (Depends-on): Add mbchar.
26098         (configure.ac): Add gl_FUNC_MBRTOWC.
26099         (Makefile.am): Augment lib_SOURCES.
26100
26101 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26102
26103         Modify glob.c to use fstatat and dirfd, to simplify it.
26104         Suggested by Eric Blake.
26105         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
26106         Don't include <stdbool.h>; not used.
26107         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
26108         (link_exists_p): Simplify implementation, since we can now assume
26109         dirfd and fstatat.
26110         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
26111
26112 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26113
26114         * gnulib-tool (func_get_dependencies): Fix sed script to
26115         match only tests.
26116
26117 2007-10-17  Bruno Haible  <bruno@clisp.org>
26118
26119         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
26120         allow locale names without encoding suffix.
26121         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
26122         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
26123
26124 2007-10-16  Bruno Haible  <bruno@clisp.org>
26125
26126         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
26127         * lib/getgroups.c (getgroups): Likewise.
26128         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
26129
26130 2007-10-16  Bruno Haible  <bruno@clisp.org>
26131
26132         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
26133         * modules/malloc-posix (License): Likewise.
26134         * modules/realloc-posix (License): Likewise.
26135         * modules/calloc-posix (License): Likewise.
26136         * modules/intprops (License): Change from GPL to LGPL, with
26137         Paul Eggert's approval.
26138
26139 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26140
26141         Merge glibc changes into lib/glob.c.
26142
26143         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
26144         2007-10-15 04:59:03 UTC.  Here are the changes:
26145
26146         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
26147
26148         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
26149
26150         * lib/glob.c: Add some branch prediction throughout.
26151
26152         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
26153
26154         [BZ #5103]
26155         * lib/glob.c (glob): Recognize patterns starting \/.
26156
26157         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
26158
26159         [BZ #3996]
26160         * lib/glob.c (attribute_hidden): Define if not defined.
26161         (glob): Unescape dirname, filename or username when needed and not
26162         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
26163         is NULL.  Handle unescaped [ in pattern without closing ].
26164         Don't pass GLOB_CHECK down to recursive glob for directories.
26165         (__glob_pattern_type): New function.
26166         (__glob_pattern_p): Implement using __glob_pattern_type.
26167         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
26168         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
26169         Remove unreachable code.
26170
26171         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
26172
26173         * lib/glob.c (glob_in_dir): Add some comments and asserts to
26174         explain why there are no leaks.
26175
26176         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
26177
26178         [BZ #3253]
26179         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
26180         time, rather allocate increasingly bigger arrays of pointers, if
26181         possible with alloca, if too large with malloc.
26182
26183 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26184
26185         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
26186         Problem reported by H.Merijn Brand in
26187         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
26188         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
26189         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26190
26191 2007-10-15  Bruno Haible  <bruno@clisp.org>
26192
26193         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
26194         with explicit rpl_ prefix.
26195         * lib/fopen.c (fopen): Likewise.
26196         * lib/freopen.c (freopen): Likewise.
26197         * lib/iconv.c (iconv): Likewise.
26198         * lib/iconv_close.c (iconv_close): Likewise.
26199
26200 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26201
26202         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
26203
26204 2007-10-15  Bruno Haible  <bruno@clisp.org>
26205
26206         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
26207         <stddef.h> instead of <stdlib.h> since we only need NULL.
26208         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26209
26210 2007-10-15  Bruno Haible  <bruno@clisp.org>
26211
26212         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
26213         Replace paragraph talking about LIBOBJS.
26214         Reported by Colin Watson <cjwatson@debian.org>.
26215
26216 2007-10-15  Bruno Haible  <bruno@clisp.org>
26217
26218         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
26219         <stdlib.h> before using NULL.
26220
26221 2007-10-15  Simon Josefsson  <simon@josefsson.org>
26222
26223         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
26224         Reported by Albert Chin <china@thewrittenword.com>.
26225
26226 2007-10-14  Bruno Haible  <bruno@clisp.org>
26227
26228         * modules/iconv_open-utf-tests: New file.
26229         * tests/test-iconv-utf.c: New file.
26230
26231         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
26232         * modules/iconv_open-utf: New file.
26233         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
26234         (iconv, iconv_close): New declarations.
26235         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
26236         be defined.
26237         (iconv_open): Add special handling of conversion between UTF-8 and
26238         UTF-{16,32}{BE,LE}.
26239         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
26240         * lib/iconv_close.c: New file.
26241         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
26242         gl_FUNC_ICONV_OPEN.
26243         (gl_FUNC_ICONV_OPEN): Use it.
26244         (gl_FUNC_ICONV_OPEN_UTF): New macro.
26245         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
26246         and REPLACE_ICONV_UTF.
26247         * modules/iconv_open (Depends-on): Add c-strcase.
26248         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
26249         ICONV_CONST.
26250         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
26251
26252 2007-10-13  Albert Chin  <china@thewrittenword.com>
26253             Bruno Haible  <bruno@clisp.org>
26254
26255         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
26256         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
26257
26258 2007-10-13  Bruno Haible  <bruno@clisp.org>
26259
26260         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
26261         defined, use the ISO C99 inline semantics.
26262         * lib/argp.h (ARGP_EI): Likewise.
26263
26264 2007-10-13  Bruno Haible  <bruno@clisp.org>
26265
26266         Handle 'inline' change in gcc 4.3.0.
26267         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
26268         argp_fmtstream_write, argp_fmtstream_set_lmargin,
26269         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
26270         argp_fmtstream_point): Disable 'extern' declaration if the function
26271         definition is going to be provided inline.
26272         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
26273         semantics, not the ISO C99 inline semantics.
26274         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
26275         'extern' declaration if the function definition is going to be provided
26276         inline.
26277         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
26278         the GNU C inline semantics, not the ISO C99 inline semantics. With
26279         GCC 4.2, avoid a warning.
26280
26281 2007-10-13  Bruno Haible  <bruno@clisp.org>
26282
26283         * lib/freading.h (freading): Enable the use of __freading for
26284         glibc >= 2.7.
26285         * lib/freading.c (freading): Likewise.
26286
26287 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26288
26289         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
26290         "warning: C99 inline functions are not supported; using GNU89".
26291
26292 2007-10-12  Bruno Haible  <bruno@clisp.org>
26293
26294         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
26295         of 2.
26296         * tests/test-ceilf2.c: New file.
26297         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
26298
26299         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
26300         * modules/ceilf-tests: Update.
26301
26302 2007-10-12  Bruno Haible  <bruno@clisp.org>
26303
26304         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
26305         of 2.
26306         * tests/test-floorf2.c: New file.
26307         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
26308
26309         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
26310         * modules/floorf-tests: Update.
26311
26312 2007-10-12  Bruno Haible  <bruno@clisp.org>
26313
26314         * tests/test-trunc2.c: New file.
26315         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
26316
26317         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
26318         * modules/trunc-tests: Update.
26319
26320 2007-10-12  Bruno Haible  <bruno@clisp.org>
26321
26322         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
26323         of 2.
26324         * tests/test-truncf2.c: New file.
26325         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
26326
26327         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
26328         * modules/truncf-tests: Update.
26329
26330 2007-10-11  Eric Blake  <ebb9@byu.net>
26331
26332         Don't claim strerror is broken on Interix.
26333         * doc/functions/strerror.texi (strerror): Known broken systems are
26334         now Solaris 8, and not Interix.
26335         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
26336         Interix on cross-compile.
26337         Reported by Martin Koeppe in
26338         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
26339
26340 2007-10-11  Bruno Haible  <bruno@clisp.org>
26341
26342         * modules/i-ring-tests: New file.
26343         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
26344         instead of assert.
26345
26346 2007-10-11  Bruno Haible  <bruno@clisp.org>
26347
26348         * modules/filenamecat-tests: New file.
26349         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
26350         * lib/filenamecat.c: Remove test code.
26351
26352 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26353
26354         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
26355
26356         * lib/strerror.c: Include <string.h> always, to test interface,
26357         and to remove the need for the dummy.
26358         Include intprops.h to compute width instead of doing it ourselves
26359         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
26360         (strerror): Define it to return NULL if there's no system strerror.
26361         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
26362         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
26363         ancient pre-strerror Unix systems well any more.  Saying "unknown
26364         system error" is enough.
26365         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
26366         simpler strerror.c implementation.
26367         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
26368         Simplify the tests to reflect the simpler strerror implementation.
26369         * modules/strerror (Depends-on): Add intprops.
26370
26371 2007-10-09  Eric Blake  <ebb9@byu.net>
26372
26373         Silence test-fpending.
26374         * modules/fpending-tests (Files): Add wrapper script.
26375         * tests/test-fpending.sh: New file.
26376
26377 2007-10-09  Bruno Haible  <bruno@clisp.org>
26378
26379         * MODULES.html.sh (func_module): Don't create a hyperlink for
26380         function names like 'printf_frexp'.
26381         (Misc): Add crc, memxor.
26382         (Characteristics of floating types): New section.
26383         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
26384         isnanf-nolibm, signbit, trunc, truncf, truncl.
26385         (Enhancements for ISO C 99 functions): New subsection Input/output.
26386         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
26387         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
26388         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
26389         (Compatibility checks for POSIX:2001 functions): Add clock-time.
26390         (Enhancements for POSIX:2001 functions): Add chdir-long.
26391         (File system functions): Add areadlink, chdir-safer, read-file.
26392         Remove cycle-check.
26393         (File system as inode set): New section.
26394         (Date and time): Add gethrxtime.
26395         (Multithreading): Add openmp.
26396         (Internationalization functions): Add localename.
26397         (Unicode string functions): Add unistr/u*-mbsnlen.
26398         (Support for maintaining and releasing projects): Add git-version-gen.
26399         (Lone files): Remove directories.
26400
26401 2007-10-08  Ben Pfaff  <blp@gnu.org>
26402
26403         * lib/xmalloca.h: Fix typo in comment.
26404
26405 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26406
26407         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
26408         when avoiding problems with integer overflow.  Use a portable test
26409         instead.
26410
26411 2007-10-08  Simon Josefsson  <simon@josefsson.org>
26412
26413         * modules/dummy (License): Change to LGPLv2+.
26414         * modules/float (License): Likewise
26415         * modules/realloc (License): Likewise
26416         * modules/stdlib (License): Likewise
26417
26418 2007-10-07  Bruno Haible  <bruno@clisp.org>
26419
26420         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
26421         * floor.c (TWO_MANT_DIG): Likewise.
26422         * ceil.c (TWO_MANT_DIG): Likewise.
26423         Reported by Ben Pfaff.
26424
26425 2007-10-07  Bruno Haible  <bruno@clisp.org>
26426
26427         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
26428         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
26429         * lib/frexp.c (FUNC): Likewise.
26430         * lib/printf-frexp.h (printf_frexp): Likewise.
26431         * lib/printf-frexpl.h (printf_frexpl): Likewise.
26432         * lib/printf-frexp.c (FUNC): Likewise.
26433         Suggested by Jim Meyering.
26434
26435 2007-10-07  Jim Meyering  <meyering@redhat.com>
26436
26437         Make xnanosleep's integer overflow test more robust.
26438         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
26439         so that gcc-4.3.0 doesn't optimize away this test for overflow.
26440
26441 2007-10-07  Bruno Haible  <bruno@clisp.org>
26442
26443         * NEWS: Mention the license change.
26444
26445         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
26446         abbreviations in the modules files.
26447
26448         Change copyright notice from GPLv2+ to GPLv3+.
26449         * README: Change copyright notice.
26450         * MODULES.html.sh: Likewise.
26451         * build-aux/bootstrap.conf: Likewise.
26452         * build-aux/config.libpath: Likewise.
26453         * build-aux/csharpcomp.sh.in: Likewise.
26454         * build-aux/csharpexec.sh.in: Likewise.
26455         * build-aux/install-reloc: Likewise.
26456         * build-aux/javacomp.sh.in: Likewise.
26457         * build-aux/javaexec.sh.in: Likewise.
26458         * build-aux/ldd.sh.in: Likewise.
26459         * build-aux/reloc-ldflags: Likewise.
26460         * build-aux/relocatable.sh.in: Likewise.
26461         * build-aux/x-to-1.in: Likewise.
26462         * check-module: Likewise.
26463         * config/srclistvars.sh: Likewise.
26464         * gnulib-tool: Likewise.
26465         * lib/acl-internal.h: Likewise.
26466         * lib/acl.c: Likewise.
26467         * lib/acl.h: Likewise.
26468         * lib/acl_entries.c: Likewise.
26469         * lib/areadlink-with-size.c: Likewise.
26470         * lib/areadlink.c: Likewise.
26471         * lib/areadlink.h: Likewise.
26472         * lib/argmatch.c: Likewise.
26473         * lib/argmatch.h: Likewise.
26474         * lib/argp-ba.c: Likewise.
26475         * lib/argp-eexst.c: Likewise.
26476         * lib/argp-fmtstream.c: Likewise.
26477         * lib/argp-fmtstream.h: Likewise.
26478         * lib/argp-fs-xinl.c: Likewise.
26479         * lib/argp-help.c: Likewise.
26480         * lib/argp-namefrob.h: Likewise.
26481         * lib/argp-parse.c: Likewise.
26482         * lib/argp-pin.c: Likewise.
26483         * lib/argp-pv.c: Likewise.
26484         * lib/argp-pvh.c: Likewise.
26485         * lib/argp-xinl.c: Likewise.
26486         * lib/argp.h: Likewise.
26487         * lib/at-func.c: Likewise.
26488         * lib/atanl.c: Likewise.
26489         * lib/backupfile.c: Likewise.
26490         * lib/backupfile.h: Likewise.
26491         * lib/basename.c: Likewise.
26492         * lib/binary-io.h: Likewise.
26493         * lib/byteswap.in.h: Likewise.
26494         * lib/c-stack.c: Likewise.
26495         * lib/c-stack.h: Likewise.
26496         * lib/c-strcasestr.c: Likewise.
26497         * lib/c-strcasestr.h: Likewise.
26498         * lib/c-strstr.c: Likewise.
26499         * lib/c-strstr.h: Likewise.
26500         * lib/c-strtod.c: Likewise.
26501         * lib/calloc.c: Likewise.
26502         * lib/canon-host.c: Likewise.
26503         * lib/canon-host.h: Likewise.
26504         * lib/canonicalize-lgpl.c: Likewise.
26505         * lib/canonicalize.c: Likewise.
26506         * lib/canonicalize.h: Likewise.
26507         * lib/ceil.c: Likewise.
26508         * lib/ceilf.c: Likewise.
26509         * lib/ceill.c: Likewise.
26510         * lib/chdir-long.c: Likewise.
26511         * lib/chdir-long.h: Likewise.
26512         * lib/chdir-safer.c: Likewise.
26513         * lib/chdir-safer.h: Likewise.
26514         * lib/chown.c: Likewise.
26515         * lib/classpath.c: Likewise.
26516         * lib/classpath.h: Likewise.
26517         * lib/clean-temp.c: Likewise.
26518         * lib/clean-temp.h: Likewise.
26519         * lib/cloexec.c: Likewise.
26520         * lib/close-stream.c: Likewise.
26521         * lib/closein.c: Likewise.
26522         * lib/closein.h: Likewise.
26523         * lib/closeout.c: Likewise.
26524         * lib/closeout.h: Likewise.
26525         * lib/concat-filename.c: Likewise.
26526         * lib/copy-file.c: Likewise.
26527         * lib/copy-file.h: Likewise.
26528         * lib/count-one-bits.h: Likewise.
26529         * lib/crc.c: Likewise.
26530         * lib/crc.h: Likewise.
26531         * lib/creat-safer.c: Likewise.
26532         * lib/csharpcomp.c: Likewise.
26533         * lib/csharpcomp.h: Likewise.
26534         * lib/csharpexec.c: Likewise.
26535         * lib/csharpexec.h: Likewise.
26536         * lib/cycle-check.c: Likewise.
26537         * lib/cycle-check.h: Likewise.
26538         * lib/diacrit.c: Likewise.
26539         * lib/diacrit.h: Likewise.
26540         * lib/diffseq.h: Likewise.
26541         * lib/dirchownmod.c: Likewise.
26542         * lib/dirent.in.h: Likewise.
26543         * lib/dirfd.c: Likewise.
26544         * lib/dirfd.h: Likewise.
26545         * lib/dirname.c: Likewise.
26546         * lib/dirname.h: Likewise.
26547         * lib/dummy.c: Likewise.
26548         * lib/dup-safer.c: Likewise.
26549         * lib/dup2.c: Likewise.
26550         * lib/eealloc.h: Likewise.
26551         * lib/error.c: Likewise.
26552         * lib/error.h: Likewise.
26553         * lib/euidaccess.c: Likewise.
26554         * lib/exclude.c: Likewise.
26555         * lib/exclude.h: Likewise.
26556         * lib/execute.c: Likewise.
26557         * lib/execute.h: Likewise.
26558         * lib/exitfail.c: Likewise.
26559         * lib/exitfail.h: Likewise.
26560         * lib/expl.c: Likewise.
26561         * lib/fatal-signal.c: Likewise.
26562         * lib/fatal-signal.h: Likewise.
26563         * lib/fbufmode.c: Likewise.
26564         * lib/fbufmode.h: Likewise.
26565         * lib/fchdir.c: Likewise.
26566         * lib/fchmodat.c: Likewise.
26567         * lib/fchownat.c: Likewise.
26568         * lib/fcntl--.h: Likewise.
26569         * lib/fcntl-safer.h: Likewise.
26570         * lib/fcntl.in.h: Likewise.
26571         * lib/fd-safer.c: Likewise.
26572         * lib/fflush.c: Likewise.
26573         * lib/file-has-acl.c: Likewise.
26574         * lib/file-set.c: Likewise.
26575         * lib/file-type.c: Likewise.
26576         * lib/file-type.h: Likewise.
26577         * lib/fileblocks.c: Likewise.
26578         * lib/filemode.c: Likewise.
26579         * lib/filemode.h: Likewise.
26580         * lib/filename.h: Likewise.
26581         * lib/filenamecat.c: Likewise.
26582         * lib/filenamecat.h: Likewise.
26583         * lib/findprog.c: Likewise.
26584         * lib/findprog.h: Likewise.
26585         * lib/float.in.h: Likewise.
26586         * lib/floor.c: Likewise.
26587         * lib/floorf.c: Likewise.
26588         * lib/floorl.c: Likewise.
26589         * lib/fopen-safer.c: Likewise.
26590         * lib/fopen.c: Likewise.
26591         * lib/fpending.c: Likewise.
26592         * lib/fpending.h: Likewise.
26593         * lib/fprintf.c: Likewise.
26594         * lib/fprintftime.h: Likewise.
26595         * lib/fpucw.h: Likewise.
26596         * lib/fpurge.c: Likewise.
26597         * lib/fpurge.h: Likewise.
26598         * lib/freadable.c: Likewise.
26599         * lib/freadable.h: Likewise.
26600         * lib/freadahead.c: Likewise.
26601         * lib/freadahead.h: Likewise.
26602         * lib/freading.c: Likewise.
26603         * lib/freading.h: Likewise.
26604         * lib/free.c: Likewise.
26605         * lib/freopen.c: Likewise.
26606         * lib/frexp.c: Likewise.
26607         * lib/frexpl.c: Likewise.
26608         * lib/fseek.c: Likewise.
26609         * lib/fseterr.c: Likewise.
26610         * lib/fseterr.h: Likewise.
26611         * lib/fstatat.c: Likewise.
26612         * lib/fstrcmp.c: Likewise.
26613         * lib/fstrcmp.h: Likewise.
26614         * lib/fsusage.c: Likewise.
26615         * lib/fsusage.h: Likewise.
26616         * lib/ftell.c: Likewise.
26617         * lib/ftello.c: Likewise.
26618         * lib/fts-cycle.c: Likewise.
26619         * lib/fts.c: Likewise.
26620         * lib/fts_.h: Likewise.
26621         * lib/full-read.c: Likewise.
26622         * lib/full-read.h: Likewise.
26623         * lib/full-write.c: Likewise.
26624         * lib/full-write.h: Likewise.
26625         * lib/fwritable.c: Likewise.
26626         * lib/fwritable.h: Likewise.
26627         * lib/fwriteerror.c: Likewise.
26628         * lib/fwriteerror.h: Likewise.
26629         * lib/fwriting.c: Likewise.
26630         * lib/fwriting.h: Likewise.
26631         * lib/gcd.c: Likewise.
26632         * lib/gcd.h: Likewise.
26633         * lib/getcwd.c: Likewise.
26634         * lib/getdate.h: Likewise.
26635         * lib/getdate.y: Likewise.
26636         * lib/getdomainname.c: Likewise.
26637         * lib/getdomainname.h: Likewise.
26638         * lib/getgroups.c: Likewise.
26639         * lib/gethostname.c: Likewise.
26640         * lib/gethrxtime.c: Likewise.
26641         * lib/gethrxtime.h: Likewise.
26642         * lib/getloadavg.c: Likewise.
26643         * lib/getndelim2.c: Likewise.
26644         * lib/getndelim2.h: Likewise.
26645         * lib/getnline.c: Likewise.
26646         * lib/getnline.h: Likewise.
26647         * lib/getopt.c: Likewise.
26648         * lib/getopt.in.h: Likewise.
26649         * lib/getopt1.c: Likewise.
26650         * lib/getopt_int.h: Likewise.
26651         * lib/getpagesize.h: Likewise.
26652         * lib/getsubopt.c: Likewise.
26653         * lib/gettime.c: Likewise.
26654         * lib/getugroups.c: Likewise.
26655         * lib/getugroups.h: Likewise.
26656         * lib/getusershell.c: Likewise.
26657         * lib/gl_anyavltree_list1.h: Likewise.
26658         * lib/gl_anyavltree_list2.h: Likewise.
26659         * lib/gl_anyhash_list1.h: Likewise.
26660         * lib/gl_anyhash_list2.h: Likewise.
26661         * lib/gl_anylinked_list1.h: Likewise.
26662         * lib/gl_anylinked_list2.h: Likewise.
26663         * lib/gl_anyrbtree_list1.h: Likewise.
26664         * lib/gl_anyrbtree_list2.h: Likewise.
26665         * lib/gl_anytree_list1.h: Likewise.
26666         * lib/gl_anytree_list2.h: Likewise.
26667         * lib/gl_anytree_oset.h: Likewise.
26668         * lib/gl_anytreehash_list1.h: Likewise.
26669         * lib/gl_anytreehash_list2.h: Likewise.
26670         * lib/gl_array_list.c: Likewise.
26671         * lib/gl_array_list.h: Likewise.
26672         * lib/gl_array_oset.c: Likewise.
26673         * lib/gl_array_oset.h: Likewise.
26674         * lib/gl_avltree_list.c: Likewise.
26675         * lib/gl_avltree_list.h: Likewise.
26676         * lib/gl_avltree_oset.c: Likewise.
26677         * lib/gl_avltree_oset.h: Likewise.
26678         * lib/gl_avltreehash_list.c: Likewise.
26679         * lib/gl_avltreehash_list.h: Likewise.
26680         * lib/gl_carray_list.c: Likewise.
26681         * lib/gl_carray_list.h: Likewise.
26682         * lib/gl_linked_list.c: Likewise.
26683         * lib/gl_linked_list.h: Likewise.
26684         * lib/gl_linkedhash_list.c: Likewise.
26685         * lib/gl_linkedhash_list.h: Likewise.
26686         * lib/gl_list.c: Likewise.
26687         * lib/gl_list.h: Likewise.
26688         * lib/gl_oset.c: Likewise.
26689         * lib/gl_oset.h: Likewise.
26690         * lib/gl_rbtree_list.c: Likewise.
26691         * lib/gl_rbtree_list.h: Likewise.
26692         * lib/gl_rbtree_oset.c: Likewise.
26693         * lib/gl_rbtree_oset.h: Likewise.
26694         * lib/gl_rbtreehash_list.c: Likewise.
26695         * lib/gl_rbtreehash_list.h: Likewise.
26696         * lib/gl_sublist.c: Likewise.
26697         * lib/gl_sublist.h: Likewise.
26698         * lib/group-member.c: Likewise.
26699         * lib/group-member.h: Likewise.
26700         * lib/hard-locale.c: Likewise.
26701         * lib/hard-locale.h: Likewise.
26702         * lib/hash-pjw.c: Likewise.
26703         * lib/hash-pjw.h: Likewise.
26704         * lib/hash-triple.c: Likewise.
26705         * lib/hash.c: Likewise.
26706         * lib/hash.h: Likewise.
26707         * lib/human.c: Likewise.
26708         * lib/human.h: Likewise.
26709         * lib/i-ring.c: Likewise.
26710         * lib/i-ring.h: Likewise.
26711         * lib/idcache.c: Likewise.
26712         * lib/imaxabs.c: Likewise.
26713         * lib/imaxdiv.c: Likewise.
26714         * lib/inet_pton.c: Likewise.
26715         * lib/inet_pton.h: Likewise.
26716         * lib/intprops.h: Likewise.
26717         * lib/inttostr.c: Likewise.
26718         * lib/inttostr.h: Likewise.
26719         * lib/inttypes.in.h: Likewise.
26720         * lib/isapipe.c: Likewise.
26721         * lib/isdir.c: Likewise.
26722         * lib/isnan.c: Likewise.
26723         * lib/isnan.h: Likewise.
26724         * lib/isnanf.c: Likewise.
26725         * lib/isnanf.h: Likewise.
26726         * lib/isnanl-nolibm.h: Likewise.
26727         * lib/isnanl.c: Likewise.
26728         * lib/isnanl.h: Likewise.
26729         * lib/javacomp.c: Likewise.
26730         * lib/javacomp.h: Likewise.
26731         * lib/javaexec.c: Likewise.
26732         * lib/javaexec.h: Likewise.
26733         * lib/javaversion.c: Likewise.
26734         * lib/javaversion.h: Likewise.
26735         * lib/javaversion.java: Likewise.
26736         * lib/lbrkprop.h: Likewise.
26737         * lib/lchmod.h: Likewise.
26738         * lib/lchown.c: Likewise.
26739         * lib/ldexpl.c: Likewise.
26740         * lib/linebreak.c: Likewise.
26741         * lib/linebreak.h: Likewise.
26742         * lib/linebuffer.c: Likewise.
26743         * lib/linebuffer.h: Likewise.
26744         * lib/locale.in.h: Likewise.
26745         * lib/logl.c: Likewise.
26746         * lib/long-options.c: Likewise.
26747         * lib/long-options.h: Likewise.
26748         * lib/lstat.c: Likewise.
26749         * lib/lstat.h: Likewise.
26750         * lib/math.in.h: Likewise.
26751         * lib/mbchar.c: Likewise.
26752         * lib/mbchar.h: Likewise.
26753         * lib/mbfile.h: Likewise.
26754         * lib/mbiter.h: Likewise.
26755         * lib/mbscasecmp.c: Likewise.
26756         * lib/mbscasestr.c: Likewise.
26757         * lib/mbschr.c: Likewise.
26758         * lib/mbscspn.c: Likewise.
26759         * lib/mbslen.c: Likewise.
26760         * lib/mbsncasecmp.c: Likewise.
26761         * lib/mbsnlen.c: Likewise.
26762         * lib/mbspbrk.c: Likewise.
26763         * lib/mbspcasecmp.c: Likewise.
26764         * lib/mbsrchr.c: Likewise.
26765         * lib/mbssep.c: Likewise.
26766         * lib/mbsspn.c: Likewise.
26767         * lib/mbsstr.c: Likewise.
26768         * lib/mbstok_r.c: Likewise.
26769         * lib/mbswidth.c: Likewise.
26770         * lib/mbswidth.h: Likewise.
26771         * lib/mbuiter.h: Likewise.
26772         * lib/memcasecmp.c: Likewise.
26773         * lib/memcasecmp.h: Likewise.
26774         * lib/memchr.c: Likewise.
26775         * lib/memcmp.c: Likewise.
26776         * lib/memcoll.c: Likewise.
26777         * lib/memcoll.h: Likewise.
26778         * lib/memcpy.c: Likewise.
26779         * lib/memrchr.c: Likewise.
26780         * lib/mkancesdirs.c: Likewise.
26781         * lib/mkdir-p.c: Likewise.
26782         * lib/mkdir-p.h: Likewise.
26783         * lib/mkdir.c: Likewise.
26784         * lib/mkdirat.c: Likewise.
26785         * lib/mkdtemp.c: Likewise.
26786         * lib/mkstemp-safer.c: Likewise.
26787         * lib/mkstemp.c: Likewise.
26788         * lib/modechange.c: Likewise.
26789         * lib/modechange.h: Likewise.
26790         * lib/mountlist.c: Likewise.
26791         * lib/mountlist.h: Likewise.
26792         * lib/mpsort.c: Likewise.
26793         * lib/nanosleep.c: Likewise.
26794         * lib/obstack.c: Likewise.
26795         * lib/obstack.h: Likewise.
26796         * lib/open-safer.c: Likewise.
26797         * lib/open.c: Likewise.
26798         * lib/openat-die.c: Likewise.
26799         * lib/openat-priv.h: Likewise.
26800         * lib/openat-proc.c: Likewise.
26801         * lib/openat.c: Likewise.
26802         * lib/openat.h: Likewise.
26803         * lib/pagealign_alloc.c: Likewise.
26804         * lib/pagealign_alloc.h: Likewise.
26805         * lib/physmem.c: Likewise.
26806         * lib/physmem.h: Likewise.
26807         * lib/pipe-safer.c: Likewise.
26808         * lib/pipe.c: Likewise.
26809         * lib/pipe.h: Likewise.
26810         * lib/posixtm.c: Likewise.
26811         * lib/posixtm.h: Likewise.
26812         * lib/posixver.c: Likewise.
26813         * lib/printf-frexp.c: Likewise.
26814         * lib/printf-frexp.h: Likewise.
26815         * lib/printf-frexpl.c: Likewise.
26816         * lib/printf-frexpl.h: Likewise.
26817         * lib/printf.c: Likewise.
26818         * lib/progname.c: Likewise.
26819         * lib/progname.h: Likewise.
26820         * lib/progreloc.c: Likewise.
26821         * lib/putenv.c: Likewise.
26822         * lib/quote.c: Likewise.
26823         * lib/quote.h: Likewise.
26824         * lib/quotearg.c: Likewise.
26825         * lib/quotearg.h: Likewise.
26826         * lib/raise.c: Likewise.
26827         * lib/readline.c: Likewise.
26828         * lib/readline.h: Likewise.
26829         * lib/readlink.c: Likewise.
26830         * lib/readtokens.c: Likewise.
26831         * lib/readtokens.h: Likewise.
26832         * lib/readtokens0.c: Likewise.
26833         * lib/readtokens0.h: Likewise.
26834         * lib/readutmp.c: Likewise.
26835         * lib/readutmp.h: Likewise.
26836         * lib/realloc.c: Likewise.
26837         * lib/relocwrapper.c: Likewise.
26838         * lib/rename-dest-slash.c: Likewise.
26839         * lib/rename.c: Likewise.
26840         * lib/rmdir.c: Likewise.
26841         * lib/rpmatch.c: Likewise.
26842         * lib/safe-read.c: Likewise.
26843         * lib/safe-read.h: Likewise.
26844         * lib/safe-write.c: Likewise.
26845         * lib/safe-write.h: Likewise.
26846         * lib/same-inode.h: Likewise.
26847         * lib/same.c: Likewise.
26848         * lib/same.h: Likewise.
26849         * lib/save-cwd.c: Likewise.
26850         * lib/save-cwd.h: Likewise.
26851         * lib/savedir.c: Likewise.
26852         * lib/savedir.h: Likewise.
26853         * lib/savewd.c: Likewise.
26854         * lib/savewd.h: Likewise.
26855         * lib/search.in.h: Likewise.
26856         * lib/setenv.c: Likewise.
26857         * lib/setenv.h: Likewise.
26858         * lib/settime.c: Likewise.
26859         * lib/sh-quote.c: Likewise.
26860         * lib/sh-quote.h: Likewise.
26861         * lib/sig2str.c: Likewise.
26862         * lib/sig2str.h: Likewise.
26863         * lib/signal.in.h: Likewise.
26864         * lib/signbitd.c: Likewise.
26865         * lib/signbitf.c: Likewise.
26866         * lib/signbitl.c: Likewise.
26867         * lib/sigprocmask.c: Likewise.
26868         * lib/sincosl.c: Likewise.
26869         * lib/sleep.c: Likewise.
26870         * lib/sprintf.c: Likewise.
26871         * lib/sqrtl.c: Likewise.
26872         * lib/stat-time.h: Likewise.
26873         * lib/stdio--.h: Likewise.
26874         * lib/stdio-safer.h: Likewise.
26875         * lib/stdlib--.h: Likewise.
26876         * lib/stdlib-safer.h: Likewise.
26877         * lib/stdlib.in.h: Likewise.
26878         * lib/stpcpy.c: Likewise.
26879         * lib/stpncpy.c: Likewise.
26880         * lib/strchrnul.c: Likewise.
26881         * lib/strcspn.c: Likewise.
26882         * lib/strerror.c: Likewise.
26883         * lib/strftime.c: Likewise.
26884         * lib/strftime.h: Likewise.
26885         * lib/striconveh.c: Likewise.
26886         * lib/striconveh.h: Likewise.
26887         * lib/striconveha.c: Likewise.
26888         * lib/striconveha.h: Likewise.
26889         * lib/stripslash.c: Likewise.
26890         * lib/strnlen1.c: Likewise.
26891         * lib/strnlen1.h: Likewise.
26892         * lib/strtod.c: Likewise.
26893         * lib/strtoimax.c: Likewise.
26894         * lib/strtok_r.c: Likewise.
26895         * lib/strtol.c: Likewise.
26896         * lib/strtoll.c: Likewise.
26897         * lib/strtoul.c: Likewise.
26898         * lib/strtoull.c: Likewise.
26899         * lib/sysexits.in.h: Likewise.
26900         * lib/tempname.c: Likewise.
26901         * lib/tempname.h: Likewise.
26902         * lib/timespec.h: Likewise.
26903         * lib/tls.c: Likewise.
26904         * lib/tls.h: Likewise.
26905         * lib/tmpdir.c: Likewise.
26906         * lib/tmpdir.h: Likewise.
26907         * lib/tmpfile-safer.c: Likewise.
26908         * lib/tmpfile.c: Likewise.
26909         * lib/trigl.c: Likewise.
26910         * lib/trigl.h: Likewise.
26911         * lib/trim.c: Likewise.
26912         * lib/trim.h: Likewise.
26913         * lib/trunc.c: Likewise.
26914         * lib/truncf.c: Likewise.
26915         * lib/truncl.c: Likewise.
26916         * lib/tsearch.c: Likewise.
26917         * lib/unicodeio.c: Likewise.
26918         * lib/unicodeio.h: Likewise.
26919         * lib/unistd--.h: Likewise.
26920         * lib/unistd-safer.h: Likewise.
26921         * lib/unistdio/ulc-fprintf.c: Likewise.
26922         * lib/unistdio/ulc-vfprintf.c: Likewise.
26923         * lib/unlinkdir.c: Likewise.
26924         * lib/unlinkdir.h: Likewise.
26925         * lib/unlocked-io.h: Likewise.
26926         * lib/unsetenv.c: Likewise.
26927         * lib/userspec.c: Likewise.
26928         * lib/utime.c: Likewise.
26929         * lib/utimecmp.c: Likewise.
26930         * lib/utimecmp.h: Likewise.
26931         * lib/utimens.c: Likewise.
26932         * lib/verify.h: Likewise.
26933         * lib/verror.c: Likewise.
26934         * lib/verror.h: Likewise.
26935         * lib/version-etc-fsf.c: Likewise.
26936         * lib/version-etc.c: Likewise.
26937         * lib/version-etc.h: Likewise.
26938         * lib/vfprintf.c: Likewise.
26939         * lib/vprintf.c: Likewise.
26940         * lib/vsprintf.c: Likewise.
26941         * lib/w32spawn.h: Likewise.
26942         * lib/wait-process.c: Likewise.
26943         * lib/wait-process.h: Likewise.
26944         * lib/wcwidth.c: Likewise.
26945         * lib/write-any-file.c: Likewise.
26946         * lib/xalloc-die.c: Likewise.
26947         * lib/xalloc.h: Likewise.
26948         * lib/xasprintf.c: Likewise.
26949         * lib/xgetcwd.c: Likewise.
26950         * lib/xgetcwd.h: Likewise.
26951         * lib/xgetdomainname.c: Likewise.
26952         * lib/xgetdomainname.h: Likewise.
26953         * lib/xgethostname.c: Likewise.
26954         * lib/xmalloc.c: Likewise.
26955         * lib/xmalloca.c: Likewise.
26956         * lib/xmalloca.h: Likewise.
26957         * lib/xmemcoll.c: Likewise.
26958         * lib/xnanosleep.c: Likewise.
26959         * lib/xreadlink.c: Likewise.
26960         * lib/xreadlink.h: Likewise.
26961         * lib/xsetenv.c: Likewise.
26962         * lib/xsetenv.h: Likewise.
26963         * lib/xstriconv.c: Likewise.
26964         * lib/xstriconv.h: Likewise.
26965         * lib/xstrndup.c: Likewise.
26966         * lib/xstrndup.h: Likewise.
26967         * lib/xstrtod.c: Likewise.
26968         * lib/xstrtod.h: Likewise.
26969         * lib/xstrtol-error.c: Likewise.
26970         * lib/xstrtol.c: Likewise.
26971         * lib/xstrtol.h: Likewise.
26972         * lib/xtime.h: Likewise.
26973         * lib/xvasprintf.c: Likewise.
26974         * lib/xvasprintf.h: Likewise.
26975         * lib/yesno.c: Likewise.
26976         * lib/yesno.h: Likewise.
26977         * posix-modules: Likewise.
26978         * tests/test-alloca-opt.c: Likewise.
26979         * tests/test-arcfour.c: Likewise.
26980         * tests/test-arctwo.c: Likewise.
26981         * tests/test-argmatch.c: Likewise.
26982         * tests/test-argp-2.sh: Likewise.
26983         * tests/test-argp.c: Likewise.
26984         * tests/test-arpa_inet.c: Likewise.
26985         * tests/test-array_list.c: Likewise.
26986         * tests/test-array_oset.c: Likewise.
26987         * tests/test-atexit.c: Likewise.
26988         * tests/test-avltree_list.c: Likewise.
26989         * tests/test-avltree_oset.c: Likewise.
26990         * tests/test-avltreehash_list.c: Likewise.
26991         * tests/test-base64.c: Likewise.
26992         * tests/test-binary-io.c: Likewise.
26993         * tests/test-byteswap.c: Likewise.
26994         * tests/test-c-ctype.c: Likewise.
26995         * tests/test-c-strcasecmp.c: Likewise.
26996         * tests/test-c-strcasestr.c: Likewise.
26997         * tests/test-c-strncasecmp.c: Likewise.
26998         * tests/test-c-strstr.c: Likewise.
26999         * tests/test-canonicalize-lgpl.c: Likewise.
27000         * tests/test-canonicalize.c: Likewise.
27001         * tests/test-carray_list.c: Likewise.
27002         * tests/test-ceilf.c: Likewise.
27003         * tests/test-ceill.c: Likewise.
27004         * tests/test-count-one-bits.c: Likewise.
27005         * tests/test-crc.c: Likewise.
27006         * tests/test-dirname.c: Likewise.
27007         * tests/test-fbufmode.c: Likewise.
27008         * tests/test-fcntl.c: Likewise.
27009         * tests/test-fflush.c: Likewise.
27010         * tests/test-floorf.c: Likewise.
27011         * tests/test-floorl.c: Likewise.
27012         * tests/test-fopen.c: Likewise.
27013         * tests/test-fprintf-posix.c: Likewise.
27014         * tests/test-fprintf-posix.h: Likewise.
27015         * tests/test-fpurge.c: Likewise.
27016         * tests/test-freadable.c: Likewise.
27017         * tests/test-freadahead.c: Likewise.
27018         * tests/test-freading.c: Likewise.
27019         * tests/test-freopen.c: Likewise.
27020         * tests/test-frexp.c: Likewise.
27021         * tests/test-frexpl.c: Likewise.
27022         * tests/test-fseek.c: Likewise.
27023         * tests/test-fseeko.c: Likewise.
27024         * tests/test-fseterr.c: Likewise.
27025         * tests/test-fstrcmp.c: Likewise.
27026         * tests/test-ftell.c: Likewise.
27027         * tests/test-ftello.c: Likewise.
27028         * tests/test-fwritable.c: Likewise.
27029         * tests/test-fwriting.c: Likewise.
27030         * tests/test-getaddrinfo.c: Likewise.
27031         * tests/test-getpass.c: Likewise.
27032         * tests/test-gettimeofday.c: Likewise.
27033         * tests/test-hmac-md5.c: Likewise.
27034         * tests/test-hmac-sha1.c: Likewise.
27035         * tests/test-iconv.c: Likewise.
27036         * tests/test-iconvme.c: Likewise.
27037         * tests/test-inttypes.c: Likewise.
27038         * tests/test-isnan.c: Likewise.
27039         * tests/test-isnanf.c: Likewise.
27040         * tests/test-isnanl-nolibm.c: Likewise.
27041         * tests/test-isnanl.c: Likewise.
27042         * tests/test-isnanl.h: Likewise.
27043         * tests/test-ldexpl.c: Likewise.
27044         * tests/test-linked_list.c: Likewise.
27045         * tests/test-linkedhash_list.c: Likewise.
27046         * tests/test-locale.c: Likewise.
27047         * tests/test-localename.c: Likewise.
27048         * tests/test-lock.c: Likewise.
27049         * tests/test-lseek.c: Likewise.
27050         * tests/test-malloca.c: Likewise.
27051         * tests/test-math.c: Likewise.
27052         * tests/test-mbscasecmp.c: Likewise.
27053         * tests/test-mbscasestr1.c: Likewise.
27054         * tests/test-mbscasestr2.c: Likewise.
27055         * tests/test-mbscasestr3.c: Likewise.
27056         * tests/test-mbscasestr4.c: Likewise.
27057         * tests/test-mbschr.c: Likewise.
27058         * tests/test-mbscspn.c: Likewise.
27059         * tests/test-mbsncasecmp.c: Likewise.
27060         * tests/test-mbspbrk.c: Likewise.
27061         * tests/test-mbspcasecmp.c: Likewise.
27062         * tests/test-mbsrchr.c: Likewise.
27063         * tests/test-mbsspn.c: Likewise.
27064         * tests/test-mbsstr1.c: Likewise.
27065         * tests/test-mbsstr2.c: Likewise.
27066         * tests/test-mbsstr3.c: Likewise.
27067         * tests/test-md5.c: Likewise.
27068         * tests/test-memmem.c: Likewise.
27069         * tests/test-netinet_in.c: Likewise.
27070         * tests/test-open.c: Likewise.
27071         * tests/test-printf-frexp.c: Likewise.
27072         * tests/test-printf-frexpl.c: Likewise.
27073         * tests/test-printf-posix.c: Likewise.
27074         * tests/test-printf-posix.h: Likewise.
27075         * tests/test-rbtree_list.c: Likewise.
27076         * tests/test-rbtree_oset.c: Likewise.
27077         * tests/test-rbtreehash_list.c: Likewise.
27078         * tests/test-read-file.c: Likewise.
27079         * tests/test-rijndael.c: Likewise.
27080         * tests/test-search.c: Likewise.
27081         * tests/test-signbit.c: Likewise.
27082         * tests/test-sleep.c: Likewise.
27083         * tests/test-snprintf-posix.c: Likewise.
27084         * tests/test-snprintf-posix.h: Likewise.
27085         * tests/test-snprintf.c: Likewise.
27086         * tests/test-sprintf-posix.c: Likewise.
27087         * tests/test-sprintf-posix.h: Likewise.
27088         * tests/test-stat-time.c: Likewise.
27089         * tests/test-stdbool.c: Likewise.
27090         * tests/test-stdint.c: Likewise.
27091         * tests/test-stdio.c: Likewise.
27092         * tests/test-stdlib.c: Likewise.
27093         * tests/test-stpncpy.c: Likewise.
27094         * tests/test-strcasestr.c: Likewise.
27095         * tests/test-striconv.c: Likewise.
27096         * tests/test-striconveh.c: Likewise.
27097         * tests/test-striconveha.c: Likewise.
27098         * tests/test-string.c: Likewise.
27099         * tests/test-sys_select.c: Likewise.
27100         * tests/test-sys_socket.c: Likewise.
27101         * tests/test-sys_stat.c: Likewise.
27102         * tests/test-sys_time.c: Likewise.
27103         * tests/test-sysexits.c: Likewise.
27104         * tests/test-time.c: Likewise.
27105         * tests/test-tls.c: Likewise.
27106         * tests/test-trunc.c: Likewise.
27107         * tests/test-truncf.c: Likewise.
27108         * tests/test-truncl.c: Likewise.
27109         * tests/test-unistd.c: Likewise.
27110         * tests/test-vasnprintf-posix.c: Likewise.
27111         * tests/test-vasnprintf-posix2.c: Likewise.
27112         * tests/test-vasnprintf.c: Likewise.
27113         * tests/test-vasprintf-posix.c: Likewise.
27114         * tests/test-vasprintf.c: Likewise.
27115         * tests/test-verify.c: Likewise.
27116         * tests/test-vfprintf-posix.c: Likewise.
27117         * tests/test-vprintf-posix.c: Likewise.
27118         * tests/test-vsnprintf-posix.c: Likewise.
27119         * tests/test-vsnprintf.c: Likewise.
27120         * tests/test-vsprintf-posix.c: Likewise.
27121         * tests/test-wchar.c: Likewise.
27122         * tests/test-wctype.c: Likewise.
27123         * tests/test-wcwidth.c: Likewise.
27124         * tests/test-xstrtol.c: Likewise.
27125         * tests/test-xvasprintf.c: Likewise.
27126         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
27127         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
27128         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
27129         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
27130         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
27131         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
27132         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
27133         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
27134         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
27135         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
27136         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
27137         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
27138         * tests/uniname/test-uninames.c: Likewise.
27139         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
27140         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
27141         * tests/unistdio/test-u16-printf1.h: Likewise.
27142         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
27143         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
27144         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
27145         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
27146         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
27147         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
27148         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
27149         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
27150         * tests/unistdio/test-u32-printf1.h: Likewise.
27151         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
27152         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
27153         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
27154         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
27155         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
27156         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
27157         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
27158         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
27159         * tests/unistdio/test-u8-printf1.h: Likewise.
27160         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
27161         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
27162         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
27163         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
27164         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
27165         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
27166         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
27167         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
27168         * tests/unistdio/test-ulc-printf1.h: Likewise.
27169         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
27170         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
27171         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
27172         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
27173         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
27174         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
27175         * tests/uniwidth/test-u16-strwidth.c: Likewise.
27176         * tests/uniwidth/test-u16-width.c: Likewise.
27177         * tests/uniwidth/test-u32-strwidth.c: Likewise.
27178         * tests/uniwidth/test-u32-width.c: Likewise.
27179         * tests/uniwidth/test-u8-strwidth.c: Likewise.
27180         * tests/uniwidth/test-u8-width.c: Likewise.
27181         * tests/uniwidth/test-uc_width.c: Likewise.
27182         * config/srclist-update: Likewise.
27183         (fixlicense): Update to GPLv3+.
27184
27185         Change copyright notice from LGPLv2.1+ to LGPLv3+.
27186         * tests/test-tsearch.c: Change copyright notice.
27187
27188         Change copyright notice from LGPLv2.0+ to LGPLv3+.
27189         * lib/c-strcaseeq.h: Change copyright notice.
27190         * lib/streq.h: Likewise.
27191         * lib/uniconv.h: Likewise.
27192         * lib/uniconv/u-conv-from-enc.h: Likewise.
27193         * lib/uniconv/u-conv-to-enc.h: Likewise.
27194         * lib/uniconv/u-strconv-from-enc.h: Likewise.
27195         * lib/uniconv/u-strconv-to-enc.h: Likewise.
27196         * lib/uniconv/u16-conv-from-enc.c: Likewise.
27197         * lib/uniconv/u16-conv-to-enc.c: Likewise.
27198         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
27199         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
27200         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
27201         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
27202         * lib/uniconv/u32-conv-from-enc.c: Likewise.
27203         * lib/uniconv/u32-conv-to-enc.c: Likewise.
27204         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
27205         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
27206         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
27207         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
27208         * lib/uniconv/u8-conv-from-enc.c: Likewise.
27209         * lib/uniconv/u8-conv-to-enc.c: Likewise.
27210         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
27211         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
27212         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
27213         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
27214         * lib/uniname.h: Likewise.
27215         * lib/uniname/uniname.c: Likewise.
27216         * lib/unistdio.h: Likewise.
27217         * lib/unistdio/u-asnprintf.h: Likewise.
27218         * lib/unistdio/u-asprintf.h: Likewise.
27219         * lib/unistdio/u-printf-args.c: Likewise.
27220         * lib/unistdio/u-printf-args.h: Likewise.
27221         * lib/unistdio/u-printf-parse.h: Likewise.
27222         * lib/unistdio/u-snprintf.h: Likewise.
27223         * lib/unistdio/u-sprintf.h: Likewise.
27224         * lib/unistdio/u-vasprintf.h: Likewise.
27225         * lib/unistdio/u-vsnprintf.h: Likewise.
27226         * lib/unistdio/u-vsprintf.h: Likewise.
27227         * lib/unistdio/u16-asnprintf.c: Likewise.
27228         * lib/unistdio/u16-asprintf.c: Likewise.
27229         * lib/unistdio/u16-printf-parse.c: Likewise.
27230         * lib/unistdio/u16-snprintf.c: Likewise.
27231         * lib/unistdio/u16-sprintf.c: Likewise.
27232         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
27233         * lib/unistdio/u16-u16-asprintf.c: Likewise.
27234         * lib/unistdio/u16-u16-snprintf.c: Likewise.
27235         * lib/unistdio/u16-u16-sprintf.c: Likewise.
27236         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
27237         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
27238         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
27239         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
27240         * lib/unistdio/u16-vasnprintf.c: Likewise.
27241         * lib/unistdio/u16-vasprintf.c: Likewise.
27242         * lib/unistdio/u16-vsnprintf.c: Likewise.
27243         * lib/unistdio/u16-vsprintf.c: Likewise.
27244         * lib/unistdio/u32-asnprintf.c: Likewise.
27245         * lib/unistdio/u32-asprintf.c: Likewise.
27246         * lib/unistdio/u32-printf-parse.c: Likewise.
27247         * lib/unistdio/u32-snprintf.c: Likewise.
27248         * lib/unistdio/u32-sprintf.c: Likewise.
27249         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
27250         * lib/unistdio/u32-u32-asprintf.c: Likewise.
27251         * lib/unistdio/u32-u32-snprintf.c: Likewise.
27252         * lib/unistdio/u32-u32-sprintf.c: Likewise.
27253         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
27254         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
27255         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
27256         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
27257         * lib/unistdio/u32-vasnprintf.c: Likewise.
27258         * lib/unistdio/u32-vasprintf.c: Likewise.
27259         * lib/unistdio/u32-vsnprintf.c: Likewise.
27260         * lib/unistdio/u32-vsprintf.c: Likewise.
27261         * lib/unistdio/u8-asnprintf.c: Likewise.
27262         * lib/unistdio/u8-asprintf.c: Likewise.
27263         * lib/unistdio/u8-printf-parse.c: Likewise.
27264         * lib/unistdio/u8-snprintf.c: Likewise.
27265         * lib/unistdio/u8-sprintf.c: Likewise.
27266         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
27267         * lib/unistdio/u8-u8-asprintf.c: Likewise.
27268         * lib/unistdio/u8-u8-snprintf.c: Likewise.
27269         * lib/unistdio/u8-u8-sprintf.c: Likewise.
27270         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
27271         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
27272         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
27273         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
27274         * lib/unistdio/u8-vasnprintf.c: Likewise.
27275         * lib/unistdio/u8-vasprintf.c: Likewise.
27276         * lib/unistdio/u8-vsnprintf.c: Likewise.
27277         * lib/unistdio/u8-vsprintf.c: Likewise.
27278         * lib/unistdio/ulc-asnprintf.c: Likewise.
27279         * lib/unistdio/ulc-asprintf.c: Likewise.
27280         * lib/unistdio/ulc-printf-parse.c: Likewise.
27281         * lib/unistdio/ulc-snprintf.c: Likewise.
27282         * lib/unistdio/ulc-sprintf.c: Likewise.
27283         * lib/unistdio/ulc-vasnprintf.c: Likewise.
27284         * lib/unistdio/ulc-vasprintf.c: Likewise.
27285         * lib/unistdio/ulc-vsnprintf.c: Likewise.
27286         * lib/unistdio/ulc-vsprintf.c: Likewise.
27287         * lib/unistr.h: Likewise.
27288         * lib/unistr/u-cpy-alloc.h: Likewise.
27289         * lib/unistr/u-cpy.h: Likewise.
27290         * lib/unistr/u-endswith.h: Likewise.
27291         * lib/unistr/u-move.h: Likewise.
27292         * lib/unistr/u-set.h: Likewise.
27293         * lib/unistr/u-startswith.h: Likewise.
27294         * lib/unistr/u-stpcpy.h: Likewise.
27295         * lib/unistr/u-stpncpy.h: Likewise.
27296         * lib/unistr/u-strcat.h: Likewise.
27297         * lib/unistr/u-strcpy.h: Likewise.
27298         * lib/unistr/u-strcspn.h: Likewise.
27299         * lib/unistr/u-strdup.h: Likewise.
27300         * lib/unistr/u-strlen.h: Likewise.
27301         * lib/unistr/u-strncat.h: Likewise.
27302         * lib/unistr/u-strncpy.h: Likewise.
27303         * lib/unistr/u-strnlen.h: Likewise.
27304         * lib/unistr/u-strpbrk.h: Likewise.
27305         * lib/unistr/u-strspn.h: Likewise.
27306         * lib/unistr/u-strstr.h: Likewise.
27307         * lib/unistr/u-strtok.h: Likewise.
27308         * lib/unistr/u16-check.c: Likewise.
27309         * lib/unistr/u16-chr.c: Likewise.
27310         * lib/unistr/u16-cmp.c: Likewise.
27311         * lib/unistr/u16-cpy-alloc.c: Likewise.
27312         * lib/unistr/u16-cpy.c: Likewise.
27313         * lib/unistr/u16-endswith.c: Likewise.
27314         * lib/unistr/u16-mblen.c: Likewise.
27315         * lib/unistr/u16-mbsnlen.c: Likewise.
27316         * lib/unistr/u16-mbtouc-aux.c: Likewise.
27317         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
27318         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
27319         * lib/unistr/u16-mbtouc.c: Likewise.
27320         * lib/unistr/u16-mbtoucr.c: Likewise.
27321         * lib/unistr/u16-move.c: Likewise.
27322         * lib/unistr/u16-next.c: Likewise.
27323         * lib/unistr/u16-prev.c: Likewise.
27324         * lib/unistr/u16-set.c: Likewise.
27325         * lib/unistr/u16-startswith.c: Likewise.
27326         * lib/unistr/u16-stpcpy.c: Likewise.
27327         * lib/unistr/u16-stpncpy.c: Likewise.
27328         * lib/unistr/u16-strcat.c: Likewise.
27329         * lib/unistr/u16-strchr.c: Likewise.
27330         * lib/unistr/u16-strcmp.c: Likewise.
27331         * lib/unistr/u16-strcpy.c: Likewise.
27332         * lib/unistr/u16-strcspn.c: Likewise.
27333         * lib/unistr/u16-strdup.c: Likewise.
27334         * lib/unistr/u16-strlen.c: Likewise.
27335         * lib/unistr/u16-strmblen.c: Likewise.
27336         * lib/unistr/u16-strmbtouc.c: Likewise.
27337         * lib/unistr/u16-strncat.c: Likewise.
27338         * lib/unistr/u16-strncmp.c: Likewise.
27339         * lib/unistr/u16-strncpy.c: Likewise.
27340         * lib/unistr/u16-strnlen.c: Likewise.
27341         * lib/unistr/u16-strpbrk.c: Likewise.
27342         * lib/unistr/u16-strrchr.c: Likewise.
27343         * lib/unistr/u16-strspn.c: Likewise.
27344         * lib/unistr/u16-strstr.c: Likewise.
27345         * lib/unistr/u16-strtok.c: Likewise.
27346         * lib/unistr/u16-to-u32.c: Likewise.
27347         * lib/unistr/u16-to-u8.c: Likewise.
27348         * lib/unistr/u16-uctomb-aux.c: Likewise.
27349         * lib/unistr/u16-uctomb.c: Likewise.
27350         * lib/unistr/u32-check.c: Likewise.
27351         * lib/unistr/u32-chr.c: Likewise.
27352         * lib/unistr/u32-cmp.c: Likewise.
27353         * lib/unistr/u32-cpy-alloc.c: Likewise.
27354         * lib/unistr/u32-cpy.c: Likewise.
27355         * lib/unistr/u32-endswith.c: Likewise.
27356         * lib/unistr/u32-mblen.c: Likewise.
27357         * lib/unistr/u32-mbsnlen.c: Likewise.
27358         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
27359         * lib/unistr/u32-mbtouc.c: Likewise.
27360         * lib/unistr/u32-mbtoucr.c: Likewise.
27361         * lib/unistr/u32-move.c: Likewise.
27362         * lib/unistr/u32-next.c: Likewise.
27363         * lib/unistr/u32-prev.c: Likewise.
27364         * lib/unistr/u32-set.c: Likewise.
27365         * lib/unistr/u32-startswith.c: Likewise.
27366         * lib/unistr/u32-stpcpy.c: Likewise.
27367         * lib/unistr/u32-stpncpy.c: Likewise.
27368         * lib/unistr/u32-strcat.c: Likewise.
27369         * lib/unistr/u32-strchr.c: Likewise.
27370         * lib/unistr/u32-strcmp.c: Likewise.
27371         * lib/unistr/u32-strcpy.c: Likewise.
27372         * lib/unistr/u32-strcspn.c: Likewise.
27373         * lib/unistr/u32-strdup.c: Likewise.
27374         * lib/unistr/u32-strlen.c: Likewise.
27375         * lib/unistr/u32-strmblen.c: Likewise.
27376         * lib/unistr/u32-strmbtouc.c: Likewise.
27377         * lib/unistr/u32-strncat.c: Likewise.
27378         * lib/unistr/u32-strncmp.c: Likewise.
27379         * lib/unistr/u32-strncpy.c: Likewise.
27380         * lib/unistr/u32-strnlen.c: Likewise.
27381         * lib/unistr/u32-strpbrk.c: Likewise.
27382         * lib/unistr/u32-strrchr.c: Likewise.
27383         * lib/unistr/u32-strspn.c: Likewise.
27384         * lib/unistr/u32-strstr.c: Likewise.
27385         * lib/unistr/u32-strtok.c: Likewise.
27386         * lib/unistr/u32-to-u16.c: Likewise.
27387         * lib/unistr/u32-to-u8.c: Likewise.
27388         * lib/unistr/u32-uctomb.c: Likewise.
27389         * lib/unistr/u8-check.c: Likewise.
27390         * lib/unistr/u8-chr.c: Likewise.
27391         * lib/unistr/u8-cmp.c: Likewise.
27392         * lib/unistr/u8-cpy-alloc.c: Likewise.
27393         * lib/unistr/u8-cpy.c: Likewise.
27394         * lib/unistr/u8-endswith.c: Likewise.
27395         * lib/unistr/u8-mblen.c: Likewise.
27396         * lib/unistr/u8-mbsnlen.c: Likewise.
27397         * lib/unistr/u8-mbtouc-aux.c: Likewise.
27398         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
27399         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
27400         * lib/unistr/u8-mbtouc.c: Likewise.
27401         * lib/unistr/u8-mbtoucr.c: Likewise.
27402         * lib/unistr/u8-move.c: Likewise.
27403         * lib/unistr/u8-next.c: Likewise.
27404         * lib/unistr/u8-prev.c: Likewise.
27405         * lib/unistr/u8-set.c: Likewise.
27406         * lib/unistr/u8-startswith.c: Likewise.
27407         * lib/unistr/u8-stpcpy.c: Likewise.
27408         * lib/unistr/u8-stpncpy.c: Likewise.
27409         * lib/unistr/u8-strcat.c: Likewise.
27410         * lib/unistr/u8-strchr.c: Likewise.
27411         * lib/unistr/u8-strcmp.c: Likewise.
27412         * lib/unistr/u8-strcpy.c: Likewise.
27413         * lib/unistr/u8-strcspn.c: Likewise.
27414         * lib/unistr/u8-strdup.c: Likewise.
27415         * lib/unistr/u8-strlen.c: Likewise.
27416         * lib/unistr/u8-strmblen.c: Likewise.
27417         * lib/unistr/u8-strmbtouc.c: Likewise.
27418         * lib/unistr/u8-strncat.c: Likewise.
27419         * lib/unistr/u8-strncmp.c: Likewise.
27420         * lib/unistr/u8-strncpy.c: Likewise.
27421         * lib/unistr/u8-strnlen.c: Likewise.
27422         * lib/unistr/u8-strpbrk.c: Likewise.
27423         * lib/unistr/u8-strrchr.c: Likewise.
27424         * lib/unistr/u8-strspn.c: Likewise.
27425         * lib/unistr/u8-strstr.c: Likewise.
27426         * lib/unistr/u8-strtok.c: Likewise.
27427         * lib/unistr/u8-to-u16.c: Likewise.
27428         * lib/unistr/u8-to-u32.c: Likewise.
27429         * lib/unistr/u8-uctomb-aux.c: Likewise.
27430         * lib/unistr/u8-uctomb.c: Likewise.
27431         * lib/unitypes.h: Likewise.
27432         * lib/uniwidth.h: Likewise.
27433         * lib/uniwidth/cjk.h: Likewise.
27434         * lib/uniwidth/u16-strwidth.c: Likewise.
27435         * lib/uniwidth/u16-width.c: Likewise.
27436         * lib/uniwidth/u32-strwidth.c: Likewise.
27437         * lib/uniwidth/u32-width.c: Likewise.
27438         * lib/uniwidth/u8-strwidth.c: Likewise.
27439         * lib/uniwidth/u8-width.c: Likewise.
27440         * lib/uniwidth/width.c: Likewise.
27441
27442 2007-10-07  Bruno Haible  <bruno@clisp.org>
27443
27444         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
27445         The file is still under LGPL (see modules/inttypes).
27446
27447 2007-10-06  Bruno Haible  <bruno@clisp.org>
27448
27449         * modules/trunc (Dependencies): Add 'extensions'.
27450         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
27451         Reported by Ben Pfaff <blp@gnu.org>.
27452
27453 2007-10-06  Bruno Haible  <bruno@clisp.org>
27454
27455         * modules/freopen-tests: New file.
27456         * tests/test-freopen.c: New file.
27457
27458         * modules/fopen-tests: New file.
27459         * tests/test-fopen.c: New file.
27460
27461         * modules/fopen: New file.
27462         * lib/fopen.c: New file.
27463         * m4/fopen.m4: New file.
27464         * modules/freopen: New file.
27465         * lib/freopen.c: New file.
27466         * m4/freopen.m4: New file.
27467         * lib/stdio.in.h (fopen, freopen): New declarations.
27468         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
27469         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27470         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
27471         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27472         * doc/functions/fopen.texi: Mention the 'fopen' module.
27473         * doc/functions/freopen.texi: Mention the 'freopen' module.
27474
27475 2007-10-06  Bruno Haible  <bruno@clisp.org>
27476
27477         * modules/open-tests: New file.
27478         * tests/test-open.c: New file.
27479
27480         * modules/open: New file.
27481         * lib/open.c: New file.
27482         * m4/open.m4: New file.
27483         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
27484         lib/open.c does.
27485         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
27486         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
27487         macros.
27488         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
27489         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
27490         REPLACE_OPEN.
27491         * doc/functions/open.texi: Mention the 'open' module.
27492
27493 2007-10-04  Bruno Haible  <bruno@clisp.org>
27494
27495         * modules/ceill-tests: New file.
27496         * tests/test-ceill.c: New file.
27497
27498         * modules/ceill: New file.
27499         * lib/ceill.c: Replace entire file.
27500         * m4/ceill.m4: New file.
27501         * lib/math.in.h (ceill): Replace declaration.
27502         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
27503         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
27504         * doc/functions/ceill.texi: Mention the 'ceill' module.
27505         * modules/mathl (Files): Remove lib/ceill.c.
27506         (Depends-on): Add ceill.
27507
27508 2007-10-04  Bruno Haible  <bruno@clisp.org>
27509
27510         * modules/ceilf-tests: New file.
27511         * tests/test-ceilf.c: New file.
27512
27513         * modules/ceilf: New file.
27514         * lib/ceil.c: New file.
27515         * lib/ceilf.c: New file.
27516         * m4/ceilf.m4: New file.
27517         * lib/math.in.h (ceilf): New declaration.
27518         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
27519         HAVE_DECL_CEILF.
27520         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
27521         HAVE_DECL_CEILF.
27522         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
27523
27524 2007-10-04  Bruno Haible  <bruno@clisp.org>
27525
27526         * modules/floorl-tests: New file.
27527         * tests/test-floorl.c: New file.
27528
27529         * modules/floorl: New file.
27530         * lib/floorl.c: Replace entire file.
27531         * m4/floorl.m4: New file.
27532         * lib/math.in.h (floorl): Replace declaration.
27533         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
27534         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
27535         * doc/functions/floorl.texi: Mention the 'floorl' module.
27536         * modules/mathl (Files): Remove lib/floorl.c.
27537         (Depends-on): Add floorl.
27538
27539 2007-10-04  Bruno Haible  <bruno@clisp.org>
27540
27541         * modules/floorf-tests: New file.
27542         * tests/test-floorf.c: New file.
27543
27544         * modules/floorf: New file.
27545         * lib/floor.c: New file.
27546         * lib/floorf.c: New file.
27547         * m4/floorf.m4: New file.
27548         * lib/math.in.h (floorf): New declaration.
27549         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
27550         HAVE_DECL_FLOORF.
27551         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
27552         HAVE_DECL_FLOORF.
27553         * doc/functions/floorf.texi: Mention the 'floorf' module.
27554
27555 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
27556             Bruno Haible  <bruno@clisp.org>
27557
27558         Advertise for the Git server instead of the CVS server.
27559         * doc/gnulib-intro.texi (Steady Development): Mention the Git
27560         repository instead of the CVS one.
27561         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
27562         about all VCS systems generically.
27563         * doc/gnulib.texi (Introduction): Capitalize `Git'.
27564
27565 2007-10-04  Bruno Haible  <bruno@clisp.org>
27566
27567         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
27568         means.
27569         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
27570
27571 2007-10-04  Bruno Haible  <bruno@clisp.org>
27572
27573         * modules/truncl-tests: New file.
27574         * tests/test-truncl.c: New file.
27575
27576         * modules/truncl: New file.
27577         * lib/truncl.c: New file.
27578         * m4/truncl.m4: New file.
27579         * lib/math.in.h (truncl): New declaration.
27580         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
27581         HAVE_DECL_TRUNCL.
27582         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
27583         HAVE_DECL_TRUNCL.
27584         * doc/functions/truncl.texi: Mention the 'truncl' module.
27585
27586 2007-10-04  Bruno Haible  <bruno@clisp.org>
27587
27588         * modules/truncf-tests: New file.
27589         * tests/test-truncf.c: New file.
27590
27591         * modules/truncf: New file.
27592         * lib/trunc.c: Make paramerizable through USE_* macros.
27593         * lib/truncf.c: New file.
27594         * m4/truncf.m4: New file.
27595         * lib/math.in.h (truncf): New declaration.
27596         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
27597         HAVE_DECL_TRUNCF.
27598         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
27599         HAVE_DECL_TRUNCF.
27600         * doc/functions/truncf.texi: Mention the 'truncf' module.
27601
27602 2007-10-03  Bruno Haible  <bruno@clisp.org>
27603
27604         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27605         augmentation also for tests modules.
27606         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
27607         * modules/atexit-tests (Makefile.am): Likewise.
27608         * modules/binary-io-tests (Makefile.am): Likewise.
27609         * modules/c-strcase-tests (Makefile.am): Likewise.
27610         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
27611         * modules/canonicalize-tests (Makefile.am): Likewise.
27612         * modules/closein-tests (Makefile.am): Likewise.
27613         * modules/fprintf-posix-tests (Makefile.am): Likewise.
27614         * modules/freadahead-tests (Makefile.am): Likewise.
27615         * modules/fseek-tests (Makefile.am): Likewise.
27616         * modules/fseeko-tests (Makefile.am): Likewise.
27617         * modules/ftell-tests (Makefile.am): Likewise.
27618         * modules/ftello-tests (Makefile.am): Likewise.
27619         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
27620         * modules/isnanl-tests (Makefile.am): Likewise.
27621         * modules/lseek-tests (Makefile.am): Likewise.
27622         * modules/mbscasecmp-tests (Makefile.am): Likewise.
27623         * modules/mbscasestr-tests (Makefile.am): Likewise.
27624         * modules/mbschr-tests (Makefile.am): Likewise.
27625         * modules/mbscspn-tests (Makefile.am): Likewise.
27626         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
27627         * modules/mbspbrk-tests (Makefile.am): Likewise.
27628         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
27629         * modules/mbsrchr-tests (Makefile.am): Likewise.
27630         * modules/mbsspn-tests (Makefile.am): Likewise.
27631         * modules/mbsstr-tests (Makefile.am): Likewise.
27632         * modules/printf-posix-tests (Makefile.am): Likewise.
27633         * modules/snprintf-posix-tests (Makefile.am): Likewise.
27634         * modules/sprintf-posix-tests (Makefile.am): Likewise.
27635         * modules/tsearch-tests (Makefile.am): Likewise.
27636         * modules/uniname/uniname-tests (Makefile.am): Likewise.
27637         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
27638         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
27639         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
27640         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
27641         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
27642         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
27643         * modules/vprintf-posix-tests (Makefile.am): Likewise.
27644         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
27645         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
27646         * modules/xstrtoimax-tests (Makefile.am): Likewise.
27647         * modules/xstrtol-tests (Makefile.am): Likewise.
27648         * modules/xstrtoumax-tests (Makefile.am): Likewise.
27649         * modules/yesno-tests (Makefile.am): Likewise.
27650
27651 2007-10-03  Bruno Haible  <bruno@clisp.org>
27652
27653         * modules/trunc-tests: New file.
27654         * tests/test-trunc.c: New file.
27655
27656         * modules/trunc: New file.
27657         * lib/trunc.c: New file.
27658         * m4/trunc.m4: New file.
27659         * lib/math.in.h (trunc): New declaration.
27660         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
27661         HAVE_DECL_TRUNC.
27662         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
27663         HAVE_DECL_TRUNC.
27664         * doc/functions/trunc.texi: Mention the 'trunc' module.
27665
27666 2007-10-03  Bruno Haible  <bruno@clisp.org>
27667
27668         * tests/test-fpending.c: New file, mostly copied
27669         from coreutils/lib/t-fpending.c.
27670         * modules/fpending-tests: New file.
27671
27672 2007-10-03  Bruno Haible  <bruno@clisp.org>
27673
27674         Port the stdio extensions to QNX (untested).
27675         * lib/fseterr.c (fseterr): Add support for QNX.
27676         * lib/fbufmode.c (fbufmode): Likewise.
27677         * lib/freadable.c (freadable): Likewise.
27678         * lib/fwritable.c (fwritable): Likewise.
27679         * lib/freading.c (freading): Likewise.
27680         * lib/fwriting.c (fwriting): Likewise.
27681         * lib/freadahead.c (freadahed): Likewise.
27682         * lib/fpurge.c (fpurge): Likewise.
27683         * lib/fseeko.c (rpl_fseeko): Likewise.
27684
27685 2007-10-03  Bruno Haible  <bruno@clisp.org>
27686             Jim Meyering  <jim@meyering.net>
27687             Eric Blake  <ebb9@byu.net>
27688
27689         * doc/relocatable.texi: Use @command instead of @program.
27690
27691 2007-10-02  Jim Meyering  <jim@meyering.net>
27692
27693         Perform one more "_.h" -> ".in.h" substitution.
27694         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
27695         instead of unistd_.h here, too.
27696
27697 2007-10-01  Bruno Haible  <bruno@clisp.org>
27698
27699         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
27700         Needed for the alloca-opt module.
27701
27702 2007-09-30  Bruno Haible  <bruno@clisp.org>
27703
27704         * lib/alloca.in.h: Renamed from lib/alloca_.h.
27705         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
27706         alloca_.h.
27707         * lib/argz.in.h: Renamed from lib/argz_.h.
27708         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
27709         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
27710         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
27711         byteswap_.h.
27712         * lib/dirent.in.h: Renamed from lib/dirent_.h.
27713         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
27714         dirent_.h.
27715         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
27716         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
27717         fcntl_.h.
27718         * lib/float.in.h: Renamed from lib/float_.h.
27719         * modules/float (Files, Makefile.am): Use float.in.h instead of
27720         float_.h.
27721         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
27722         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
27723         fnmatch_.h.
27724         * lib/getopt.in.h: Renamed from lib/getopt_.h.
27725         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
27726         getopt_.h.
27727         * lib/glob.in.h: Renamed from lib/glob_.h.
27728         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
27729         * lib/iconv.in.h: Renamed from lib/iconv_.h.
27730         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
27731         iconv_.h.
27732         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
27733         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
27734         inttypes_.h.
27735         * lib/locale.in.h: Renamed from lib/locale_.h.
27736         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
27737         locale_.h.
27738         * lib/math.in.h: Renamed from lib/math_.h.
27739         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
27740         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
27741         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
27742         of netinet_in_.h. Add dependency.
27743         * lib/poll.in.h: Renamed from lib/poll_.h.
27744         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
27745         * lib/search.in.h: Renamed from lib/search_.h.
27746         * modules/search (Files, Makefile.am): Use search.in.h instead of
27747         search_.h.
27748         * lib/signal.in.h: Renamed from lib/signal_.h.
27749         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
27750         _signal.h.
27751         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
27752         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
27753         stdbool_.h.
27754         * lib/stdint.in.h: Renamed from lib/stdint_.h.
27755         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
27756         stdint_.h.
27757         * lib/stdio.in.h: Renamed from lib/stdio_.h.
27758         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
27759         stdio_.h.
27760         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
27761         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
27762         stdlib_.h.
27763         * lib/string.in.h: Renamed from lib/string_.h.
27764         * modules/string (Files, Makefile.am): Use string.in.h instead of
27765         string_.h.
27766         * doc/gnulib-tool.texi (Initial import): Update.
27767         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
27768         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
27769         of sys_select_.h. Add dependency.
27770         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
27771         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
27772         of sys_socket_.h.
27773         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
27774         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
27775         sys_stat_.h.
27776         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
27777         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
27778         sys_time_.h.
27779         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
27780         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
27781         sysexits_.h.
27782         * lib/time.in.h: Renamed from lib/time_.h.
27783         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
27784         * lib/unistd.in.h: Renamed from lib/unistd_.h.
27785         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
27786         unistd_.h.
27787         * lib/wchar.in.h: Renamed from lib/wchar_.h.
27788         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
27789         wchar_.h.
27790         * lib/wctype.in.h: Renamed from lib/wctype_.h.
27791         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
27792         wctype_.h.
27793         * build-aux/bootstrap (slurp): Update.
27794         * lib/.cppi-disable: Update.
27795
27796 2007-09-30  Bruno Haible  <bruno@clisp.org>
27797
27798         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
27799         Needed on BeOS.
27800
27801 2007-09-30  Bruno Haible  <bruno@clisp.org>
27802
27803         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
27804
27805 2007-09-29  Bruno Haible  <bruno@clisp.org>
27806
27807         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
27808
27809 2007-09-29  Bruno Haible  <bruno@clisp.org>
27810
27811         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
27812         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
27813         * build-aux/install-reloc: Compile also areadlink.c.
27814         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
27815
27816 2007-09-29  Bruno Haible  <bruno@clisp.org>
27817
27818         * gnulib-tool (func_emit_initmacro_done): Indentation.
27819
27820 2007-09-29  Bruno Haible  <bruno@clisp.org>
27821
27822         * README: Add CVS checkout update instructions.
27823         Info from Bob Proulx <bob@proulx.com>.
27824
27825 2007-09-28  Eric Blake  <ebb9@byu.net>
27826
27827         Provide move-if-change.
27828         * build-aux/move-if-change: New file, based on best practice
27829         rather than any canonical upstream location.
27830
27831 2007-09-28  Jim Meyering  <jim@meyering.net>
27832
27833         Fix canonicalize loop-detection corner case.
27834         Do not attempt to stat the symlink values stored via seen_triple.
27835         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
27836         on linux-2.6.18, (but not 2.6.22).
27837         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
27838         triple_compare.  The former compares dev,ino,filename, while the latter
27839         would actually stat dirname(filename) when dev and ino were equal.
27840         * lib/hash-triple.c: Install <string.h>.
27841         (STREQ): Define.
27842         (triple_compare_ino_str): New function.
27843         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
27844
27845 2007-09-28  Eric Blake  <ebb9@byu.net>
27846
27847         Enforce that AC_REPLACE_FUNCS files exist.
27848         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
27849         override check for typos.
27850
27851         Fix test-closein on Solaris 10.
27852         * tests/test-closein.c (main): Don't assume stdin can be inherited
27853         closed on all systems.
27854         * tests/test-closein.sh: Likewise.
27855         Reported by Piotr Tarnowski.
27856
27857 2007-09-28  Jim Meyering  <jim@meyering.net>
27858
27859         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
27860
27861 2007-09-27  Jim Meyering  <jim@meyering.net>
27862
27863         canonicalize: Avoid a false-positive cycle failure.
27864         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
27865         Sort.  Remove cycle-check.
27866         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
27867         not cycle-check.h.
27868         (seen_triple): New function.
27869         (canonicalize_filename_mode): Use it instead of cycle-check.
27870         * tests/test-canonicalize.c: Add a test for this bug.
27871         * tests/test-canonicalize.sh: Set up and run the test.
27872
27873         New module, file-set, from coreutils.
27874         * modules/file-set: Define it.
27875         * lib/file-set.c, lib/file-set.h: Implement.
27876
27877         New module, hash-triple, from coreutils.
27878         * modules/hash-triple: Define it.
27879         * lib/hash-triple.c, lib/hash-triple.h: Implement.
27880
27881 2007-09-25  Eric Blake  <ebb9@byu.net>
27882
27883         Fix strerror on Interix.
27884         * lib/string_.h (strerror): Declare replacement.
27885         * doc/functions/strerror.texi (strerror): Document the Interix
27886         shortcoming.
27887         * modules/string (Makefile.am): Support new hooks.
27888         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
27889         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
27890         gl_FUNC_STRERROR_SEPARATE.
27891         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
27892         * lib/strerror.c (rpl_strerror): Provide replacement.
27893         * modules/strerror (Depends-on): Add string.
27894         (configure.ac): Detect use of module.
27895         * tests/test-strerror.c: New file.
27896         * modules/strerror-tests: New test module.
27897         * modules/argp (Depends-on): Add strerror.
27898         * modules/error (Depends-on): Likewise.
27899         Reported by Martin Koeppe.
27900
27901 2007-09-24  Bruno Haible  <bruno@clisp.org>
27902
27903         * README: Update git instructions.
27904
27905 2007-09-24  Eric Blake  <ebb9@byu.net>
27906
27907         Revert fpending breakage from 2007-09-08.
27908         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
27909         __fpending.c.
27910
27911 2007-09-24  Jim Meyering  <jim@meyering.net>
27912
27913         filenamecat.c: Add a test.
27914         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
27915         showing how the function works when DIR is the empty string.
27916
27917 2007-09-21  Simon Josefsson  <simon@josefsson.org>
27918
27919         * tests/test-canonicalize.sh: Turn on executable bit.
27920
27921 2007-09-19  Eric Blake  <ebb9@byu.net>
27922
27923         * README: Update CVS instructions.
27924
27925 2007-09-18  Bruno Haible  <bruno@clisp.org>
27926
27927         * modules/areadlink: New file.
27928         * lib/areadlink.h (areadlink): New declaration.
27929         * lib/areadlink.c: New file, based on lib/xreadlink.c.
27930
27931 2007-09-17  Jim Meyering  <jim@meyering.net>
27932
27933         * lib/savewd.c (ESTALE) [!defined]: Define.
27934         Reported to be required on Interix by Martin Koeppe.
27935
27936 2007-09-17  Bruno Haible  <bruno@clisp.org>
27937
27938         * gnulib-tool (func_version): Use $version.
27939
27940 2007-09-16  Bruno Haible  <bruno@clisp.org>
27941
27942         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
27943         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
27944         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
27945         Reported by Greg Schafer <gschafer@zip.com.au>.
27946
27947 2007-09-15  Bruno Haible  <bruno@clisp.org>
27948
27949         * gnulib-tool (sed): Try a little harder to make bash understand the
27950         alias.
27951         Reported by Bruce Korb <bruce.korb@gmail.com>.
27952
27953 2007-09-13  Eric Blake  <ebb9@byu.net>
27954
27955         * ChangeLog: Remove conflict markers.
27956
27957 2007-09-13  Simon Josefsson  <simon@josefsson.org>
27958
27959         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
27960         Reported by Bruno Haible <bruno@clisp.org>.
27961
27962 2007-09-12  Bruno Haible  <bruno@clisp.org>
27963
27964         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
27965         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
27966         is not defined.
27967
27968 2007-09-12  Eric Blake  <ebb9@byu.net>
27969
27970         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
27971         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
27972         Autoconf definition.
27973         * modules/euidaccess (Depends-on): Add extensions, for
27974         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
27975         * modules/fnmatch (Depends-on): Likewise.
27976         * modules/getaddrinfo (Depends-on): Likewise.
27977         * modules/getdelim (Depends-on): Likewise.
27978         * modules/getline (Depends-on): Likewise.
27979         * modules/getsubopt (Depends-on): Likewise.
27980         * modules/gettext (Depends-on): Likewise.
27981         * modules/group-member (Depends-on): Likewise.
27982         * modules/mbchar (Depends-on): Likewise.
27983         * modules/memmem (Depends-on): Likewise.
27984         * modules/mempcpy (Depends-on): Likewise.
27985         * modules/memrchr (Depends-on): Likewise.
27986         * modules/pagealign_alloc (Depends-on): Likewise.
27987         * modules/readutmp (Depends-on): Likewise.
27988         * modules/stpcpy (Depends-on): Likewise.
27989         * modules/stpncpy (Depends-on): Likewise.
27990         * modules/strchrnul (Depends-on): Likewise.
27991         * modules/strndup (Depends-on): Likewise.
27992         * modules/strsep (Depends-on): Likewise.
27993         * modules/strverscmp (Depends-on): Likewise.
27994         * modules/vasprintf (Depends-on): Likewise.
27995         * modules/wcwidth (Depends-on): Likewise.
27996         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
27997         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
27998         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
27999         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
28000         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28001         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28002         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
28003         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28004         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
28005         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
28006         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
28007         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
28008         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
28009         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
28010         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
28011         * m4/readutmp.m4 (gl_READUTMP): Likewise.
28012         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
28013         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
28014         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28015         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
28016         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
28017         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
28018         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
28019         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
28020         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
28021         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
28022         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
28023         so that lock.m4 can be used in gettext without extensions module.
28024
28025 2007-09-11  Bruno Haible  <bruno@clisp.org>
28026
28027         * m4/isc-posix.m4: Remove file.
28028         Suggested by Eric Blake.
28029
28030 2007-09-11  Eric Blake  <ebb9@byu.net>
28031
28032         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
28033
28034 2007-09-10  Bruno Haible  <bruno@clisp.org>
28035
28036         * posix-modules: Fix typo in error message.
28037         Reported by Matt <mkraai@beckman.com>.
28038
28039 2007-09-09  Bruno Haible  <bruno@clisp.org>
28040
28041         * doc/functions/getdelim.texi: Update list of platforms lacking the
28042         function.
28043         * doc/functions/getline.texi: Likewise.
28044
28045 2007-09-09  Jim Meyering  <jim@meyering.net>
28046
28047         * lib/hash.c (hash_initialize): Detect calloc failure.
28048         Reported by Bruno Haible.
28049
28050 2007-09-09  Bruno Haible  <bruno@clisp.org>
28051
28052         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
28053         malloc or realloc fails.
28054
28055 2007-09-09  Bruno Haible  <bruno@clisp.org>
28056
28057         * modules/getcwd (Depends-on): Add malloc-posix.
28058         * modules/glob (Depends-on): Likewise.
28059         * modules/putenv (Depends-on): Likewise.
28060         * modules/strdup (Depends-on): Likewise.
28061         * modules/getdelim (Depends-on): Add realloc-posix.
28062         * modules/read-file (Depends-on): Likewise.
28063
28064 2007-09-09  Bruno Haible  <bruno@clisp.org>
28065
28066         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
28067         (gl_FUNC_MALLOC_POSIX): Require it.
28068         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
28069         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
28070         * modules/realloc (Files): Add m4/malloc.m4.
28071         * modules/calloc (Files): Likewise.
28072
28073 2007-09-09  Bruno Haible  <bruno@clisp.org>
28074
28075         * modules/malloc-posix: New file.
28076         * modules/malloc (Depends-on): Add malloc-posix.
28077         * lib/malloc.c: Include errno.h.
28078         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
28079         and a POSIX-compatible malloc into a single function. Set ENOMEM
28080         when returning NULL.
28081         * m4/malloc.m4: New file.
28082         * doc/functions/malloc.texi: Mention the malloc-posix module.
28083         * lib/stdlib_.h (malloc): New declaration.
28084         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28085         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
28086         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
28087         and HAVE_MALLOC_POSIX.
28088
28089 2007-09-09  Bruno Haible  <bruno@clisp.org>
28090
28091         * modules/realloc-posix: New file.
28092         * modules/realloc (Depends-on): Add realloc-posix.
28093         * lib/realloc.c: Include errno.h.
28094         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
28095         and a POSIX-compatible realloc into a single function. Set ENOMEM
28096         when returning NULL.
28097         * m4/realloc.m4: New file.
28098         * doc/functions/realloc.texi: Mention the realloc-posix module.
28099         * lib/stdlib_.h (realloc): New declaration.
28100         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28101         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
28102         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
28103         and HAVE_REALLOC_POSIX.
28104
28105 2007-09-09  Bruno Haible  <bruno@clisp.org>
28106
28107         * modules/calloc-posix: New file.
28108         * modules/calloc (Depends-on): Add calloc-posix.
28109         * lib/calloc.c: Include errno.h.
28110         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
28111         and a POSIX-compatible calloc into a single function. Set ENOMEM
28112         when returning NULL.
28113         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
28114         * doc/functions/calloc.texi: Mention the calloc-posix module.
28115         * lib/stdlib_.h (calloc): New declaration.
28116         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28117         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
28118         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
28119         and HAVE_CALLOC_POSIX.
28120
28121 2007-09-09  Bruno Haible  <bruno@clisp.org>
28122
28123         Allow for modules to show an arbitrary notice.
28124         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
28125         * gnulib-tool: New option --extract-notice.
28126         (func_usage): Document it.
28127         (sed_extract_prog): Update.
28128         (func_get_notice): New function.
28129         (func_modules_notice): New function.
28130         (func_import, func_create_testdir): Invoke it.
28131         Suggested by Jim Meyering.
28132
28133 2007-09-09  Bruno Haible  <bruno@clisp.org>
28134
28135         * gnulib-tool: New options --verbose, --quiet.
28136         (func_usage): Document them.
28137         (verbose): New variable.
28138         (func_execute_command): New function.
28139         (func_import): Don't show the module list and the file list if
28140         $verbose < 0.
28141         (func_create_testdir): Likewise. Use func_execute_command.
28142         (func_create_megatestdir): Use func_execute_command.
28143
28144 2007-09-08  Bruno Haible  <bruno@clisp.org>
28145
28146         * gnulib-tool (func_import): Prefer rsync over wget when available,
28147         for fetching the PO files.
28148
28149 2007-09-08  Bruno Haible  <bruno@clisp.org>
28150
28151         * posix-modules: New file. Portions copied from gnulib-tool.
28152         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
28153
28154 2007-09-08  Jim Meyering  <jim@meyering.net>
28155
28156         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
28157         * lib/fpending.h: Rename from __fpending.h.
28158         * lib/fpending.c: Rename from __fpending.c.
28159         Include "fpending.h", not "__fpending.h".
28160         * lib/__fpending.h, lib/__fpending.c: Remove files.
28161         * modules/fpending (Files): Reflect new file names.
28162         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
28163
28164 2007-09-08  Bruno Haible  <bruno@clisp.org>
28165
28166         * m4/inttypes-h.m4: Remove stub file.
28167
28168 2007-09-07  Simon Josefsson  <simon@josefsson.org>
28169
28170         * doc/headers/stdint.texi: Discuss #include_next issue.
28171
28172 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28173
28174         * build-aux/bootstrap: Remove obsolete comment about wget --help.
28175
28176 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28177
28178         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
28179         in variable name.
28180
28181 2007-09-03  Jim Meyering  <jim@meyering.net>
28182
28183         New module: git-version-gen.
28184         * modules/git-version-gen: New file.
28185
28186         Import changes from coreutils for bootstrap script.
28187
28188         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
28189
28190         bootstrap: uses rsync to download the .po files
28191         * build-aux/bootstrap (po_download_command_format): New global.
28192         (download_po_files): Use rsync.
28193         (update_po_files): Don't remove .po files after download,
28194         so future rsync runs can take advantage of the copies.
28195
28196         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
28197
28198         Solve the unnecessary-.po-file-regeneration problem once and for all.
28199         * build-aux/bootstrap (download_po_files): New function, renamed from
28200         get_translations.  Now, downloads, but doesn't update LINGUAS.
28201         (update_po_files): New function.
28202
28203         bootstrap: Ignore more.
28204         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
28205         uniwidth to e.g., lib/.gitignore.
28206         (slurp): Handle the sys_stat_.h -> sys mapping, too.
28207
28208         * build-aux/bootstrap: New setting: vc_ignore.
28209         (insert_sorted_if_absent): Create $file if absent.
28210         Adapt to new, possibly empty, list: $vc_ignore.
28211
28212         bootstrap: generate more ignorable names
28213         * build-aux/bootstrap (slurp): When generating ignorable names,
28214         also map .sin to .sed, .gperf to .c, and .y to .c.
28215
28216 2007-09-03  Jim Meyering  <jim@meyering.net>
28217
28218         * build-aux/git-version-gen: New file, from coreutils.  For details, see
28219         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
28220
28221 2007-09-02  Bruno Haible  <bruno@clisp.org>
28222
28223         Fix mis-recognition of 'mcs' on QNX 6.
28224         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
28225         output contains the string "Mono".
28226         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
28227         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
28228
28229 2007-09-01  Bruno Haible  <bruno@clisp.org>
28230
28231         Fix collision between uniwidth/* and linebreak modules.
28232         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
28233         u32_width): Remove declarations.
28234         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
28235         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
28236         streq3, streq2, streq1, streq0): Remove functions.
28237         (STREQ): Remove macro.
28238         (is_cjk_encoding): Remove function.
28239         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
28240         (uc_width, u8_width, u16_width, u32_width): Remove functions.
28241         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
28242         * NEWS: Document the change.
28243
28244 2007-09-01  Bruno Haible  <bruno@clisp.org>
28245
28246         * lib/streq.h: Add double-inclusion guard.
28247
28248 2007-09-01  Karl Berry  <karl@gnu.org>
28249
28250         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
28251
28252 2007-08-28  Jim Meyering  <jim@meyering.net>
28253
28254         Rename mreadlink_with_size to areadlink_with_size.
28255         * NEWS: Document the change.
28256         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
28257         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
28258         * lib/mreadlink.h: Rename this to...
28259         * lib/areadlink.h: ...this.
28260         * modules/mreadlink-with-size: Rename this to...
28261         * modules/areadlink-with-size: ...this.
28262         * lib/canonicalize.c: Reflect the renaming.
28263         * modules/canonicalize: Likewise.
28264
28265 2007-08-26  Bruno Haible  <bruno@clisp.org>
28266
28267         * gnulib-tool (func_import): When deciding which files to remove,
28268         consider also dangling symbolic links.
28269         Reported by Eric Blake.
28270
28271 2007-08-26  Bruno Haible  <bruno@clisp.org>
28272
28273         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
28274
28275 2007-08-23  Simon Josefsson  <simon@josefsson.org>
28276
28277         * lib/readline.c: Don't include getline.h, the prototype is now
28278         found in stdio.h.
28279
28280 2007-08-23  Jim Meyering  <jim@meyering.net>
28281
28282         Getdelim touchup.
28283         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
28284         around the funlockfile call, since funlockfile never sets errno.
28285         Don't set errno upon failed realloc.
28286
28287 2007-08-22  Eric Blake  <ebb9@byu.net>
28288
28289         Getline touchups.
28290         * lib/getdelim.c (getdelim): Revert regression that required *n to
28291         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
28292         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
28293         getdelim, rather than whether implementation is missing.
28294         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
28295         * lib/stdio_.h (getline): Also declare if replacement is
28296         required.
28297         * doc/functions/getdelim.texi: New file.
28298         * doc/functions/getline.texi: Likewise.
28299         * doc/gnulib.texi (Function Substitutes): Add new files.
28300         Reported by Bruno Haible.
28301
28302 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
28303
28304         * users.txt: Add Guile.
28305
28306 2007-08-22  Eric Blake  <ebb9@byu.net>
28307
28308         * tests/test-getdelim.c (main): Use remove, not unlink.
28309         * tests/test-getline.c (main): Likewise.
28310
28311         Move getline and getdelim into stdio.h, per POSIX 200x.
28312         * modules/getline (Files): Remove getline.h.
28313         (Depends-on): Add stdio.
28314         (configure.ac): Add module indicator.
28315         * modules/getdelim (Files): Remove getdelim.h.
28316         (Depends-on): Add stdio.
28317         (configure.ac): Add module indicator.
28318         * modules/stdio (Makefile.am): Work with new indicators.
28319         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
28320         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
28321         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28322         * lib/getdelim.h: Delete.
28323         * lib/getline.h: Delete.
28324         * lib/stdio_.h (getdelim, getline): Declare.
28325         * modules/getdelim-tests: New module.
28326         * modules/getline-tests: Likewise.
28327         * tests/test-getdelim.c: New file.
28328         * tests/test-getline.c: Likewise.
28329         * NEWS: Document the change.
28330         * lib/getline.c: Update choice of header.
28331         * lib/csharpcomp.c: Likewise.
28332         * lib/getpass.c: Likewise.
28333         * lib/javacomp.c: Likewise.
28334         * lib/javaversion.c: Likewise.
28335         * lib/yesno.c: Likewise.
28336         * lib/getdelim.c: Likewise.
28337         (getdelim): Set errno on failure, and avoid memory leak.
28338
28339 2007-08-19  Bruno Haible  <bruno@clisp.org>
28340
28341         * modules/closein (Depends-on): Add freadahead.
28342         * lib/closein.c: Include freadahead.h.
28343         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
28344         is zero.
28345
28346 2007-08-19  Bruno Haible  <bruno@clisp.org>
28347
28348         * modules/freadahead-tests: New file.
28349         * tests/test-freadahead.sh: New file.
28350         * tests/test-freadahead.c: New file.
28351
28352         * modules/freadahead: New file.
28353         * lib/freadahead.h: New file.
28354         * lib/freadahead.c: New file.
28355         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
28356         fbufmode, fpurge, freadable, fwritable.
28357
28358 2007-08-19  Eric Blake  <ebb9@byu.net>
28359
28360         Test yesno in combination with closein.
28361         * lib/yesno.c (yesno): Document use of stdin.
28362         * modules/yesno-tests (Files): New module.
28363         * tests/test-yesno.c (main): New file.
28364         * tests/test-yesno.sh: Likewise.
28365
28366 2007-08-19  Bruno Haible  <bruno@clisp.org>
28367
28368         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
28369         * lib/fseeko.c (rpl_fseeko): Likewise.
28370         * lib/fseterr.c (fseterr): Likewise.
28371
28372 2007-08-19  Bruno Haible  <bruno@clisp.org>
28373
28374         * tests/test-lseek.c (main): Disable a test for BeOS.
28375         * doc/functions/lseek.texi: Document the BeOS bug.
28376
28377 2007-08-19  Bruno Haible  <bruno@clisp.org>
28378             Eric Blake  <ebb9@byu.net>
28379
28380         * lib/lseek.c: Include <sys/stat.h>.
28381         (rpl_lseek): Add workaround code also for Unix platforms.
28382         Needed for BeOS.
28383         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
28384         * doc/functions/lseek.texi: Document BeOS definiency.
28385
28386 2007-08-18  Bruno Haible  <bruno@clisp.org>
28387
28388         * modules/fstrcmp-tests: New file.
28389         * tests/test-fstrcmp.c: New file.
28390
28391 2007-08-18  Bruno Haible  <bruno@clisp.org>
28392
28393         * modules/fstrcmp: New file, from GNU gettext with modifications.
28394         * lib/fstrcmp.h: New file, from GNU gettext.
28395         * lib/fstrcmp.c: New file, from GNU gettext.
28396         * MODULES.html.sh (String handling): Add fstrcmp.
28397
28398 2007-08-18  Bruno Haible  <bruno@clisp.org>
28399
28400         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
28401         'bool'.
28402         (diag, compareseq): Remove const from the ctxt argument.
28403         (USE_HEURISTIC): Undefine at the end.
28404
28405 2007-08-18  Jim Meyering  <jim@meyering.net>
28406
28407         New file: lib/idcache.h
28408         * NEWS: Mention the addition.
28409         * modules/idcache (Files): Add lib/idcache.h
28410         * lib/idcache.c: Include "idcache.h".
28411         Don't include <sys/types.h>.
28412         Add a FIXME comment.
28413         Move file-scoped "static" declarations to the top.
28414         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
28415
28416 2007-08-17  Bruno Haible  <bruno@clisp.org>
28417         and Paul Eggert  <eggert@cs.ucla.edu>
28418
28419         * MODULES.html.sh: Add diffseq.
28420         * modules/diffseq: New file.
28421         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
28422         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
28423
28424 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28425
28426         Import changes from coreutils for bootstrap script.
28427
28428         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
28429
28430         * build-aux/bootstrap (slurp): Work even in environments where
28431         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
28432         current code does not slurp files whose names start with ".", and
28433         this looks like it might be a troublesome area.
28434
28435         2007-07-11  Jim Meyering  <jim@meyering.net>
28436
28437         If there's a GPL vN copyright comment, require that N == 3.
28438
28439         2007-07-08  Jim Meyering  <jim@meyering.net>
28440
28441         Run the coreutils-specific code only if tests/Makefile.am.in exists.
28442         * build-aux/bootstrap (mam_template): Move definition out of loop.
28443
28444         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
28445
28446         * build-aux/bootstrap (symlink_to_dir): Rename function from
28447         symlink_to_gnulib.  Add a directory parameter.  Update all
28448         callers.
28449         (cp_mark_as_generated): Also check for -- and link to -- files in
28450         gl/.
28451
28452         2007-07-08  Jim Meyering  <jim@meyering.net>
28453
28454         Adapt to deeper hierarchy in gnulib.
28455         * build-aux/bootstrap (symlink_to_dir): If the destination
28456         directory doesn't exist, create it. This is required at least for
28457         "lib/uniwidth/cjk.h".
28458
28459         2007-05-15  Jim Meyering  <jim@meyering.net>
28460
28461         * build-aux/bootstrap: Now that generated Makefile.am files
28462         are no longer under version control, they must be created at
28463         bootstrap time.
28464
28465 2007-08-14  Ben Pfaff  <blp@gnu.org>
28466
28467         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
28468
28469 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28470
28471         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
28472         given the changes below.
28473         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
28474         even on hosts that have padding bits beyond the supported 64.
28475
28476 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28477
28478         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
28479         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
28480         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
28481         depends on it.
28482         (xstrtol_error): Remove.
28483         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
28484         but with a different signature.
28485         (ATTRIBUTE_NORETURN, __attribute__): New macros.
28486         * lib/xstrtol-error.c: Include exitfail.h.
28487         (xstrtol_fatal): New function, with a different signature from the
28488         old xstrtol_error, so that the caller need not worry about passing
28489         in an exit status, or about storage management of the option argument.
28490         (xstrtol_error): Now a static function.  Redo signature to
28491         implement xstrtol_fatal.  Output the correct number of hyphens in
28492         front of the option so that the caller need not worry about
28493         storage management.
28494         (N_): New macro.
28495         (_): Remove; not used now.
28496         * modules/xstrtol: Depend on getopt.
28497         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
28498         of old STRTOL_FATAL_ERROR macro.
28499         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
28500         of test program.
28501         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
28502         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
28503
28504 2007-08-08  Eric Blake  <ebb9@byu.net>
28505
28506         * lib/xstrtol-error.c: Add missing include.
28507
28508         Move xstrtol messages into gnulib domain, when --pobase is used.
28509         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
28510         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
28511         * modules/xstrtol (Files): Distribute new file.
28512         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
28513         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
28514         * tests/test-xstrtol.c: ...into new file.
28515         * tests/test-xstrtoul.c: Also test xstrtoul.
28516         * tests/test-xstrtoimax.c: Also test xstrtoimax.
28517         * tests/test-xstrtoumax.c: Also test xstrtoumax.
28518         * tests/test-xstrtol.sh: Drive the tests.
28519         * tests/test-xstrtoimax.sh: Likewise.
28520         * tests/test-xstrtoumax.sh: Likewise.
28521         * modules/xstrtol-tests: New module.
28522         * modules/xstrtoimax-tests: Likewise.
28523         * modules/xstrtoumax-tests: Likewise.
28524
28525 2007-08-08  Jim Meyering  <jim@meyering.net>
28526
28527         New function: mfile_name_concat.
28528         * lib/filenamecat.c (mfile_name_concat): New function, just like
28529         file_name_concat, but return NULL upon failure rather than exiting
28530         with a diagnostic.
28531         * lib/filenamecat.h: Declare it.
28532
28533 2007-08-07  Bruno Haible  <bruno@clisp.org>
28534
28535         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
28536         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
28537         warning from gcc.
28538         Reported by Eric Blake.
28539
28540 2007-08-07  Simon Josefsson  <simon@josefsson.org>
28541
28542         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
28543         * modules/crypto/arcfour (License): Likewise.
28544         * modules/crypto/des-tests (License): Likewise.
28545         * modules/crypto/gc-arctwo-tests (License): Likewise.
28546         * modules/crypto/gc-des-tests (License): Likewise.
28547         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
28548         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
28549         * modules/crypto/gc-md2-tests (License): Likewise.
28550         * modules/crypto/gc-md4-tests (License): Likewise.
28551         * modules/crypto/gc-md5-tests (License): Likewise.
28552         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
28553         * modules/crypto/gc-rijndael-tests (License): Likewise.
28554         * modules/crypto/gc-sha1-tests (License): Likewise.
28555         * modules/crypto/gc-tests (License): Likewise.
28556         * modules/crypto/hmac-md5 (License): Likewise.
28557         * modules/crypto/hmac-sha1 (License): Likewise.
28558         * modules/crypto/md2-tests (License): Likewise.
28559         * modules/crypto/md4-tests (License): Likewise.
28560         * modules/crypto/md5 (License): Likewise.
28561         * modules/crypto/rijndael (License): Likewise.
28562         * modules/crypto/sha1 (License): Likewise.
28563         * modules/memxor (License): Likewise.
28564
28565 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28566         and Bruno Haible  <bruno@clisp.org>
28567
28568         * NEWS: Describe interface changes to human, xstrtol.
28569         * lib/human.h: Include <xstrtol.h>.
28570         (human_options): Return enum strtol_error, not int.  Remove
28571         bool arg; take int * instead.
28572         * lib/human.c: Don't include "gettext.h".
28573         (_): Remove; no longer used.
28574         Don't include <xstrtol.h>, since human.h does it.
28575         (human_options): Adjust to abovementioned interface changes.
28576         Do not report error to stderr; that's now the caller's
28577         responsibility.
28578         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
28579         interface change.
28580         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
28581         Str, Argument_type_string.  All uses changed.  Put " argument"
28582         in diagnostics to make them clearer.  Change wording of suffix
28583         message for clarity.
28584         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
28585         Argument_type_string.
28586         (STRTOL_FATAL_WARN): Remove; no longer used.
28587         * modules/human (Depends-on): Remove gettext-h.
28588
28589 2007-08-06  Simon Josefsson  <simon@josefsson.org>
28590
28591         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
28592
28593 2007-07-31  Bruno Haible  <bruno@clisp.org>
28594
28595         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
28596         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
28597         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
28598
28599 2007-07-31  Bruno Haible  <bruno@clisp.org>
28600
28601         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
28602         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
28603
28604 2007-07-30  Bruno Haible  <bruno@clisp.org>
28605
28606         * modules/base64 (License): Use the synonymous term "LGPLv2+".
28607         * modules/c-ctype (License): Likewise.
28608         * modules/c-strcase (License): Likewise.
28609         * modules/check-version (License): Likewise.
28610         * modules/iconv (License): Likewise.
28611         * modules/iconv_open (License): Likewise.
28612         * modules/read-file (License): Likewise.
28613         * modules/striconv (License): Likewise.
28614         * modules/strverscmp (License): Likewise.
28615         * modules/vasprintf (License): Likewise.
28616         * modules/crypto/des (License): Likewise.
28617         * modules/crypto/gc (License): Likewise.
28618         * modules/crypto/gc-arcfour (License): Likewise.
28619         * modules/crypto/gc-arctwo (License): Likewise.
28620         * modules/crypto/gc-des (License): Likewise.
28621         * modules/crypto/gc-hmac-md5 (License): Likewise.
28622         * modules/crypto/gc-hmac-sha1 (License): Likewise.
28623         * modules/crypto/gc-md2 (License): Likewise.
28624         * modules/crypto/gc-md4 (License): Likewise.
28625         * modules/crypto/gc-md5 (License): Likewise.
28626         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
28627         * modules/crypto/gc-random (License): Likewise.
28628         * modules/crypto/gc-rijndael (License): Likewise.
28629         * modules/crypto/gc-sha1 (License): Likewise.
28630         * modules/crypto/md2 (License): Likewise.
28631         * modules/crypto/md4 (License): Likewise.
28632
28633 2007-07-30  Jim Meyering  <jim@meyering.net>
28634
28635         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
28636         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
28637         it has valid stat data.  This bug would cause du not to count the
28638         sizes of inaccessible directories.
28639         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
28640         in <http://bugzilla.redhat.com/250077>.
28641
28642 2007-07-25  Peter O'Gorman  <peter@pogma.com>
28643             Bruno Haible  <bruno@clisp.org>
28644
28645         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
28646         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
28647         #include_next, gives a diagnostic about it, but reports no error in
28648         the exit code.
28649         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
28650
28651 2007-07-24  Ben Pfaff  <blp@gnu.org>
28652
28653         Improve name: "count-one-bits" is better than "popcount".
28654         * MODULES.html.sh: Update name.
28655         * lib/popcount.h: Renamed lib/count-one-bits.h.
28656         (popcount): Renamed count_one_bits.
28657         (popcountl): Renamed count_one_bits_l.
28658         (popcountll): Renamed count_one_bits_ll.
28659         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
28660         * modules/popcount: Renamed module/count-one-bits.
28661         * modules/popcount-tests: Renamed module/count-one-bits-tests.
28662         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
28663
28664 2007-07-23  Ben Pfaff  <blp@gnu.org>
28665
28666         * lib/popcount.h (popcount32): Reduce size of constants, to allow
28667         better code generation, and add U to large constants to avoid
28668         warnings, in non-GCC case.
28669         Suggested by Bruno Haible.
28670
28671 2007-07-23  Ben Pfaff  <blp@gnu.org>
28672
28673         * lib/popcount.h: Use verify_true instead of if...abort.
28674         * modules/popcount: Depend on verify module.
28675         Suggested by Jim Meyering.
28676
28677 2007-07-23  Bruno Haible  <bruno@clisp.org>
28678
28679         * gnulib-tool (func_import): Create a .cvsignore file also when the
28680         directory is not yet in CVS but the toplevel directory is. When
28681         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
28682         Reported by Karl Berry.
28683
28684 2007-07-22  Ben Pfaff  <blp@gnu.org>
28685
28686         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
28687         case.
28688         Suggested by Eric Blake.
28689
28690 2007-07-22  Ben Pfaff  <blp@gnu.org>
28691
28692         New module: popcount.
28693         * MODULES.html.sh: Add popcount.
28694         * modules/popcount: New file.
28695         * modules/popcount-tests: New file.
28696         * tests/test-popcount.c: New file.
28697         * lib/popcount.h: New file.
28698         * m4/popcount.m4: New file.
28699
28700 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28701
28702         * build-aux/announce-gen: Update to GPLv3.
28703
28704         * build-aux/config.guess: Update from config.
28705
28706 2007-07-21  Bruno Haible  <bruno@clisp.org>
28707
28708         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
28709         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
28710
28711 2007-07-20  Jim Meyering  <jim@meyering.net>
28712
28713         * check-module: Diagnose a self-dependency.
28714
28715 2007-07-19  Bruno Haible  <bruno@clisp.org>
28716
28717         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
28718         empty.
28719         Reported by Eric Blake.
28720
28721 2007-07-18  Bruno Haible  <bruno@clisp.org>
28722
28723         * gnulib-tool: New options --po-base, --po-domain.
28724         (func_usage): Document them.
28725         (pobase, po_domain): New variables.
28726         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
28727         DEFAULT_TEXT_DOMAIN.
28728         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
28729         (func_import): Consider pobase and po_domain. Create a po/ directory.
28730         (func_create_testdir): Set pobase and po_domain to empty.
28731         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
28732         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
28733
28734 2007-07-18  Bruno Haible  <bruno@clisp.org>
28735
28736         * gnulib-tool (func_get_automake_snippet): Synthesize also an
28737         EXTRA_DIST augmentation for files in build-aux/.
28738
28739 2007-07-16  Bruno Haible  <bruno@clisp.org>
28740
28741         * modules/lseek (License): Use the synonymous term "LGPLv2+".
28742         * modules/getdelim (License): Likewise.
28743
28744 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28745
28746         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
28747         * modules/d-type (License): Likewise.
28748         * modules/extensions (License): Likewise.
28749         * modules/fnmatch (License): Likewise.
28750         * modules/fseeko (License): Likewise.
28751         * modules/getaddrinfo (License): Likewise.
28752         * modules/getline (License): Likewise.
28753         * modules/getlogin_r (License): Likewise.
28754         * modules/getpass (License): Likewise.
28755         * modules/gettimeofday (License): Likewise.
28756         * modules/glob (License): Likewise.
28757         * modules/inet_ntop (License): Likewise.
28758         * modules/malloc (License): Likewise.
28759         * modules/malloca (License): Likewise.
28760         * modules/memmem (License): Likewise.
28761         * modules/mempcpy (License): Likewise.
28762         * modules/memset (License): Likewise.
28763         * modules/minmax (License): Likewise.
28764         * modules/mktime (License): Likewise.
28765         * modules/netinet_in (License): Likewise.
28766         * modules/pathmax (License): Likewise.
28767         * modules/poll (License): Likewise.
28768         * modules/regex (License): Likewise.
28769         * modules/snprintf (License): Likewise.
28770         * modules/stdbool (License): Likewise.
28771         * modules/stdint (License): Likewise.
28772         * modules/stdio (License): Likewise.
28773         * modules/strcase (License): Likewise.
28774         * modules/strcasestr (License): Likewise.
28775         * modules/strdup (License): Likewise.
28776         * modules/string (License): Likewise.
28777         * modules/strndup (License): Likewise.
28778         * modules/strnlen (License): Likewise.
28779         * modules/strpbrk (License): Likewise.
28780         * modules/strptime (License): Likewise.
28781         * modules/strsep (License): Likewise.
28782         * modules/sys_select (License): Likewise.
28783         * modules/sys_socket (License): Likewise.
28784         * modules/sys_stat (License): Likewise.
28785         * modules/sys_time (License): Likewise.
28786         * modules/time (License): Likewise.
28787         * modules/time_r (License): Likewise.
28788         * modules/timegm (License): Likewise.
28789         * modules/unistd (License): Likewise.
28790         * modules/vsnprintf (License): Likewise.
28791         * modules/wctype (License): Likewise.
28792
28793 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28794
28795         * modules/argz (License): LGPLv2+.
28796
28797 2007-07-15  Karl Berry  <karl@gnu.org>
28798
28799         * doc/gnulib.texi: revise node structure per new fdl.texi.
28800
28801 2007-07-14  Bruno Haible  <bruno@clisp.org>
28802
28803         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
28804         the output file.
28805         * lib/uniname/uninames.h: Regenerated.
28806
28807 2007-07-14  Karl Berry  <karl@gnu.org>
28808
28809         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
28810         omitting sectioning and index commands.
28811
28812 2007-07-13  Bruno Haible  <bruno@clisp.org>
28813
28814         New gnulib-tool option --more-symlinks.
28815         * gnulib-tool (func_usage): Document --more-symlinks.
28816         (do_copyrights): New variable.
28817         Recognize option --more-symlinks.
28818         (func_import): Don't add a copyright notice transform to
28819         sed_transform_lib_file if do_copyrights is empty.
28820
28821 2007-07-13  Bruno Haible  <bruno@clisp.org>
28822
28823         * lib/vasnprintf.c (decimal_point_char): Define also if
28824         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
28825         && !NEED_PRINTF_DIRECTIVE_A.
28826         Reported by Clemens Koller <clemens.koller@anagramm.de> via
28827         Gary V. Vaughan <gary@gnu.org>.
28828
28829 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
28830
28831         * lib/inttypes_.h: Undo previous change, since it was fixed
28832         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
28833
28834 2007-07-13  Bruno Haible  <bruno@clisp.org>
28835
28836         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
28837         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
28838
28839 2007-07-13  Jim Meyering  <jim@meyering.net>
28840
28841         df: Don't fail for Tru64's "file-on-file mount".
28842         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
28843         so we fall through and use statfs instead.  Details here:
28844         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
28845         Reported by Albert Chin.
28846
28847 2007-07-13  Bruno Haible  <bruno@clisp.org>
28848
28849         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
28850         * modules/configmake (License): Likewise.
28851         * modules/gettext (License): Likewise.
28852         * modules/gettext-h (License): Likewise.
28853         * modules/include_next (License): Likewise.
28854         * modules/link-warning (License): Likewise.
28855         * modules/localcharset (License): Likewise.
28856         * modules/localename (License): Likewise.
28857         * modules/lock (License): Likewise.
28858         * modules/relocatable-lib-lgpl (License): Likewise.
28859         * modules/size_max (License): Likewise.
28860         * modules/vasnprintf (License): Likewise.
28861         * modules/wchar (License): Likewise.
28862         * modules/xsize (License): Likewise.
28863
28864 2007-07-13  Bruno Haible  <bruno@clisp.org>
28865
28866         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
28867         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
28868
28869 2007-07-12  Bruno Haible  <bruno@clisp.org>
28870
28871         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
28872         in the modules files.
28873
28874 2007-07-11  Karl Berry  <karl@gnu.org>
28875
28876         * MODULES.html.sh (func_module): use
28877          sed -e '\|^'"${includefile}"'$|d'
28878          instead of /.../d, to avoid errors on $includefile's containing /.
28879
28880 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28881
28882         * gnulib-tool (func_import): Avoid duplication of --avoid
28883         statements
28884         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
28885         names to `_' in variable names.
28886
28887 2007-07-10  Eric Blake  <ebb9@byu.net>
28888
28889         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
28890         * NEWS: Document this change.
28891
28892 2007-07-08  Bruno Haible  <bruno@clisp.org>
28893
28894         Update to Unicode 5.0.
28895         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
28896         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
28897         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
28898         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
28899         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
28900         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
28901         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
28902         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
28903         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
28904         U+10A3F, U+1D242..U+1D244.
28905         (nonspacing_table_ind): Update.
28906         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
28907         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
28908
28909 2007-07-08  Bruno Haible  <bruno@clisp.org>
28910
28911         Update to Unicode 5.0.
28912         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
28913         code transform. Extend the name index field of unicode_name_to_code and
28914         unicode_code_to_name from 16 to 24 bits.
28915         * lib/uniname/uniname.c (unicode_character_name,
28916         unicode_name_character): Add the range 0x12xxx to the code transform.
28917         * lib/uniname/uninames.h: Regenerated.
28918         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
28919
28920 2007-07-07  Bruno Haible  <bruno@clisp.org>
28921
28922         * modules/wcwidth-tests: New file.
28923         * tests/test-wcwidth.c: New file.
28924
28925         Work around MacOS X wcwidth() bug.
28926         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
28927         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
28928         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
28929         original wcwidth in non-UTF-8 locales.
28930         * modules/wcwidth (Depends-on): Add localcharset, streq,
28931         uniwidth/width.
28932         * doc/functions/wcwidth.texi: Update.
28933
28934 2007-07-07  Bruno Haible  <bruno@clisp.org>
28935
28936         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
28937         (wcwidth): New declaration.
28938         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
28939         macros.
28940         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
28941         here. Prepare for creating <wchar.h> unconditionally.
28942         * modules/wchar (Depends-on): Add link-warning.
28943         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
28944         REPLACE_WCWIDTH, and GL_LINK_WARNING.
28945         * lib/wcwidth.h: Remove file.
28946         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
28947         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
28948         * modules/wcwidth (Files): Remove lib/wcwidth.h.
28949         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
28950         (Include): Replace wcwidth.h with <wchar.h>.
28951         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
28952         * lib/mbchar.h: Don't include wcwidth.h.
28953         * lib/mbswidth.c: Likewise.
28954         * NEWS: Mention the change.
28955
28956 2007-07-07  Bruno Haible  <bruno@clisp.org>
28957
28958         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
28959         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
28960         definition with an external declaration.
28961         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
28962         defined as a function. Remove AC_C_INLINE requirement.
28963         * modules/wcwidth (Files): Add lib/wcwidth.c.
28964         (Makefile.am): Remove redundant statement.
28965
28966 2007-07-07  Bruno Haible  <bruno@clisp.org>
28967
28968         * MODULES.html.sh (Unicode string functions): Add the new modules.
28969
28970         * tests/uniwidth/test-u32-strwidth.c: New file.
28971         * modules/uniwidth/u32-strwidth-tests: New file.
28972
28973         * lib/uniwidth/u32-strwidth.c: New file.
28974         * modules/uniwidth/u32-strwidth: New file.
28975
28976         * tests/uniwidth/test-u16-strwidth.c: New file.
28977         * modules/uniwidth/u16-strwidth-tests: New file.
28978
28979         * lib/uniwidth/u16-strwidth.c: New file.
28980         * modules/uniwidth/u16-strwidth: New file.
28981
28982         * tests/uniwidth/test-u8-strwidth.c: New file.
28983         * modules/uniwidth/u8-strwidth-tests: New file.
28984
28985         * lib/uniwidth/u8-strwidth.c: New file.
28986         * modules/uniwidth/u8-strwidth: New file.
28987
28988         * tests/uniwidth/test-u32-width.c: New file.
28989         * modules/uniwidth/u32-width-tests: New file.
28990
28991         * lib/uniwidth/u32-width.c: New file.
28992         * modules/uniwidth/u32-width: New file.
28993
28994         * tests/uniwidth/test-u16-width.c: New file.
28995         * modules/uniwidth/u16-width-tests: New file.
28996
28997         * lib/uniwidth/u16-width.c: New file.
28998         * modules/uniwidth/u16-width: New file.
28999
29000         * tests/uniwidth/test-u8-width.c: New file.
29001         * modules/uniwidth/u8-width-tests: New file.
29002
29003         * lib/uniwidth/u8-width.c: New file.
29004         * modules/uniwidth/u8-width: New file.
29005
29006         * tests/uniwidth/test-uc_width.c: New file.
29007         * modules/uniwidth/width-tests: New file.
29008
29009         * lib/uniwidth/width.c: New file, from GNU libiconv.
29010         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
29011         * modules/uniwidth/width: New file.
29012
29013         * lib/uniwidth.h: New file, from GNU libiconv.
29014         * modules/uniwidth/base: New file.
29015
29016 2007-07-07  Bruno Haible  <bruno@clisp.org>
29017
29018         * lib/uniname.h: New file, from GNU gettext.
29019         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
29020         * lib/uniname/uninames.h: New file, from GNU gettext.
29021         * lib/uniname/uniname.c: New file, from GNU gettext.
29022         * tests/uniname/test-uninames.sh: New file.
29023         * tests/uniname/test-uninames.c: New file, from GNU gettext.
29024         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
29025         * modules/uniname/base: New file.
29026         * modules/uniname/uniname: New file.
29027         * modules/uniname/uniname-tests: New file.
29028         * MODULES.html.sh (Unicode string functions): Add the new modules.
29029
29030 2007-07-06  Bruno Haible  <bruno@clisp.org>
29031
29032         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
29033
29034 2007-07-06  Bruno Haible  <bruno@clisp.org>
29035
29036         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
29037         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
29038         includes <cygwin/sys_time.h> which includes <sys/select.h> which
29039         include <sys/time.h>.
29040         Reported by Eric Blake.
29041
29042 2007-07-06  Eric Blake  <ebb9@byu.net>
29043
29044         Fix testing canonicalize on cygwin.
29045         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29046         Revert patch from 2007-06-19.
29047         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
29048         canonicalize module is also in use.
29049         * tests/test-canonicalize.c: New file.
29050         * tests/test-canonicalize.sh: Likewise.
29051         * modules/canonicalize-tests: Likewise.
29052
29053 2007-07-06  Jim Meyering  <jim@meyering.net>
29054
29055         * lib/getugroups.c (getugroups): Detect getgrent failure.
29056         Adjust comment to reflect reality: this function may return -1.
29057
29058 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
29059
29060         * build-aux/bootstrap (TP_URL,get_translations): Update to use
29061         the new TP address.
29062         (usage): Fix typo
29063         (gnulib_mk): New variable.
29064
29065 2007-07-05  Jim Meyering  <jim@meyering.net>
29066
29067         Don't let endgrent clobber errno, no matter how improbable.
29068         * lib/getugroups.c (getugroups): Save and restore errno around
29069         endgrent call.
29070
29071         Close the group DB even when failing with 2^31 or more members.
29072         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
29073
29074 2007-07-04  Jim Meyering  <jim@meyering.net>
29075
29076         * lib/getugroups.h: New file.
29077         * lib/getugroups.c: Include "getugroups.h".
29078         Remove uses of "register" keyword.
29079         Move local variable, "cp", down into scope where used.
29080         Give "username" parameter the "const" attribute.
29081         * modules/getugroups (Files): Add lib/getugroups.h
29082
29083 2007-07-04  Karl Berry  <karl@gnu.org>
29084
29085         * MODULES.html.sh (func_all_modules): Complete rename of
29086         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
29087
29088 2007-07-02  Bruno Haible  <bruno@clisp.org>
29089
29090         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
29091         mode, when inttypes.h comes from gnulib.
29092         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
29093
29094 2007-07-02  Simon Josefsson  <simon@josefsson.org>
29095
29096         * NEWS: Mention lgpl module name change.
29097
29098         * modules/lgpl-2.1: Renamed from lgpl.
29099
29100         * NEWS: Mention gpl module name change.
29101
29102         * modules/gpl-3.0: New file, based on gpl-2.0.
29103
29104         * modules/gpl-2.0: Renamed from gpl.
29105
29106         * modules/gpl: Fix filename, doc/gpl.texi is now found at
29107         doc/gpl-2.0.texi.
29108
29109 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
29110
29111         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
29112         #define __STDC_LIMIT_MACROS temporarily while including
29113         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
29114         Problem reported by Joel E. Denny in
29115         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
29116
29117 2007-07-01  Bruno Haible  <bruno@clisp.org>
29118
29119         * lib/unistdio.h: New file.
29120         * lib/unistdio/u-asnprintf.h: New file.
29121         * lib/unistdio/u-asprintf.h: New file.
29122         * lib/unistdio/u-printf-args.c: New file.
29123         * lib/unistdio/u-printf-args.h: New file.
29124         * lib/unistdio/u-printf-parse.h: New file.
29125         * lib/unistdio/u-snprintf.h: New file.
29126         * lib/unistdio/u-sprintf.h: New file.
29127         * lib/unistdio/u-vasprintf.h: New file.
29128         * lib/unistdio/u-vsnprintf.h: New file.
29129         * lib/unistdio/u-vsprintf.h: New file.
29130         * lib/unistdio/ulc-asnprintf.c: New file.
29131         * lib/unistdio/ulc-asprintf.c: New file.
29132         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
29133         * lib/unistdio/ulc-printf-parse.c: New file.
29134         * lib/unistdio/ulc-snprintf.c: New file.
29135         * lib/unistdio/ulc-sprintf.c: New file.
29136         * lib/unistdio/ulc-vasnprintf.c: New file.
29137         * lib/unistdio/ulc-vasprintf.c: New file.
29138         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
29139         * lib/unistdio/ulc-vsnprintf.c: New file.
29140         * lib/unistdio/ulc-vsprintf.c: New file.
29141         * lib/unistdio/u8-asnprintf.c: New file.
29142         * lib/unistdio/u8-asprintf.c: New file.
29143         * lib/unistdio/u8-printf-parse.c: New file.
29144         * lib/unistdio/u8-snprintf.c: New file.
29145         * lib/unistdio/u8-sprintf.c: New file.
29146         * lib/unistdio/u8-vasnprintf.c: New file.
29147         * lib/unistdio/u8-vasprintf.c: New file.
29148         * lib/unistdio/u8-vsnprintf.c: New file.
29149         * lib/unistdio/u8-vsprintf.c: New file.
29150         * lib/unistdio/u8-u8-asnprintf.c: New file.
29151         * lib/unistdio/u8-u8-asprintf.c: New file.
29152         * lib/unistdio/u8-u8-snprintf.c: New file.
29153         * lib/unistdio/u8-u8-sprintf.c: New file.
29154         * lib/unistdio/u8-u8-vasnprintf.c: New file.
29155         * lib/unistdio/u8-u8-vasprintf.c: New file.
29156         * lib/unistdio/u8-u8-vsnprintf.c: New file.
29157         * lib/unistdio/u8-u8-vsprintf.c: New file.
29158         * lib/unistdio/u16-asnprintf.c: New file.
29159         * lib/unistdio/u16-asprintf.c: New file.
29160         * lib/unistdio/u16-printf-parse.c: New file.
29161         * lib/unistdio/u16-snprintf.c: New file.
29162         * lib/unistdio/u16-sprintf.c: New file.
29163         * lib/unistdio/u16-vasnprintf.c: New file.
29164         * lib/unistdio/u16-vasprintf.c: New file.
29165         * lib/unistdio/u16-vsnprintf.c: New file.
29166         * lib/unistdio/u16-vsprintf.c: New file.
29167         * lib/unistdio/u16-u16-asnprintf.c: New file.
29168         * lib/unistdio/u16-u16-asprintf.c: New file.
29169         * lib/unistdio/u16-u16-snprintf.c: New file.
29170         * lib/unistdio/u16-u16-sprintf.c: New file.
29171         * lib/unistdio/u16-u16-vasnprintf.c: New file.
29172         * lib/unistdio/u16-u16-vasprintf.c: New file.
29173         * lib/unistdio/u16-u16-vsnprintf.c: New file.
29174         * lib/unistdio/u16-u16-vsprintf.c: New file.
29175         * lib/unistdio/u32-asnprintf.c: New file.
29176         * lib/unistdio/u32-asprintf.c: New file.
29177         * lib/unistdio/u32-printf-parse.c: New file.
29178         * lib/unistdio/u32-snprintf.c: New file.
29179         * lib/unistdio/u32-sprintf.c: New file.
29180         * lib/unistdio/u32-vasnprintf.c: New file.
29181         * lib/unistdio/u32-vasprintf.c: New file.
29182         * lib/unistdio/u32-vsnprintf.c: New file.
29183         * lib/unistdio/u32-vsprintf.c: New file.
29184         * lib/unistdio/u32-u32-asnprintf.c: New file.
29185         * lib/unistdio/u32-u32-asprintf.c: New file.
29186         * lib/unistdio/u32-u32-snprintf.c: New file.
29187         * lib/unistdio/u32-u32-sprintf.c: New file.
29188         * lib/unistdio/u32-u32-vasnprintf.c: New file.
29189         * lib/unistdio/u32-u32-vasprintf.c: New file.
29190         * lib/unistdio/u32-u32-vsnprintf.c: New file.
29191         * lib/unistdio/u32-u32-vsprintf.c: New file.
29192         * tests/unistdio/test-ulc-asnprintf1.c: New file.
29193         * tests/unistdio/test-ulc-asnprintf1.h: New file.
29194         * tests/unistdio/test-ulc-printf1.h: New file.
29195         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
29196         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
29197         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
29198         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
29199         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
29200         * tests/unistdio/test-ulc-vasprintf1.c: New file.
29201         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
29202         * tests/unistdio/test-ulc-vsprintf1.c: New file.
29203         * tests/unistdio/test-u8-asnprintf1.c: New file.
29204         * tests/unistdio/test-u8-asnprintf1.h: New file.
29205         * tests/unistdio/test-u8-printf1.h: New file.
29206         * tests/unistdio/test-u8-vasnprintf1.c: New file.
29207         * tests/unistdio/test-u8-vasnprintf2.c: New file.
29208         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
29209         * tests/unistdio/test-u8-vasnprintf3.c: New file.
29210         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
29211         * tests/unistdio/test-u8-vasprintf1.c: New file.
29212         * tests/unistdio/test-u8-vsnprintf1.c: New file.
29213         * tests/unistdio/test-u8-vsprintf1.c: New file.
29214         * tests/unistdio/test-u16-asnprintf1.c: New file.
29215         * tests/unistdio/test-u16-asnprintf1.h: New file.
29216         * tests/unistdio/test-u16-printf1.h: New file.
29217         * tests/unistdio/test-u16-vasnprintf1.c: New file.
29218         * tests/unistdio/test-u16-vasnprintf2.c: New file.
29219         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
29220         * tests/unistdio/test-u16-vasnprintf3.c: New file.
29221         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
29222         * tests/unistdio/test-u16-vasprintf1.c: New file.
29223         * tests/unistdio/test-u16-vsnprintf1.c: New file.
29224         * tests/unistdio/test-u16-vsprintf1.c: New file.
29225         * tests/unistdio/test-u32-asnprintf1.c: New file.
29226         * tests/unistdio/test-u32-asnprintf1.h: New file.
29227         * tests/unistdio/test-u32-printf1.h: New file.
29228         * tests/unistdio/test-u32-vasnprintf1.c: New file.
29229         * tests/unistdio/test-u32-vasnprintf2.c: New file.
29230         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
29231         * tests/unistdio/test-u32-vasnprintf3.c: New file.
29232         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
29233         * tests/unistdio/test-u32-vasprintf1.c: New file.
29234         * tests/unistdio/test-u32-vsnprintf1.c: New file.
29235         * tests/unistdio/test-u32-vsprintf1.c: New file.
29236         * modules/unistdio/base: New file.
29237         * modules/unistdio/u-printf-args: New file.
29238         * modules/unistdio/ulc-asnprintf: New file.
29239         * modules/unistdio/ulc-asprintf: New file.
29240         * modules/unistdio/ulc-fprintf: New file.
29241         * modules/unistdio/ulc-printf-parse: New file.
29242         * modules/unistdio/ulc-snprintf: New file.
29243         * modules/unistdio/ulc-sprintf: New file.
29244         * modules/unistdio/ulc-vasnprintf: New file.
29245         * modules/unistdio/ulc-vasprintf: New file.
29246         * modules/unistdio/ulc-vfprintf: New file.
29247         * modules/unistdio/ulc-vsnprintf: New file.
29248         * modules/unistdio/ulc-vsprintf: New file.
29249         * modules/unistdio/u8-asnprintf: New file.
29250         * modules/unistdio/u8-asprintf: New file.
29251         * modules/unistdio/u8-printf-parse: New file.
29252         * modules/unistdio/u8-snprintf: New file.
29253         * modules/unistdio/u8-sprintf: New file.
29254         * modules/unistdio/u8-vasnprintf: New file.
29255         * modules/unistdio/u8-vasprintf: New file.
29256         * modules/unistdio/u8-vsnprintf: New file.
29257         * modules/unistdio/u8-vsprintf: New file.
29258         * modules/unistdio/u8-u8-asnprintf: New file.
29259         * modules/unistdio/u8-u8-asprintf: New file.
29260         * modules/unistdio/u8-u8-snprintf: New file.
29261         * modules/unistdio/u8-u8-sprintf: New file.
29262         * modules/unistdio/u8-u8-vasnprintf: New file.
29263         * modules/unistdio/u8-u8-vasprintf: New file.
29264         * modules/unistdio/u8-u8-vsnprintf: New file.
29265         * modules/unistdio/u8-u8-vsprintf: New file.
29266         * modules/unistdio/u16-asnprintf: New file.
29267         * modules/unistdio/u16-asprintf: New file.
29268         * modules/unistdio/u16-printf-parse: New file.
29269         * modules/unistdio/u16-snprintf: New file.
29270         * modules/unistdio/u16-sprintf: New file.
29271         * modules/unistdio/u16-vasnprintf: New file.
29272         * modules/unistdio/u16-vasprintf: New file.
29273         * modules/unistdio/u16-vsnprintf: New file.
29274         * modules/unistdio/u16-vsprintf: New file.
29275         * modules/unistdio/u16-u16-asnprintf: New file.
29276         * modules/unistdio/u16-u16-asprintf: New file.
29277         * modules/unistdio/u16-u16-snprintf: New file.
29278         * modules/unistdio/u16-u16-sprintf: New file.
29279         * modules/unistdio/u16-u16-vasnprintf: New file.
29280         * modules/unistdio/u16-u16-vasprintf: New file.
29281         * modules/unistdio/u16-u16-vsnprintf: New file.
29282         * modules/unistdio/u16-u16-vsprintf: New file.
29283         * modules/unistdio/u32-asnprintf: New file.
29284         * modules/unistdio/u32-asprintf: New file.
29285         * modules/unistdio/u32-printf-parse: New file.
29286         * modules/unistdio/u32-snprintf: New file.
29287         * modules/unistdio/u32-sprintf: New file.
29288         * modules/unistdio/u32-vasnprintf: New file.
29289         * modules/unistdio/u32-vasprintf: New file.
29290         * modules/unistdio/u32-vsnprintf: New file.
29291         * modules/unistdio/u32-vsprintf: New file.
29292         * modules/unistdio/u32-u32-asnprintf: New file.
29293         * modules/unistdio/u32-u32-asprintf: New file.
29294         * modules/unistdio/u32-u32-snprintf: New file.
29295         * modules/unistdio/u32-u32-sprintf: New file.
29296         * modules/unistdio/u32-u32-vasnprintf: New file.
29297         * modules/unistdio/u32-u32-vasprintf: New file.
29298         * modules/unistdio/u32-u32-vsnprintf: New file.
29299         * modules/unistdio/u32-u32-vsprintf: New file.
29300         * modules/unistdio/ulc-asnprintf-tests: New file.
29301         * modules/unistdio/ulc-vasnprintf-tests: New file.
29302         * modules/unistdio/ulc-vasprintf-tests: New file.
29303         * modules/unistdio/ulc-vsnprintf-tests: New file.
29304         * modules/unistdio/ulc-vsprintf-tests: New file.
29305         * modules/unistdio/u8-asnprintf-tests: New file.
29306         * modules/unistdio/u8-vasnprintf-tests: New file.
29307         * modules/unistdio/u8-vasprintf-tests: New file.
29308         * modules/unistdio/u8-vsnprintf-tests: New file.
29309         * modules/unistdio/u8-vsprintf-tests: New file.
29310         * modules/unistdio/u16-asnprintf-tests: New file.
29311         * modules/unistdio/u16-vasnprintf-tests: New file.
29312         * modules/unistdio/u16-vasprintf-tests: New file.
29313         * modules/unistdio/u16-vsnprintf-tests: New file.
29314         * modules/unistdio/u16-vsprintf-tests: New file.
29315         * modules/unistdio/u32-asnprintf-tests: New file.
29316         * modules/unistdio/u32-vasnprintf-tests: New file.
29317         * modules/unistdio/u32-vasprintf-tests: New file.
29318         * modules/unistdio/u32-vsnprintf-tests: New file.
29319         * modules/unistdio/u32-vsprintf-tests: New file.
29320         * MODULES.html.sh (Unicode string functions): Add the new modules.
29321
29322 2007-07-01  Bruno Haible  <bruno@clisp.org>
29323
29324         * lib/sprintf.c (sprintf): Limit the available length estimation,
29325         to avoid address wraparound.
29326         * lib/vsprintf.c (vsprintf): Likewise.
29327         * modules/sprintf-posix (Dependencies): Add stdint.
29328         * modules/vsprintf-posix (Dependencies): Likewise.
29329
29330 2007-07-01  Bruno Haible  <bruno@clisp.org>
29331
29332         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
29333         Windows PATH as well. Conservative double-quoting. Comments.
29334
29335 2007-07-01  Bruno Haible  <bruno@clisp.org>
29336             Eric Blake  <ebb9@byu.net>
29337             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29338
29339         * gnulib-tool (self_abspathname): Fix algorithm to cope with
29340         empty components in $PATH, denoting '.'.
29341
29342 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29343
29344         * gnulib-tool: Fix indentation.
29345         (func_create_megatestdir): Likewise.
29346         Report by Bruno Haible.
29347
29348 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29349
29350         Sync from Automake.
29351         * build-aux/gnupload: Fix shell portability issues with for loops.
29352         Report by Karl Berry.
29353
29354 2007-06-29  Simon Josefsson  <simon@josefsson.org>
29355
29356         * build-aux/maint.mk (POURL): Use translationproject.org.
29357
29358 2007-06-27  Simon Josefsson  <simon@josefsson.org>
29359             Bruno Haible  <bruno@clisp.org>
29360
29361         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
29362         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
29363         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
29364         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
29365         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
29366
29367 2007-06-27  Bruno Haible  <bruno@clisp.org>
29368
29369         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
29370         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
29371
29372 2007-06-26  Karl Berry  <karl@gnu.org>
29373
29374         * MODULES.html.sh: remove xreadlink-with-size.
29375
29376 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29377
29378         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
29379         method that I hope also handles the double-include problem noted
29380         by Bruno Haible in
29381         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
29382
29383 2007-06-23  Bruno Haible  <bruno@clisp.org>
29384
29385         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29386         Don't let the 'mostlyclean' target fail if the last subdirectory could
29387         not be removed.
29388         Reported by Karl Berry.
29389
29390 2007-06-23  Bruno Haible  <bruno@clisp.org>
29391
29392         * gnulib-tool (echo): Add a speedier workaround for ksh.
29393         * tests/test-echo.sh: Likewise.
29394
29395 2007-06-23  Bruno Haible  <bruno@clisp.org>
29396
29397         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
29398         * tests/test-echo.sh: Likewise.
29399
29400 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29401
29402         * gnulib-tool (IFS): Initialize early, so we don't set it to
29403         empty later.
29404         (self_abspathname): Rewrite algorithm to set it, reindent.
29405         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
29406         (func_create_megatestdir): Merge some sed scripts.
29407
29408 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29409
29410         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
29411         exposed by Sun Studio 11 cc on Solaris 8.
29412
29413 2007-06-22  Bruno Haible  <bruno@clisp.org>
29414
29415         * gnulib-tool (echo): Ensure the echo primitive does not interpret
29416         backslashes.
29417         * tests/test-echo.sh: New file.
29418
29419 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29420
29421         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
29422         simplify `sed_replace_build_aux' scripts, they are portable but
29423         echoing them with `echo' is not.
29424         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
29425
29426 2007-06-21  Karl Berry  <karl@gnu.org>
29427
29428         * config/srclist.txt: guess we can't handle the licenses via
29429         srclist at the moment.
29430
29431 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
29432
29433         * MODULES.html.sh: Add include_next.
29434         * modules/include_next: New file.
29435
29436 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
29437
29438         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
29439         INCLUDE_NEXT.
29440         (gl_CHECK_NEXT_HEADERS): New macro.
29441         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
29442         the obsolescent gl_ABSOLUTE_HEADER.
29443         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
29444         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
29445         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
29446         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
29447         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
29448         * m4/math_h.m4 (gl_MATH_H): Likewise.
29449         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
29450         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
29451         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
29452         * m4/stdint.m4 (gl_STDINT_H): Likewise.
29453         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
29454         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
29455         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
29456         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
29457         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
29458         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
29459         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
29460         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
29461         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
29462         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
29463         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
29464         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
29465         * m4/inttypes.m4 (gl_INTTYPES_H): Define
29466         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
29467         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
29468         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
29469         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
29470         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
29471         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
29472         * lib/float_.h: Likewise.
29473         * lib/inttypes_.h: Likewise.
29474         * lib/math_.h: Likewise.
29475         * lib/search_.h: Likewise.
29476         * lib/signal_.h: Likewise.
29477         * lib/stdint_.h: Likewise.
29478         * lib/stdio_.h: Likewise.
29479         * lib/stdlib_.h: Likewise.
29480         * lib/string_.h: Likewise.
29481         * lib/sys_stat_.h: Likewise.
29482         * lib/sys_time_.h: Likewise.
29483         * lib/time_.h: Likewise.
29484         * lib/unistd_.h: Likewise.
29485         * lib/wchar_.h: Likewise.
29486         * lib/wctype_.h: Likewise.
29487         * lib/dirent_.h: Likewise.
29488         * lib/iconv_.h: Likewise.
29489         * lib/locale_.h: Likewise.
29490         * lib/netinet_in_.h: Likewise.
29491         * lib/sys_select_.h: Likewise.
29492         * lib/sys_socket_.h: Likewise.
29493         * lib/sysexits_.h: Likewise.
29494         * modules/fcntl (Depends-on): Depend on include_next, not
29495         absolute_header.
29496         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
29497         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
29498         * modules/fchdir: Likewise.
29499         * modules/float: Likewise.
29500         * modules/iconv_open: Likewise.
29501         * modules/inttypes: Likewise.
29502         * modules/locale: Likewise.
29503         * modules/math: Likewise.
29504         * modules/netinet_in: Likewise.
29505         * modules/search: Likewise.
29506         * modules/signal: Likewise.
29507         * modules/stdint: Likewise.
29508         * modules/stdio: Likewise.
29509         * modules/stdlib: Likewise.
29510         * modules/string: Likewise.
29511         * modules/sys_select: Likewise.
29512         * modules/sys_socket: Likewise.
29513         * modules/sys_stat: Likewise.
29514         * modules/sys_time: Likewise.
29515         * modules/sysexits: Likewise.
29516         * modules/time: Likewise.
29517         * modules/unistd: Likewise.
29518         * modules/wchar: Likewise.
29519         * modules/wctype: Likewise.
29520         * modules/sys_stat: Change maintainer to "all".
29521         * modules/unistd: Likewise.
29522
29523 2007-06-20  Karl Berry  <karl@gnu.org>
29524
29525         * config/srclist.txt: track www changes in license files.
29526
29527 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
29528
29529         * build-aux/bootstrap: Remove stray dot.
29530         Make sure build_aux settings are honored when linking
29531         gnulib_extra_files.
29532
29533 2007-06-19  Eric Blake  <ebb9@byu.net>
29534
29535         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29536         Allow compilation on cygwin.
29537
29538 2007-06-19  Jim Meyering  <jim@meyering.net>
29539
29540         xreadlink-with-size: Remove module.  No longer used.
29541         Ex-callers now use xreadlink or mreadlink-with-size.
29542         * modules/xreadlink-with-size: Remove module.
29543         * lib/xreadlink-with-size.c: Remove file.
29544         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
29545         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
29546         just before the function definition *is* accurate.
29547
29548         Eliminate one way canonicalize_filename_mode could exit.
29549         * lib/canonicalize.c (canonicalize_filename_mode):
29550         Use mreadlink_with_size, not xreadlink_with_size.
29551
29552 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
29553
29554         Detect porting problems to FreeBSD/arm, which has time_t wider than
29555         long int.  Original problem reported for GNU diff by Xin Li in
29556         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
29557         * modules/getdate (Depends-on): Add intprops, verify.
29558         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
29559         is an integer type no wider than long int.
29560
29561 2007-06-18  Jim Meyering  <jim@meyering.net>
29562
29563         New module: mreadlink-with-size.
29564         * MODULES.html.sh: Add mreadlink-with-size.
29565         * modules/mreadlink-with-size: New module
29566         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
29567         not xreadlink-with-size.
29568         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
29569
29570 2007-06-16  Bruno Haible  <bruno@clisp.org>
29571
29572         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
29573         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
29574         Reported by Gary V. Vaughan <gary@gnu.org>.
29575
29576 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
29577
29578         Revamp lchown so that it lives in unistd.h where it belongs.
29579         * lib/lchown.h: Remove.
29580         * lib/dirchownmod.c: Don't include lib/lchown.h.
29581         * lib/fchownat.c: Likewise.
29582         * lib/openat.c: Likewise.
29583         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
29584         does not follow symlinks.
29585         (EOPNOTSUPP): Define if not defined.
29586         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
29587         is defined to 0.
29588         (lchown): New decl.
29589         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
29590         Do not check for lchown decl.
29591         Set REPLACE_LCHOWN.
29592         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
29593         REPLACE_LCHOWN.
29594         * modules/chown: Make it clear it follows symlinks.
29595         * modules/lchown: Make it clear it doesn't follow symlinks.
29596         (Files): Remove lib/lchown.h
29597         (Depends-on): Add unistd.
29598         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
29599         (Include): Include <unistd.h>, not "lchown.h".
29600         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
29601         REPLACE_LCHOWN.
29602
29603 2007-06-15  Jim Meyering  <jim@meyering.net>
29604
29605         Change license (GPL to LGPL) of fsusage and dependents.
29606         * modules/fsusage (License): Change to LGPL.
29607         * modules/full-read (License): Likewise.
29608         * modules/full-write (License): Likewise.
29609         * modules/safe-read (License): Likewise.
29610         * modules/safe-write (License): Likewise.
29611
29612 2007-06-14  Ben Pfaff  <blp@gnu.org>
29613
29614         Missing part of allocsa -> malloca transition.
29615         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
29616         gl_MALLOCA.
29617
29618 2007-06-12  Bruno Haible  <bruno@clisp.org>
29619
29620         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
29621         to ia64, x86_64, i386.
29622         Reported by Eric Blake.
29623
29624 2007-06-12  Bruno Haible  <bruno@clisp.org>
29625
29626         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
29627         cross-compiling to x86_64.
29628
29629 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
29630
29631         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
29632         glitch reported by Ralf Wildenhues in
29633         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
29634
29635         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
29636         Vin Shelton.
29637
29638 2007-06-11  Bruno Haible  <bruno@clisp.org>
29639
29640         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
29641         replacement string.
29642         Reported by Eric Blake.
29643
29644 2007-06-10  Bruno Haible  <bruno@clisp.org>
29645
29646         Prepare vasnprintf code for use with Unicode strings.
29647         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
29648         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
29649         TYPE_U32_STRING.
29650         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
29651         a_u32_string variants.
29652         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
29653         * lib/printf-args.c: Don't include config.h and the specification
29654         header if PRINTF_FETCHARGS is already defined.
29655         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
29656         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
29657         TYPE_U16_STRING, TYPE_U32_STRING.
29658         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
29659         u16_directive, u16_directives, u32_directive, u32_directives): New
29660         types.
29661         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
29662         New declarations.
29663         * lib/printf-parse.c: Don't include config.h and the specification
29664         header if PRINTF_PARSE is already defined. Eliminate the set of
29665         parameters for WIDE_CHAR_VERSION; the user of this file must provide
29666         them now. Include c-ctype.h.
29667         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
29668         directive and CHAR_T_ONLY_ASCII.
29669         * lib/vasnprintf.c: Don't include config.h and the specification header
29670         if VASNPRINTF is already defined.
29671         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
29672         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
29673         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
29674         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
29675         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
29676         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
29677         code accordingly.
29678         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
29679         pad_ourselves also in this case, with the 'c' and 's' directives, and
29680         with a different notion of "width".
29681         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
29682
29683 2007-06-10  Bruno Haible  <bruno@clisp.org>
29684
29685         * modules/unistr/u32-mbsnlen: New file.
29686         * lib/unistr/u32-mbsnlen.c: New file.
29687
29688         * modules/unistr/u16-mbsnlen: New file.
29689         * lib/unistr/u16-mbsnlen.c: New file.
29690
29691         * modules/unistr/u8-mbsnlen: New file.
29692         * lib/unistr/u8-mbsnlen.c: New file.
29693
29694         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
29695         declarations.
29696
29697 2007-06-10  Bruno Haible  <bruno@clisp.org>
29698
29699         * lib/string_.h (mbsnlen): New declaration.
29700         * lib/mbsnlen.c: New file.
29701         * m4/mbsnlen.m4: New file.
29702         * modules/mbsnlen: New file.
29703         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
29704         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
29705         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
29706
29707 2007-06-10  Bruno Haible  <bruno@clisp.org>
29708
29709         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
29710
29711 2007-06-10  Bruno Haible  <bruno@clisp.org>
29712
29713         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
29714         * lib/mbuiter.h: Likewise.
29715
29716 2007-06-10  Bruno Haible  <bruno@clisp.org>
29717
29718         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
29719         declaration.
29720
29721 2007-06-10  Karl Berry  <karl@gnu.org>
29722
29723         * config/srclist.txt: remove gettext entries, Bruno prefers
29724         to update individually.
29725
29726 2007-06-10  Bruno Haible  <bruno@clisp.org>
29727
29728         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
29729         'maxlen'. Ensure only length + width bytes are allocated, not
29730         length + 1 + width.
29731
29732 2007-06-09  Bruno Haible  <bruno@clisp.org>
29733
29734         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
29735         (CHAR_T): Remove macro.
29736         (VASNPRINTF): Update.
29737
29738 2007-06-09  Bruno Haible  <bruno@clisp.org>
29739
29740         * MODULES.html.sh (Unicode string functions): Add the new modules.
29741
29742         * modules/uniconv/u32-conv-to-enc: New file.
29743         * lib/uniconv/u32-conv-to-enc.c: New file.
29744         * modules/uniconv/u32-conv-to-enc-tests: New file.
29745         * tests/uniconv/test-u32-conv-to-enc.c: New file.
29746
29747         * modules/uniconv/u16-conv-to-enc: New file.
29748         * lib/uniconv/u16-conv-to-enc.c: New file.
29749         * lib/uniconv/u-conv-to-enc.h: New file.
29750         * modules/uniconv/u16-conv-to-enc-tests: New file.
29751         * tests/uniconv/test-u16-conv-to-enc.c: New file.
29752
29753         * modules/uniconv/u8-conv-to-enc: New file.
29754         * lib/uniconv/u8-conv-to-enc.c: New file.
29755         * modules/uniconv/u8-conv-to-enc-tests: New file.
29756         * tests/uniconv/test-u8-conv-to-enc.c: New file.
29757
29758         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
29759         u32_conv_to_encoding): New declarations.
29760
29761 2007-06-09  Bruno Haible  <bruno@clisp.org>
29762
29763         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
29764
29765 2007-06-09  Bruno Haible  <bruno@clisp.org>
29766
29767         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
29768         * modules/malloca: Renamed from modules/allocsa, updated.
29769         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
29770         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
29771         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
29772         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
29773         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
29774         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
29775         * modules/xmalloca: Renamed from modules/xallocsa, updated.
29776         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
29777         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
29778         * modules/c-strcasestr (Depends-on): Update.
29779         * lib/c-strcasestr.c: Update.
29780         * modules/c-strstr (Depends-on): Update.
29781         * lib/c-strstr.c: Update.
29782         * modules/canonicalize-lgpl (Depends-on): Update.
29783         * lib/canonicalize-lgpl.c: Update.
29784         * modules/clean-temp (Depends-on): Update.
29785         * lib/clean-temp.c: Update.
29786         * modules/csharpcomp (Depends-on): Update.
29787         * lib/csharpcomp.c: Update.
29788         * modules/csharpexec (Depends-on): Update.
29789         * lib/csharpexec.c: Update.
29790         * modules/javacomp (Depends-on): Update.
29791         * lib/javacomp.c: Update.
29792         * modules/javaexec (Depends-on): Update.
29793         * lib/javaexec.c: Update.
29794         * modules/mbscasestr (Depends-on): Update.
29795         * lib/mbscasestr.c: Update.
29796         * modules/mbsstr (Depends-on): Update.
29797         * lib/mbsstr.c: Update.
29798         * modules/setenv (Depends-on): Update.
29799         * lib/setenv.c: Update.
29800         * modules/strcasestr (Depends-on): Update.
29801         * lib/strcasestr.c: Update.
29802         * modules/striconveha (Depends-on): Update.
29803         * lib/striconveha.c: Update.
29804         * modules/relocatable-prog-wrapper (Files): Update.
29805         * lib/relocwrapper.c: Update.
29806         * build-aux/install-reloc: Update.
29807         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
29808
29809 2007-06-08  Bruno Haible  <bruno@clisp.org>
29810
29811         Port to uClibc.
29812         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
29813         * lib/fpurge.c (fpurge): Likewise.
29814         * lib/freading.c (freading): Likewise.
29815         * lib/fseeko.c (rpl_fseeko): Likewise.
29816         * lib/fseterr.c (fseterr): Likewise.
29817         * lib/fwriting.c (fwriting): Likewise.
29818         * tests/test-fflush.c (main): Avoid a failure on uClibc.
29819
29820 2007-06-08  Bruno Haible  <bruno@clisp.org>
29821
29822         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
29823         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
29824         * modules/gettext (Files): Add m4/intlmacosx.m4.
29825
29826 2007-06-07  Bruno Haible  <bruno@clisp.org>
29827
29828         * modules/localename-tests: New file.
29829         * tests/test-localename.c: New file.
29830
29831         New module 'localename'.
29832         * lib/localename.h: New file.
29833         * lib/localename.c: New file, from GNU gettext.
29834         * m4/localename.m4: New file.
29835         * modules/localename: New file.
29836
29837 2007-06-07  Bruno Haible  <bruno@clisp.org>
29838
29839         Work around the lack of <wchar.h> on some builds of uClibc.
29840         * doc/headers/wchar.texi: Update.
29841         * lib/wchar_.h: Include <wchar.h> only if it exists.
29842         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
29843         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
29844         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
29845         doesn't exist.
29846         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
29847         * modules/mbfile (Depends-on): Add wchar.
29848         * modules/mbiter (Depends-on): Likewise.
29849         * modules/mbuiter (Depends-on): Likewise.
29850         Reported by Simon Josefsson.
29851
29852 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
29853
29854         Work around problem reported by Steven M. Schweda in
29855         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
29856         Tru64 5.1B with the Compaq compiler environment installed declares
29857         an 'isblank' function but does not define it in the C library.
29858         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
29859         * lib/regex_internal.h (isblank): Likewise.
29860         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
29861         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
29862
29863 2007-06-05  Bruno Haible  <bruno@clisp.org>
29864
29865         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
29866         ia64.
29867         * modules/printf-safe: New file.
29868         * modules/fprintf-posix (Depends-on): Add printf-safe.
29869         * modules/printf-posix (Depends-on): Likewise.
29870         * modules/snprintf-posix (Depends-on): Likewise.
29871         * modules/sprintf-posix (Depends-on): Likewise.
29872         * modules/vasnprintf-posix (Depends-on): Likewise.
29873         * modules/vasprintf-posix (Depends-on): Likewise.
29874         * modules/vfprintf-posix (Depends-on): Likewise.
29875         * modules/vprintf-posix (Depends-on): Likewise.
29876         * modules/vsnprintf-posix (Depends-on): Likewise.
29877         * modules/vsprintf-posix (Depends-on): Likewise.
29878         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
29879         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
29880         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
29881         "no" on i386, x86_64, ia64.
29882         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
29883         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29884         on i386, x86_64, ia64.
29885         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
29886         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29887         on i386, x86_64, ia64.
29888         * tests/test-vasnprintf-posix.c: Include float.h.
29889         (LDBL80_WORDS): New macro.
29890         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29891         on i386, x86_64, ia64.
29892         * tests/test-vasprintf-posix.c: Include float.h.
29893         (LDBL80_WORDS): New macro.
29894         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
29895         on i386, x86_64, ia64.
29896         * tests/test-snprintf-posix.c: Include float.h.
29897         * tests/test-sprintf-posix.c: Likewise.
29898         * tests/test-vsnprintf-posix.c: Likewise.
29899         * tests/test-vsprintf-posix.c: Likewise.
29900
29901 2007-06-05  Bruno Haible  <bruno@clisp.org>
29902
29903         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
29904         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
29905         non-IEEE numbers on i386, x86_64, ia64.
29906         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
29907         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
29908         * tests/test-isnanl.h: Include float.h.
29909         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
29910
29911 2007-06-05  Bruno Haible  <bruno@clisp.org>
29912
29913         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
29914         also the %a / %A. Handle the %a / %A code before this extra handling.
29915
29916 2007-06-05  Bruno Haible  <bruno@clisp.org>
29917
29918         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
29919         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
29920
29921 2007-06-05  Bruno Haible  <bruno@clisp.org>
29922
29923         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
29924         typo in variable name.
29925
29926 2007-06-05  Eric Blake  <ebb9@byu.net>
29927
29928         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
29929         Reported by Simon Josefsson.
29930
29931 2007-06-04  Bruno Haible  <bruno@clisp.org>
29932
29933         Avoid test failures on some PowerPC platforms.
29934         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
29935         Define differently for PowerPC.
29936         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
29937         Reported by Gary V. Vaughan <gary@gnu.org>.
29938
29939 2007-06-02  Bruno Haible  <bruno@clisp.org>
29940
29941         Fix test-stdint failure on FreeBSD/ia64.
29942         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
29943         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
29944         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
29945         * doc/headers/stdint.texi: Update.
29946
29947 2007-06-01  Bruno Haible  <bruno@clisp.org>
29948
29949         * tests/test-binary-io.c (main): Pass a third argument to open().
29950         Reported by Gary V. Vaughan <gary@gnu.org>.
29951
29952 2007-06-01  Bruno Haible  <bruno@clisp.org>
29953
29954         * doc/functions/frexpl.texi: Update for mingw.
29955
29956 2007-06-01  Bruno Haible  <bruno@clisp.org>
29957
29958         * tests/test-lseek.c (main): Disable test of errno for invalid third
29959         argument.
29960         * doc/functions/lseek.texi: Update.
29961         Reported by Gary V. Vaughan <gary@gnu.org>.
29962
29963 2007-05-28  Bruno Haible  <bruno@clisp.org>
29964
29965         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
29966
29967 2007-05-31  Eric Blake  <ebb9@byu.net>
29968
29969         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
29970         cross compiling.
29971
29972 2007-05-30  Eric Blake  <ebb9@byu.net>
29973         and Bruno Haible  <bruno@clisp.org>
29974
29975         Work around mingw test failures exposed by m4-1.4.9b.
29976         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
29977         * tests/test-unistd.c: Disable uid_t and git_t tests for the
29978         moment.
29979
29980 2007-05-30  Bruno Haible  <bruno@clisp.org>
29981
29982         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
29983         assuming that they are closed. Needed on HP-UX 11.
29984
29985 2007-05-29  Bruno Haible  <bruno@clisp.org>
29986
29987         Fix a problem with #include_next.
29988         * lib/dirent_.h: Split the double-inclusion guard.
29989         * lib/fcntl_.h: Likewise.
29990         * lib/float_.h: Likewise.
29991         * lib/iconv_.h: Likewise.
29992         * lib/inttypes_.h: Likewise.
29993         * lib/locale_.h: Likewise.
29994         * lib/math_.h: Likewise.
29995         * lib/netinet_in_.h: Likewise.
29996         * lib/search_.h: Likewise.
29997         * lib/signal_.h: Likewise.
29998         * lib/stdint_.h: Likewise.
29999         * lib/stdio_.h: Likewise.
30000         * lib/stdlib_.h: Likewise.
30001         * lib/string_.h: Likewise.
30002         * lib/sys_select_.h: Likewise.
30003         * lib/sys_socket_.h: Likewise.
30004         * lib/sys_stat_.h: Likewise.
30005         * lib/sys_time_.h: Likewise.
30006         * lib/sysexits_.h: Likewise.
30007         * lib/time_.h: Likewise.
30008         * lib/unistd_.h: Likewise.
30009         * lib/wchar_.h: Likewise.
30010         * lib/wctype_.h: Likewise.
30011
30012 2007-05-29  Bruno Haible  <bruno@clisp.org>
30013
30014         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
30015         for the moment.
30016
30017 2007-05-29  Bruno Haible  <bruno@clisp.org>
30018
30019         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
30020         invocation.
30021         Reported by Eric Blake.
30022
30023 2007-05-29  Bruno Haible  <bruno@clisp.org>
30024
30025         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
30026         compiling case.
30027
30028 2007-05-29  Eric Blake  <ebb9@byu.net>
30029             Bruno Haible  <bruno@clisp.org>
30030
30031         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
30032         cross compiles.
30033
30034 2007-05-28  Eric Blake  <ebb9@byu.net>
30035
30036         * modules/closein-tests (test_closein_LDADD): Support test on
30037         cygwin with libtool.
30038
30039 2007-05-28  Bruno Haible  <bruno@clisp.org>
30040
30041         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
30042         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
30043         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
30044         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
30045         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
30046         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
30047         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
30048         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
30049         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
30050
30051 2007-05-28  Eric Blake  <ebb9@byu.net>
30052
30053         Unconditionally include <config.h> in unit tests.
30054         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
30055         * tests/test-allocsa.c, tests/test-arcfour.c,
30056         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
30057         tests/test-array_list.c, tests/test-array_oset.c,
30058         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
30059         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
30060         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
30061         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
30062         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
30063         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
30064         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
30065         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
30066         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
30067         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
30068         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
30069         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
30070         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
30071         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
30072         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
30073         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
30074         test-md5.c, test-memmem.c, test-printf-posix.c,
30075         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
30076         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
30077         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
30078         test-strcasestr.c, test-striconv.c, test-striconveh.c,
30079         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
30080         test-vasnprintf-posix2.c, test-vasnprintf.c,
30081         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
30082         test-vfprintf-posix.c, test-vprintf-posix.c,
30083         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
30084         test-xvasprintf.c: Likewise.
30085
30086 2007-05-28  Bruno Haible  <bruno@clisp.org>
30087
30088         * gnulib-tool (func_import): Remember the --with-tests command-line
30089         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
30090         Reported by Eric Blake.
30091
30092 2007-05-28  Bruno Haible  <bruno@clisp.org>
30093
30094         * modules/ftell-tests: New file.
30095         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
30096         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
30097
30098         * lib/ftell.c: New file.
30099         * modules/ftell: New file.
30100         * m4/ftell.m4: New file.
30101         * doc/functions/ftell.texi: Update.
30102         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
30103         REPLACE_FTELL.
30104         * lib/stdio_.h (rpl_ftell): New declaration.
30105         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
30106         REPLACE_FTELL.
30107
30108 2007-05-28  Eric Blake  <ebb9@byu.net>
30109
30110         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
30111
30112 2007-05-28  Bruno Haible  <bruno@clisp.org>
30113
30114         * modules/fseek-tests: New file.
30115         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
30116         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
30117
30118         * lib/fseek.c: New file.
30119         * modules/fseek: New file.
30120         * m4/fseek.m4: New file.
30121         * doc/functions/fseek.texi: Update.
30122         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
30123         REPLACE_FSEEK.
30124         * lib/stdio_.h (rpl_fseek): New declaration.
30125         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
30126         REPLACE_FSEEK.
30127
30128 2007-05-28  Bruno Haible  <bruno@clisp.org>
30129
30130         * lib/stdio_.h (fflush): More comments.
30131
30132 2007-05-28  Bruno Haible  <bruno@clisp.org>
30133
30134         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
30135         runtime test.
30136
30137 2007-05-28  Eric Blake  <ebb9@byu.net>
30138
30139         Improve lseek module.
30140         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
30141         * lib/unistd_.h (lseek): Scale back link warning message.
30142         * tests/test-lseek.c: Beef up test.
30143         * tests/test-lseek.sh: Exercise more facets of lseek.
30144         Reported by Bruno Haible.
30145
30146 2007-05-28  Bruno Haible  <bruno@clisp.org>
30147
30148         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
30149         to define.
30150
30151 2007-05-27  Bruno Haible  <bruno@clisp.org>
30152
30153         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
30154
30155 2007-05-27  Bruno Haible  <bruno@clisp.org>
30156
30157         * modules/openmp: New file.
30158         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
30159         Noah Misch.
30160
30161 2007-05-26  Bruno Haible  <bruno@clisp.org>
30162
30163         * modules/chdir-long (Depends-on): Add fchdir.
30164         * modules/chdir-safer (Depends-on): Likewise.
30165         * modules/fts (Depends-on): Likewise.
30166         * modules/fts-lgpl (Depends-on): Likewise.
30167         * modules/openat (Depends-on): Likewise.
30168         * modules/savewd (Depends-on): Likewise.
30169
30170 2007-05-24  Eric Blake  <ebb9@byu.net>
30171
30172         Fix lseek on mingw.
30173         * modules/lseek: New module.
30174         * m4/lseek.m4: New file.
30175         * lib/lseek.c: New file.
30176         * modules/lseek-tests: New file.
30177         * tests/test-lseek.c: New file.
30178         * tests/test-lseek.sh: New file.
30179         * MODULES.html.sh: Document lseek module.
30180         * modules/fflush (Depends-on): Add lseek, fseeko.
30181         * modules/fseeko (Depends-on): Likewise.
30182         * modules/ftello (Depends-on): Likewise.
30183         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
30184         broken.
30185         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
30186         broken.
30187         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
30188         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
30189         * lib/ftello.c (rpl_ftello): Likewise.
30190         * tests/test-fseeko.c (main): Test this.
30191         * tests/test-fseeko.sh: Likewise.
30192         * tests/test-ftello.c (main): Likewise.
30193         * tests/test-ftello.sh: Likewise.
30194         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
30195         implies replacing fseek.
30196         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
30197         HAVE_FTELLO.
30198         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
30199         * modules/unistd (Makefile.am): Likewise.
30200         * lib/unistd_.h (lseek): Declare a replacement.
30201         * doc/functions/lseek.texi (lseek): Document this fix.
30202         * doc/functions/fseek.texi (fseek): Likewise.
30203         * doc/functions/ftell.texi (ftell): Likewise.
30204
30205 2007-05-24  Bruno Haible  <bruno@clisp.org>
30206
30207         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
30208         in the printed representation of a NaN.
30209         * tests/test-vasprintf-posix.c (test_function): Likewise.
30210         * tests/test-snprintf-posix.h (test_function): Likewise.
30211         * tests/test-sprintf-posix.h (test_function): Likewise.
30212         Reported by Eric Blake.
30213
30214 2007-05-23  Eric Blake  <ebb9@byu.net>
30215
30216         Fix fseeko/ftello on cygwin 1.5.24.
30217         * doc/functions/fseeko.texi (fseeko): Document the fix.
30218         * doc/functions/ftello.texi (ftello): Document the fix.
30219         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
30220         * doc/functions/stdout.text (stdout): New file.
30221         * doc/functions/stderr.text (stderr): New file.
30222         * doc/gnulib.texi (Function Substitutes): Use new files.
30223         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
30224         prior to 1.7.0.
30225         * tests/test-ftello.c (main): Likewise for ftello.
30226         * tests/test-fseeko.sh: New file.
30227         * tests/test-ftello.sh: New file.
30228         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
30229         with seekable stdin.
30230         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
30231         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
30232         (gl_REPLACE_FSEEKO): New macro.
30233         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
30234         * modules/fseeko (Files): Distribute fseeko.c.
30235         * modules/ftello (Files): Distribute ftello.c.
30236         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
30237         mode.
30238         * lib/ftello.c (rpl_ftello): New file.
30239         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
30240         fseeko, ftello.
30241         (gl_STDIN_LARGE_OFFSET): New macro.
30242         * modules/stdio (Makefile.am): Perform the replacement.
30243         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
30244
30245 2007-05-23  Bruno Haible  <bruno@clisp.org>
30246
30247         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
30248         GNULIB_POSIXCHECK is defined.
30249
30250 2007-05-21  Bruno Haible  <bruno@clisp.org>
30251
30252         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
30253         Check also the output for NaN arguments. When cross-compiling, guess
30254         no on IRIX.
30255         * lib/vasnprintf.c: Update comments.
30256         * tests/test-vasnprintf-posix.c (strisnan): New function.
30257         (test_function): Use it.
30258         * tests/test-vasprintf-posix.c (strisnan): New function.
30259         (test_function): Use it.
30260         * tests/test-snprintf-posix.h (strisnan): New function.
30261         (test_function): Use it.
30262         * tests/test-sprintf-posix.h (strisnan): New function.
30263         (test_function): Use it.
30264         Reported by Eric Blake.
30265
30266 2007-05-20  Bruno Haible  <bruno@clisp.org>
30267
30268         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
30269         numbers that fails on BeOS.
30270         * doc/functions/frexpl.texi: Update.
30271
30272 2007-05-20  Jim Meyering  <jim@meyering.net>
30273
30274         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
30275         forced upon us by glibc-2.6.
30276
30277 2007-05-20  Bruno Haible  <bruno@clisp.org>
30278
30279         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
30280         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
30281         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
30282         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
30283         NEED_PRINTF_INFINITE.
30284         (is_infinitel): New function.
30285         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
30286         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
30287         gl_PREREQ_VASNPRINTF_INFINITE.
30288         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
30289         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30290         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
30291         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
30292         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
30293         gl_PREREQ_VASNPRINTF_INFINITE.
30294         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30295         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30296         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30297         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30298         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30299         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30300         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30301         * doc/functions/fprintf.texi: Update.
30302         * doc/functions/printf.texi: Update.
30303         * doc/functions/snprintf.texi: Update.
30304         * doc/functions/sprintf.texi: Update.
30305         * doc/functions/vfprintf.texi: Update.
30306         * doc/functions/vprintf.texi: Update.
30307         * doc/functions/vsnprintf.texi: Update.
30308         * doc/functions/vsprintf.texi: Update.
30309
30310 2007-05-20  Bruno Haible  <bruno@clisp.org>
30311
30312         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
30313         was not found in libc.
30314         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
30315
30316 2007-05-20  Bruno Haible  <bruno@clisp.org>
30317
30318         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30319         printed as "-nan" instead of "nan".
30320         * tests/test-vasprintf-posix.c (test_function): Likewise.
30321         * tests/test-snprintf-posix.h (test_function): Likewise.
30322         * tests/test-sprintf-posix.h (test_function): Likewise.
30323         Needed for HP-UX 11.
30324
30325 2007-05-20  Jim Meyering  <jim@meyering.net>
30326
30327         Fix buggy test for the fchownat-deref bug.
30328         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
30329         symlink required for the run-test.  Without it, this test would
30330         always declare that fchownat doesn't work, and client code would
30331         unnecessarily use the replacement function with fixed libc.
30332         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
30333         Reported by Greg Schafer.
30334
30335 2007-05-19  Bruno Haible  <bruno@clisp.org>
30336
30337         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
30338         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
30339         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
30340         Needed for IRIX 6.5 and Solaris 2.5.1.
30341
30342 2007-05-19  Bruno Haible  <bruno@clisp.org>
30343
30344         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
30345         (test_function): Skip tests involving -0.0 on platforms where
30346         -0.0 = 0.0.
30347         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
30348         (test_function): Skip tests involving -0.0 on platforms where
30349         -0.0 = 0.0.
30350         * tests/test-snprintf-posix.h (have_minus_zero): New function.
30351         (test_function): Skip tests involving -0.0 on platforms where
30352         -0.0 = 0.0.
30353         * tests/test-sprintf-posix.h (have_minus_zero): New function.
30354         (test_function): Skip tests involving -0.0 on platforms where
30355         -0.0 = 0.0.
30356         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
30357         tests.
30358         * tests/test-printf-posix.h (test_function): Likewise.
30359         * tests/test-printf-posix.output: Remove all -0.0 related results.
30360         Needed for IRIX 6.5.
30361
30362 2007-05-19  Bruno Haible  <bruno@clisp.org>
30363
30364         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30365         printed as "nan0x7fffffff" instead of "nan".
30366         * tests/test-vasprintf-posix.c (test_function): Likewise.
30367         * tests/test-snprintf-posix.h (test_function): Likewise.
30368         * tests/test-sprintf-posix.h (test_function): Likewise.
30369         * tests/test-fprintf-posix.h (NaN): Remove macro.
30370         (test_function): Remove all NaN related tests.
30371         * tests/test-printf-posix.h (NaN): Remove macro.
30372         (test_function): Remove all NaN related tests.
30373         * tests/test-printf-posix.output: Remove all NaN related results.
30374         Needed for IRIX 6.5.
30375
30376 2007-05-19  Bruno Haible  <bruno@clisp.org>
30377
30378         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
30379         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
30380
30381 2007-05-19  Bruno Haible  <bruno@clisp.org>
30382
30383         * lib/float_.h: New file.
30384         * m4/float_h.m4: New file.
30385         * modules/float: New file.
30386         * modules/isnanl (Dependencies): Add float.
30387         * modules/isnanl-nolibm (Dependencies): Likewise.
30388         * modules/mathl (Dependencies): Likewise.
30389         * modules/printf-frexpl (Dependencies): Likewise.
30390         * modules/signbit (Dependencies): Likewise.
30391         * modules/vasnprintf (Dependencies): Likewise.
30392         * doc/headers/float.texi: Update.
30393
30394 2007-05-19  Jim Meyering  <jim@meyering.net>
30395
30396         * lib/utimens.c (gl_futimens): Rename from futimens,
30397         now that glibc-2.6 declares futimens.
30398         * lib/utimens.h: Likewise.
30399
30400 2007-05-19  Bruno Haible  <bruno@clisp.org>
30401
30402         Avoid test failures on mingw.
30403         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
30404         * tests/test-printf-posix.sh: Likewise.
30405         * tests/test-vfprintf-posix.sh: Likewise.
30406         * tests/test-vprintf-posix.sh: Likewise.
30407
30408 2007-05-19  Bruno Haible  <bruno@clisp.org>
30409
30410         Fix *printf result for NaN, Inf, -0.0 on mingw.
30411         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
30412         * lib/vasnprintf.c: Include math.h and isnan.h.
30413         (is_infinite_or_zero): New function.
30414         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
30415         values in the %f, %F, %e, %E, %g, %G directives.
30416         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
30417         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30418         gl_PRINTF_INFINITE and test its result. Invoke
30419         gl_PREREQ_VASNPRINTF_INFINITE.
30420         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30421         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30422         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30423         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30424         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30425         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30426         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30427         * doc/functions/fprintf.texi: Update.
30428         * doc/functions/printf.texi: Update.
30429         * doc/functions/snprintf.texi: Update.
30430         * doc/functions/sprintf.texi: Update.
30431         * doc/functions/vfprintf.texi: Update.
30432         * doc/functions/vprintf.texi: Update.
30433         * doc/functions/vsnprintf.texi: Update.
30434         * doc/functions/vsprintf.texi: Update.
30435
30436 2007-05-19  Bruno Haible  <bruno@clisp.org>
30437
30438         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
30439         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
30440         Instead of multiplying with 10^k, set extra_zeroes to k.
30441         (scale10_round_long_double): Remove function.
30442
30443 2007-05-18  Bruno Haible  <bruno@clisp.org>
30444
30445         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
30446         introduced on 2007-05-06.
30447
30448 2007-05-18  Bruno Haible  <bruno@clisp.org>
30449
30450         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
30451         %g directives.
30452         * tests/test-vasprintf-posix.c (test_function): Likewise.
30453         * tests/test-snprintf-posix.h (test_function): Likewise.
30454         * tests/test-sprintf-posix.h (test_function): Likewise.
30455
30456 2007-05-18  Bruno Haible  <bruno@clisp.org>
30457
30458         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
30459         (strmatch): New function.
30460         (test_function): Test the %f directive on numbers of various exponents.
30461         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
30462         (strmatch): New function.
30463         (test_function): Test the %f directive on numbers of various exponents.
30464         * tests/test-snprintf-posix.h (strmatch): New function.
30465         (test_function): Test the %f directive on numbers of various exponents.
30466         * tests/test-sprintf-posix.h (strmatch): New function.
30467         (test_function): Test the %f directive on numbers of various exponents.
30468         * tests/test-snprintf-posix.c (SIZEOF): New macro.
30469         * tests/test-sprintf-posix.c (SIZEOF): New macro.
30470         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
30471         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
30472
30473 2007-05-18  Bruno Haible  <bruno@clisp.org>
30474
30475         Add support for 'long double' number output.
30476         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
30477         * lib/vasnprintf.c: Include math.h and float+.h.
30478         (mp_limb_t): New type.
30479         (GMP_LIMB_BITS): New macro.
30480         (mp_twolimb_t): New type.
30481         (GMP_TWOLIMB_BITS): New macro.
30482         (mpn_t): New type.
30483         (multiply, divide, convert_to_decimal, decode_long_double,
30484         scale10_round_long_double, scale10_round_decimal_long_double,
30485         floorlog10l): New functions.
30486         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
30487         for the %f, %F, %e, %E, %g, %G directives.
30488         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
30489         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30490         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
30491         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
30492         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30493         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30494         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30495         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30496         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30497         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30498         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30499         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
30500         * modules/snprintf-posix (Depends-on): Likewise.
30501         * modules/sprintf-posix (Depends-on): Likewise.
30502         * modules/vasnprintf-posix (Depends-on): Likewise.
30503         * modules/vasprintf-posix (Depends-on): Likewise.
30504         * modules/vfprintf-posix (Depends-on): Likewise.
30505         * modules/vsnprintf-posix (Depends-on): Likewise.
30506         * modules/vsprintf-posix (Depends-on): Likewise.
30507         * modules/vasnprintf (Files): Add lib/float+.h.
30508         * doc/functions/fprintf.texi: Update.
30509         * doc/functions/printf.texi: Update.
30510         * doc/functions/snprintf.texi: Update.
30511         * doc/functions/sprintf.texi: Update.
30512         * doc/functions/vfprintf.texi: Update.
30513         * doc/functions/vprintf.texi: Update.
30514         * doc/functions/vsnprintf.texi: Update.
30515         * doc/functions/vsprintf.texi: Update.
30516
30517 2007-05-18  Bruno Haible  <bruno@clisp.org>
30518
30519         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
30520
30521 2007-05-18  Bruno Haible  <bruno@clisp.org>
30522
30523         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
30524         for printing 64-bit integers. Needed for mingw.
30525
30526 2007-05-18  Bruno Haible  <bruno@clisp.org>
30527
30528         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
30529         gl_FUNC_FREXPL_WORKS.
30530         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
30531
30532 2007-05-18  Bruno Haible  <bruno@clisp.org>
30533
30534         * modules/frexpl-nolibm-tests: New file.
30535
30536         * modules/frexpl-nolibm: New file.
30537         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
30538
30539 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30540
30541         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
30542         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30543         GCC 4.2, which otherwise issues a lot of warnings.
30544         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
30545         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
30546         Likewise.
30547         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
30548         * modules/iconv_open (iconv.h): Likewise.
30549         * modules/locale (locale.h): Likewise.
30550         * modules/netinet_in (netinet/in.h): Likewise.
30551         * modules/sys_select (sys_select.h): Likewise.
30552         * modules/sys_socket (sys/socket.h): Likewise.
30553         * modules/sys_stat (sys/stat.h): Likewise.
30554         * modules/sysexits (sysexits.h): Likewise.
30555         * modules/unistd (unistd.h): Likewise.
30556
30557 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30558
30559         * modules/closein-tests (Makefile.am): Distribute
30560         `test-closein.sh'.
30561
30562 2007-05-17  Bruno Haible  <bruno@clisp.org>
30563
30564         * tests/test-printf-posix.output: Renamed from
30565         tests/test-fprintf-posix.out.
30566         * modules/fprintf-posix-tests: Update.
30567         * modules/printf-posix-tests: Update.
30568         * modules/vfprintf-posix-tests: Update.
30569         * modules/vprintf-posix-tests: Update.
30570         * tests/test-fprintf-posix.sh: Update.
30571         * tests/test-printf-posix.sh: Update.
30572         * tests/test-vfprintf-posix.sh: Update.
30573         * tests/test-vprintf-posix.sh: Update.
30574         Reported by Ralf Wildenhues.
30575
30576 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30577
30578         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
30579         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30580         GCC 4.2, which otherwise issues a lot of warnings.
30581         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
30582         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
30583         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
30584         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
30585         it should no longer be needed.
30586         * lib/string_.h: Likewise.
30587         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
30588         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
30589         * modules/inttypes (inttypes.h): Likewise.
30590         * modules/math (math.h): Likewise.
30591         * modules/search (search.h): Likewise.
30592         * modules/signal (signal.h): Likewise.
30593         * modules/stdint (stdint.h): Likewise.
30594         * modules/stdio (stdio.h): Likewise.
30595         * modules/stdlib (stdlib.h): Likewise.
30596         * modules/string (string.h): Likewise.
30597         * modules/sys_time (sys/time.h): Likewise.
30598         * modules/time (time.h): Likewise.
30599         * modules/wchar (wchar.h): Likewise.
30600         * modules/wctype (wtype.h): Likewise.
30601
30602 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
30603
30604         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
30605
30606 2007-05-13  Bruno Haible  <bruno@clisp.org>
30607
30608         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
30609         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30610         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
30611         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30612         (gl_PREREQ_STRTOK_R): Don't require it here.
30613
30614 2007-05-13  Bruno Haible  <bruno@clisp.org>
30615
30616         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
30617         when used in C++ mode.
30618
30619 2007-05-12  Bruno Haible  <bruno@clisp.org>
30620
30621         * lib/linebuffer.h: Tweak doc.
30622         * lib/linebuffer.c: Likewise.
30623
30624 2007-05-12  James Youngman  <jay@gnu.org>
30625
30626         * lib/linebuffer.c (readlinebuffer_delim): New function,
30627         like readlinebuffer, but use a caller-specified delimiter.
30628         (readlinebuffer): Just call readlinebuffer_delim with '\n'
30629         as the delimiter.
30630         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
30631
30632 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
30633
30634         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
30635         * modules/openat (Files): Remove openat-die.c.
30636         (Depends-on): Add openat-die.
30637         * modules/openat-die: New module.
30638
30639 2007-05-06  Bruno Haible  <bruno@clisp.org>
30640
30641         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
30642         Update with info about Cygwin.
30643         * doc/functions/fprintf.texi: Update.
30644         * doc/functions/printf.texi: Update.
30645         * doc/functions/snprintf.texi: Update.
30646         * doc/functions/sprintf.texi: Update.
30647         * doc/functions/vfprintf.texi: Update.
30648         * doc/functions/vprintf.texi: Update.
30649         * doc/functions/vsnprintf.texi: Update.
30650         * doc/functions/vsprintf.texi: Update.
30651         Reported by Eric Blake.
30652
30653 2007-05-06  Bruno Haible  <bruno@clisp.org>
30654
30655         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
30656         padding ourselves for the floating-point directives.
30657         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
30658         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
30659         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30660         gl_PRINTF_FLAG_ZERO and test its result. Invoke
30661         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
30662         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30663         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
30664         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30665         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30666         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30667         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30668         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30669         * tests/test-snprintf-posix.h (test_function): Also check the width
30670         and some flags in the %f directive.
30671         * tests/test-sprintf-posix.h (test_function): Likewise.
30672         * tests/test-vasnprintf-posix.c (test_function): Likewise.
30673         * tests/test-vasprintf-posix.c (test_function): Likewise.
30674         * doc/functions/fprintf.texi: Update.
30675         * doc/functions/printf.texi: Update.
30676         * doc/functions/snprintf.texi: Update.
30677         * doc/functions/sprintf.texi: Update.
30678         * doc/functions/vfprintf.texi: Update.
30679         * doc/functions/vprintf.texi: Update.
30680         * doc/functions/vsnprintf.texi: Update.
30681         * doc/functions/vsprintf.texi: Update.
30682
30683 2007-05-06  Bruno Haible  <bruno@clisp.org>
30684
30685         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
30686         pass the ' flag character to sprintf or snprintf.
30687         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
30688         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
30689         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30690         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
30691         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
30692         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30693         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
30694         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30695         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30696         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30697         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30698         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30699         * tests/test-snprintf-posix.h (test_function): Also check the grouping
30700         flag.
30701         * tests/test-sprintf-posix.h (test_function): Likewise.
30702         * tests/test-vasnprintf-posix.c (test_function): Likewise.
30703         * tests/test-vasprintf-posix.c (test_function): Likewise.
30704         * doc/functions/fprintf.texi: Update.
30705         * doc/functions/printf.texi: Update.
30706         * doc/functions/snprintf.texi: Update.
30707         * doc/functions/sprintf.texi: Update.
30708         * doc/functions/vfprintf.texi: Update.
30709         * doc/functions/vprintf.texi: Update.
30710         * doc/functions/vsnprintf.texi: Update.
30711         * doc/functions/vsprintf.texi: Update.
30712
30713 2007-05-01  Bruno Haible  <bruno@clisp.org>
30714
30715         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
30716
30717 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
30718
30719         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
30720         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
30721
30722 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30723
30724         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
30725         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
30726         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
30727
30728 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
30729
30730         * lib/argp-help.c (struct hol_entry): New member `ord'.
30731         (HOL_ENTRY_PTRCMP): Use ord for comparison
30732         (hol_sort): Initialize ord.
30733
30734 2007-05-01  Bruno Haible  <bruno@clisp.org>
30735
30736         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
30737         Reported by Eric Blake.
30738         * doc/gnulib.texi (Function Substitutes): Update.
30739
30740 2007-05-01  Bruno Haible  <bruno@clisp.org>
30741
30742         * doc/functions.texi: Remove file, now redundant through
30743         doc/functions/*.texi.
30744
30745 2007-05-01  Bruno Haible  <bruno@clisp.org>
30746
30747         * modules/argp (Depends-on): Add sleep.
30748
30749 2007-05-01  Bruno Haible  <bruno@clisp.org>
30750
30751         * modules/sleep-tests: New file.
30752         * tests/test-sleep.c: New file.
30753
30754         * modules/sleep: New file.
30755         * lib/sleep.c: New file.
30756         * m4/sleep.m4: New file.
30757         * lib/unistd_.h (sleep): New declaration.
30758         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
30759         HAVE_SLEEP.
30760         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
30761         * doc/functions/sleep.texi: Document the sleep module.
30762
30763 2007-05-01  Bruno Haible  <bruno@clisp.org>
30764
30765         * lib/sigprocmask.h: Remove file.
30766         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
30767         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
30768         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
30769         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
30770         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
30771         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
30772         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
30773         HAVE_SIGSET_T as a shell variable.
30774         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
30775         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
30776         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
30777         (Depends-on): Add signal. Remove verify.
30778         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
30779         (Include): Mention <signal.h> instead of sigprocmask.h.
30780         * NEWS: Mention the change.
30781         * lib/fatal-signal.c: Don't include sigprocmask.h.
30782
30783 2007-05-01  Bruno Haible  <bruno@clisp.org>
30784
30785         * modules/signal: New file.
30786         * lib/signal_.h: New file.
30787         * m4/signal_h.m4: New file.
30788
30789 2007-05-01  Bruno Haible  <bruno@clisp.org>
30790
30791         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
30792         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
30793         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
30794         HAVE_WCTYPE_CTMP_BUG into wctype.h.
30795
30796 2007-05-01  Bruno Haible  <bruno@clisp.org>
30797
30798         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
30799         configure time.
30800         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
30801         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
30802         * modules/sys_stat (Makefile.am): Substitute their values into
30803         sys/stat.h.
30804
30805 2007-05-01  Bruno Haible  <bruno@clisp.org>
30806
30807         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
30808         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
30809         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
30810
30811 2007-05-01  Bruno Haible  <bruno@clisp.org>
30812
30813         * doc/header/assert.texi: Undo last change: don't mention the gnulib
30814         'assert' module here.
30815
30816 2007-05-01  Bruno Haible  <bruno@clisp.org>
30817
30818         * doc/functions/*.texi: New files.
30819         * doc/functions/google-ranking.txt: New file.
30820         * doc/gnulib.texi (Function Substitutes): New chapter.
30821         (ctime, inet_ntoa): Remove sections.
30822         * doc/ctime.texi: Remove file.
30823         * doc/inet_ntoa.texi: Remove file.
30824         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
30825         dependencies.
30826         (%.info): New rule, specifying a --reference-limit.
30827
30828 2007-05-01  Bruno Haible  <bruno@clisp.org>
30829
30830         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
30831
30832 2007-05-01  Bruno Haible  <bruno@clisp.org>
30833
30834         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
30835         the portability of 'mkdir' to mingw systems.
30836
30837 2007-05-01  Bruno Haible  <bruno@clisp.org>
30838
30839         * doc/headers/google-ranking.txt: New file.
30840
30841 2007-04-30  Eric Blake  <ebb9@byu.net>
30842
30843         Prefer fseeko to fseek.
30844         * modules/getpass (Depends-on): Add fseeko.
30845         * lib/getpass.c (getpass): Use fseeko, not fseek.
30846
30847 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
30848
30849         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
30850         assumes the sorting is stable, while most qsort implementations
30851         are not.  Use argument addresses to ensure they never compare as
30852         equal.
30853
30854         * tests/test-argp-2.sh (usage-indent test): Fix output
30855         (func_compare): Restore diff options
30856         * tests/test-argp.c: Restore #include "progname.h"
30857
30858 2007-04-29  Bruno Haible  <bruno@clisp.org>
30859
30860         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
30861         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30862         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
30863         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30864         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
30865         (configure.ac): Define CHECK_SNPRINTF_POSIX.
30866         (TESTS, check_PROGRAMS): Add test-snprintf.
30867         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
30868         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
30869         (TESTS, check_PROGRAMS): Add test-vsnprintf.
30870         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
30871         assertions that fail on HP-UX, OSF/1, or IRIX.
30872         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
30873
30874 2007-04-29  Bruno Haible  <bruno@clisp.org>
30875
30876         * MODULES.html.sh (posix_functions): Remove 'contents'.
30877
30878 2007-04-29  Karl Berry  <karl@gnu.org>
30879
30880         * config/srclist.txt (gendocs_template_min): new entry.
30881
30882 2007-04-29  Bruno Haible  <bruno@clisp.org>
30883
30884         Work around fpurge bug on BSD systems.
30885         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
30886         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
30887         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
30888         fpurge to rpl_fpurge if the system already has this function.
30889         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
30890         the case where the system already has this function. Correct invariants
30891         on BSD systems.
30892         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
30893         BSD systems.
30894
30895 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
30896
30897         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
30898         proposed by Sven Verdoolaege.
30899
30900         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
30901         options.
30902         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
30903         (usage and help tests): Update
30904
30905 2007-04-29  Bruno Haible  <bruno@clisp.org>
30906
30907         * tests/test-fflush.c (main): Use a file of size 17, not 10.
30908         Print more information in case of failure. Disable a test on BeOS.
30909
30910 2007-04-29  Bruno Haible  <bruno@clisp.org>
30911
30912         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
30913         This helps debugging on systems on which no gdb is available.
30914
30915 2007-04-29  Bruno Haible  <bruno@clisp.org>
30916
30917         * lib/freading.h: Improve comments.
30918         * lib/fwriting.h: Likewise.
30919         * tests/test-freading.c (main): Don't check freading immediately after
30920         repositioning. Needed for glibc.
30921
30922 2007-04-29  Bruno Haible  <bruno@clisp.org>
30923
30924         * lib/freading.c (freading): Trivial simplification.
30925
30926 2007-04-28  Bruno Haible  <bruno@clisp.org>
30927
30928         * tests/test-fwriting.c (main): Also test the interaction between
30929         fflush and fwriting.
30930         * modules/fwriting-tests (Depends-on): Add fflush.
30931
30932         * tests/test-freading.c (main): Also test the interaction between
30933         fflush and freading.
30934         * modules/freading-tests (Depends-on): Add fflush.
30935
30936 2007-04-28  Bruno Haible  <bruno@clisp.org>
30937
30938         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
30939         fseeko and ftello.
30940         Suggested by Eric Blake.
30941
30942 2007-04-28  Jim Meyering  <jim@meyering.net>
30943
30944         Avoid false-negative in gl_STDINT_H's C99 conformance test.
30945         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
30946         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
30947
30948 2007-04-27  Eric Blake  <ebb9@byu.net>
30949
30950         * doc/headers/assert.texi (assert.h): Document assert module use.
30951
30952 2007-04-27  Bruno Haible  <bruno@clisp.org>
30953
30954         * doc/headers/*.texi: New files.
30955         * doc/gnulib.texi (Header File Substitutes): New chapter.
30956         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
30957         dependencies.
30958         (standards.info ,standards.html, standards.dvi): Update dependencies.
30959         (mostlyclean, clean): New targets.
30960
30961 2007-04-27  Bruno Haible  <bruno@clisp.org>
30962
30963         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
30964         * modules/sysexits (Files, Makefile.am): Update.
30965
30966         * lib/sys_socket_.h: Renamed from lib/socket_.h.
30967         * modules/sys_socket (Files, Makefile.am): Update.
30968
30969         * lib/sys_stat_.h: Renamed from lib/stat_.h.
30970         * modules/sys_stat (Files, Makefile.am): Update.
30971
30972 2007-04-27  Eric Blake  <ebb9@byu.net>
30973
30974         * lib/freading.h: Improve comments.
30975         * lib/fwriting.h: Likewise.
30976         * lib/fflush.c: Likewise.
30977
30978         Fix closein for mingw.
30979         * modules/closein-tests: Add tests for closein.
30980         * tests/test-closein.c: New file.
30981         * tests/test-closein.sh: Likewise.
30982         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
30983         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
30984
30985 2007-04-27  Bruno Haible  <bruno@clisp.org>
30986
30987         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
30988         version is < 6.
30989         * lib/math_.h [__DECC]: Likewise.
30990         * lib/stdio_.h [__DECC]: Likewise.
30991         * lib/stdlib_.h [__DECC]: Likewise.
30992         * lib/string_.h [__DECC]: Likewise.
30993         * lib/time_.h [__DECC]: Likewise.
30994         * lib/wchar_.h [__DECC]: Likewise.
30995         * lib/wctype_.h [__DECC]: Likewise.
30996
30997 2007-04-27  Bruno Haible  <bruno@clisp.org>
30998
30999         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
31000
31001 2007-04-27  Bruno Haible  <bruno@clisp.org>
31002
31003         * lib/fflush.c: Add comments.
31004         * modules/fpurge-tests (Depends-on): Add fflush.
31005         * modules/freadable-tests (Depends-on): Likewise.
31006         * modules/fwritable-tests (Depends-on): Likewise.
31007
31008 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
31009
31010         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
31011         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
31012         Report by Bruno Haible <bruno@clisp.org>.
31013
31014 2007-04-26  Eric Blake  <ebb9@byu.net>
31015
31016         Fix fflush on mingw.
31017         * modules/fflush (Depends-on): Add freading.
31018         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
31019         but unread data.
31020
31021 2007-04-26  Eric Blake  <ebb9@byu.net>
31022         and Bruno Haible  <bruno@clisp.org>
31023
31024         Implement freading and fwriting.
31025         * lib/freading.c: New file.
31026         * lib/freading.h: Likewise.
31027         * m4/freading.m4: Likewise.
31028         * modules/freading: Likewise.
31029         * modules/freading-tests: Likewise.
31030         * tests/test-freading.c: Likewise.
31031         * lib/fwriting.c: New file.
31032         * lib/fwriting.h: Likewise.
31033         * m4/fwriting.m4: Likewise.
31034         * modules/fwriting: Likewise.
31035         * modules/fwriting-tests: Likewise.
31036         * tests/test-fwriting.c: Likewise.
31037         * MODULES.html.sh (File stream based Input/Output): Mention them.
31038
31039 2007-04-26  Bruno Haible  <bruno@clisp.org>
31040
31041         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
31042         'long' when we assume it.
31043         Suggested by Eric Blake.
31044
31045 2007-04-26  Bruno Haible  <bruno@clisp.org>
31046
31047         Ensure fseeko, ftello are declared on glibc systems.
31048         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
31049         * modules/fseeko (configure.ac-early): Likewise.
31050         * modules/ftello (configure.ac-early): Likewise.
31051         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
31052         AC_FUNC_FSEEKO for this.
31053         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
31054         (gl_CHECK_FSEEKO): Remove macro.
31055
31056 2007-04-26  Bruno Haible  <bruno@clisp.org>
31057
31058         * tests/test-fflush.c (main): Also check the ftell result after
31059         fflush and fseek/fseeko.
31060         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
31061         file descriptor position cache in the stream.
31062         * lib/fseeko.c (rpl_fseeko): Likewise.
31063
31064 2007-04-26  Bruno Haible  <bruno@clisp.org>
31065
31066         * modules/fflush-tests (Depends-on): Add fseeko.
31067
31068 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
31069             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31070
31071         * lib/argz_.h: ensure error_t definition is obtained in same
31072         mechanism system argz.h would have.
31073         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
31074         argz facilities are known bad.  Err on the side of caution if
31075         cross-compiling.
31076
31077 2007-04-25  Eric Blake  <ebb9@byu.net>
31078
31079         * lib/fpurge.c (includes): Use stdlib.h for free.
31080         * tests/test-fflush.c (main): Also test fflush-fseeko.
31081
31082 2007-04-25  Bruno Haible  <bruno@clisp.org>
31083
31084         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
31085         * lib/fseeko.c: New file.
31086         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
31087         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
31088         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
31089         gl_FUNC_FSEEKO.
31090         (gl_FUNC_FSEEKO): Invoke it.
31091         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
31092         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
31093         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
31094
31095 2007-04-25  Bruno Haible  <bruno@clisp.org>
31096
31097         * modules/fflush (Depends-on): Add ftello.
31098
31099 2007-04-25  Bruno Haible  <bruno@clisp.org>
31100
31101         * modules/ftello-tests: New file.
31102         * tests/test-ftello.c: New file.
31103
31104         * modules/ftello: New file.
31105         * m4/ftello.m4: New file.
31106         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
31107         HAVE_FTELLO.
31108         * lib/stdio_.h (ftello): New declaration.
31109         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
31110         HAVE_FTELLO.
31111
31112 2007-04-25  Bruno Haible  <bruno@clisp.org>
31113
31114         * modules/fseeko-tests: New file.
31115         * tests/test-fseeko.c: New file.
31116
31117         * modules/fseeko: New file.
31118         * m4/fseeko.m4: New file.
31119         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
31120         HAVE_FSEEKO.
31121         * lib/stdio_.h (fseeko): New declaration.
31122         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
31123         HAVE_FSEEKO.
31124
31125 2007-04-25  Bruno Haible  <bruno@clisp.org>
31126
31127         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
31128
31129 2007-04-25  Bruno Haible  <bruno@clisp.org>
31130
31131         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
31132         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
31133         * tests/test-unistd.c: Likewise.
31134         * tests/test-fcntl.c: Likewise.
31135
31136 2007-04-23  Eric Blake  <ebb9@byu.net>
31137
31138         * lib/fflush.c: Fix missing include.
31139         Reported by Bruno Haible.
31140
31141 2007-04-23  Bruno Haible  <bruno@clisp.org>
31142
31143         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
31144         Reported by Eric Blake.
31145
31146 2007-04-23  Bruno Haible  <bruno@clisp.org>
31147
31148         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
31149
31150 2007-04-23  Bruno Haible  <bruno@clisp.org>
31151
31152         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
31153
31154 2007-04-23  Bruno Haible  <bruno@clisp.org>
31155
31156         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
31157         Needed on HP-UX 11.
31158
31159 2007-04-16  Eric Blake  <ebb9@byu.net>
31160
31161         Make fflush rely on fpurge.
31162         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
31163         open coding all variants.
31164         * modules/fflush (Depends-on): Add fpurge and unistd.
31165         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
31166         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
31167
31168         Fix --with-tests compilation on cygwin.
31169         * modules/argmatch-tests (Makefile.am): List gnulib library first
31170         in LDADD.
31171         * modules/argp-tests (Makefile.am): Likewise.
31172         * modules/array-list-tests (Makefile.am): Likewise.
31173         * modules/array-oset-tests (Makefile.am): Likewise.
31174         * modules/avltree-list-tests (Makefile.am): Likewise.
31175         * modules/avltree-oset-tests (Makefile.am): Likewise.
31176         * modules/avltreehash-list-tests (Makefile.am): Likewise.
31177         * modules/carray-list-tests (Makefile.am): Likewise.
31178         * modules/dirname-tests (Makefile.am): Likewise.
31179         * modules/frexp-tests (Makefile.am): Likewise.
31180         * modules/isnanl-tests (Makefile.am): Likewise.
31181         * modules/linked-list-tests (Makefile.am): Likewise.
31182         * modules/linkedhash-list-tests (Makefile.am): Likewise.
31183         * modules/lock-tests (Makefile.am): Likewise.
31184         * modules/rbtree-list-tests (Makefile.am): Likewise.
31185         * modules/rbtree-oset-tests (Makefile.am): Likewise.
31186         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
31187         * modules/tls-tests (Makefile.am): Likewise.
31188         * modules/tsearch-tests (Makefile.am): Likewise.
31189         * modules/xvasprintf-tests (Makefile.am): Likewise.
31190
31191         Fix fpurge for cygwin.
31192         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
31193         value.
31194         * modules/fpurge-tests (Depends-on): Clean up trash.
31195
31196 2007-04-16  Simon Josefsson  <simon@josefsson.org>
31197
31198         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
31199
31200         * m4/autobuild.m4: Re-indent.
31201
31202 2007-04-13  Bruno Haible  <bruno@clisp.org>
31203
31204         * modules/fpurge-tests: New file.
31205         * tests/test-fpurge.c: New file.
31206
31207         * modules/fpurge: New file.
31208         * lib/fpurge.h: New file.
31209         * lib/fpurge.c: New file.
31210         * m4/fpurge.m4: New file.
31211
31212 2007-04-13  Bruno Haible  <bruno@clisp.org>
31213
31214         * modules/fbufmode-tests: New file.
31215         * tests/test-fbufmode.c: New file.
31216
31217         * modules/fbufmode: New file.
31218         * lib/fbufmode.h: New file.
31219         * lib/fbufmode.c: New file.
31220         * m4/fbufmode.m4: New file.
31221
31222 2007-04-13  Bruno Haible  <bruno@clisp.org>
31223
31224         * modules/fwritable-tests: New file.
31225         * tests/test-fwritable.c: New file.
31226
31227         * modules/fwritable: New file.
31228         * lib/fwritable.h: New file.
31229         * lib/fwritable.c: New file.
31230         * m4/fwritable.m4: New file.
31231
31232 2007-04-13  Bruno Haible  <bruno@clisp.org>
31233
31234         * modules/freadable-tests: New file.
31235         * tests/test-freadable.c: New file.
31236
31237         * modules/freadable: New file.
31238         * lib/freadable.h: New file.
31239         * lib/freadable.c: New file.
31240         * m4/freadable.m4: New file.
31241
31242 2007-04-13  Bruno Haible  <bruno@clisp.org>
31243
31244         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
31245         MOSTLYCLEANFILES.
31246
31247 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31248
31249         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
31250         gzip bootstrap.conf to avoid dragging in i18n machinery.
31251         (gnulib_tool_option): Use it.
31252
31253 2007-04-13  Bruno Haible  <bruno@clisp.org>
31254
31255         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
31256         %F directives.
31257         * tests/test-vasprintf-posix.c (test_function): Likewise.
31258         * tests/test-snprintf-posix.h (test_function): Likewise.
31259         * tests/test-sprintf-posix.h (test_function): Likewise.
31260         * tests/test-fprintf-posix.h (test_function): Likewise.
31261         * tests/test-printf-posix.h (test_function): Likewise.
31262         * tests/test-fprintf-posix.out: Likewise.
31263
31264 2007-04-13  Bruno Haible  <bruno@clisp.org>
31265
31266         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
31267         * modules/tls-tests (configure.ac): Likewise.
31268         Reported by Arto C. Nirkko <anirkko@insel.ch>.
31269
31270 2007-04-13  Bruno Haible  <bruno@clisp.org>
31271
31272         * lib/tls.c (glthread_tls_get): Fix return type.
31273         Patch by Arto C. Nirkko <anirkko@insel.ch>.
31274
31275 2007-04-12  Eric Blake  <ebb9@byu.net>
31276
31277         * modules/gettime (Depends-on): Remove gettime.
31278         Reported by Dmitry V. Levin.
31279
31280 2007-04-12  Bruno Haible  <bruno@clisp.org>
31281
31282         * modules/fflush (Include): Mention <stdio.h>.
31283         * modules/strtoimax (Include): Mention <inttypes.h>.
31284         * modules/strtoumax (Include): Likewise.
31285
31286 2007-04-12  Eric Blake  <ebb9@byu.net>
31287
31288         * .cvsignore: New file.
31289         * .gitignore: Likewise.
31290
31291 2007-04-12  Bruno Haible  <bruno@clisp.org>
31292
31293         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
31294         not before, since $(LDADD) often contains libgnu.a.
31295         * modules/striconv-tests (test_striconv_LDADD): Likewise.
31296         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
31297         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
31298         Needed on Cygwin.
31299
31300 2007-04-12  Eric Blake  <ebb9@byu.net>
31301
31302         Work around glibc's failure to flush stdin on fclose.
31303         * lib/closein.c (close_stdin): Flush stdin before closing.
31304
31305         Work around glibc's failure to reset seekable stdin on exit.
31306         * modules/closein: New module.
31307         * lib/closein.c: New file.
31308         * lib/closein.h: Likewise.
31309         * m4/closein.m4: Likewise.
31310         * MODULES.html.sh (File stream based Input/Output): Document it.
31311
31312 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31313
31314         * gnulib-tool: Rename generated 'autobuild' script to
31315         'do-autobuild' in --create-megatestdir output.
31316
31317         * doc/gnulib.texi (Build robot for gnulib): Fix.
31318
31319 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31320
31321         * modules/sysexits (Depends-on): Add absolute-header.
31322
31323 2007-04-12  Eric Blake  <ebb9@byu.net>
31324
31325         No need to preserve errno on success.
31326         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
31327         Reported by Bruno Haible.
31328
31329 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31330
31331         * MODULES.html.sh (Support for maintaining and releasing
31332         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
31333
31334 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31335
31336         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
31337
31338 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31339
31340         * modules/autobuild: New module.
31341
31342         * m4/autobuild.m4: New file.
31343
31344 2007-04-11  Bruno Haible  <bruno@clisp.org>
31345
31346         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
31347         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
31348         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
31349         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
31350         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31351         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31352         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31353         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31354         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31355         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31356         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
31357         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31358         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31359         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
31360         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31361         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31362         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
31363         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31364         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31365         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
31366         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31367         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31368         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
31369         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31370         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31371         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
31372         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31373         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31374         Reported by Eric Blake.
31375
31376 2007-04-11  Bruno Haible  <bruno@clisp.org>
31377
31378         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
31379
31380 2007-04-10  Bruno Haible  <bruno@clisp.org>
31381
31382         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
31383         for NaN and Infinity. Needed on FreeBSD 6.1.
31384         * tests/test-vasnprintf-posix.c (test_function): Undo last change
31385         regarding results for "%010a" of Infinity and NaN.
31386         * tests/test-vasprintf-posix.c (test_function): Likewise.
31387         * tests/test-snprintf-posix.h (test_function): Likewise.
31388         * tests/test-sprintf-posix.h (test_function): Likewise.
31389         * tests/test-fprintf-posix.h (test_function): Likewise.
31390         * tests/test-printf-posix.h (test_function): Likewise.
31391         * tests/test-fprintf-posix.out: Likewise.
31392
31393 2007-04-10  Bruno Haible  <bruno@clisp.org>
31394
31395         * modules/locale-tests: New file.
31396         * tests/test-locale.c: New file.
31397
31398         * modules/locale: New file.
31399         * lib/locale_.h: New file.
31400         * m4/locale_h.m4: New file.
31401
31402 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
31403             Bruno Haible  <bruno@clisp.org>
31404
31405         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
31406         be determined, test for availability of the copysignf, copysign,
31407         copysignl functions.
31408         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
31409         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
31410         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
31411
31412 2007-04-09  Eric Blake  <ebb9@byu.net>
31413
31414         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
31415         * modules/stdio (Makefile.am): Support fflush.
31416         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
31417         * modules/fflush: New file.
31418         * lib/fflush.c: Likewise.
31419         * m4/fflush.m4: Likewise.
31420         * modules/fflush-tests: New test.
31421         * tests/test-fflush.c: Likewise.
31422         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
31423
31424 2007-04-06  Bruno Haible  <bruno@clisp.org>
31425
31426         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
31427         (VASNPRINTF): Use signbit for faster determination whether to print a
31428         minus sign.
31429         * modules/vasnprintf (Files): Remove lib/float+.h.
31430         * modules/fprintf-posix (Depends-on): Add signbit.
31431         * modules/snprintf-posix (Depends-on): Likewise.
31432         * modules/sprintf-posix (Depends-on): Likewise.
31433         * modules/vasnprintf-posix (Depends-on): Likewise.
31434         * modules/vasprintf-posix (Depends-on): Likewise.
31435         * modules/vfprintf-posix (Depends-on): Likewise.
31436         * modules/vsnprintf-posix (Depends-on): Likewise.
31437         * modules/vsprintf-posix (Depends-on): Likewise.
31438
31439 2007-04-06  Bruno Haible  <bruno@clisp.org>
31440
31441         * tests/test-frexp.c (main): Test also the sign bit of zero results.
31442         * tests/test-frexpl.c (main): Likewise.
31443         * tests/test-ldexpl.c (main): Likewise.
31444         * modules/frexp-tests (Depends-on): Add signbit.
31445         * modules/frexpl-tests (Depdends-on): Likewise.
31446         * modules/ldexpl-tests (Depdends-on): Likewise.
31447
31448 2007-04-06  Bruno Haible  <bruno@clisp.org>
31449
31450         * modules/signbit-tests: New file.
31451         * tests/test-signbit.c: New file.
31452
31453         * modules/signbit: New file.
31454         * lib/signbitf.c: New file.
31455         * lib/signbitd.c: New file.
31456         * lib/signbitl.c: New file.
31457         * m4/signbit.m4: New file.
31458         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
31459         (signbit): New macro.
31460         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
31461         REPLACE_SIGNBIT.
31462         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
31463         REPLACE_FREXPL into math.h.
31464
31465 2007-04-06  Bruno Haible  <bruno@clisp.org>
31466
31467         * modules/isnanf-nolibm-tests: New file.
31468         * tests/test-isnanf.c: New file.
31469
31470         * modules/isnanf-nolibm: New file.
31471         * lib/isnanf.h: New file.
31472         * lib/isnanf.c: New file.
31473         * lib/isnan.c: Consider the USE_FLOAT macro.
31474         * m4/isnanf.m4: New file.
31475
31476 2007-04-06  Bruno Haible  <bruno@clisp.org>
31477
31478         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
31479         (Link): New section.
31480
31481         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
31482
31483 2007-04-06  Bruno Haible  <bruno@clisp.org>
31484
31485         Assume the 'long double' type.
31486         * m4/longdouble.m4: Remove file.
31487         * config/srclist.txt: Don't mention longdouble.m4.
31488         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
31489         * lib/float+.h: Likewise.
31490         * lib/frexp.c: Likewise.
31491         * lib/printf-args.h: Likewise.
31492         * lib/printf-args.c: Likewise.
31493         * lib/printf-frexp.c: Likewise.
31494         * lib/printf-parse.c: Likewise.
31495         * lib/vasnprintf.c: Likewise.
31496         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
31497         * m4/intl.m4: Likewise.
31498         * m4/isnanl.m4: Likewise.
31499         * m4/printf.m4: Likewise.
31500         * m4/printf-frexpl.m4: Likewise.
31501         * m4/vasnprintf.m4: Likewise.
31502         * modules/allocsa (Files): Remove m4/longdouble.m4.
31503         * modules/gettext (Files): Likewise.
31504         * modules/relocatable-prog-wrapper (Files): Likewise.
31505         * modules/vasnprintf (Files): Likewise.
31506         * modules/isnanl (Files): Likewise.
31507         (Include): Simplify.
31508         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
31509         (Include): Simplify.
31510         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
31511         (Include): Simplify.
31512         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
31513         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31514         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
31515         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31516         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31517         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31518         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
31519         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31520         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31521         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31522         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
31523         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31524         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
31525         * tests/test-isnanl.c: Likewise.
31526         * tests/test-snprintf-posix.h: Likewise.
31527         * tests/test-sprintf-posix.h: Likewise.
31528         * tests/test-vasnprintf-posix.c: Likewise.
31529         * tests/test-vasnprintf-posix2.c: Likewise.
31530         * tests/test-vasprintf-posix.c: Likewise.
31531
31532 2007-04-06  Bruno Haible  <bruno@clisp.org>
31533
31534         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
31535         * lib/math_.h [__DECC]: Include the overridden include file through
31536         #include_next, outside the double-inclusion guard.
31537         * lib/stdio_.h [__DECC]: Likewise.
31538         * lib/stdlib_.h [__DECC]: Likewise.
31539         * lib/string_.h [__DECC]: Likewise.
31540         * lib/time_.h [__DECC]: Likewise.
31541         * lib/wchar_.h [__DECC]: Likewise.
31542         * lib/wctype_.h [__DECC]: Likewise.
31543         * lib/inttypes_.h [__DECC]: Likewise.
31544         Reported by Albert Chin <china@thewrittenword.com> in
31545         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
31546
31547 2007-04-04  Eric Blake  <ebb9@byu.net>
31548
31549         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
31550         1.5.x.
31551
31552 2007-04-04  Bruno Haible  <bruno@clisp.org>
31553
31554         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
31555         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
31556
31557 2007-04-04  Bruno Haible  <bruno@clisp.org>
31558
31559         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
31560         results for "%010a" of Infinity and NaN.
31561         * tests/test-vasprintf-posix.c (test_function): Likewise.
31562         * tests/test-snprintf-posix.h (test_function): Likewise.
31563         * tests/test-sprintf-posix.h (test_function): Likewise.
31564         * tests/test-fprintf-posix.h (test_function): Remove these tests.
31565         * tests/test-printf-posix.h (test_function): Likewise.
31566         * tests/test-fprintf-posix.out: Update.
31567         Needed for FreeBSD 6.1.
31568
31569 2007-04-04  Bruno Haible  <bruno@clisp.org>
31570
31571         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
31572         directly used by the gnulib modules nor by gnulib-tool.
31573
31574 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31575
31576         * DEPENDENCIES: Give overall description of version dependency
31577         desirability.  Use more-typical names for apps.
31578         Add shell, coreutils, diffutils, grep, tar, gzip.
31579
31580 2007-04-04  Simon Josefsson  <simon@josefsson.org>
31581
31582         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
31583
31584 2007-04-04  Karl Berry  <karl@gnu.org>
31585
31586         * MODULES.html.sh (func_module): missing '.
31587
31588 2007-04-03  Bruno Haible  <bruno@clisp.org>
31589
31590         * modules/argmatch-tests (Makefile.am): New variable
31591         test_argmatch_LDADD.
31592         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
31593         * modules/array-list-tests (Makefile.am): New variable
31594         test_array_list_LDADD.
31595         * modules/array-oset-tests (Makefile.am): New variable
31596         test_array_oset_LDADD.
31597         * modules/avltree-list-tests (Makefile.am): New variable
31598         test_avltree_list_LDADD.
31599         * modules/avltree-oset-tests (Makefile.am): New variable
31600         test_avltree_oset_LDADD.
31601         * modules/avltreehash-list-tests (Makefile.am): New variable
31602         test_avltreehash_list_LDADD.
31603         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
31604         test_canonicalize_lgpl_LDADD.
31605         * modules/carray-list-tests (Makefile.am): New variable
31606         test_carray_list_LDADD.
31607         * modules/dirname-tests (Makefile.am): New variable
31608         test_dirname_LDADD.
31609         * modules/linked-list-tests (Makefile.am): New variable
31610         test_linked_list_LDADD.
31611         * modules/linkedhash-list-tests (Makefile.am): New variable
31612         test_linkedhash_list_LDADD.
31613         * modules/rbtree-list-tests (Makefile.am): New variable
31614         test_rbtree_list_LDADD.
31615         * modules/rbtree-oset-tests (Makefile.am): New variable
31616         test_rbtree_oset_LDADD.
31617         * modules/rbtreehash-list-tests (Makefile.am): New variable
31618         test_rbtreehash_list_LDADD.
31619         * modules/xvasprintf-tests (Makefile.am): New variable
31620         test_xvasprintf_LDADD.
31621         Reported by Eric Blake.
31622
31623 2007-04-03  Eric Blake  <ebb9@byu.net>
31624
31625         * DEPENDENCIES: Weaken m4 requirements.
31626
31627 2007-04-03  Bruno Haible  <bruno@clisp.org>
31628
31629         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
31630         * modules/isnanl-tests (configure.ac): Likewise.
31631
31632 2007-04-03  Ben Pfaff  <blp@gnu.org>
31633
31634         * modules/iconv_open: Add $(srcdir)/ to source directory
31635         references in Makefile fragments that call gperf, to fix VPATH
31636         builds.
31637
31638 2007-04-03  Bruno Haible  <bruno@clisp.org>
31639
31640         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
31641         * lib/ldexpl.c: Undo last change.
31642
31643 2007-04-03  Bruno Haible  <bruno@clisp.org>
31644
31645         * modules/printf-frexpl (Depends-on): Undo last change.
31646         (Files): Add m4/ldexpl.m4.
31647
31648 2007-04-03  Bruno Haible  <bruno@clisp.org>
31649
31650         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
31651         * modules/isnanl (Link): New section.
31652
31653         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
31654         * modules/frexp (Link): New section.
31655
31656         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
31657         * modules/frexpl (Link): New section.
31658
31659         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
31660         * modules/ldexpl (Link): New section.
31661
31662 2007-04-03  Bruno Haible  <bruno@clisp.org>
31663
31664         * modules/TEMPLATE-EXTENDED: New file.
31665         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
31666
31667 2007-04-03  Bruno Haible  <bruno@clisp.org>
31668
31669         * DEPENDENCIES: New file.
31670         Suggested by Simon Josefsson.
31671
31672 2007-04-03  Bruno Haible  <bruno@clisp.org>
31673
31674         * doc/gnulib.texi: Escape @.
31675
31676 2007-04-03  James Youngman  <jay@gnu.org>
31677         and Paul Eggert  <eggert@cs.ucla.edu>
31678
31679         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
31680         birthtime on all systems that have birthtime, not just those which
31681         use st_birthtimensec rather than st_birthtim.  Putting zero in
31682         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
31683         that the birth time is not available for files on an NFS mount.
31684
31685 2007-04-03  Simon Josefsson  <simon@josefsson.org>
31686
31687         * modules/memxor: Move back from crypto/, suggested by Bruno.
31688         * modules/crypto/hmac-sha1: Fix memxor dependency.
31689
31690         * modules/crypto/gc: Moved from ../.
31691
31692 2007-04-02  Eric Blake  <ebb9@byu.net>
31693
31694         * lib/ldexpl.c (includes): Avoid libm.
31695
31696         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
31697
31698 2007-04-02  Bruno Haible  <bruno@clisp.org>
31699
31700         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
31701         on IRIX.
31702
31703 2007-04-02  Bruno Haible  <bruno@clisp.org>
31704
31705         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
31706         x86 or x86_64 platforms running MacOS X.
31707         Reported by Ryan Schmidt <@ryandesign.com>.
31708
31709 2007-04-02  Bruno Haible  <bruno@clisp.org>
31710
31711         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
31712         i386.
31713
31714 2007-04-01  Simon Josefsson  <simon@josefsson.org>
31715
31716         * modules/crypto/arcfour: Moved from ../.
31717         * modules/crypto/arcfour-tests: Moved from ../.
31718         * modules/crypto/arctwo: Moved from ../.
31719         * modules/crypto/arctwo-tests: Moved from ../.
31720         * modules/crypto/des: Moved from ../.
31721         * modules/crypto/des-tests: Moved from ../.
31722         * modules/crypto/gc-arcfour: Moved from ../.
31723         * modules/crypto/gc-arcfour-tests: Moved from ../.
31724         * modules/crypto/gc-arctwo: Moved from ../.
31725         * modules/crypto/gc-arctwo-tests: Moved from ../.
31726         * modules/crypto/gc-des: Moved from ../.
31727         * modules/crypto/gc-des-tests: Moved from ../.
31728         * modules/crypto/gc-hmac-md5: Moved from ../.
31729         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
31730         * modules/crypto/gc-hmac-sha1: Moved from ../.
31731         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
31732         * modules/crypto/gc-md2: Moved from ../.
31733         * modules/crypto/gc-md2-tests: Moved from ../.
31734         * modules/crypto/gc-md4: Moved from ../.
31735         * modules/crypto/gc-md4-tests: Moved from ../.
31736         * modules/crypto/gc-md5: Moved from ../.
31737         * modules/crypto/gc-md5-tests: Moved from ../.
31738         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
31739         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
31740         * modules/crypto/gc-random: Moved from ../.
31741         * modules/crypto/gc-rijndael: Moved from ../.
31742         * modules/crypto/gc-rijndael-tests: Moved from ../.
31743         * modules/crypto/gc-sha1: Moved from ../.
31744         * modules/crypto/gc-sha1-tests: Moved from ../.
31745         * modules/crypto/gc-tests: Moved from ../.
31746         * modules/crypto/hmac-md5: Moved from ../.
31747         * modules/crypto/hmac-md5-tests: Moved from ../.
31748         * modules/crypto/hmac-sha1: Moved from ../.
31749         * modules/crypto/hmac-sha1-tests: Moved from ../.
31750         * modules/crypto/md2: Moved from ../.
31751         * modules/crypto/md2-tests: Moved from ../.
31752         * modules/crypto/md4: Moved from ../.
31753         * modules/crypto/md4-tests: Moved from ../.
31754         * modules/crypto/md5: Moved from ../.
31755         * modules/crypto/md5-tests: Moved from ../.
31756         * modules/crypto/memxor: Moved from ../.
31757         * modules/crypto/rijndael: Moved from ../.
31758         * modules/crypto/rijndael-tests: Moved from ../.
31759         * modules/crypto/sha1: Moved from ../.
31760
31761 2007-03-30  James Youngman  <jay@gnu.org>
31762
31763         * tests/test-stat-time.c (prepare_test): use chmod() rather than
31764         rename() to change the ctime of a file (because ctime is unaffected
31765         by rename on jfs2 on AIX 5.1).
31766         (main): Start by doing cleanup, in case a previous run failed leaving
31767         test files behind.
31768
31769 2007-03-31  Bruno Haible  <bruno@clisp.org>
31770
31771         Support old proprietary implementations of iconv.
31772         * modules/iconv_open: New file.
31773         * lib/iconv_.h: New file.
31774         * m4/iconv_h.m4: New file.
31775         * lib/iconv_open.c: New file.
31776         * lib/iconv_open-aix.gperf: New file.
31777         * lib/iconv_open-hpux.gperf: New file.
31778         * lib/iconv_open-irix.gperf: New file.
31779         * lib/iconv_open-osf.gperf: New file.
31780         * m4/iconv_open.m4: New file.
31781         * modules/linebreak (Depends-on): Add iconv_open.
31782         * modules/striconv (Depends-on): Likewise.
31783         * modules/striconveh (Depends-on): Likewise.
31784         * modules/unicodeio (Depends-on): Likewise.
31785         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
31786         (iconv_t)(-1).
31787         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
31788         conversion if cd is (iconv_t)(-1).
31789         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
31790         is not possible.
31791
31792 2007-03-31  Bruno Haible  <bruno@clisp.org>
31793
31794         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
31795         work on Solaris either. Protect also second use of "autodetect_jp".
31796
31797 2007-03-31  Bruno Haible  <bruno@clisp.org>
31798
31799         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
31800         the function is not present.
31801
31802 2007-03-31  Bruno Haible  <bruno@clisp.org>
31803
31804         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
31805         the function is not present.
31806
31807 2007-03-31  Bruno Haible  <bruno@clisp.org>
31808
31809         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
31810         a bug in HP-UX iconv_open().
31811
31812 2007-03-31  Bruno Haible  <bruno@clisp.org>
31813
31814         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
31815         (Mathematics <math.h>): New section, add fpieee.
31816         (Input/output <stdio.h>): Add fseterr.
31817         (Mathematics <math.h>): New section, add printf-frexp.
31818         (Container data structures): Add sublist.
31819         (Core language properties): Add fpucw, inline.
31820         (Functions for greatest-width integer types <inttypes.h>): Add
31821         imaxabs, imaxdiv, inttypes.
31822         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
31823         isnanl-nolibm, ldexp.
31824         (Mathematics <math.h>): New section, add printf-frexpl.
31825         (Support for systems lacking POSIX:2001): Add fprintf-posix,
31826         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
31827         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
31828         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
31829         (Unicode string functions): Add unistr/u*-mbtoucr.
31830         (Java): Add javacomp-script, javaexec-script.
31831         (C#): Add csharpcomp-script, csharpexec-script.
31832         (Support for building libraries and executables): Add havelib,
31833         relocatable-*.
31834         (Support for maintaining and releasing projects): Renamed from
31835         'Support for maintaining and release projects'. Add announce-gen.
31836
31837 2007-03-31  Bruno Haible  <bruno@clisp.org>
31838
31839         * README: Talk primarily about git.
31840         (git and CVS): Renamed from CVS.
31841         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
31842         gnulib is available through git.
31843         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
31844
31845 2007-03-30  Bruno Haible  <bruno@clisp.org>
31846
31847         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
31848         * lib/poll_.h: Likewise.
31849         * lib/stat_.h: Likewise.
31850         * lib/sys_time_.h: Likewise.
31851         * lib/sysexit_.h: Likewise.
31852         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
31853         * lib/stdbool_.h: Likewise.
31854         * lib/byteswap_.h: Add double-inclusion guard.
31855
31856 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
31857
31858         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
31859
31860 2007-03-30  Karl Berry  <karl@gnu.org>
31861
31862         * config/srclist-update: double space after USA in the license
31863         substitution, since that's how it's usually (?) written.
31864
31865 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31866
31867         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
31868         reported by Bruno Haible.
31869
31870 2007-03-29  Bruno Haible  <bruno@clisp.org>
31871
31872         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
31873         a bug in AIX iconv().
31874
31875 2007-03-29  Bruno Haible  <bruno@clisp.org>
31876
31877         * modules/ldexpl-tests: New file.
31878         * tests/test-ldexpl.c: New file.
31879
31880 2007-03-29  Bruno Haible  <bruno@clisp.org>
31881
31882         * lib/ldexpl.c: Include fpucw.h.
31883         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
31884         multiplication.
31885         * modules/ldexpl (Depends-on): Add fpucw.
31886
31887 2007-03-29  Bruno Haible  <bruno@clisp.org>
31888
31889         * modules/ldexpl: New file.
31890         * m4/ldexpl.m4: New file.
31891         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
31892         set.
31893         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
31894         REPLACE_LDEXPL.
31895         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
31896         REPLACE_LDEXPL.
31897         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
31898         gl_FUNC_LDEXPL_WORKS.
31899         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
31900         * modules/mathl (Files): Remove lib/ldexpl.c.
31901         (Depends-on): Add ldexpl.
31902
31903 2007-03-29  Bruno Haible  <bruno@clisp.org>
31904
31905         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
31906
31907 2007-03-29  Bruno Haible  <bruno@clisp.org>
31908
31909         * tests/test-striconveh.c (main): Don't assume that a direct conversion
31910         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
31911         and possibly also HP-UX.
31912         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
31913         work on AIX, IRIX, HP-UX, OSF/1.
31914         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
31915         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
31916         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
31917         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
31918         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
31919         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
31920
31921 2007-03-29  Bruno Haible  <bruno@clisp.org>
31922
31923         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
31924
31925 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
31926
31927         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
31928         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
31929
31930 2007-03-29  Eric Blake  <ebb9@byu.net>
31931
31932         * lib/acl-internal.h: Remove redundant include.
31933         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
31934         Cygwin when a file is locked.
31935
31936 2007-03-29  Bruno Haible  <bruno@clisp.org>
31937
31938         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
31939         file.
31940         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
31941
31942 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
31943
31944         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
31945         try to remove a parent directory if the child couldn't be removed
31946         (except for the first rmdir, which could fail because the child
31947         doesn't exist).  Problem reported by Jeff Blaine in
31948         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
31949
31950 2007-03-28  Bruno Haible  <bruno@clisp.org>
31951
31952         * lib/striconveh.c (utf8conv_carefully): New function.
31953         (mem_cd_iconveh_internal): Invoke it.
31954
31955 2007-03-28  Bruno Haible  <bruno@clisp.org>
31956
31957         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
31958         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
31959         input.
31960         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
31961         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
31962         unistr/u8-uctomb.
31963
31964 2007-03-28  Bruno Haible  <bruno@clisp.org>
31965
31966         * modules/unistr/u8-mbtoucr: New file.
31967         * lib/unistr/u8-mbtoucr.c: New file.
31968         * modules/unistr/u16-mbtoucr: New file.
31969         * lib/unistr/u16-mbtoucr.c: New file.
31970         * modules/unistr/u16-mbtoucr: New file.
31971         * lib/unistr/u16-mbtoucr.c: New file.
31972         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
31973
31974 2007-03-27  Simon Josefsson  <simon@josefsson.org>
31975             Bruno Haible  <bruno@clisp.org>
31976
31977         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
31978         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
31979         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
31980
31981         * m4/stdio_h.m4: Add stubs for vasprintf too.
31982
31983         * modules/stdio: Support vasprintf in sed command.
31984
31985         * modules/vasprintf: Depend on stdio for prototypes.  Remove
31986         vasprintf.h.  Add stdio module indicator.
31987
31988         * lib/stdio_.h: Declare asprintf and vasprintf, based on
31989         vasprintf.h.
31990
31991         * lib/vasprintf.h: File removed.
31992
31993         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
31994         * lib/vasprintf.c: Ditto.
31995         * lib/xvasprintf.c: Ditto.
31996         * tests/test-vasprintf-posix.c: Ditto.
31997         * tests/test-vasprintf.c: Ditto.
31998
31999 2007-03-27  Bruno Haible  <bruno@clisp.org>
32000
32001         Make vasnprintf multithread-safe.
32002         * lib/vasnprintf.c (decimal_point_char): New function.
32003         (VASNPRINTF): Use it.
32004         Suggested by Simon Josefsson.
32005
32006 2007-03-27  Eric Blake  <ebb9@byu.net>
32007
32008         Support sub-second birthtime on cygwin.
32009         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
32010         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
32011         (get_stat_birthtime): Also work with st_birthtim.
32012
32013 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
32014
32015         * lib/stat-time.h (USE_BIRTHTIME): Remove.
32016         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
32017         (get_stat_birthtime_ns): Do not try to use "spare" fields.
32018         (get_stat_birthtime_ns): Simplify compile-time tests.
32019         (get_stat_birthtime): Change the API to look like
32020         get_stat_mtime etc., except return a negative tv_nsec on error.
32021         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
32022         Don't check for "spare" fields.
32023         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
32024         or for struct stat.st_birthtime, as these tests aren't used.
32025         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
32026
32027 2007-03-27  Bruno Haible  <bruno@clisp.org>
32028
32029         * lib/stat-time.h: Include <sys/stat.h>.
32030
32031 2007-03-27  James Youngman  <jay@gnu.org>
32032
32033         * lib/stat-time.h (get_stat_birthtime): New function for
32034           retrieving st_birthtime as provided by UFS2 (hence *BSD).
32035         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
32036           and its variants.
32037         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
32038         * modules/stat-time-test: New file.
32039         * tests/test-stat-time.c: New test, devised by Bruno Haible.
32040
32041 2007-03-26  Bruno Haible  <bruno@clisp.org>
32042
32043         Better support of signalling NaNs.
32044         * lib/atanl.c: Include isnanl.h.
32045         (atanl): Perform test for NaN at the beginning of the function and
32046         through a call to isnanl.
32047         * lib/cosl.c: Include isnanl.h.
32048         (cosl): Perform test for NaN at the beginning of the function and
32049         through a call to isnanl.
32050         * lib/ldexpl.c: Include isnanl.h.
32051         (ldexpl): Perform test for NaN through a call to isnanl.
32052         * lib/logl.c: Include isnanl.h.
32053         (logl): Perform test for NaN at the beginning of the function and
32054         through a call to isnanl.
32055         * lib/sinl.c: Include isnanl.h.
32056         (sinl): Perform test for NaN at the beginning of the function and
32057         through a call to isnanl.
32058         * lib/sqrtl.c: Include isnanl.h.
32059         (sqrtl): Perform test for NaN at the beginning of the function and
32060         through a call to isnanl.
32061         * lib/tanl.c: Include isnanl.h.
32062         (tanl): Perform test for NaN at the beginning of the function and
32063         through a call to isnanl.
32064         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
32065         * modules/mathl (Depends-on): Add isnanl.
32066
32067 2007-03-26  Eric Blake  <ebb9@byu.net>
32068
32069         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
32070         regression in logic sense of previous patch.
32071
32072 2007-03-26  Bruno Haible  <bruno@clisp.org>
32073
32074         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
32075         unportable shell command "if ! ...".
32076         Reported by Ralf Wildenhues.
32077
32078 2007-03-25  Bruno Haible  <bruno@clisp.org>
32079
32080         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
32081         <sysexits.h> file, and only add EX_CONFIG.
32082         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
32083         absolute file name and whether it is sufficient. Substitute also
32084         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
32085         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
32086         ABSOLUTE_SYSEXITS_H into sysexits.h.
32087
32088 2007-03-25  Bruno Haible  <bruno@clisp.org>
32089
32090         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
32091         hints is NULL.
32092
32093 2007-03-25  Bruno Haible  <bruno@clisp.org>
32094
32095         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
32096         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
32097
32098 2007-03-25  Bruno Haible  <bruno@clisp.org>
32099
32100         * lib/vasnprintf.c: Include langinfo.h.
32101         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
32102         multithread-safe.
32103         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
32104         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
32105         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32106         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32107         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32108         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32109         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32110         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
32111         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32112         Reported by Simon Josefsson.
32113
32114 2007-03-25  Bruno Haible  <bruno@clisp.org>
32115
32116         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
32117         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
32118         * modules/vasnprintf (Depends-on): Add stdint.
32119
32120 2007-03-25  Bruno Haible  <bruno@clisp.org>
32121
32122         * modules/fpieee: New file.
32123         * m4/fpieee.m4: New file.
32124         * modules/isnan-nolibm (Depends-on): Add fpieee.
32125         * modules/isnanl-nolibm (Depends-on): Add fpieee.
32126         * modules/isnanl (Depends-on): Add fpieee.
32127
32128 2007-03-25  Bruno Haible  <bruno@clisp.org>
32129
32130         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
32131
32132 2007-03-25  Bruno Haible  <bruno@clisp.org>
32133
32134         Avoid test failures on IRIX 6.5.
32135         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
32136         (main): Use it.
32137         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
32138         macros.
32139         (main): Use them.
32140
32141 2007-03-25  Bruno Haible  <bruno@clisp.org>
32142
32143         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
32144         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
32145         exists but doesn't work.
32146         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
32147         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
32148         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
32149         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
32150
32151 2007-03-25  Bruno Haible  <bruno@clisp.org>
32152
32153         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
32154         returns inf. Needed on IRIX 6.5.
32155
32156 2007-03-25  Bruno Haible  <bruno@clisp.org>
32157
32158         * tests/test-frexpl.c: Include isnanl-nolibm.h.
32159         (main): Use isnanl instead of x != x idiom.
32160         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
32161
32162         * tests/test-frexp.c: Include isnan.h.
32163         (main): Use isnan instead of x != x idiom.
32164         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
32165
32166 2007-03-25  Bruno Haible  <bruno@clisp.org>
32167
32168         * tests/test-frexp.c (NaN): New function/macro.
32169         (main): Use it instead of 0.0 / 0.0.
32170         * tests/test-isnan.c (NaN): New function/macro.
32171         (main): Use it instead of 0.0 / 0.0.
32172         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
32173         (test_function): Use it instead of 0.0 / 0.0.
32174         * tests/test-vasprintf-posix.c (NaN): New function/macro.
32175         (test_function): Use it instead of 0.0 / 0.0.
32176         * tests/test-snprintf-posix.h (NaN): New function/macro.
32177         (test_function): Use it instead of 0.0 / 0.0.
32178         * tests/test-sprintf-posix.h (NaN): New function/macro.
32179         (test_function): Use it instead of 0.0 / 0.0.
32180         * tests/test-fprintf-posix.h (NaN): New function/macro.
32181         (test_function): Use it instead of 0.0 / 0.0.
32182         * tests/test-printf-posix.h (NaN): New function/macro.
32183         (test_function): Use it instead of 0.0 / 0.0.
32184
32185         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
32186
32187 2007-03-25  Bruno Haible  <bruno@clisp.org>
32188
32189         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
32190
32191 2007-03-25  Bruno Haible  <bruno@clisp.org>
32192
32193         * lib/regexec.c (merge_state_with_log): Make static.
32194
32195 2007-03-25  Bruno Haible  <bruno@clisp.org>
32196
32197         * lib/trigl.c (kernel_rem_pio2): Make static.
32198
32199 2007-03-25  Bruno Haible  <bruno@clisp.org>
32200
32201         * lib/sincosl.c (sincosl_table): Make static.
32202
32203 2007-03-25  Bruno Haible  <bruno@clisp.org>
32204
32205         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
32206         if the compiler does not support C99.
32207
32208 2007-03-25  Bruno Haible  <bruno@clisp.org>
32209
32210         * modules/time (Makefile.am): Ensure all rule action lines start with a
32211         tab.
32212
32213 2007-03-24  Bruno Haible  <bruno@clisp.org>
32214
32215         * modules/tsearch-tests: New file.
32216         * tests/test-tsearch.sh: New file.
32217         * tests/test-tsearch.c: New file, mostly copied from glibc.
32218
32219         * modules/search-tests: New file.
32220         * tests/test-search.c: New file.
32221
32222         * modules/search: New file.
32223         * lib/search_.h: New file, incorporating lib/tsearch.h.
32224         * m4/search_h.m4: New file.
32225         * lib/tsearch.h: Remove file.
32226         * lib/tsearch.c: Include search.h instead of tsearch.h.
32227         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
32228         HAVE_TSEARCH.
32229         * modules/tsearch (Files): Remove lib/tsearch.h.
32230         (Depends-on): Add search.
32231         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
32232         (Include): Change tsearch.h into search.h.
32233
32234 2007-03-24  Bruno Haible  <bruno@clisp.org>
32235
32236         * modules/fpucw: New file.
32237         * lib/fpucw.h: New file.
32238         * lib/frexp.c: Include fpucw.h.
32239         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32240         (FUNC): Use them.
32241         * lib/printf-frexp.c: Include fpucw.h.
32242         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32243         (FUNC): Use them.
32244         * lib/vasnprintf.c: Include fpucw.h.
32245         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
32246         'long double' calculations.
32247         * tests/test-frexpl.c: Include fpucw.h.
32248         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32249         * tests/test-printf-frexpl.c: Include fpucw.h.
32250         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32251         * modules/frexpl (Depends-on): Add fpucw.
32252         * modules/printf-frexpl (Depends-on): Likewise.
32253         * modules/fprintf-posix (Depends-on): Likewise.
32254         * modules/snprintf-posix (Depends-on): Likewise.
32255         * modules/sprintf-posix (Depends-on): Likewise.
32256         * modules/vasnprintf-posix (Depends-on): Likewise.
32257         * modules/vasprintf-posix (Depends-on): Likewise.
32258         * modules/vfprintf-posix (Depends-on): Likewise.
32259         * modules/vsnprintf-posix (Depends-on): Likewise.
32260         * modules/vsprintf-posix (Depends-on): Likewise.
32261         * modules/frexpl-tests (Depends-on): Likewise.
32262         * modules/printf-frexpl-tests (Depends-on): Likewise.
32263
32264 2007-03-24  Bruno Haible  <bruno@clisp.org>
32265
32266         * lib/float+.h: New file.
32267         * lib/isnan.c: Include float+.h.
32268         (SIZE): New macro.
32269         (FUNC): Compare only SIZE bytes of the value.
32270         * lib/vasnprintf.c: Include float+.h.
32271         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
32272         SIZEOF_LDBL or SIZEOF_DBL bytes.
32273         * modules/isnan-nolibm (Files): Add lib/float+.h.
32274         * modules/isnanl-nolibm (Files): Add lib/float+.h.
32275         * modules/isnanl (Files): Add lib/float+.h.
32276         * modules/vasnprintf (Files): Add lib/float+.h.
32277
32278 2007-03-24  Bruno Haible  <bruno@clisp.org>
32279
32280         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
32281         include isnanl-nolibm.h.
32282
32283 2007-03-24  Bruno Haible  <bruno@clisp.org>
32284
32285         * tests/test-read-file.c (main): Don't produce spurious output for
32286         expected situations. Make the test fail if it encountered unexpected
32287         results.
32288
32289 2007-03-24  Bruno Haible  <bruno@clisp.org>
32290
32291         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
32292         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
32293
32294 2007-03-24  Bruno Haible  <bruno@clisp.org>
32295
32296         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
32297
32298 2007-03-24  Bruno Haible  <bruno@clisp.org>
32299
32300         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
32301         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
32302
32303         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
32304         * modules/utf8-ucs4: Turn into a symbolic link to module
32305         unistr/u8-mbtouc.
32306
32307         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
32308         utf8-ucs4-unsafe.
32309         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
32310         unistr/u8-mbtouc-unsafe.
32311
32312         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
32313         * modules/utf16-ucs4: Turn into a symbolic link to module
32314         unistr/u16-mbtouc.
32315
32316         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
32317         utf16-ucs4-unsafe.
32318         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
32319         unistr/u16-mbtouc-unsafe.
32320
32321         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
32322         * modules/ucs4-utf8: Turn into a symbolic link to module
32323         unistr/u8-ubtomb.
32324
32325         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
32326         * modules/ucs4-utf16: Turn into a symbolic link to module
32327         unistr/u16-ubtomb.
32328
32329 2007-03-24  Bruno Haible  <bruno@clisp.org>
32330
32331         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
32332         Enable the function only if HAVE_INLINE.
32333         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
32334         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32335         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
32336         Enable the function only if HAVE_INLINE.
32337         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
32338         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32339         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
32340         Enable the function only if HAVE_INLINE.
32341         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
32342         Enable the function only if HAVE_INLINE.
32343         * modules/utf8-ucs4: Update.
32344         * modules/utf8-ucs4-unsafe: Update.
32345         * modules/utf16-ucs4: Update.
32346         * modules/utf16-ucs4-unsafe: Update.
32347         * modules/ucs4-utf8: Update.
32348         * modules/ucs4-utf16: Update.
32349
32350 2007-03-24  Bruno Haible  <bruno@clisp.org>
32351
32352         * lib/utf8-ucs4.h: Remove file.
32353         * lib/utf8-ucs4-unsafe.h: Remove file.
32354         * lib/utf16-ucs4.h: Remove file.
32355         * lib/utf16-ucs4-unsafe.h: Remove file.
32356         * lib/ucs4-utf8.h: Remove file.
32357         * lib/ucs4-utf16.h: Remove file.
32358         * lib/unistr.h: Include their previous contents.
32359         * m4/utf-ucs4.m4: Remove file.
32360         * m4/ucs4-utf.m4: Remove file.
32361         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
32362         (Depends-on): Add unistr/base.
32363         (configure.ac): Remove gl_UTF_UCS4.
32364         (Makefile.am): Update.
32365         (Include): Change to unistr.h.
32366         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
32367         (Depends-on): Add unistr/base.
32368         (configure.ac): Remove gl_UTF_UCS4.
32369         (Makefile.am): Update.
32370         (Include): Change to unistr.h.
32371         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
32372         (Depends-on): Add unistr/base.
32373         (configure.ac): Remove gl_UTF_UCS4.
32374         (Makefile.am): Update.
32375         (Include): Change to unistr.h.
32376         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
32377         (Depends-on): Add unistr/base.
32378         (configure.ac): Remove gl_UTF_UCS4.
32379         (Makefile.am): Update.
32380         (Include): Change to unistr.h.
32381         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
32382         (Depends-on): Add unistr/base.
32383         (configure.ac): Remove gl_UCS4_UTF.
32384         (Makefile.am): Update.
32385         (Include): Change to unistr.h.
32386         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
32387         (Depends-on): Add unistr/base.
32388         (configure.ac): Remove gl_UCS4_UTF.
32389         (Makefile.am): Update.
32390         (Include): Change to unistr.h.
32391         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
32392         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
32393         utf8-ucs4-unsafe.h.
32394         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
32395         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
32396         utf16-ucs4-unsafe.h.
32397         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
32398         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
32399         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
32400         * lib/unistr/u8-strchr.c: Likewise.
32401         * lib/unistr/u8-strrchr.c: Likewise.
32402         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
32403         * lib/unistr/u16-strchr.c: Likewise.
32404         * lib/unistr/u16-strrchr.c: Likewise.
32405         * lib/striconveh.c: Update.
32406         * lib/linebreak.c: Update.
32407
32408 2007-03-24  Bruno Haible  <bruno@clisp.org>
32409
32410         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
32411         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
32412
32413 2007-03-22  Bruno Haible  <bruno@clisp.org>
32414
32415         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
32416
32417 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
32418
32419         * MODULES.html.sh (File system functions): New module write-any-file.
32420         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
32421         * m4/write-any-file.m4: New files.
32422
32423 2007-03-23  Eric Blake  <ebb9@byu.net>
32424
32425         * gnulib-tool: Rearrange space-tab sequences, since some editors
32426         like to eat them.
32427
32428 2007-03-23  Eric Blake  <ebb9@byu.net>
32429
32430         * lib/version-etc.c (version_etc_va): Update license wording to
32431         be more concise.  Recommended by Richard Stallman.
32432
32433 2007-03-22  Bruno Haible  <bruno@clisp.org>
32434
32435         * lib/poll.c (MSG_PEEK): New fallback definition.
32436
32437 2007-03-22  Bruno Haible  <bruno@clisp.org>
32438
32439         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
32440         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
32441         (main): Update.
32442         Fixes a compilation error on BeOS.
32443
32444 2007-03-22  Bruno Haible  <bruno@clisp.org>
32445
32446         * modules/frexpl-tests: New file.
32447         * tests/test-frexpl.c: New file.
32448
32449         * modules/frexpl: New file.
32450         * m4/frexpl.m4: New file.
32451         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
32452         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
32453         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
32454         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
32455         (Depends-on): Add frexpl. Remove isnanl-nolibm.
32456         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
32457
32458 2007-03-22  Bruno Haible  <bruno@clisp.org>
32459
32460         * lib/frexpl.c: Share code with lib/frexp.c.
32461         * modules/mathl (Files): Add lib/frexp.c.
32462         (Depends-on): Add isnanl-nolibm.
32463
32464 2007-03-22  Bruno Haible  <bruno@clisp.org>
32465
32466         * modules/printf-frexp (Files): Add m4/frexp.m4.
32467         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
32468         only if the found frexp function actually works.
32469
32470 2007-03-22  Bruno Haible  <bruno@clisp.org>
32471
32472         * lib/frexp.c: Remove older implementation that uses divisions.
32473
32474 2007-03-21  Bruno Haible  <bruno@clisp.org>
32475
32476         * modules/frexp-tests: New file.
32477         * tests/test-frexp.c: New file.
32478
32479         * modules/frexp: New file.
32480         * lib/frexp.c: New file.
32481         * m4/frexp.m4: New file.
32482         * lib/math_.h (frexp): New declaration.
32483         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
32484         REPLACE_FREXP.
32485         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
32486
32487 2007-03-21  Bruno Haible  <bruno@clisp.org>
32488
32489         * modules/isnanl-tests: New file.
32490         * tests/test-isnanl.c: New file.
32491
32492         * modules/isnanl: New file.
32493         * lib/isnanl.h: New file.
32494         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
32495         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
32496         gl_FUNC_ISNANL_WORKS.
32497         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
32498         New macros.
32499
32500 2007-03-21  Bruno Haible  <bruno@clisp.org>
32501
32502         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
32503         lib/isnanl.h.
32504         (Include): Update.
32505         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
32506         * lib/vasnprintf.c: Update.
32507         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
32508         tests/test-isnanl.h, remove tests/test-isnanl.c.
32509         (Makefile.am): Update.
32510         * tests/test-isnanl-nolibm.c: New file.
32511         * tests/test-isnanl.h: New file.
32512         * tests/test-isnanl.c: Remove file.
32513
32514 2007-03-21  Jim Meyering  <jim@meyering.net>
32515
32516         When trying to open ".", treat ESTALE like EACCES.
32517         * lib/savewd.c (savewd_save): Resort to forking not just upon
32518         failure with EACCES, but also when errno is ESTALE.
32519
32520 2007-03-20  Bruno Haible  <bruno@clisp.org>
32521
32522         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
32523         Needed on AIX 5.1. Reported by Matthew Woehlke.
32524
32525 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32526
32527         Suggestions by Bruno Haible:
32528         * lib/acl-internal.h: Include "gettext.h" rather than rolling
32529         our own.
32530         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
32531         * modules/acl (Depends-on): Add gettext.
32532
32533 2007-03-19  Bruno Haible  <bruno@clisp.org>
32534
32535         * modules/iconvme: Remove file.
32536         * lib/iconvme.h: Remove file.
32537         * lib/iconvme.c: Remove file.
32538         * m4/iconvme.m4: Remove file.
32539
32540 2007-03-19  Bruno Haible  <bruno@clisp.org>
32541
32542         * doc/relocatable-maint.texi: Break long shell script line.
32543         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32544
32545 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32546
32547         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
32548         handle file_has_acl.
32549         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
32550         * lib/acl.c: Move header inclusions and related macro defns into
32551         lib/acl-internal.h.
32552         (S_ISLNK): Remove defn, since that's now done for us.
32553         (file_has_acl): Move to lib/file-has-acl.c.
32554         Call acl_trivial if available.  This is the crucial part of the fix.
32555         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
32556         shared within the library.  Rewrite a bit, partly to make it compatible
32557         with the GNU coding style.
32558         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
32559         Remove unnecessary double-quotes.
32560         Don't test for acl_to_text; the build will catch that.
32561         Replace acl_entries if it doesn't exist and it is needed.
32562         Check for -lsec and acl_trivial (as used on Solaris 10).
32563         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
32564         lib/file-has-acl.c.
32565         (Depends-on): Add sys_stat, for S_ISLNK.
32566
32567 2007-03-19  Ben Pfaff  <blp@gnu.org>
32568
32569         * doc/gnulib.texi: Fix typos.
32570         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32571
32572 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32573
32574         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
32575         If size is zero here, buf must be zero.
32576
32577 2007-03-19  Simon Josefsson  <simon@josefsson.org>
32578
32579         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
32580         <bruno@clisp.org>.
32581
32582 2007-03-18  Bruno Haible  <bruno@clisp.org>
32583
32584         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
32585         Suggested by Eric Blake.
32586
32587 2007-03-18  Ben Pfaff  <blp@gnu.org>
32588
32589         * doc/relocatable.texi: Recommend using as prefix a directory
32590         that does not exist and will never be created.  Based on
32591         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
32592         and others.
32593
32594 2007-03-17  Bruno Haible  <bruno@clisp.org>
32595
32596         * lib/fchownat.c: Include lchown.h.
32597
32598 2007-03-17  Bruno Haible  <bruno@clisp.org>
32599
32600         Fix endless loop when the given allocated size was > INT_MAX.
32601         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
32602         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
32603         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
32604         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
32605         * lib/sprintf.c (sprintf): Likewise.
32606
32607 2007-03-17  Bruno Haible  <bruno@clisp.org>
32608
32609         * tests/test-argp-2.sh (func_compare): Output a context diff.
32610
32611 2007-03-17  Bruno Haible  <bruno@clisp.org>
32612
32613         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
32614         locale's decimal-point character.
32615
32616 2007-03-17  Bruno Haible  <bruno@clisp.org>
32617
32618         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
32619         before comparing it. Needed because on some platforms (e.g. x86) a
32620         'long double' occupies less bytes than sizeof (long double).
32621
32622 2007-03-17  Bruno Haible  <bruno@clisp.org>
32623
32624         * tests/test-crc.c (main): Make printf statements 64-bit clean.
32625         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
32626         * tests/test-getaddrinfo.c (simple): Likewise.
32627         * tests/test-read-file.c (main): Likewise.
32628
32629 2007-03-17  Bruno Haible  <bruno@clisp.org>
32630
32631         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
32632
32633 2007-03-17  Bruno Haible  <bruno@clisp.org>
32634
32635         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
32636         unused variable.
32637
32638 2007-03-17  Bruno Haible  <bruno@clisp.org>
32639
32640         * tests/test-c-strcasecmp.c: Include c-strcase.h.
32641         * tests/test-c-strncasecmp.c: Likewise.
32642
32643 2007-03-17  Bruno Haible  <bruno@clisp.org>
32644
32645         * modules/stdlib (Depends-on): Add unistd.
32646         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
32647         Needed for MacOS X 10.3.
32648
32649 2007-03-17  Bruno Haible  <bruno@clisp.org>
32650
32651         * lib/unistr/u-strdup.h: Include <stdlib.h>.
32652
32653 2007-03-17  Bruno Haible  <bruno@clisp.org>
32654
32655         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
32656
32657 2007-03-17  Bruno Haible  <bruno@clisp.org>
32658
32659         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
32660         to reflect files copied from gnulib (with or without modifications).
32661         Suggested by Jim Meyering.
32662
32663 2007-03-17  Eric Blake  <ebb9@byu.net>
32664
32665         * NEWS: Document stdlib change from 2007-02-18.
32666
32667 2007-03-17  Jim Meyering  <jim@meyering.net>
32668
32669         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
32670         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
32671         someone uses a name containing shell meta-characters.
32672         Reported by Alfred M. Szmidt.
32673
32674         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
32675
32676 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
32677
32678         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
32679         and copy gettext configuration files only if configure.ac contains
32680         a use of AM_GNU_GETTEXT_VERSION.
32681
32682 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
32683
32684         * build-aux/bootstrap (gnulib_name): New variable.
32685         (gnulib_tool_options): Use it.
32686
32687 2007-03-13  Simon Josefsson  <simon@josefsson.org>
32688
32689         * tests/test-des.c: Use new namespace.
32690
32691 2007-03-15  Bruno Haible  <bruno@clisp.org>
32692
32693         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
32694         Reported by James Youngman <jay@gnu.org>.
32695
32696 2007-03-15  Bruno Haible  <bruno@clisp.org>
32697
32698         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
32699         declared prototype. Needed with cc on OSF/1 5.1.
32700
32701 2007-03-15  Bruno Haible  <bruno@clisp.org>
32702
32703         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
32704         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
32705         (struct gl_list_implementation): Add dispose_fn argument to the
32706         'create_empty', 'create' methods.
32707         (struct gl_list_impl_base): Add field 'dispose_fn'.
32708         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
32709         argument.
32710         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
32711         dispose_fn argument.
32712         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
32713         dispose_fn on the dropped values.
32714         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
32715         dispose_fn argument.
32716         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
32717         dropped values.
32718         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
32719         (gl_tree_remove_node): Call dispose_fn on the dropped value.
32720         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
32721         (gl_tree_remove_node): Call dispose_fn on the dropped value.
32722         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
32723         argument.
32724         (gl_tree_list_free): Call dispose_fn on the dropped values.
32725         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
32726         the dropped values.
32727         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
32728         Add dispose_fn argument.
32729         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
32730         Call dispose_fn on the dropped values.
32731         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
32732         Add dispose_fn argument.
32733         (gl_sublist_create): Initialize the 'dispose_fn' field.
32734         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
32735         * tests/test-array_list.c (main): Update.
32736         * tests/test-carray_list.c (main): Update.
32737         * tests/test-avltree_list.c (main): Update.
32738         * tests/test-rbtree_list.c (main): Update.
32739         * tests/test-avltreehash_list.c (main): Update.
32740         * tests/test-rbtreehash_list.c (main): Update.
32741         * tests/test-linked_list.c (main): Update.
32742         * tests/test-linkedhash_list.c (main): Update.
32743         * tests/test-array_oset.c (main): Update.
32744
32745 2007-03-15  Bruno Haible  <bruno@clisp.org>
32746
32747         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
32748         (gl_oset_create_empty): Add dispose_fn argument.
32749         (struct gl_oset_implementation): Add dispose_fn argument to
32750         'create_empty' method.
32751         (struct gl_oset_impl_base): Add dispose_fn field.
32752         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
32753         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
32754         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
32755         values.
32756         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
32757         (gl_tree_oset_free): Call dispose_fn on the dropped values.
32758         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
32759         dropped value.
32760         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
32761         dropped value.
32762         * tests/test-array_oset.c (main): Update.
32763         * tests/test-avltree_oset.c (main): Update.
32764         * tests/test-rbtree_oset.c (main): Update.
32765         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
32766
32767 2007-03-13  Bruno Haible  <bruno@clisp.org>
32768
32769         * tests/test-stdbool.c (i): Update after last patch.
32770
32771 2007-03-12  Bruno Haible  <bruno@clisp.org>
32772
32773         * lib/quotearg.c: Include <wctype.h> early, before the definition of
32774         the iswprint macro. Needed on Solaris 2.5.1.
32775
32776 2007-03-12  Bruno Haible  <bruno@clisp.org>
32777
32778         * tests/test-printf-frexp.c (main): Declare x as volatile.
32779
32780 2007-03-12  Simon Josefsson  <simon@josefsson.org>
32781
32782         * doc/gnulib.texi (Build robot for gnulib): New section.
32783
32784 2007-03-12  Jim Meyering  <jim@meyering.net>
32785
32786         * build-aux/bootstrap: New file.
32787         * build-aux/bootstrap.conf: New file, from coreutils.
32788
32789 2007-03-11  Bruno Haible  <bruno@clisp.org>
32790
32791         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
32792
32793 2007-03-12  Simon Josefsson  <simon@josefsson.org>
32794
32795         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
32796         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
32797         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
32798
32799 2007-03-11  Bruno Haible  <bruno@clisp.org>
32800
32801         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
32802         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
32803
32804 2007-03-11  Bruno Haible  <bruno@clisp.org>
32805
32806         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
32807         formula. Needed for SunPRO C 5.0.
32808
32809 2007-03-11  Bruno Haible  <bruno@clisp.org>
32810
32811         * modules/long-options (Depends-on): Add getopt.
32812
32813 2007-03-11  Bruno Haible  <bruno@clisp.org>
32814
32815         * modules/modechange (Depends-on): Add stdbool.
32816
32817 2007-03-11  Bruno Haible  <bruno@clisp.org>
32818
32819         * modules/i-ring (Depends-on): Add stdbool.
32820
32821 2007-03-11  Bruno Haible  <bruno@clisp.org>
32822
32823         * modules/gc-des (Depends-on): Add stdbool.
32824
32825 2007-03-11  Bruno Haible  <bruno@clisp.org>
32826
32827         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
32828
32829 2007-03-11  Bruno Haible  <bruno@clisp.org>
32830
32831         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
32832
32833 2007-03-11  Bruno Haible  <bruno@clisp.org>
32834
32835         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
32836
32837 2007-03-11  Bruno Haible  <bruno@clisp.org>
32838
32839         * lib/vasnprintf.c (sprintf): Undefine.
32840
32841 2007-03-11  Bruno Haible  <bruno@clisp.org>
32842
32843         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
32844         initializers in SunPRO C and Compaq C compilers.
32845
32846 2007-03-11  Bruno Haible  <bruno@clisp.org>
32847
32848         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
32849         decrementing code ANSI C compliant.
32850
32851 2007-03-11  Bruno Haible  <bruno@clisp.org>
32852
32853         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
32854         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
32855
32856 2007-03-11  Bruno Haible  <bruno@clisp.org>
32857
32858         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
32859         <stdbool.h> substitute doesn't pass.
32860
32861 2007-03-11  Bruno Haible  <bruno@clisp.org>
32862
32863         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
32864
32865 2007-03-11  Bruno Haible  <bruno@clisp.org>
32866
32867         * gnulib-tool (func_create_megatestdir): Create also an autobuild
32868         script, for submission to autobuild.josefsson.org.
32869
32870 2007-03-10  Bruno Haible  <bruno@clisp.org>
32871
32872         * modules/canonicalize-lgpl-tests: New file.
32873         * tests/test-canonicalize-lgpl.sh: New file.
32874         * tests/test-canonicalize-lgpl.c: New file.
32875
32876         * modules/c-strcase-tests: New file.
32877         * tests/test-c-strcase.sh: New file.
32878         * tests/test-c-strcasecmp.c: New file.
32879         * tests/test-c-strncasecmp.c: New file.
32880
32881         * modules/atexit-tests: New file.
32882         * tests/test-atexit.sh: New file.
32883         * tests/test-atexit.c: New file.
32884
32885 2007-03-10  Bruno Haible  <bruno@clisp.org>
32886
32887         * tests/test-binary-io.sh: Use temporary filenames that are not so
32888         likely to clash with those of other tests (in a parallel make).
32889         * tests/test-binary-io.c: Likewise.
32890
32891 2007-03-10  Bruno Haible  <bruno@clisp.org>
32892
32893         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
32894         fallback; use #error instead.
32895         Suggested by Simon Josefsson.
32896
32897 2007-03-10  Bruno Haible  <bruno@clisp.org>
32898
32899         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
32900         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
32901         first and the last.
32902
32903 2007-03-10  Bruno Haible  <bruno@clisp.org>
32904
32905         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
32906
32907 2007-03-10  Bruno Haible  <bruno@clisp.org>
32908
32909         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
32910         "make distcheck".
32911         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
32912         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
32913         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
32914
32915 2007-03-10  Bruno Haible  <bruno@clisp.org>
32916
32917         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
32918         variable.
32919         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
32920         variable.
32921
32922 2007-03-09  Eric Blake  <ebb9@byu.net>
32923         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
32924
32925         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
32926         types are not being provided by gnulib.
32927         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
32928         types are supported.
32929
32930 2007-03-10  Bruno Haible  <bruno@clisp.org>
32931
32932         * lib/stdio_.h (__attribute__): New macro.
32933         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
32934         vsprintf): Specify __attribute__ __format__ for GCC.
32935         Suggested by Eric Blake.
32936
32937 2007-03-09  Bruno Haible  <bruno@clisp.org>
32938
32939         * modules/printf-posix-tests: New file.
32940         * tests/test-printf-posix.sh: New file.
32941         * tests/test-printf-posix.c: New file.
32942
32943         * modules/printf-posix: New file.
32944         * lib/printf.c: New file.
32945         * m4/printf-posix-rpl.m4: New file.
32946         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
32947         REPLACE_PRINTF.
32948         * lib/stdio_.h (printf): New declaration.
32949         (format, __format__, ____printf____, ____scanf____, ____strftime____,
32950         ____strfmon____): New macros.
32951         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
32952         REPLACE_PRINTF.
32953
32954 2007-03-09  Bruno Haible  <bruno@clisp.org>
32955
32956         * tests/test-vasnprintf-posix2.sh: New file.
32957         * tests/test-vasnprintf-posix2.c: New file.
32958         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
32959         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
32960         (Makefile.am): Activate test-vasnprintf-posix2.sh.
32961
32962         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
32963         a locale dependent decimal point, rather than always '.'.
32964
32965 2007-03-09  Eric Blake  <ebb9@byu.net>
32966
32967         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
32968         spite of platforms like Tandem/NSK that define it to -1.
32969
32970 2007-03-08  Bruno Haible  <bruno@clisp.org>
32971
32972         * modules/vprintf-posix-tests: New file.
32973         * tests/test-vprintf-posix.sh: New file.
32974         * tests/test-vprintf-posix.c: New file.
32975         * tests/test-printf-posix.h: New file.
32976
32977         * modules/vprintf-posix: New file.
32978         * lib/vprintf.c: New file.
32979         * m4/vprintf-posix.m4: New file.
32980         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
32981         REPLACE_VPRINTF.
32982         * lib/stdio_.h (vprintf): New declaration.
32983         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
32984         REPLACE_VPRINTF.
32985
32986 2007-03-08  Bruno Haible  <bruno@clisp.org>
32987
32988         * modules/fprintf-posix-tests: New file.
32989         * tests/test-fprintf-posix.sh: New file.
32990         * tests/test-fprintf-posix.c: New file.
32991
32992         * modules/fprintf-posix: New file.
32993         * lib/fprintf.c: New file.
32994         * m4/fprintf-posix.m4: New file.
32995         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
32996         REPLACE_FPRINTF.
32997         * lib/stdio_.h (fprintf): New declaration.
32998         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
32999         REPLACE_FPRINTF.
33000
33001 2007-03-08  Bruno Haible  <bruno@clisp.org>
33002
33003         * modules/vfprintf-posix-tests: New file.
33004         * tests/test-vfprintf-posix.sh: New file.
33005         * tests/test-vfprintf-posix.c: New file.
33006         * tests/test-fprintf-posix.h: New file.
33007         * tests/test-fprintf-posix.out: New file.
33008
33009         * modules/vfprintf-posix: New file.
33010         * lib/vfprintf.c: New file.
33011         * m4/vfprintf-posix.m4: New file.
33012         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
33013         REPLACE_VFPRINTF.
33014         * lib/stdio_.h (vfprintf): New declaration.
33015         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
33016         REPLACE_VFPRINTF.
33017
33018 2007-03-08  Bruno Haible  <bruno@clisp.org>
33019
33020         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
33021
33022 2007-03-08  Bruno Haible  <bruno@clisp.org>
33023
33024         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
33025         instead of 'expr' invocations.
33026         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33027         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33028         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33029         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33030         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33031         Suggested by Paul Eggert.
33032
33033 2007-03-08  Bruno Haible  <bruno@clisp.org>
33034
33035         * modules/fseterr-tests: New file.
33036         * tests/test-fseterr.c: New file.
33037
33038         * modules/fseterr: New file.
33039         * lib/fseterr.h: New file.
33040         * lib/fseterr.c: New file.
33041
33042 2007-03-08  Bruno Haible  <bruno@clisp.org>
33043
33044         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
33045         * lib/getopt_.h: Likewise.
33046         * lib/mbswidth.h: Likewise.
33047         * lib/setenv.h: Likewise.
33048         * lib/vasnprintf.h: Likewise.
33049         * lib/vasprintf.h: Likewise.
33050         * lib/verror.h: Likewise.
33051         * lib/xsetenv.h: Likewise.
33052         * lib/xvasprintf.h: Likewise.
33053
33054 2007-03-08  Jim Meyering  <jim@meyering.net>
33055
33056         * users.txt: Add parted.
33057
33058         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
33059
33060 2007-03-07  Bruno Haible  <bruno@clisp.org>
33061
33062         * m4/printf.m4: Make the shell script snippets copy&pastable.
33063
33064 2007-03-02  Bruno Haible  <bruno@clisp.org>
33065
33066         * lib/netinet_in_.h: New file.
33067         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
33068         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
33069         * modules/netinet_in (Files): Add lib/netinet_in_.h.
33070         (Depends-on): Add absolute-header.
33071         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
33072         into netinet/in.h.
33073
33074 2007-03-03  Bruno Haible  <bruno@clisp.org>
33075
33076         * lib/sys_select_.h: New file.
33077         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
33078         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
33079         * modules/sys_select (Files): Add lib/sys_select_.h.
33080         (Depends-on): Add absolute-header.
33081         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
33082         into sys/select.h.
33083
33084 2007-03-02  Bruno Haible  <bruno@clisp.org>
33085
33086         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
33087         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
33088         values.
33089         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
33090         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
33091         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
33092         * modules/sys_socket (Depends-on): Add absolute-header.
33093         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
33094         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
33095         (Include): Remove requirement of inclusion of <sys/types.h>.
33096
33097 2007-03-02  Bruno Haible  <bruno@clisp.org>
33098
33099         * lib/byteswap_.h (bswap_32): Fix formula.
33100
33101 2007-03-06  Bruno Haible  <bruno@clisp.org>
33102
33103         * modules/sprintf-posix-tests: New file.
33104         * tests/test-sprintf-posix.c: New file.
33105
33106         * modules/sprintf-posix: New file.
33107         * lib/sprintf.c: New file.
33108         * m4/sprintf-posix.m4: New file.
33109         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
33110         REPLACE_SPRINTF.
33111         * lib/stdio_.h (sprintf): New declaration.
33112         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
33113         REPLACE_SPRINTF.
33114
33115 2007-03-06  Bruno Haible  <bruno@clisp.org>
33116
33117         * modules/vsprintf-posix-tests: New file.
33118         * tests/test-vsprintf-posix.c: New file.
33119         * tests/test-sprintf-posix.h: New file.
33120
33121         * modules/vsprintf-posix: New file.
33122         * lib/vsprintf.c: New file.
33123         * m4/vsprintf-posix.m4: New file.
33124         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
33125         REPLACE_VSPRINTF.
33126         * lib/stdio_.h (vsprintf): New declaration.
33127         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
33128         REPLACE_VSPRINTF.
33129
33130 2007-03-06  Bruno Haible  <bruno@clisp.org>
33131
33132         * modules/vsnprintf (Depend-on): Remove minmax.
33133
33134 2007-03-06  Bruno Haible  <bruno@clisp.org>
33135
33136         * modules/snprintf-posix-tests: New file.
33137         * tests/test-snprintf-posix.c: New file.
33138
33139         * modules/snprintf-posix: New file.
33140         * m4/snprintf-posix.m4: New file.
33141         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
33142         gl_FUNC_SNPRINTF.
33143         (gl_FUNC_SNPRINTF): Invoke it.
33144         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
33145         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
33146         is set.
33147         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
33148
33149 2007-03-06  Bruno Haible  <bruno@clisp.org>
33150
33151         * modules/vsnprintf-posix-tests: New file.
33152         * tests/test-vsnprintf-posix.c: New file.
33153         * tests/test-snprintf-posix.h: New file.
33154
33155         * modules/vsnprintf-posix: New file.
33156         * m4/vsnprintf-posix.m4: New file.
33157         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
33158         gl_FUNC_VSNPRINTF.
33159         (gl_FUNC_VSNPRINTF): Invoke it.
33160         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
33161         * lib/stdio_.h (vsnprintf): Define as a replacement if
33162         REPLACE_VSNPRINTF is set.
33163         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
33164
33165 2007-03-06  Bruno Haible  <bruno@clisp.org>
33166
33167         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
33168         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
33169
33170 2007-03-06  Bruno Haible  <bruno@clisp.org>
33171
33172         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
33173         (asinl): Declare also if HAVE_DECL_ASINL is set.
33174         (atanl): Declare also if HAVE_DECL_ATANL is set.
33175         (ceill): Declare also if HAVE_DECL_CEILL is set.
33176         (cosl): Declare also if HAVE_DECL_COSL is set.
33177         (expl): Declare also if HAVE_DECL_EXPL is set.
33178         (floorl): Declare also if HAVE_DECL_FLOORL is set.
33179         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
33180         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
33181         (logl): Declare also if HAVE_DECL_LOGL is set.
33182         (sinl): Declare also if HAVE_DECL_SINL is set.
33183         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
33184         (tanl): Declare also if HAVE_DECL_TANL is set.
33185         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
33186         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
33187         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
33188         declaration of frexpl, ldexpl.
33189         * modules/printf-frexpl (Depends-on): Add math.
33190         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
33191
33192 2007-03-05  Bruno Haible  <bruno@clisp.org>
33193
33194         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
33195         frexpl and ldexpl are declared.
33196         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
33197
33198 2007-03-05  Bruno Haible  <bruno@clisp.org>
33199
33200         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
33201         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
33202
33203 2007-03-05  Bruno Haible  <bruno@clisp.org>
33204
33205         * lib/stdio_.h: Include <stddef.h>.
33206
33207 2007-03-05  Bruno Haible  <bruno@clisp.org>
33208
33209         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
33210
33211 2007-03-05  Bruno Haible  <bruno@clisp.org>
33212
33213         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
33214         NetBSD 4, from Ralf Wildenhues.
33215
33216 2007-03-04  Bruno Haible  <bruno@clisp.org>
33217
33218         * lib/vasprintf.h: Update #if logic for the case when the functions
33219         exist but are overridden.
33220
33221 2007-03-04  Bruno Haible  <bruno@clisp.org>
33222
33223         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
33224         implementations: glibc-2.4 and MacOS X 10.3.
33225         * tests/test-vasnprintf-posix.c (test_function): Test also the case
33226         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
33227         * tests/test-vasprintf-posix.c (test_function): Likewise.
33228
33229 2007-03-04  Bruno Haible  <bruno@clisp.org>
33230
33231         * modules/vasprintf-posix-tests: New file.
33232         * tests/test-vasprintf-posix.c: New file.
33233
33234         * modules/vasprintf-posix: New file.
33235         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
33236         defined.
33237         * m4/vasprintf-posix.m4: New file.
33238         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
33239         gl_FUNC_VASPRINTF.
33240         (gl_FUNC_VASPRINTF): Invoke it.
33241         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
33242         here.
33243         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
33244
33245 2007-03-04  Bruno Haible  <bruno@clisp.org>
33246
33247         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
33248         REPLACE_GETTIMEOFDAY.
33249         * modules/sys_time (Makefile.am): Likewise.
33250         * m4/sys_time_h.m4: Likewise.
33251         * m4/gettimeofday.m4: Likewise.
33252
33253 2007-03-04  Bruno Haible  <bruno@clisp.org>
33254
33255         * modules/vasnprintf-posix-tests: New file.
33256         * tests/test-vasnprintf-posix.c: New file.
33257
33258         * modules/vasnprintf-posix: New file.
33259         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
33260         printf-frexpl.h.
33261         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
33262         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
33263         REPLACE_VASNPRINTF is defined.
33264         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
33265         gl_FUNC_VASNPRINTF.
33266         (gl_FUNC_VASNPRINTF): Invoke it.
33267         * m4/vasnprintf-posix.m4: New file.
33268         * m4/printf.m4: New file.
33269
33270 2007-03-04  Bruno Haible  <bruno@clisp.org>
33271
33272         Compile progreloc.c only if --enable-relocatable is specified.
33273         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
33274         if --enable-relocatable was specified.
33275         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
33276         lib_SOURCES.
33277
33278 2007-03-04  Jim Meyering  <jim@meyering.net>
33279
33280         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
33281         Use it consistently, rather than enumerating errno constants.
33282
33283 2007-03-04  Bruno Haible  <bruno@clisp.org>
33284
33285         * modules/xvasprintf-tests: New file.
33286         * tests/test-xvasprintf.c: New file.
33287
33288         * modules/vasprintf-tests: New file.
33289         * tests/test-vasprintf.c: New file.
33290
33291         * modules/vasnprintf-tests: New file.
33292         * tests/test-vasnprintf.c: New file.
33293
33294         * modules/vsnprintf-tests: New file.
33295         * tests/test-vsnprintf.c: New file.
33296
33297         * modules/snprintf-tests: New file.
33298         * tests/test-snprintf.c: New file.
33299
33300 2007-03-04  Bruno Haible  <bruno@clisp.org>
33301
33302         Compile relocatable.c only if --enable-relocatable is specified.
33303         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
33304         gl_RELOCATABLE_LIBRARY.
33305         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
33306         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
33307         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
33308         gl_RELOCATABLE_LIBRARY.
33309         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
33310         (Makefile.am): Remove lib_SOURCES.
33311         * modules/relocatable-lib-lgpl (configure.ac): Invoke
33312         gl_RELOCATABLE_LIBRARY.
33313         (Makefile.am): Remove lib_SOURCES.
33314         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
33315         always.
33316         * modules/relocatable-prog-wrapper (configure.ac): Invoke
33317         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
33318
33319 2007-03-04  Bruno Haible  <bruno@clisp.org>
33320
33321         * modules/argmatch-tests: New file.
33322         * tests/test-argmatch.c: New file.
33323
33324         * tests/test-allocsa.c (main): Halve the number of loop runs.
33325
33326         * modules/alloca-opt-tests: New file.
33327         * tests/test-alloca-opt.c: New file.
33328
33329 2007-03-04  Jim Meyering  <jim@meyering.net>
33330
33331         Work around difference between Linux ACLs and Solaris 10 ZFS.
33332         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
33333         for EINVAL.
33334
33335 2007-03-03  Bruno Haible  <bruno@clisp.org>
33336
33337         * modules/relocatable-prog (Depends-on): Add back progreloc's
33338         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
33339
33340 2007-03-03  Bruno Haible  <bruno@clisp.org>
33341
33342         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
33343         * modules/relocatable-lib: New file.
33344
33345 2007-03-03  Bruno Haible  <bruno@clisp.org>
33346
33347         * modules/relocatable-prog: Renamed from modules/relocatable.
33348         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
33349
33350 2007-03-03  Bruno Haible  <bruno@clisp.org>
33351
33352         * modules/relocatable-script (Files): Add doc/relocatable.texi,
33353         m4/relocatable-lib.m4.
33354         (Depends-on): Remove 'relocatable'.
33355         (configure.ac): Add gl_RELOCATABLE_NOP.
33356
33357 2007-03-03  Bruno Haible  <bruno@clisp.org>
33358
33359         * modules/relocatable-prog-wrapper: New file.
33360         * modules/relocatable (Depends-on): Add it. Remove all other
33361         dependencies except progname.
33362         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
33363
33364         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
33365         (gl_FUNC_STRERROR): Nop.
33366         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
33367
33368         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
33369         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
33370
33371         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
33372         (gl_FUNC_READLINK): Update.
33373
33374         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
33375
33376 2007-03-03  Bruno Haible  <bruno@clisp.org>
33377
33378         * lib/xreadlink.c: Include <unistd.h> unconditionally.
33379         * modules/xreadlink (Depends-on): Add unistd.
33380         * modules/xreadlink-with-size (Depends-on): Likewise.
33381
33382 2007-03-03  Bruno Haible  <bruno@clisp.org>
33383
33384         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
33385         extracted from gt_FUNC_SETENV.
33386         (gt_FUNC_SETENV): Remove macro.
33387         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
33388         remove gt_FUNC_SETENV.
33389
33390 2007-03-03  Bruno Haible  <bruno@clisp.org>
33391
33392         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
33393         ENABLE_RELOCATABLE here.
33394         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
33395
33396 2007-03-03  Bruno Haible  <bruno@clisp.org>
33397
33398         * modules/rbtreehash-list-tests (Depends-on): Add progname.
33399         * tests/test-rbtreehash_list.c: Include progname.h.
33400         (main): Call set_program_name.
33401
33402         * modules/rbtree-oset-tests (Depends-on): Add progname.
33403         * tests/test-rbtree_oset.c: Include progname.h.
33404         (main): Call set_program_name.
33405
33406         * modules/rbtree-list-tests (Depends-on): Add progname.
33407         * tests/test-rbtree_list.c: Include progname.h.
33408         (main): Call set_program_name.
33409
33410         * modules/linked-list-tests (Depends-on): Add progname.
33411         * tests/test-linked_list.c: Include progname.h.
33412         (main): Call set_program_name.
33413
33414 2007-03-03  Bruno Haible  <bruno@clisp.org>
33415
33416         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
33417         All uses of __restrict changed to _Restrict_.
33418         * lib/glob_.h (__restrict): Remove macro.
33419
33420 2007-03-02  Bruno Haible  <bruno@clisp.org>
33421
33422         * modules/gettext (configure.ac): Require gettext infrastructure
33423         from version 0.16.1.
33424
33425 2007-03-02  Bruno Haible  <bruno@clisp.org>
33426
33427         * modules/linkedhash-list-tests (Depends-on): Add progname.
33428         * tests/test-linkedhash_list.c: Include progname.h.
33429         (main): Call set_program_name.
33430
33431         * modules/carray-list-tests (Depends-on): Add progname.
33432         * tests/test-carray_list.c: Include progname.h.
33433         (main): Call set_program_name.
33434
33435         * modules/avltreehash-list-tests (Depends-on): Add progname.
33436         * tests/test-avltreehash_list.c: Include progname.h.
33437         (main): Call set_program_name.
33438
33439         * modules/avltree-oset-tests (Depends-on): Add progname.
33440         * tests/test-avltree_oset.c: Include progname.h.
33441         (main): Call set_program_name.
33442
33443         * modules/avltree-list-tests (Depends-on): Add progname.
33444         * tests/test-avltree_list.c: Include progname.h.
33445         (main): Call set_program_name.
33446
33447         * modules/array-oset-tests (Depends-on): Add progname.
33448         * tests/test-array_oset.c: Include progname.h.
33449         (main): Call set_program_name.
33450
33451         * modules/array-list-tests (Depends-on): Add progname.
33452         * tests/test-array_list.c: Include progname.h.
33453         (main): Call set_program_name.
33454
33455         * modules/argp-tests (Depends-on): Add progname.
33456         * tests/test-argp.c: Include argp.h first. Include progname.h.
33457         (main): Call set_program_name.
33458
33459 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
33460
33461         * doc/gnulib-tool.texi (Initial import): Reword description of
33462         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
33463         limited effect even if defined after the first system include.
33464
33465 2007-03-01  Bruno Haible  <bruno@clisp.org>
33466
33467         * build-aux/config.libpath: Update to libtool-1.5.22.
33468         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
33469
33470 2007-03-01  Bruno Haible  <bruno@clisp.org>
33471
33472         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
33473         foo_CFLAGS.
33474         Reported by Ralf Wildenhues.
33475
33476 2007-03-01  Bruno Haible  <bruno@clisp.org>
33477
33478         * build-aux/install-reloc: Remove object files left over by some
33479         compilers.
33480         Reported by Ralf Wildenhues.
33481
33482 2007-03-01  Bruno Haible  <bruno@clisp.org>
33483
33484         * build-aux/install-reloc: Break long lines.
33485
33486 2007-03-01  Bruno Haible  <bruno@clisp.org>
33487
33488         * doc/relocatable.texi: Document that it may not work on OpenBSD.
33489         Reported by Ralf Wildenhues.
33490
33491 2007-03-01  Bruno Haible  <bruno@clisp.org>
33492
33493         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
33494         include ordering constraints.
33495
33496 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33497
33498         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
33499         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
33500         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
33501         as another example.
33502         * lib/time_.h: Fix misspelling.
33503         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33504         Require gl_HEADER_TIME_H_DEFAULTS.
33505         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
33506         * m4/time_r.m4 (gl_TIME_R): Likewise.
33507         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
33508
33509 2007-03-01  Bruno Haible  <bruno@clisp.org>
33510
33511         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
33512         * m4/utimens.m4 (gl_UTIMENS): Likewise.
33513
33514 2007-03-01  Jim Meyering  <jim@meyering.net>
33515
33516         * modules/xreadlink (Maintainer): Add my name.
33517         * modules/xreadlink-with-size (Depends-on): Alphabetize.
33518
33519 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
33520             Bruno Haible  <bruno@clisp.org>
33521
33522         * build-aux/install-reloc: Compile also c-ctype.c.
33523         * build-aux/relocatable.sh.in: New file.
33524         * doc/relocatable.texi: New file.
33525         * doc/relocatable-maint.texi: New file.
33526         * doc/gnulib.texi: Include relocatable-maint.texi.
33527         * lib/progreloc.c: Include unistd.h unconditionally.
33528         * lib/relocwrapper.c: Include unistd.h unconditionally.
33529         Include c-ctype.h.
33530         (add_dotbin): Use c_tolower.
33531         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
33532         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
33533         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
33534         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
33535         to m4/relocatable-lib.m4.
33536         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
33537         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
33538         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
33539         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
33540         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
33541         * modules/relocatable: New file.
33542         * modules/relocatable-lib: New file.
33543         * modules/relocatable-script: New file.
33544
33545 2007-02-28  Bruno Haible  <bruno@clisp.org>
33546
33547         Import --enable-relocatable infrastructure.
33548         * build-aux/config.libpath: New file, from GNU gettext.
33549         * build-aux/install-reloc: New file, from GNU gettext.
33550         * build-aux/reloc-ldflags: New file, from GNU gettext.
33551         * lib/relocatable.h: New file, from GNU gettext.
33552         * lib/relocatable.c: New file, from GNU gettext.
33553         * lib/relocwrapper.c: New file, from GNU gettext.
33554         * m4/relocatable.m4: New file, from GNU gettext.
33555
33556 2007-02-28  Bruno Haible  <bruno@clisp.org>
33557
33558         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
33559
33560         * modules/xreadlink: New file, from GNU gettext with modifications.
33561         * lib/xreadlink.c: New file, from GNU gettext.
33562         * lib/xreadlink.h: Add comments.
33563         (xreadlink): New declaration.
33564
33565         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
33566         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
33567         lib/xreadlink-with-size.c.
33568         (configure.ac): Remove gl_XREADLINK invocation.
33569         (Makefile.am): Augment lib_SOURCES.
33570         * m4/xreadlink.m4: Remove file.
33571         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
33572         (xreadlink_with_size): Renamed from xreadink.
33573         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
33574         * modules/canonicalize (Depends-on): Replace xreadlink with
33575         xreadlink-with-size.
33576         * lib/canonicalize.c (canonicalize_filename_mode): Update.
33577
33578 2007-02-25  Jim Meyering  <jim@meyering.net>
33579
33580         * build-aux/announce-gen: When complaining about excess arguments,
33581         list them.
33582
33583 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33584
33585         * README: Document signed integer overflow situation more
33586         accurately.
33587
33588 2007-02-25  Bruno Haible  <bruno@clisp.org>
33589
33590         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
33591         'a' or 'A' conversion.
33592
33593 2007-02-25  Bruno Haible  <bruno@clisp.org>
33594
33595         * modules/filename: Renamed from modules/pathname.
33596         (Files): Replace lib/pathname.h with lib/filename.h. Replace
33597         lib/concatpath.c with lib/concat-filename.c.
33598         (Makefile.am): Update.
33599         (Include): Replace pathname.h with filename.h.
33600         * lib/filename.h: Renamed from lib/pathname.h.
33601         (concatenated_filename): Renamed from concatenated_pathname.
33602         * lib/concat-filename.c: Renamed from lib/concatpath.c.
33603         (concatenated_filename): Renamed from concatenated_pathname.
33604         * lib/findprog.c: Include filename.h instead of pathname.h.
33605         (find_in_path): Update.
33606         * lib/javacomp.c: Include filename.h instead of pathname.h.
33607         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
33608         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
33609         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
33610         is_oldgcj_14_13_usable, is_javac_usable): Update.
33611         * lib/javaexec.c: Include filename.h instead of pathname.h.
33612         (execute_java_class): Update.
33613         * modules/findprog: Update.
33614         * modules/javacomp: Update.
33615         * modules/javaexec: Update.
33616         * MODULES.html.sh (File system functions): Add 'filename', remove
33617         'pathname'.
33618
33619 2007-02-25  Bruno Haible  <bruno@clisp.org>
33620
33621         * modules/printf-frexpl-tests: New file.
33622         * tests/test-printf-frexpl.c: New file.
33623
33624         * modules/printf-frexpl: New file.
33625         * lib/printf-frexpl.h: New file.
33626         * lib/printf-frexpl.c: New file.
33627         * m4/printf-frexpl.m4: New file.
33628
33629 2007-02-25  Bruno Haible  <bruno@clisp.org>
33630
33631         * modules/printf-frexp-tests: New file.
33632         * tests/test-printf-frexp.c: New file.
33633
33634         * modules/printf-frexp: New file.
33635         * lib/printf-frexp.h: New file.
33636         * lib/printf-frexp.c: New file.
33637         * m4/printf-frexp.m4: New file.
33638
33639 2007-02-25  Bruno Haible  <bruno@clisp.org>
33640
33641         Assume automake >= 1.10 for the tests.
33642         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
33643         * modules/arctwo-tests: Likewise.
33644         * modules/argp-tests: Likewise.
33645         * modules/avltree-list-tests: Likewise.
33646         * modules/avltree-oset-tests: Likewise.
33647         * modules/avltreehash-list-tests: Likewise.
33648         * modules/carray-list-tests: Likewise.
33649         * modules/crc-tests: Likewise.
33650         * modules/des-tests: Likewise.
33651         * modules/gc-arcfour-tests: Likewise.
33652         * modules/gc-arctwo-tests: Likewise.
33653         * modules/gc-des-tests: Likewise.
33654         * modules/gc-hmac-md5-tests: Likewise.
33655         * modules/gc-hmac-sha1-tests: Likewise.
33656         * modules/gc-md2-tests: Likewise.
33657         * modules/gc-md4-tests: Likewise.
33658         * modules/gc-md5-tests: Likewise.
33659         * modules/gc-pbkdf2-sha1-tests: Likewise.
33660         * modules/gc-rijndael-tests: Likewise.
33661         * modules/gc-sha1-tests: Likewise.
33662         * modules/gc-tests: Likewise.
33663         * modules/getaddrinfo-tests: Likewise.
33664         * modules/hmac-md5-tests: Likewise.
33665         * modules/hmac-sha1-tests: Likewise.
33666         * modules/linked-list-tests: Likewise.
33667         * modules/linkedhash-list-tests: Likewise.
33668         * modules/lock-tests: Likewise.
33669         * modules/md2-tests: Likewise.
33670         * modules/md4-tests: Likewise.
33671         * modules/md5-tests: Likewise.
33672         * modules/rbtree-list-tests: Likewise.
33673         * modules/rbtree-oset-tests: Likewise.
33674         * modules/rbtreehash-list-tests: Likewise.
33675         * modules/read-file-tests: Likewise.
33676         * modules/rijndael-tests: Likewise.
33677         * modules/stdint-tests: Likewise.
33678         * modules/tls-tests: Likewise.
33679
33680 2007-02-24  Bruno Haible  <bruno@clisp.org>
33681
33682         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
33683         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
33684         function; instead check whether isnan with a double argument links.
33685         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
33686         function; instead check whether isnan with a 'long double' argument
33687         links.
33688         Reported by Eric Blake <ebb9@byu.net>.
33689
33690 2007-02-24  Bruno Haible  <bruno@clisp.org>
33691
33692         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
33693         defined.
33694         * lib/isnanl.c: Remove all code. Just include isnan.c.
33695         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
33696
33697 2007-02-25  Jim Meyering  <jim@meyering.net>
33698
33699         Avoid conflicting types for 'unsetenv' on FreeBSD.
33700         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
33701         conflicting with FreeBSD's (5.0 and 6.1) function declaration
33702         in stdlib.h.
33703
33704 2007-02-24  Bruno Haible  <bruno@clisp.org>
33705
33706         * modules/isnanl-nolibm-tests: New file.
33707         * tests/test-isnanl.c: New file.
33708
33709         * modules/isnanl-nolibm: New file.
33710         * lib/isnanl.h: New file.
33711         * lib/isnanl.c: New file.
33712         * m4/isnanl.m4: New file.
33713
33714 2007-02-24  Bruno Haible  <bruno@clisp.org>
33715
33716         * modules/isnan-nolibm-tests: New file.
33717         * tests/test-isnan.c: New file.
33718
33719         * modules/isnan-nolibm: New file.
33720         * lib/isnan.h: New file.
33721         * lib/isnan.c: New file.
33722         * m4/isnan.m4: New file.
33723
33724 2007-02-24  Bruno Haible  <bruno@clisp.org>
33725
33726         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
33727         assume that an exponent fits in 20 bits.
33728
33729 2007-02-24  Jim Meyering  <jim@meyering.net>
33730
33731         * m4/regex.m4: Update the description of the configure-time option,
33732         --without-included-regex, to state accurately what the defaults are,
33733         and perhaps to give people an idea why using this option is risky.
33734
33735 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
33736
33737         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
33738         loops on small arguments.  This attempts to avoid the problem
33739         Bruno Haible reported for AIX 4.3.2 in
33740         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
33741
33742 2007-02-23  Bruno Haible  <bruno@clisp.org>
33743
33744         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
33745         Needed for help2man.
33746
33747 2007-02-23  Karl Berry  <karl@gnu.org>
33748
33749         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
33750         exists, foo.h should be cvs-ignored, not committed.
33751
33752 2007-02-23  Eric Blake  <ebb9@byu.net>
33753
33754         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
33755         * lib/stat-time.h (includes): Likewise.
33756         * lib/utimecmp.c (includes): Likewise.
33757         * lib/utimens.h (includes): Likewise.
33758         * lib/getdate.y (includes): Also include "timespec.h" for use
33759         internal to the module.
33760         * modules/utimens (Depends-on): Revert yesterday's patch.
33761         * modules/nanosleep (Depends-on): Add missing dependency.
33762
33763 2007-02-22  Bruno Haible  <bruno@clisp.org>
33764
33765         * lib/glob.c: Don't include getlogin_r.h.
33766
33767 2007-02-22  Jim Meyering  <jim@meyering.net>
33768
33769         * modules/utimens (Depends-on): Add timespec, required for
33770         utimens.h's inclusion of timespec.h.
33771
33772 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
33773
33774         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
33775         long unreadable paths in GNU/Linux.  Problem reported by Andreas
33776         Schwab in
33777         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
33778         I'll try to think of a better way to fix the Solaris problem.
33779
33780         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
33781         like glibc; on Solaris 10, it fails with errno == EINVAL.
33782         POSIX says the behavior is unspecified if the first argument is NULL,
33783         so play it safe and never pass NULL to the system getcwd.
33784
33785 2007-02-21  Jim Meyering  <jim@meyering.net>
33786
33787         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
33788         of gettimeofday.  It would conflict with the one now always
33789         provided via sys_time_.h.  Reported by Matthew Woehlke, as
33790         an IRIX 6.5 build failure.
33791
33792 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
33793
33794         Minor fixups to port to Solaris 10 with Sun C 5.8.
33795         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
33796         * modules/getcwd (Depends-on): Add dirfd.
33797         * lib/putenv.c (putenv): #undef it.
33798         (rpl_putenv): New decl.
33799         (malloc, free): Include <stdlib.h> rather than prototyping separately.
33800
33801 2007-02-20  Bruno Haible  <bruno@clisp.org>
33802
33803         * modules/stdio-tests: New file.
33804         * tests/test-stdio.c: New file.
33805
33806         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
33807         (Depends-on): Add stdio.
33808         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
33809         (Include): Use <stdio.h> instead of vsnprintf.h.
33810         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
33811         HAVE_DECL_VSNPRINTF.
33812         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
33813
33814         * modules/snprintf (Files): Remove lib/snprintf.h.
33815         (Depends-on): Add stdio.
33816         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
33817         (Include): Use <stdio.h> instead of snprintf.h.
33818         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
33819         HAVE_DECL_SNPRINTF.
33820         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
33821         * lib/getaddrinfo.c: Likewise.
33822
33823         * modules/stdio: New file.
33824         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
33825         * lib/snprintf.h: Remove file.
33826         * lib/vsnprintf.h: Remove file.
33827         * lib/.cppi-disable: Remove snprintf.h.
33828         * m4/stdio_h.m4: New file.
33829         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
33830
33831 2007-02-20  Jim Meyering  <jim@meyering.net>
33832
33833         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
33834         used by e.g., mingw.  From Bruno Haible.
33835
33836 2007-02-19  Bruno Haible  <bruno@clisp.org>
33837
33838         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
33839         warnings.
33840         Reported by Ben Pfaff <blp@cs.stanford.edu>.
33841
33842 2007-02-19  Bruno Haible  <bruno@clisp.org>
33843
33844         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
33845         from mingw users.
33846
33847 2007-02-19  Bruno Haible  <bruno@clisp.org>
33848
33849         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
33850         warnings.
33851         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
33852
33853 2007-02-19  Jim Meyering  <jim@meyering.net>
33854
33855         Don't use FD after a successful "fdopendir (fd)".
33856         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
33857         Reset it by calling dirfd on the just-obtained DIR*.
33858
33859         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
33860         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
33861
33862 2007-02-18  Bruno Haible  <bruno@clisp.org>
33863
33864         * lib/readlink.c: Include <unistd.h>.
33865         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
33866         HAVE_READLINK.
33867         * modules/readlink (Depends-on): Add unistd.
33868         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33869         (Include): Add <unistd.h>.
33870
33871         * lib/getlogin_r.h: Remove file.
33872         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
33873         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
33874         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
33875         HAVE_DECL_GETLOGIN_R.
33876         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
33877         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33878         (Include): Use <unistd.h> instead of getlogin_r.h.
33879
33880         * lib/getcwd.h: Remove file.
33881         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
33882         * lib/xgetcwd.c: Likewise.
33883         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
33884         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
33885         * modules/getcwd (Files): Remove lib/getcwd.h.
33886         (Depends-on): Add unistd.
33887         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33888         (Include): Use <unistd.h> instad of getcwd.h.
33889
33890         * lib/ftruncate.c: Include <unistd.h> first.
33891         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
33892         Set HAVE_FTRUNCATE.
33893         * modules/ftruncate (Depends-on): Add unistd.
33894         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33895
33896         * lib/fchdir.c: Include <unistd.h> first.
33897         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
33898         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
33899         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
33900         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33901         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
33902
33903         * lib/dup2.c: Include <unistd.h> first.
33904         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
33905         HAVE_DUP2.
33906         * modules/dup2 (Depends-on): Add unistd.
33907         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33908
33909         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
33910         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
33911         REPLACE_CHOWN. Don't define chown as a macro here.
33912         * modules/chown (Depends-on): Add unistd.
33913         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33914
33915         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
33916         Add definition for GL_LINK_WARNING.
33917         (chown, dup2): New declarations.
33918         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
33919         link warning.
33920         (ftruncate): New declaration.
33921         (getcwd): New declaration, taken from old getcwd.h.
33922         (getlogin_r): New declaration, taken from old getlogin_r.h.
33923         (readlink): New declaration.
33924         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
33925         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
33926         (gl_PREREQ_UNISTD): Remove macro.
33927         (gl_UNISTD_MODULE_INDICATOR): New macro.
33928         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
33929         many new variables. Don't set UNISTD_H.
33930         * modules/unistd (Description): Change.
33931         (Depends-on): Add link-warning.
33932         (configure.ac): Update.
33933         (Makefile.am): Create unistd.h always. Substitute many new variables
33934         into it.
33935
33936 2007-02-18  Bruno Haible  <bruno@clisp.org>
33937
33938         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
33939         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
33940         HAVE_GETSUBOPT.
33941         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
33942         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
33943         * lib/getsubopt.h: Remove file.
33944         * modules/getsubopt (Files): Remove lib/getsubopt.h.
33945         (Depends-on): Add stdlib.
33946         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33947         (Includes): Use <stdlib.h> instead of getsubopt.h.
33948         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
33949         Set HAVE_GETSUBOPT.
33950         * lib/getsubopt.c: Don't include getsubopt.h.
33951
33952 2007-02-18  Bruno Haible  <bruno@clisp.org>
33953
33954         * modules/fchdir (Depends-on): Add dup2.
33955
33956 2007-02-18  Bruno Haible  <bruno@clisp.org>
33957
33958         * lib/stdlib_.h: Handle glibc's special invocation convention
33959         specially.
33960
33961 2007-02-18  Bruno Haible  <bruno@clisp.org>
33962
33963         * modules/stdlib-tests: New file.
33964         * tests/test-stdlib.c: New file.
33965
33966         * modules/mkstemp (Files): Remove lib/mkstemp.h.
33967         (Depends-on): Add stdlib.
33968         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33969         (Includes): Use <stdlib.h> instead of mkstemp.h.
33970         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
33971         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
33972         * lib/mkstemp.c: Don't include mkstemp.h.
33973         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
33974         * lib/stdlib--.h: Don't include mkstemp.h.
33975
33976         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
33977         (Depends-on): Add stdlib.
33978         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
33979         (Includes): Use <stdlib.h> instead of mkdtemp.h.
33980         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
33981         HAVE_MKDTEMP.
33982         * lib/mkdtemp.c: Don't include mkdtemp.h.
33983         * lib/clean-temp.c: Don't include mkdtemp.h.
33984
33985         * modules/exit (Files): Remove lib/exit.h.
33986         (Depends-on): Add stdlib.
33987         (Makefile.am): Remove lib_SOURCES.
33988         (Include): Use <stdlib.h> instead of exit.h.
33989         * lib/argmatch.c: Don't include exit.h.
33990         * lib/execute.c: Likewise.
33991         * lib/pagealign_alloc.c: Likewise.
33992         * lib/pipe.c: Likewise.
33993         * lib/wait-process.c: Likewise.
33994         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
33995         * lib/exitfail.c: Likewise.
33996         * lib/savewd.c: Likewise.
33997         * lib/xsetenv.c: Likewise.
33998
33999         * modules/stdlib: New file.
34000         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
34001         and extra comments about mkstemp().
34002         * lib/exit.h: Remove file.
34003         * lib/mkdtemp.h: Remove file.
34004         * lib/mkstemp.h: Remove file.
34005         * m4/stdlib_h.m4: New file.
34006         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
34007
34008 2007-02-18  Bruno Haible  <bruno@clisp.org>
34009
34010         * modules/math-tests: New file.
34011         * tests/test-math.c: New file.
34012
34013         * modules/math: New file.
34014         * modules/mathl (Files): Remove lib/mathl.h.
34015         (Depends-on): Add math.
34016         (Makefile.am): Don't mention mathl.h.
34017         (Include): Use <math.h> instead of mathl.h.
34018         * lib/math_.h: New file.
34019         * lib/mathl.h: Remove file.
34020         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
34021         mathl.h.
34022         * lib/asinl.c: Likewise.
34023         * lib/atanl.c: Likewise.
34024         * lib/ceill.c: Likewise.
34025         * lib/cosl.c: Likewise.
34026         * lib/expl.c: Likewise.
34027         * lib/floorl.c: Likewise.
34028         * lib/frexpl.c: Likewise.
34029         * lib/ldexpl.c: Likewise.
34030         * lib/logl.c: Likewise.
34031         * lib/sincosl.c: Likewise.
34032         * lib/sinl.c: Likewise.
34033         * lib/sqrtl.c: Likewise.
34034         * lib/tanl.c: Likewise.
34035         * lib/trigl.c: Likewise.
34036         * m4/math_h.m4: New file.
34037         * MODULES.html.sh (Mathematics): Add math.
34038
34039 2007-02-17  Bruno Haible  <bruno@clisp.org>
34040
34041         * modules/wctype-tests: New file.
34042         * tests/test-wctype.c: New file.
34043
34044         * modules/wchar-tests: New file.
34045         * tests/test-wchar.c: New file.
34046
34047         * modules/unistd-tests: New file.
34048         * tests/test-unistd.c: New file.
34049
34050         * modules/time-tests: New file.
34051         * tests/test-time.c: New file.
34052
34053         * modules/sysexits-tests: New file.
34054         * tests/test-sysexits.c: New file.
34055
34056         * modules/sys_time-tests: New file.
34057         * tests/test-sys_time.c: New file.
34058
34059         * modules/sys_stat-tests: New file.
34060         * tests/test-sys_stat.c: New file.
34061
34062         * modules/sys_socket-tests: New file.
34063         * tests/test-sys_socket.c: New file.
34064
34065         * modules/sys_select-tests: New file.
34066         * tests/test-sys_select.c: New file.
34067
34068         * modules/string-tests: New file.
34069         * tests/test-string.c: New file.
34070
34071         * modules/stdbool-tests: New file.
34072         * tests/test-stdbool.c: New file.
34073
34074         * modules/netinet_in-tests: New file.
34075         * tests/test-netinet_in.c: New file.
34076
34077         * modules/inttypes-tests: New file.
34078         * tests/test-inttypes.c: New file.
34079
34080         * modules/fcntl-tests: New file.
34081         * tests/test-fcntl.c: New file.
34082
34083         * modules/byteswap-tests: New file.
34084         * tests/test-byteswap.c: New file.
34085
34086         * modules/arpa_inet-tests: New file.
34087         * tests/test-arpa_inet.c: New file.
34088
34089 2007-02-17  Bruno Haible  <bruno@clisp.org>
34090
34091         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
34092         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
34093         if the corresponding module is not enabled. Emit link warnings if
34094         the function is used nevertheless.
34095         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
34096         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
34097         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
34098         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
34099         * modules/inttypes (Depends-on): Add link-warning.
34100         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34101         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
34102         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
34103         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
34104         * modules/imaxdiv (configure.ac): Likewise.
34105         * modules/strtoimax (configure.ac): Likewise.
34106         * modules/strtoumax (configure.ac): Likewise.
34107
34108 2007-02-17  Bruno Haible  <bruno@clisp.org>
34109
34110         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
34111         gl_STRING_MODULE_INDICATOR_DEFAULTS.
34112         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
34113         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
34114
34115 2007-02-17  Bruno Haible  <bruno@clisp.org>
34116
34117         * modules/link-warning: New file.
34118         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
34119         * lib/string_.h (GL_LINK_WARNING): Remove definition.
34120         * modules/string (Depends-on): Add link-warning.
34121         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34122         string.h.
34123         * MODULES.html.sh (Support for building libraries and executables): Add
34124         link-warning.
34125
34126 2007-02-17  Bruno Haible  <bruno@clisp.org>
34127
34128         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
34129         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
34130         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
34131         long lines.
34132
34133 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
34134             Bruno Haible  <bruno@clisp.org>
34135
34136         * modules/tmpfile: New file.
34137         * lib/tmpfile.c: New file.
34138         * m4/tmpfile.m4: New file.
34139         * MODULES.html.sh (func_all_modules): New section "Input/output".
34140
34141 2007-02-15  Bruno Haible  <bruno@clisp.org>
34142
34143         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
34144         (supports_delete_on_close): New function.
34145         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
34146
34147 2007-02-14  Bruno Haible  <bruno@clisp.org>
34148
34149         * modules/mbspcasecmp-tests: New file.
34150         * tests/test-mbspcasecmp.sh: New file.
34151         * tests/test-mbspcasecmp.c: New file.
34152
34153         New module mbspcasecmp.
34154         * modules/mbspcasecmp: New file.
34155         * lib/mbspcasecmp.c: New file.
34156         * lib/string_.h (strncasecmp): Change warning message.
34157         (mbspcasecmp): New declaration.
34158         * m4/mbspcasecmp.m4: New file.
34159         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34160         GNULIB_MBSPCASECMP.
34161         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
34162         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
34163
34164 2007-02-14  Bruno Haible  <bruno@clisp.org>
34165
34166         * modules/mbsncasecmp-tests: New file.
34167         * tests/test-mbsncasecmp.sh: New file.
34168         * tests/test-mbsncasecmp.c: New file.
34169
34170         New module mbsncasecmp.
34171         * modules/mbsncasecmp: New file.
34172         * lib/mbsncasecmp.c: New file.
34173         * lib/string_.h (mbsncasecmp): New declaration.
34174         * m4/mbsncasecmp.m4: New file.
34175         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34176         GNULIB_MBSNCASECMP.
34177         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
34178         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
34179
34180 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
34181
34182         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
34183         Verify that it doesn't overlap with our flags.
34184         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
34185         do not have the desired effect in multibyte locales; instead, use
34186         mbscasecmp.
34187         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
34188         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
34189         we don't require GNU fnmatch ourselves (if our users require it, they
34190         should do so explicitly).
34191
34192         Fix regex code so it doesn't rely on strcasecmp.
34193         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
34194         Otherwise, include gnulib's langinfo.h.
34195         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
34196         undesirable behavior in non-C locales.  Instead, rely on localecharset.
34197         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
34198         * modules/regex (FILES): Remove m4/codeset.m4.
34199         (Depends-on): Add localcharset.  Remove strcase.
34200
34201 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34202
34203         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
34204         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
34205
34206 2007-02-13  Bruno Haible  <bruno@clisp.org>
34207
34208         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
34209         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34210
34211 2007-02-12  Bruno Haible  <bruno@clisp.org>
34212
34213         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
34214         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
34215         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
34216         time warning rather than a link error.
34217
34218 2007-02-12  Bruno Haible  <bruno@clisp.org>
34219
34220         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
34221         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
34222         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34223
34224 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34225
34226         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
34227         args, not 2.
34228
34229 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34230
34231         New module 'time', so that apps can include <time.h> as per
34232         POSIX and GNU instead of separate include files like time_r.h
34233         and timegm.h.  This implementation tries out a simpler approach
34234         for replacing decls in standard include files (as compared to
34235         the string module), somewhat as an experiment.
34236
34237         * config/srclist.txt: Comment out mktime.c for now.
34238         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
34239         since it doesn't apply any more.  Use generic wording instead.
34240         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
34241         'time'.
34242         * lib/time_.h, m4/time_h.m4, modules/time: New files.
34243         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
34244         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
34245         Don't include <sys/types.h>; no longer needed since we assume C89.
34246         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
34247         * lib/strftime.c: Likewise.
34248         * lib/time_r.c: Likewise.
34249         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
34250         * lib/nanosleep.c: Include <time.h> first, to check interface.
34251         * lib/strptime.c: Likewise.
34252         * lib/time_r.c: Likewise.
34253         * lib/timegm.c: Likewise.
34254         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
34255         needed.
34256         * lib/timegm.c: Don't include timegm.h; no longer needed.
34257         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
34258         time.h now handles any problems in that area.
34259         (struct timespec, nanosleep): Remove; time.h now arranges for these.
34260         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
34261         that time.h defines struct timespec.
34262         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
34263         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
34264         handles that.
34265         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
34266         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
34267         needed.  Set REPLACE_LOCALTIME.
34268         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
34269         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
34270         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
34271         nanosleep; time_h.m4 now does that.  Don't require
34272         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
34273         module handles this now.
34274         * modules/getdate (Depends-on): Remove timespec.  Add time.
34275         * modules/nanosleep (Depends-on): Likewise.
34276         * modules/stat-time (Depends-on): Likewise.
34277         * modules/nanosleep (Include): Include time.h, not timespec.h.
34278         * modules/strptime (Files): Remove lib/strptime.h.
34279         (Depends-on): Add extensions, time.
34280         (Include): Include time.h, not strptime.h.
34281         * modules/time_r (Files): Remove lib/time_r.h.
34282         (Depends-on): Add time.
34283         (Include): Include time.h, not time_r.h.
34284         * modules/timegm: Likewise.
34285         * modules/timespec (Description): Now does timespec-related decls
34286         of our own, instead of struct timespec itself.
34287         (Depends-on): Add time; remove extensions.
34288         (Maintainer): Add self.
34289         * modules/utimecmp (Depends-on): Add time; remove timespec.
34290         * modules/utimens (Depends-on): Likewise.
34291         * modules/xnanosleep (Depends-on): Likewise.
34292
34293 2007-02-11  Bruno Haible  <bruno@clisp.org>
34294
34295         * lib/c-strstr.c: Include allocsa.h.
34296         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34297         * lib/c-strcasestr.c: Include allocsa.h.
34298         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34299         * lib/strcasestr.c: Include allocsa.h.
34300         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34301         * lib/mbsstr.c: Include allocsa.h.
34302         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34303         allocsa/freesa instead of malloc/free.
34304         * lib/mbscasestr.c: Include allocsa.h.
34305         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34306         allocsa/freesa instead of malloc/free.
34307         * modules/c-strstr (Depends-on): Add allocsa.
34308         * modules/c-strcasestr (Depends-on): Likewise.
34309         * modules/strcasestr (Depends-on): Likewise.
34310         * modules/mbsstr (Depends-on): Likewise.
34311         * modules/mbscasestr (Depends-on): Likewise.
34312
34313 2007-02-11  Bruno Haible  <bruno@clisp.org>
34314
34315         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
34316
34317         * modules/mbsspn-tests: New file.
34318         * tests/test-mbsspn.sh: New file.
34319         * tests/test-mbsspn.c: New file.
34320
34321 2007-02-11  Bruno Haible  <bruno@clisp.org>
34322
34323         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
34324
34325         * modules/mbspbrk-tests: New file.
34326         * tests/test-mbspbrk.sh: New file.
34327         * tests/test-mbspbrk.c: New file.
34328
34329 2007-02-11  Bruno Haible  <bruno@clisp.org>
34330
34331         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
34332         unneeded cast.
34333
34334         * modules/mbscspn-tests: New file.
34335         * tests/test-mbscspn.sh: New file.
34336         * tests/test-mbscspn.c: New file.
34337
34338 2007-02-11  Bruno Haible  <bruno@clisp.org>
34339
34340         * modules/mbscasecmp-tests: New file.
34341         * tests/test-mbscasecmp.sh: New file.
34342         * tests/test-mbscasecmp.c: New file.
34343
34344 2007-02-11  Bruno Haible  <bruno@clisp.org>
34345
34346         Ensure O(n) worst-case complexity of mbscasestr.
34347         * lib/mbscasestr.c: Include stdbool.h.
34348         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34349         functions.
34350         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
34351         the bookkeeping indicates that it's worth it.
34352         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
34353
34354         * modules/mbscasestr-tests: New file.
34355         * tests/test-mbscasestr1.c: New file.
34356         * tests/test-mbscasestr2.sh: New file.
34357         * tests/test-mbscasestr2.c: New file.
34358         * tests/test-mbscasestr3.sh: New file.
34359         * tests/test-mbscasestr3.c: New file.
34360         * tests/test-mbscasestr4.sh: New file.
34361         * tests/test-mbscasestr4.c: New file.
34362         * m4/locale-tr.m4: New file.
34363
34364 2007-02-11  Bruno Haible  <bruno@clisp.org>
34365
34366         Ensure O(n) worst-case complexity of mbsstr.
34367         * lib/mbsstr.c: Include stdbool.h.
34368         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34369         functions.
34370         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
34371         bookkeeping indicates that it's worth it.
34372         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
34373
34374         * modules/mbsstr-tests: New file.
34375         * tests/test-mbsstr1.c: New file.
34376         * tests/test-mbsstr2.sh: New file.
34377         * tests/test-mbsstr2.c: New file.
34378         * tests/test-mbsstr3.sh: New file.
34379         * tests/test-mbsstr3.c: New file.
34380         * m4/locale-fr.m4: New file.
34381
34382 2007-02-11  Bruno Haible  <bruno@clisp.org>
34383
34384         * lib/mbsrchr.c (mbsrchr): Fix bug.
34385
34386         * modules/mbsrchr-tests: New file.
34387         * tests/test-mbsrchr.sh: New file.
34388         * tests/test-mbsrchr.c: New file.
34389
34390 2007-02-11  Bruno Haible  <bruno@clisp.org>
34391
34392         * lib/mbschr.c (mbschr): Fix bug.
34393
34394         * modules/mbschr-tests: New file.
34395         * tests/test-mbschr.sh: New file.
34396         * tests/test-mbschr.c: New file.
34397         * m4/locale-zh.m4: New file.
34398
34399 2007-02-11  Bruno Haible  <bruno@clisp.org>
34400
34401         Support for copying multibyte string iterators.
34402         * lib/mbiter.h: Include <string.h>.
34403         (mbiter_multi_copy): New function.
34404         (mbi_copy): New macro.
34405         * lib/mbuiter.h: Include <string.h>.
34406         (mbuiter_multi_copy): New function.
34407         (mbui_copy): New macro.
34408
34409 2007-02-11  Bruno Haible  <bruno@clisp.org>
34410
34411         New module mbslen.
34412         * modules/mbslen: New file.
34413         * lib/mbslen.c: New file.
34414         * lib/string_.h (mbslen): New declaration.
34415         * m4/mbslen.m4: New file.
34416         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34417         GNULIB_MBSLEN.
34418         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
34419         * MODULES.html.sh (Internationalization functions): Add mbslen.
34420
34421 2007-02-11  Bruno Haible  <bruno@clisp.org>
34422
34423         Ensure O(n) worst-case complexity of strcasestr substitute.
34424         * lib/strcasestr.c: Include stdbool.h.
34425         (knuth_morris_pratt): New function.
34426         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34427         bookkeeping indicates that it's worth it.
34428         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
34429
34430         * modules/strcasestr-tests: New file.
34431         * tests/test-strcasestr.c: New file.
34432
34433 2007-02-11  Bruno Haible  <bruno@clisp.org>
34434
34435         Ensure O(n) worst-case complexity of c_strcasestr.
34436         * lib/c-strcasestr.c: Include stdbool.h, string.h.
34437         (knuth_morris_pratt): New function.
34438         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
34439         the bookkeeping indicates that it's worth it.
34440         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
34441
34442         * modules/c-strcasestr-tests: New file.
34443         * tests/test-c-strcasestr.c: New file.
34444
34445 2007-02-11  Bruno Haible  <bruno@clisp.org>
34446
34447         Ensure O(n) worst-case complexity of c_strstr.
34448         * lib/c-strstr.c: Include stdbool.h, string.h.
34449         (knuth_morris_pratt): New function.
34450         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34451         bookkeeping indicates that it's worth it.
34452         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
34453
34454         * lib/c-strstr.c: Complete rewrite for maintainability.
34455
34456         * modules/c-strstr-tests: New file.
34457         * tests/test-c-strstr.c: New file.
34458
34459 2007-02-11  Bruno Haible  <bruno@clisp.org>
34460
34461         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
34462         5.2.1 and earlier, whereby \055 was treated just like the range
34463         delimiter '-'.
34464         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34465
34466 2007-02-08  Bruno Haible  <bruno@clisp.org>
34467
34468         * modules/regex (Depends-on): Add stdbool.
34469         Reported by Dalibor Topic <robilad@kaffe.org>.
34470
34471 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
34472
34473         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
34474         Prefer returning from main to exiting from it.
34475         Remove unnecessary parens after sizeof.
34476
34477 2007-02-05  Bruno Haible  <bruno@clisp.org>
34478
34479         New module mbssep.
34480         * modules/mbssep: New file.
34481         * lib/mbssep.c: New file.
34482         * lib/string_.h (strsep): Add a conditional link warning.
34483         (mbssep): New declaration.
34484         * m4/mbssep.m4: New file.
34485         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34486         GNULIB_MBSSEP.
34487         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
34488         * MODULES.html.sh (Internationalization functions): Add mbssep.
34489
34490 2007-02-05  Bruno Haible  <bruno@clisp.org>
34491
34492         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
34493         Optimize search in case of 1 delimiter.
34494
34495 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34496
34497         * lib/acl.h: Include sys/types.h before sys/acl.h.
34498
34499 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34500
34501         Merge upstream fix for glibc bugzilla #3957:
34502
34503         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
34504
34505         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
34506         bit for RE_HAT_LISTS_NOT_NEWLINE.
34507         (build_charclass_op): Remove bogus comment.
34508
34509 2007-02-05  Simon Josefsson  <simon@josefsson.org>
34510
34511         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
34512
34513 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
34514
34515         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
34516         * lib/memmem.c [!defined _LIBC]: Include config.h.
34517
34518 2007-02-04  Bruno Haible  <bruno@clisp.org>
34519
34520         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
34521         warning message.
34522
34523 2007-02-04  Bruno Haible  <bruno@clisp.org>
34524
34525         New module mbstok_r.
34526         * modules/mbstok_r: New file.
34527         * lib/mbstok_r.c: New file.
34528         * lib/string_.h (strtok_r): Change argument names to match the
34529         comments. Add a conditional link warning.
34530         (mbstok_r): New declaration.
34531         * m4/mbstok_r.m4: New file.
34532         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34533         GNULIB_MBSTOK_R.
34534         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
34535         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
34536
34537 2007-02-04  Bruno Haible  <bruno@clisp.org>
34538
34539         New module mbsspn.
34540         * modules/mbsspn: New file.
34541         * lib/mbsspn.c: New file.
34542         * lib/string_.h (strspn): Add a conditional link warning.
34543         (mbsspn): New declaration.
34544         * m4/mbsspn.m4: New file.
34545         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34546         GNULIB_MBSSPN.
34547         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
34548         * MODULES.html.sh (Internationalization functions): Add mbsspn.
34549
34550 2007-02-04  Bruno Haible  <bruno@clisp.org>
34551
34552         New module mbspbrk.
34553         * modules/mbspbrk: New file.
34554         * lib/mbspbrk.c: New file.
34555         * lib/string_.h (strpbrk): Add a conditional link warning.
34556         (mbspbrk): New declaration.
34557         * m4/mbspbrk.m4: New file.
34558         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34559         GNULIB_MBSPBRK.
34560         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
34561         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
34562
34563 2007-02-04  Bruno Haible  <bruno@clisp.org>
34564
34565         New module mbscspn.
34566         * modules/mbscspn: New file.
34567         * lib/mbscspn.c: New file.
34568         * lib/string_.h (strcspn): Add a conditional link warning.
34569         (mbscspn): New declaration.
34570         * m4/mbscspn.m4: New file.
34571         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34572         GNULIB_MBSCSPN.
34573         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
34574         * MODULES.html.sh (Internationalization functions): Add mbscspn.
34575
34576 2007-02-04  Bruno Haible  <bruno@clisp.org>
34577
34578         New module mbscasestr, reduced goal of strcasestr.
34579         * modules/mbscasestr: New file.
34580         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
34581         (mbscasestr): Renamed from strcasestr.
34582         * lib/strcasestr.c: Don't include mbuiter.h.
34583         (strcasestr): Remove support for multibyte locales.
34584         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
34585         Change the conditional link warning.
34586         (mbscasestr): New declaration.
34587         * m4/mbscasestr.m4: New file.
34588         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
34589         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
34590         REPLACE_STRCASESTR.
34591         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
34592         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34593         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34594         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
34595         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
34596         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34597         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
34598         (Depends-on): Remove mbuiter.
34599         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
34600
34601 2007-02-04  Bruno Haible  <bruno@clisp.org>
34602
34603         Simplify handling of strncasecmp.
34604         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
34605         the conditional link warning.
34606         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34607         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
34608         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
34609         * modules/strcase (configure.ac): Don't invoke
34610         gl_STRING_MODULE_INDICATOR.
34611         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
34612
34613 2007-02-04  Bruno Haible  <bruno@clisp.org>
34614
34615         New module mbscasecmp, reduced goal of strcasecmp.
34616         * modules/mbscasecmp: New file.
34617         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
34618         (mbscasecmp): Renamed from strcasecmp.
34619         * lib/strcasecmp.c: Don't include mbuiter.h.
34620         (strcasecmp): Remove support for multibyte locales.
34621         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
34622         Change the conditional link warning.
34623         (mbscasecmp): New declaration.
34624         * m4/mbscasecmp.m4: New file.
34625         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
34626         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
34627         REPLACE_STRCASECMP.
34628         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
34629         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34630         GNULIB_MBSCASECMP.
34631         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
34632         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
34633         * modules/strcase (Files): Remove m4/mbrtowc.m4.
34634         (Depends-on): Remove mbuiter.
34635         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
34636
34637 2007-02-04  Bruno Haible  <bruno@clisp.org>
34638
34639         New module mbsstr. Remove module strstr.
34640         * modules/mbsstr: New file.
34641         * modules/strstr: Remove file.
34642         * lib/mbsstr.c: Renamed from lib/strstr.c.
34643         (mbsstr): Renamed from strstr.
34644         * lib/string_.h (strstr): Remove declaration. Change the conditional
34645         link warning.
34646         (mbsstr): New declaration.
34647         * m4/mbsstr.m4: New file.
34648         * m4/strstr.m4: Remove file.
34649         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
34650         REPLACE_STRSTR.
34651         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
34652         Don't initialize GNULIB_STRSTR.
34653         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
34654         substitute GNULIB_STRSTR and REPLACE_STRSTR.
34655         * MODULES.html.sh (Internationalization functions): Add mbsstr.
34656         (Support for systems lacking ANSI C 89): Remove strstr.
34657
34658 2007-02-04  Bruno Haible  <bruno@clisp.org>
34659
34660         New module mbsrchr.
34661         * modules/mbsrchr: New file.
34662         * lib/mbsrchr.c: New file.
34663         * lib/string_.h (strrchr): Add a conditional link warning.
34664         (mbsrchr): New declaration.
34665         * m4/mbsrchr.m4: New file.
34666         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34667         GNULIB_MBSRCHR.
34668         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
34669         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
34670
34671 2007-02-04  Bruno Haible  <bruno@clisp.org>
34672
34673         New module mbschr.
34674         * modules/mbschr: New file.
34675         * lib/mbschr.c: New file.
34676         * lib/string_.h (strchr): Add a conditional link warning.
34677         (mbschr): New declaration.
34678         * m4/mbschr.m4: New file.
34679         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34680         GNULIB_MBSCHR.
34681         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
34682         * MODULES.html.sh (Internationalization functions): Add mbschr.
34683
34684 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
34685
34686         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
34687
34688         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
34689
34690 2007-02-04  Bruno Haible  <bruno@clisp.org>
34691
34692         New module description section 'configure.ac-early'.
34693         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
34694         (func_get_autoconf_early_snippet): New function.
34695         (func_import, func_create_testdir): Use it. Remove special cases for
34696         modules 'extensions' and 'lock'.
34697         * modules/extensions (configure.ac-early): Require
34698         gl_USE_SYSTEM_EXTENSIONS.
34699         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
34700
34701 2007-02-04  Bruno Haible  <bruno@clisp.org>
34702
34703         Make use of gcj-4.3's -fsource and -ftarget option.
34704         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
34705         and if so try the options -fsource and -ftarget.
34706         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
34707         source_version, ftarget_option, target_version arguments.
34708         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
34709         (is_envjavac_oldgcj_14_14_usable): Renamed from
34710         is_envjavac_gcj_14_14_usable.
34711         (is_envjavac_oldgcj_14_13_usable): Renamed from
34712         is_envjavac_gcj_14_13_usable.
34713         (is_gcj_present): Update.
34714         (is_gcj_43, is_gcj43_usable): New functions.
34715         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
34716         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
34717         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
34718         try the options -fsource and -ftarget.
34719
34720 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34721
34722         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
34723         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
34724         larger value.
34725
34726 2007-02-03  Jim Meyering  <jim@meyering.net>
34727
34728         Give tools a better chance to allocate space for very large buffers.
34729         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
34730
34731         Make pwd and readlink work also when run with an unreadable parent dir
34732         on systems with openat support.
34733         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
34734         provided getcwd function, even when we have openat support.
34735         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
34736
34737 2007-02-02  Bruno Haible  <bruno@clisp.org>
34738
34739         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
34740         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
34741         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
34742         portability problems if one of these functions is only used on specific
34743         platforms.
34744         Reported by Paul Eggert.
34745
34746 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
34747
34748         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
34749         is causing more trouble than it's curing.
34750         * lib/regex_internal.h (__mempcpy): Remove.
34751         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
34752         (and make the code a tad smaller to boot).
34753         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
34754
34755 2007-02-02  Jim Meyering  <jim@meyering.net>
34756
34757         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
34758         section, not in the Makefile.am: one.
34759
34760 2007-02-02  Eric Blake  <ebb9@byu.net>
34761
34762         * lib/strchrnul.c: Always include config.h first.
34763
34764         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
34765         gnulib strstr is not necessary here.
34766
34767 2007-02-02  Simon Josefsson  <simon@josefsson.org>
34768
34769         * m4/socklen.m4: Fix typo.
34770
34771 2007-02-02  Eric Blake  <ebb9@byu.net>
34772
34773         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
34774         * modules/netinet_in (Makefile.am): Likewise.
34775
34776 2007-02-01  Bruno Haible  <bruno@clisp.org>
34777
34778         * lib/string_.h (GL_LINK_WARNING): New macro.
34779         (strcasecmp, strstr, strcasestr): If provided by the system,
34780         conditionally define as a macro that leads to a warning instead of to
34781         an error.
34782         (strncasecmp): Conditionally define as a macro that leads to a warning.
34783
34784 2007-02-01  Karl Berry  <karl@gnu.org>
34785
34786         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
34787
34788 2007-02-01  Bruno Haible  <bruno@clisp.org>
34789
34790         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
34791         renamings.
34792
34793 2007-02-01  Eric Blake  <ebb9@byu.net>
34794
34795         * modules/regex (Depends-on): Revert dependence on mempcpy.
34796         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
34797         module's definition of mempcpy.
34798         Reported by Paul Eggert.
34799
34800 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34801
34802         * lib/string_.h: If the gnulib module XYZ is not present, undefine
34803         the symbol XYZ before redefining it.  This fixes a problem with
34804         programs that don't use XYZ, when compiled on systems that define
34805         XYZ to something else.
34806
34807 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
34808
34809         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
34810         occurs when "mkdir -m foo" creates a setgid directory that is (1)
34811         writeable to group or other and (2) is intended to have a special
34812         mode bit that is set or cleared.  In such a case, the directory
34813         should be neither group- nor other-writeable until the special
34814         mode bits are right.
34815
34816 2007-01-31  Eric Blake  <ebb9@byu.net>
34817
34818         * modules/mountlist (Depends-on): Add strstr.
34819
34820         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
34821         bug.
34822         * modules/string (Makefile.am): Remove redundant replacement.
34823         * modules/regex (Depends-on): Add mempcpy.
34824
34825 2007-01-31  Bruno Haible  <bruno@clisp.org>
34826
34827         New module description field 'Link'.
34828         * gnulib-tool (func_usage): Document --extract-link-directive.
34829         (sed_extract_prog): Recognize 'Link' directive.
34830         (func_get_link_directive): New function.
34831         (func_import): Show summary of link directives.
34832         Handle --extract-link-directive option.
34833         * modules/acl (Link): New section.
34834         * modules/clock-time (Link): New section.
34835         * modules/euidaccess (Link): New section.
34836         * modules/gettext (Link): New section.
34837         * modules/iconv (Link): New section.
34838         * modules/lock (Link): New section.
34839         * modules/nanosleep (Link): New section.
34840         * modules/readline (Link): New section.
34841
34842 2007-01-27  Bruno Haible  <bruno@clisp.org>
34843
34844         Enforce the use of gnulib modules for unportable <string.h> functions.
34845         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
34846         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
34847         (gl_HEADER_STRING_H_BODY): Require it.
34848         * lib/string_.h: If the gnulib module XYZ is not present, redefine
34849         the symbol XYZ to one that gives a link error.
34850         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
34851         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
34852         * modules/mempcpy (configure.ac): Likewise.
34853         * modules/memrchr (configure.ac): Likewise.
34854         * modules/stpcpy (configure.ac): Likewise.
34855         * modules/stpncpy (configure.ac): Likewise.
34856         * modules/strcase (configure.ac): Likewise.
34857         * modules/strcasestr (configure.ac): Likewise.
34858         * modules/strchrnul (configure.ac): Likewise.
34859         * modules/strdup (configure.ac): Likewise.
34860         * modules/strndup (configure.ac): Likewise.
34861         * modules/strnlen (configure.ac): Likewise.
34862         * modules/strpbrk (configure.ac): Likewise.
34863         * modules/strsep (configure.ac): Likewise.
34864         * modules/strstr (configure.ac): Likewise.
34865         * modules/strtok_r (configure.ac): Likewise.
34866
34867 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
34868
34869         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
34870
34871 2007-01-30  Jim Meyering  <jim@meyering.net>
34872
34873         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
34874
34875 2007-01-29  Bruno Haible  <bruno@clisp.org>
34876
34877         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
34878         * lib/execute.c: Likewise.
34879         * lib/pipe.c: Likewise.
34880         * lib/printf-args.h: Likewise.
34881         * lib/printf-args.c: Likewise.
34882         * lib/printf-parse.c: Likewise.
34883         * lib/vasnprintf.c: Likewise.
34884
34885 2007-01-29  Eric Blake  <ebb9@byu.net>
34886
34887         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
34888         declaration.
34889
34890 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
34891
34892         * lib/strptime.h (strptime): Use 'restrict' for args where
34893         POSIX requires this.
34894         * lib/strptime.c (strptime): Likewise.
34895         Change license notice from LGPL to GPL, since gnulib-tool will
34896         change this as needed.
34897         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
34898         defined.
34899         Include "strptime.h" first, to check interface.
34900         Do not #undef _LIBC and _NL_CURRENT.
34901         Do not include <stdlib.h>; no longer needed.
34902         Include "time_r.h" and declare ptime_locale_status
34903         only if _LIBC is not defined.
34904         (__P): Remove unused macro.
34905         (match_string): Bring back glibc version, but use it only if _LIBC
34906         is defined.
34907         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
34908         Remove unnecessary assertion and abort() call.
34909         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
34910         * m4/strptime.m4: Fix serial number comment.
34911         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
34912         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
34913         (Depends-on): Add time_r.
34914
34915 2007-01-29  Bruno Haible  <bruno@clisp.org>
34916
34917         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34918         strptime.
34919         * modules/strptime (Depends-on): Add stdbool.
34920         * lib/strptime.h: Include <time.h> always. Add comments.
34921
34922 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34923
34924         * modules/strptime: New file.
34925         * lib/strptime.h: New file.
34926         * lib/strptime.c: New file.
34927         * m4/strptime.m4: New file.
34928
34929 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34930
34931         * MODULES.html.sh: New module mpsort.
34932         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
34933
34934         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
34935         a circularity problem with HP-UX ia64 reported by Bob Proulx in
34936         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
34937         All uses changed.
34938         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
34939         All uses changed.
34940         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
34941         to _Restrict_.
34942         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
34943         the parameter matches the prototype.
34944
34945 2007-01-28  Jim Meyering  <jim@meyering.net>
34946
34947         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
34948         sys/time.h here, reverting that part of the previous patch:
34949         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
34950
34951 2007-01-28  Bruno Haible  <bruno@clisp.org>
34952
34953         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
34954         value of $(SYS_TIME_H).
34955         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
34956         remove it conditionally, too. [added by Jim Meyering]
34957         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
34958         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
34959         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
34960         GETTIMEOFDAY_REPLACEMENT to 1.
34961
34962 2007-01-28  Bruno Haible  <bruno@clisp.org>
34963
34964         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
34965         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
34966         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
34967         Set UNISTD_H instead of UNISTD_H2.
34968         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
34969
34970 2007-01-28  Bruno Haible  <bruno@clisp.org>
34971
34972         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
34973         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
34974
34975 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34976
34977         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
34978         (func_create_testdir): Ensure C locale for `grep' and `tr'
34979         character ranges.
34980         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
34981         ACLOCAL_AMFLAGS parsing state machine.
34982
34983 2007-01-27  Bruno Haible  <bruno@clisp.org>
34984
34985         * modules/unistr/base: Update.
34986
34987 2007-01-27  Bruno Haible  <bruno@clisp.org>
34988
34989         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
34990         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
34991         * modules/unistr/u32-mbtouc-unsafe: Renamed from
34992         modules/unistr/u32-mbtouc.
34993         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
34994         * lib/unistr.h: Update.
34995         * lib/linebreak.c: Update.
34996         * modules/unistr/u32-mbtouc: Renamed from
34997         modules/unistr/u32-mbtouc-safe.
34998         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
34999         * lib/unistr.h: Update.
35000         * lib/unistr/u32-to-u8.c: Update.
35001         * lib/unistr/u32-to-u16.c: Update.
35002
35003 2007-01-27  Bruno Haible  <bruno@clisp.org>
35004
35005         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
35006         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
35007         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
35008         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
35009         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
35010         * modules/unistr/u16-mbtouc-unsafe: Renamed from
35011         modules/unistr/u16-mbtouc.
35012         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
35013         * lib/unistr.h: Update.
35014         * lib/linebreak.c: Update.
35015         * modules/linebreak: Update.
35016         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
35017         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
35018         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
35019         * modules/unistr/u16-mbtouc: Renamed from
35020         modules/unistr/u16-mbtouc-safe.
35021         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
35022         * lib/unistr.h: Update.
35023         * lib/unistr/u16-to-u8.c: Update.
35024         * modules/unistr/u16-to-u8: Update.
35025         * lib/unistr/u16-to-u32.c: Update.
35026         * modules/unistr/u16-to-u32: Update.
35027
35028 2007-01-27  Bruno Haible  <bruno@clisp.org>
35029
35030         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
35031         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
35032         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
35033         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
35034         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
35035         * modules/unistr/u8-mbtouc-unsafe: Renamed from
35036         modules/unistr/u8-mbtouc.
35037         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
35038         * lib/unistr.h: Update.
35039         * lib/striconveh.c: Update.
35040         * modules/striconveh: Update.
35041         * lib/linebreak.c: Update.
35042         * modules/linebreak: Update.
35043         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
35044         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
35045         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
35046         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
35047         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
35048         * lib/unistr.h: Update.
35049         * lib/striconveh.c: Update.
35050         * modules/striconveh: Update.
35051         * lib/unistr/u8-to-u16.c: Update.
35052         * modules/unistr/u8-to-u16: Update.
35053         * lib/unistr/u8-to-u32.c: Update.
35054         * modules/unistr/u8-to-u32: Update.
35055
35056 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35057
35058         Sync from Libtool.
35059         * lib/argz.c: Do not include strings.h nor memory.h, include
35060         string.h unconditionally.  Patch by Simon Josefsson.
35061
35062 2007-01-27  Bruno Haible  <bruno@clisp.org>
35063
35064         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
35065         from gl_HEADER_STRING_H_BODY.
35066         (gl_HEADER_STRING_H_BODY): Require it.
35067         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
35068         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
35069         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
35070         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
35071         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35072         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
35073         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
35074         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
35075         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
35076         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
35077         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
35078         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
35079         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
35080         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
35081         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35082
35083 2007-01-27  Bruno Haible  <bruno@clisp.org>
35084
35085         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
35086         check_PROGRAMS into noinst_PROGRAMS.
35087         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
35088         check_PROGRAMS in this case.
35089         (func_import): Set for_test to false.
35090         (func_create_testdir): Set for_test to true.
35091
35092 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
35093             Bruno Haible  <bruno@clisp.org>
35094
35095         * modules/strcasestr (Files): Remove lib/strcasestr.h.
35096         (Depends-on): Add string.
35097         (Includes): Use <string.h> instead of strcasestr.h.
35098         * modules/string (Makefile.am): Also substitute the value of
35099         REPLACE_STRCASESTR.
35100         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
35101         assume strcasestr is declared in <string.h> not <strings.h>. Also
35102         set REPLACE_STRCASESTR.
35103         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
35104         REPLACE_STRCASESTR.
35105         * lib/strcasestr.h: Remove file.
35106         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
35107         * lib/string_.h (strcasestr): New declaration.
35108
35109 2007-01-27  Bruno Haible  <bruno@clisp.org>
35110
35111         * lib/string_.h: Use 'extern'.
35112
35113 2007-01-27  Jim Meyering  <jim@meyering.net>
35114
35115         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
35116         of set-but-not-used local, "q".
35117
35118         * lib/mempcpy.c: Include <config.h> before <string.h>.
35119         This fixes a compilation error on HP-UX, due to the system's
35120         "restrict"-using mempcpy prototype.
35121
35122 2007-01-26  Bruno Haible  <bruno@clisp.org>
35123
35124         Small optimization.
35125         * lib/javacomp.c: Include c-strstr.h.
35126          (is_envjavac_gcj): Use c_strstr instead of strstr.
35127         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
35128
35129 2007-01-26  Bruno Haible  <bruno@clisp.org>
35130
35131         * MODULES.html.sh (Unicode string functions): Add the new modules.
35132
35133         * modules/uniconv/u32-strconv-to-locale: New file.
35134         * lib/uniconv/u32-strconv-to-locale.c: New file.
35135
35136         * modules/uniconv/u16-strconv-to-locale: New file.
35137         * lib/uniconv/u16-strconv-to-locale.c: New file.
35138
35139         * modules/uniconv/u8-strconv-to-locale: New file.
35140         * lib/uniconv/u8-strconv-to-locale.c: New file.
35141
35142         * modules/uniconv/u32-strconv-from-locale: New file.
35143         * lib/uniconv/u32-strconv-from-locale.c: New file.
35144
35145         * modules/uniconv/u16-strconv-from-locale: New file.
35146         * lib/uniconv/u16-strconv-from-locale.c: New file.
35147
35148         * modules/uniconv/u8-strconv-from-locale: New file.
35149         * lib/uniconv/u8-strconv-from-locale.c: New file.
35150
35151         * modules/uniconv/u32-strconv-to-enc: New file.
35152         * lib/uniconv/u32-strconv-to-enc.c: New file.
35153         * modules/uniconv/u32-strconv-to-enc-tests: New file.
35154         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
35155
35156         * modules/uniconv/u16-strconv-to-enc: New file.
35157         * lib/uniconv/u16-strconv-to-enc.c: New file.
35158         * lib/uniconv/u-strconv-to-enc.h: New file.
35159         * modules/uniconv/u16-strconv-to-enc-tests: New file.
35160         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
35161
35162         * modules/uniconv/u8-strconv-to-enc: New file.
35163         * lib/uniconv/u8-strconv-to-enc.c: New file.
35164         * modules/uniconv/u8-strconv-to-enc-tests: New file.
35165         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
35166
35167         * modules/uniconv/u32-strconv-from-enc: New file.
35168         * lib/uniconv/u32-strconv-from-enc.c: New file.
35169         * modules/uniconv/u32-strconv-from-enc-tests: New file.
35170         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
35171
35172         * modules/uniconv/u16-strconv-from-enc: New file.
35173         * lib/uniconv/u16-strconv-from-enc.c: New file.
35174         * modules/uniconv/u16-strconv-from-enc-tests: New file.
35175         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
35176
35177         * modules/uniconv/u8-strconv-from-enc: New file.
35178         * lib/uniconv/u8-strconv-from-enc.c: New file.
35179         * lib/uniconv/u-strconv-from-enc.h: New file.
35180         * modules/uniconv/u8-strconv-from-enc-tests: New file.
35181         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
35182
35183         * modules/uniconv/u32-conv-from-enc: New file.
35184         * lib/uniconv/u32-conv-from-enc.c: New file.
35185         * modules/uniconv/u32-conv-from-enc-tests: New file.
35186         * tests/uniconv/test-u32-conv-from-enc.c: New file.
35187
35188         * modules/uniconv/u16-conv-from-enc: New file.
35189         * lib/uniconv/u16-conv-from-enc.c: New file.
35190         * lib/uniconv/u-conv-from-enc.h: New file.
35191         * modules/uniconv/u16-conv-from-enc-tests: New file.
35192         * tests/uniconv/test-u16-conv-from-enc.c: New file.
35193
35194         * modules/uniconv/u8-conv-from-enc: New file.
35195         * lib/uniconv/u8-conv-from-enc.c: New file.
35196         * modules/uniconv/u8-conv-from-enc-tests: New file.
35197         * tests/uniconv/test-u8-conv-from-enc.c: New file.
35198
35199         * modules/uniconv/base: New file.
35200         * lib/uniconv.h: New file.
35201
35202 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
35203
35204         * doc/gnulib-tool.texi (Initial import): Update to match current
35205         behavior with strdup module.
35206         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
35207         * lib/memmem.h: Remove; all uses removed.  This is now done
35208         by <string.h>.
35209         * lib/mempcpy.h: Likewise.
35210         * lib/memrchr.h: Likewise.
35211         * lib/stpcpy.h: Likewise.
35212         * lib/stpncpy.h: Likewise.
35213         * lib/strcase.h: Likewise.
35214         * lib/strchrnul.h: Likewise.
35215         * lib/strdup.h: Likewise.
35216         * lib/strndup.h: Likewise.
35217         * lib/strnlen.h: Likewise.
35218         * lib/strpbrk.h: Likewise.
35219         * lib/strsep.h: Likewise.
35220         * lib/strstr.h: Likewise.
35221         * lib/strtok_r.h: Likewise.
35222         * lib/string_.h: New file.
35223         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
35224         Rely on <string.h> instead.
35225         * lib/canon-host.c: Likewise.
35226         * lib/chdir-long.c: Likewise.
35227         * lib/concatpath.c: Likewise.
35228         * lib/exclude.c: Likewise.
35229         * lib/fchdir.c: Likewise.
35230         * lib/getaddrinfo.c: Likewise.
35231         * lib/getcwd.c: Likewise.
35232         * lib/getsubopt.c: Likewise.
35233         * lib/glob.c: Likewise.
35234         * lib/hard-locale.c: Likewise.
35235         * lib/iconvme.c: Likewise.
35236         * lib/javacomp.c: Likewise.
35237         * lib/mempcpy.c: Likewise.
35238         * lib/memrchr.c: Likewise.
35239         * lib/regex_internal.h: Likewise.
35240         * lib/stpncpy.c: Likewise.
35241         * lib/strcasecmp.c: Likewise.
35242         * lib/strchrnul.c: Likewise.
35243         * lib/strdup.c: Likewise.
35244         * lib/striconv.c: Likewise.
35245         * lib/striconveh.c: Likewise.
35246         * lib/striconveha.c: Likewise.
35247         * lib/strncasecmp.c: Likewise.
35248         * lib/strndup.c: Likewise.
35249         * lib/strnlen.c: Likewise.
35250         * lib/strsep.c: Likewise.
35251         * lib/strstr.c: Likewise.
35252         * lib/strtok_r.c: Likewise.
35253         * lib/userspec.c: Likewise.
35254         * lib/w32spawn.h: Likewise.
35255         * lib/xstrndup.c: Likewise.
35256         * lib/mountlist.c (strstr): Remove decl.
35257         * m4/string_h.m4: New file.
35258         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
35259         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
35260         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
35261         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
35262         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
35263         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
35264         Set REPLACE_STRCASECMP if necessary.
35265         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
35266         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
35267         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
35268         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
35269         HAVE_DECL_STRDUP if necessary.
35270         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
35271         since gl_FUNC_STRNDUP does that now.
35272         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
35273         Check for decl here...
35274         (gl_PREREQ_STRNLEN): ... not here.
35275         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
35276         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
35277         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
35278         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
35279         necessary.
35280         * modules/string: New file.
35281         * modules/memmem (Files): Remove special-purpose include file.
35282         (Depends-on): Add string.
35283         (Include): Include <string.h>, not the removed file.
35284         * modules/mempcpy: Likewise.
35285         * modules/memrchr: Likewise.
35286         * modules/stpcpy: Likewise.
35287         * modules/stpncpy: Likewise.
35288         * modules/strcase: Likewise.
35289         * modules/strchrnul: Likewise.
35290         * modules/strdup: Likewise.
35291         * modules/strndup: Likewise.
35292         * modules/strnlen: Likewise.
35293         * modules/strpbrk: Likewise.
35294         * modules/strsep: Likewise.
35295         * modules/strstr: Likewise.
35296         * modules/strtok_r: Likewise.
35297         * tests/test-dirname.c: Don't include "strdup.h", since
35298         <string.h> now suffices.
35299         * tests/test-memmem.c: Don't include "memmem.h", since
35300         <string.h> now suffices.
35301
35302 2007-01-25  Bruno Haible  <bruno@clisp.org>
35303
35304         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
35305         *resultp is 0.
35306
35307         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
35308         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
35309         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
35310         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
35311
35312         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
35313         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
35314         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
35315         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
35316         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
35317         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
35318
35319 2007-01-24  Bruno Haible  <bruno@clisp.org>
35320
35321         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
35322         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
35323         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
35324         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
35325         gl_FUNC_FTS_CORE.
35326         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
35327         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
35328         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35329         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
35330         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
35331         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
35332         gl_FUNC_FCHOWNAT.
35333         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
35334         gl_FUNC_STRFTIME.
35335         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
35336         Reported by Ralf Wildenhues.
35337
35338 2007-01-24  Bruno Haible  <bruno@clisp.org>
35339
35340         Drop AC_REQUIRE calls that are redundant with the module dependencies.
35341         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
35342         gl_GETADDRINFO.
35343         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
35344         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
35345         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
35346
35347 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
35348
35349         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
35350         Don't use 'exit'; just return from 'main'.
35351         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
35352
35353         * lib/fnmatch_.h: Readjust white space and comments to match
35354         glibc, to avoid spurious diffs.
35355
35356 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35357
35358         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
35359         2004-12-01 change by Jakub Jelinek, since this code won't compile
35360         if !LIBC.  Problem reported by Bob Proulx.
35361
35362 2007-01-23  Bruno Haible  <bruno@clisp.org>
35363
35364         * lib/striconveh.c: Include c-strcaseeq.h.
35365         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
35366         * modules/striconveh (Depends-on): Add c-strcaseeq.
35367
35368 2007-01-23  Bruno Haible  <bruno@clisp.org>
35369
35370         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
35371
35372         * modules/c-strcaseeq: New file.
35373         * lib/c-strcaseeq.h: New file.
35374
35375         * modules/streq: New file.
35376         * lib/streq.h: New file.
35377
35378 2007-01-23  Bruno Haible  <bruno@clisp.org>
35379
35380         * modules/striconveha-tests: New file.
35381         * tests/test-striconveha.c: New file.
35382
35383         * lib/striconveha.h: Include <stdbool.h>.
35384         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
35385         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
35386         (mem_iconveha_notranslit): Renamed from mem_iconveha.
35387         (mem_iconveha): New function.
35388         (str_iconveha_notranslit): Renamed from str_iconveha.
35389         (str_iconveha): New function.
35390         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
35391         c-strcase.
35392
35393 2007-01-23  Bruno Haible  <bruno@clisp.org>
35394
35395         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
35396         encodings without forgiving before trying any encoding with handler.
35397         (str_iconveha): Try all encodings without forgiving before trying any
35398         encoding with handler.
35399
35400 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35401
35402         Import the following changes from libc.
35403
35404         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
35405
35406         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
35407
35408         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35409
35410         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
35411         normal_bracket label.
35412
35413         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
35414
35415         [BZ #361]
35416         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
35417         to normal_bracket after fetching the next character.
35418
35419 2007-01-22  Bruno Haible  <bruno@clisp.org>
35420
35421         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
35422         argument.
35423         * lib/striconveh.c (iconv_carefully_1): New function.
35424         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
35425         argument.
35426         (str_cd_iconveh): Update.
35427         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
35428         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
35429         * tests/test-striconveh.c (MAGIC): New macro.
35430         (new_offsets): New function.
35431         (main): Test call with and without offsets.
35432
35433 2007-01-22  Bruno Haible  <bruno@clisp.org>
35434
35435         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
35436         * modules/sys_select (Makefile.am): Likewise.
35437         * modules/sys_socket (Makefile.am): Likewise.
35438         * modules/sys_time (Makefile.am): Likewise.
35439
35440 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
35441
35442         * modules/gettimeofday (License): Change from GPL to LGPL, since
35443         gettimeofday is a library function.
35444
35445 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35446
35447         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
35448
35449 2007-01-21  Bruno Haible  <bruno@clisp.org>
35450
35451         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
35452
35453 2007-01-21  Bruno Haible  <bruno@clisp.org>
35454
35455         * modules/striconveha: New file.
35456         * lib/striconveha.h: New file.
35457         * lib/striconveha.c: New file.
35458         * MODULES.html.sh (Internationalization functions): Add striconveha.
35459         * lib/striconv.c (str_iconv): Optimize the case of an empty input
35460         string.
35461         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
35462
35463 2007-01-21  Bruno Haible  <bruno@clisp.org>
35464
35465         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
35466         * lib/striconveh.c (str_iconveh): Likewise.
35467
35468 2007-01-21  Bruno Haible  <bruno@clisp.org>
35469
35470         * lib/striconveh.h (mem_iconveh): New declaration.
35471         * lib/striconveh.c (mem_iconveh): New function.
35472         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
35473
35474 2007-01-21  Bruno Haible  <bruno@clisp.org>
35475
35476         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
35477
35478         * lib/striconveh.h (mem_cd_iconveh): Change specification.
35479         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
35480         original result buffer.
35481         (str_cd_iconveh): Update.
35482         * tests/test-striconveh.c (main): Update.
35483
35484         * lib/striconv.h (mem_cd_iconv): Change specification.
35485         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
35486         result buffer.
35487         (str_cd_iconv): Update.
35488         * tests/test-striconv.c (main): Update.
35489
35490 2007-01-21  Bruno Haible  <bruno@clisp.org>
35491
35492         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
35493
35494 2007-01-20  Jim Meyering  <jim@meyering.net>
35495
35496         * lib/userspec.c (parse_with_separator): If a user or group string
35497         starts with "+", skip the corresponding name-to-ID look-up, since
35498         such a look-up must fail: user and group names may not include "+".
35499
35500 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
35501
35502         * lib/poll.c: Include sys/time.h and time.h unconditionally,
35503         since we now assume the sys_time module.
35504         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
35505         check for sys/time.h; no longer needed.
35506         * modules/poll (Depends-on): Depend on sys_time.
35507
35508 2007-01-18  Bruno Haible  <bruno@clisp.org>
35509
35510         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
35511         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35512
35513         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
35514         gettimeofday.
35515
35516         * tests/test-gettimeofday.c: Include <time.h>.
35517         (dummy): Remove variable.
35518
35519         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
35520         gl_HEADER_SYS_TIME_H.
35521         (gl_HEADER_SYS_TIME_H): New macro.
35522
35523         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
35524         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35525         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
35526         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
35527         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35528         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
35529         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
35530         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35531         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
35532         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
35533         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35534
35535         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
35536         last change; it caused a compilation error when cross-compiling to
35537         Cygwin.
35538
35539 2007-01-18  Jim Meyering  <jim@meyering.net>
35540
35541         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
35542         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
35543         than the race-prone "test -d sys || mkdir sys".
35544         (configure.ac): Use AC_PROG_MKDIR_P.
35545         * modules/sys_select: Likewise.
35546         * modules/sys_socket: Likewise.
35547         * modules/sys_time: Likewise.
35548
35549 2007-01-18  Eric Blake  <ebb9@byu.net>
35550
35551         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
35552         replace gettimeofday.
35553         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
35554         name, to avoid infinite recursion.
35555
35556 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
35557
35558         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
35559         module sys_time.
35560         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
35561         assume timespec.h defines struct timeval.
35562         * lib/settime.c: Likewise.
35563         * lib/utimens.c: Likewise.
35564         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
35565         since we now assume the gettimeofday module.
35566         * lib/tempname.c (__gen_tempname): Likewise.
35567         * lib/gettimeofday.h: Remove.
35568         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
35569         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
35570         Include <time.h>, for 'time()'.
35571         (localtime_buffer_addr): Also use this workaround if
35572         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
35573         to simplify the uses.  All uses changed.
35574         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
35575         that #undef is inside {}, and 'const' follows type name consistently.
35576         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
35577         (gettimeofday): Do not use the maximum possible value for
35578         tv->tv_usec, since that might break usages other than ls.c.
35579         Instead, we'll leave ls.c alone.  This undoes today's patch
35580         by Bruno.  Add a compile-time warning for 1s-clock resolution;
35581         we've never observed the problem but might as well keep the
35582         canary.
35583         * lib/nanosleep.c: Include timespec.h first, for interface check.
35584         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
35585         now assume the sys_time module.
35586         * lib/tempname.c: Likewise.
35587         * lib/timespec.h: Likewise.
35588         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
35589         needed.
35590         * lib/strftime.c: Likewise.
35591         * lib/timespec.h: Likewise.
35592         * lib/posixtm.c: Include posixtm.h first, for interface check.
35593         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
35594         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
35595         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
35596         * lib/sys_time_.h: New file.
35597         * lib/timespec.h (struct timespec): Use long int, not long.
35598         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35599         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
35600         Remove obsolescent call to AC_HEADER_TIME.
35601         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
35602         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
35603         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35604         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
35605         Likewise.
35606         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
35607         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
35608         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
35609         into the sys_time module.  Check for gettimeofday just once.
35610         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
35611         for gettimeofday signature to just check the signature.  Merely
35612         compile it, since linking doesn't test signature.  Improve test for
35613         whether gettimeofday.o is actually needed.
35614         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
35615         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
35616         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
35617         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35618         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
35619         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
35620         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
35621         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
35622         than worrying about sys/time.h.
35623         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
35624         Don't bother worrying about TIME_WITH_SYS_TIME.
35625         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
35626         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
35627         * m4/sys_time_h.m4: New file.
35628         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
35629         Don't include sys/time.h.  Return from main rather than exiting.
35630         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
35631         all uses changed.
35632         * modules/gethrxtime (Depends-on): Add sys_time.
35633         * modules/gettime (Depends-on): Likewise.
35634         * modules/gettimeofday (Depends-on): Likewise.
35635         * modules/nanosleep (Depends-on): Likewise.
35636         * modules/settime (Depends-on): Likewise.
35637         * modules/tempname (Depends-on): Likewise.
35638         * modules/utimens (Depends-on): Likewise.
35639         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
35640         (Include:) Change back to <sys/time.h>.
35641         (Maintainer:) Add self.
35642         * modules/sys_time: New file.
35643         * modules/tempname (Depends-on): Add gettimeofday.
35644         * tests/test-gettimeofday.c: Include <sys/time.h>
35645         rather than gettimeofday.h.
35646
35647 2007-01-17  Bruno Haible  <bruno@clisp.org>
35648
35649         * gnulib-tool (func_get_license): Revert last patch. Instead, let
35650         the license default to GPL.
35651         (func_create_testdir): Don't complain if a module is LGPL and its
35652         tests module depends on GPLed modules.
35653
35654 2007-01-17  Bruno Haible  <bruno@clisp.org>
35655
35656         * lib/gettimeofday.c (gettimeofday): Add code for the case
35657         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
35658         maximum possible value for tv->tv_usec, rather than the minimum one.
35659
35660 2005-10-08  Martin Lambers  <marlam@marlam.de>
35661 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
35662 2007-01-16  Bruno Haible  <bruno@clisp.org>
35663
35664         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
35665         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
35666         gl_FUNC_GETTIMEOFDAY.
35667         (Include): Add gettimeofday.h.
35668         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
35669         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
35670         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
35671         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
35672         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
35673         * lib/gettimeofday.h: New file.
35674         * lib/gettimeofday.c: Include <sys/timeb.h>.
35675         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
35676         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35677         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
35678         fall back on time().
35679
35680         * tests/test-gettimeofday.c: New file.
35681         * modules/gettimeofday-tests: New file.
35682
35683 2007-01-16  Eric Blake  <ebb9@byu.net>
35684
35685         * modules/fnmatch (Depends-on): Depend on wchar.
35686         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
35687         * m4/fnmatch.m4: Likewise.
35688         * modules/mbchar (Makefile.am): Assume <wchar.h>.
35689         * m4/mbchar.m4: Likewise.
35690         * modules/mbswidth (Depends-on): Depend on wchar.
35691         * lib/mbswidth.c: Assume <wchar.h>.
35692         * m4/mbswidth.m4: Likewise.
35693         * modules/quotearg (Depends-on): Depend on wchar.
35694         * lib/quotearg.c: Assume <wchar.h>.
35695         * m4/quotearg.m4: Likewise.
35696         * modules/regex (Depends-on): Depend on wchar.
35697         * lib/regex_internal.h: Assume <wchar.h>.
35698         * m4/regex.m4: Likewise.
35699         * modules/stdint (Depends-on): Depend on wchar.
35700         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
35701         * m4/stdint.m4: Likewise.
35702         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
35703         * modules/strftime (Depends-on): Depend on wchar.
35704         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
35705         * modules/strtol (Depends-on): Depend on wchar.
35706         * lib/strtol.c: Assume <wchar.h>.
35707         * modules/wcwidth (Depends-on): Depend on wchar.
35708         * lib/wcwidth.h: Assume <wchar.h>.
35709         * m4/wcwidth.m4: Likewise.
35710
35711 2007-01-16  Bruno Haible  <bruno@clisp.org>
35712
35713         * modules/csharpexec-script: New, created from...
35714         * modules/csharpexec: ... this.
35715
35716 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
35717
35718         * modules/javaexec-script: New, created from...
35719         * modules/javaexec: ... this.
35720
35721 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35722
35723         * modules/poll (Dependencies): Add sys_select.
35724
35725 2007-01-15  Jim Meyering  <jim@meyering.net>
35726
35727         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
35728         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
35729         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
35730         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
35731
35732 2007-01-15  Bruno Haible  <bruno@clisp.org>
35733
35734         * modules/striconveh: New file.
35735         * lib/striconveh.h: New file.
35736         * lib/striconveh.c: New file.
35737         * MODULES.html.sh (Internationalization functions): Add striconveh.
35738
35739         * modules/striconveh-tests: New file.
35740         * tests/test-striconveh.c: New file.
35741
35742 2007-01-15  Bruno Haible  <bruno@clisp.org>
35743
35744         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
35745         not from GNU libiconv or GNU libc.
35746
35747 2007-01-15  Bruno Haible  <bruno@clisp.org>
35748
35749         * doc/gnulib-intro.texi (Copyright): Explain the different license
35750         terms for module descriptions, autoconf macros, tests, documentation.
35751
35752 2007-01-14  Bruno Haible  <bruno@clisp.org>
35753
35754         * modules/striconv-tests: New file.
35755         * tests/test-striconv.c: New file.
35756
35757 2007-01-14  Bruno Haible  <bruno@clisp.org>
35758
35759         * modules/iconv-tests: New file.
35760         * tests/test-iconv.c: New file.
35761
35762 2007-01-14  Bruno Haible  <bruno@clisp.org>
35763
35764         * gnulib-tool (func_get_license): For test modules, use the license of
35765         the main module.
35766
35767 2007-01-14  Bruno Haible  <bruno@clisp.org>
35768
35769         * modules/iconv (Include): Clarify that <iconv.h> can only be included
35770         if iconv is found to exist.
35771
35772 2007-01-14  Bruno Haible  <bruno@clisp.org>
35773
35774         * modules/c-ctype-tests: New file.
35775         * tests/test-c-ctype.c: New file.
35776
35777 2007-01-14  Bruno Haible  <bruno@clisp.org>
35778
35779         * modules/binary-io-tests: New file.
35780         * tests/test-binary-io.sh: New file.
35781         * tests/test-binary-io.c: New file.
35782
35783 2007-01-14  Bruno Haible  <bruno@clisp.org>
35784
35785         * modules/array-oset-tests: New file.
35786         * tests/test-array_oset.c: New file.
35787
35788 2007-01-14  Bruno Haible  <bruno@clisp.org>
35789
35790         * modules/array-list-tests: New file.
35791         * tests/test-array_list.c: New file.
35792
35793 2007-01-14  Bruno Haible  <bruno@clisp.org>
35794
35795         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
35796         and make.
35797         Reported by Simon Josefsson in
35798         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
35799
35800 2007-01-14  Bruno Haible  <bruno@clisp.org>
35801
35802         * modules/allocsa-tests: New file.
35803         * tests/test-allocsa.c: New file.
35804
35805 2007-01-14  Bruno Haible  <bruno@clisp.org>
35806
35807         * modules/fchdir (Depends-on): Add absolute-header.
35808         * modules/unistd (Depends-on): Likewise.
35809
35810 2006-12-30  Bruno Haible  <bruno@clisp.org>
35811
35812         * modules/fchdir: New file.
35813         * modules/unistd (Files): Add lib/unistd_.h.
35814         (Makefile.am): Generate unistd.h from unistd_.h.
35815         * lib/fchdir.c: New file.
35816         * lib/dirent_.h: New file.
35817         * lib/unistd_.h: New file.
35818         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
35819         * m4/fchdir.m4: New file.
35820         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
35821         (gl_HEADER_UNISTD): Invoke it.
35822         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
35823         function.
35824         * lib/backupfile.c (opendir, closedir): Undefine.
35825         * lib/chown.c (open, close): Undefine.
35826         * lib/clean-temp.c (open, close): Undefine.
35827         * lib/copy-file.c (open, close): Undefine.
35828         * lib/execute.c (open, close): Undefine.
35829         * lib/fsusage.c (open, close): Undefine.
35830         * lib/gc-gnulib.c (open, close): Undefine.
35831         * lib/getcwd.c (opendir, closedir): Undefine.
35832         * lib/glob.c (opendir, closedir): Undefine.
35833         * lib/javacomp.c (open, close): Undefine.
35834         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
35835         * lib/openat-proc.c (open, close): Undefine.
35836         * lib/pagealign_alloc.c (open, close): Undefine.
35837         * lib/pipe.c (open, close): Undefine.
35838         * lib/progreloc.c (open, close): Undefine.
35839         * lib/savedir.c (opendir, closedir): Undefine.
35840         * lib/utime.c (open, close): Undefine.
35841         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
35842
35843 2007-01-10  Bruno Haible  <bruno@clisp.org>
35844
35845         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
35846
35847 2007-01-12  Eric Blake  <ebb9@byu.net>
35848
35849         Provide a robust <wchar.h>.  Further simplifications are now
35850         possible in other modules, but not included here.
35851         * modules/wchar: New module.
35852         * m4/wchar.m4: New file.
35853         * lib/wchar_.h: Likewise.
35854         * modules/mbchar (Depends-on): Depend on wchar, as the first use
35855         of the new module.
35856         * MODULES.html.sh (Extended multibyte and wide character utilities):
35857         New section.
35858
35859 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
35860
35861         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
35862         to a reasonable default for memory allocation.
35863         (xreadlink): Don't allocate a huge buffer, to work around a buggy
35864         file system that reports garbage st_size values for symlinks.
35865         Problem reported by Liyang Hu.
35866
35867 2007-01-11  Simon Josefsson  <simon@josefsson.org>
35868
35869         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
35870         Emacs .#* auto-save files).
35871
35872 2007-01-11  Bruno Haible  <bruno@clisp.org>
35873
35874         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
35875         directory.
35876
35877 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35878
35879         Use @...@ consistently in lib/wctype_.h.
35880         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
35881         on it being set to 1 or 0.
35882         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
35883         go back to AC_SUBSTing it.
35884         * modules/wctype (Makefile.am): Undo previous change.
35885
35886 2007-01-10  Eric Blake  <ebb9@byu.net>
35887
35888         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
35889         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
35890         * modules/wctype (Makefile.am): Likewise.
35891         Reported by Chris McGuire.
35892
35893 2007-01-10  Jim Meyering  <jim@meyering.net>
35894
35895         fts.c: a small readability/maintainability improvement
35896         * lib/fts.c (fts_read): Make this code slightly more readable and
35897         maintainable by hoisting the "sp->fts_cur = p" assignments to
35898         immediately follow the statements that set P.  Derived from
35899         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
35900
35901 2007-01-10  Eric Blake  <ebb9@byu.net>
35902
35903         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
35904         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
35905         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
35906         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
35907         Reported by Chris McGuire.
35908
35909 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35910
35911         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
35912         in sed script.
35913
35914 2007-01-09  Bruno Haible  <bruno@clisp.org>
35915
35916         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
35917         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
35918         variables.
35919         (func_module): Use them.
35920
35921 2007-01-09  Bruno Haible  <bruno@clisp.org>
35922
35923         * modules/unistr/base: New file.
35924         * lib/unistr.h: New file.
35925
35926         * modules/unistr/u8-to-u16: New file.
35927         * lib/unistr/u8-to-u16.c: New file.
35928
35929         * modules/unistr/u8-to-u32: New file.
35930         * lib/unistr/u8-to-u32.c: New file.
35931
35932         * modules/unistr/u16-to-u8: New file.
35933         * lib/unistr/u16-to-u8.c: New file.
35934
35935         * modules/unistr/u16-to-u32: New file.
35936         * lib/unistr/u16-to-u32.c: New file.
35937
35938         * modules/unistr/u32-to-u8: New file.
35939         * lib/unistr/u32-to-u8.c: New file.
35940
35941         * modules/unistr/u32-to-u16: New file.
35942         * lib/unistr/u32-to-u16.c: New file.
35943
35944         * modules/unistr/u8-check: New file.
35945         * modules/unistr/u16-check: New file.
35946         * modules/unistr/u32-check: New file.
35947         * lib/unistr/u8-check.c: New file.
35948         * lib/unistr/u16-check.c: New file.
35949         * lib/unistr/u32-check.c: New file.
35950
35951         * modules/unistr/u8-chr: New file.
35952         * modules/unistr/u16-chr: New file.
35953         * modules/unistr/u32-chr: New file.
35954         * lib/unistr/u8-chr.c: New file.
35955         * lib/unistr/u16-chr.c: New file.
35956         * lib/unistr/u32-chr.c: New file.
35957
35958         * modules/unistr/u8-cmp: New file.
35959         * modules/unistr/u16-cmp: New file.
35960         * modules/unistr/u32-cmp: New file.
35961         * lib/unistr/u8-cmp.c: New file.
35962         * lib/unistr/u16-cmp.c: New file.
35963         * lib/unistr/u32-cmp.c: New file.
35964
35965         * modules/unistr/u8-cpy: New file.
35966         * modules/unistr/u16-cpy: New file.
35967         * modules/unistr/u32-cpy: New file.
35968         * lib/unistr/u8-cpy.c: New file.
35969         * lib/unistr/u16-cpy.c: New file.
35970         * lib/unistr/u32-cpy.c: New file.
35971         * lib/unistr/u-cpy.h: New file.
35972
35973         * modules/unistr/u8-cpy-alloc: New file.
35974         * modules/unistr/u16-cpy-alloc: New file.
35975         * modules/unistr/u32-cpy-alloc: New file.
35976         * lib/unistr/u8-cpy-alloc.c: New file.
35977         * lib/unistr/u16-cpy-alloc.c: New file.
35978         * lib/unistr/u32-cpy-alloc.c: New file.
35979         * lib/unistr/u-cpy-alloc.h: New file.
35980
35981         * modules/unistr/u8-endswith: New file.
35982         * modules/unistr/u16-endswith: New file.
35983         * modules/unistr/u32-endswith: New file.
35984         * lib/unistr/u8-endswith.c: New file.
35985         * lib/unistr/u16-endswith.c: New file.
35986         * lib/unistr/u32-endswith.c: New file.
35987         * lib/unistr/u-endswith.h: New file.
35988
35989         * modules/unistr/u8-mblen: New file.
35990         * modules/unistr/u16-mblen: New file.
35991         * modules/unistr/u32-mblen: New file.
35992         * lib/unistr/u8-mblen.c: New file.
35993         * lib/unistr/u16-mblen.c: New file.
35994         * lib/unistr/u32-mblen.c: New file.
35995
35996         * modules/unistr/u8-mbtouc: New file.
35997         * modules/unistr/u16-mbtouc: New file.
35998         * modules/unistr/u32-mbtouc: New file.
35999         * lib/unistr/u8-mbtouc.c: New file.
36000         * lib/unistr/u16-mbtouc.c: New file.
36001         * lib/unistr/u32-mbtouc.c: New file.
36002
36003         * modules/unistr/u8-mbtouc-safe: New file.
36004         * modules/unistr/u16-mbtouc-safe: New file.
36005         * modules/unistr/u32-mbtouc-safe: New file.
36006         * lib/unistr/u8-mbtouc-safe.c: New file.
36007         * lib/unistr/u16-mbtouc-safe.c: New file.
36008         * lib/unistr/u32-mbtouc-safe.c: New file.
36009
36010         * modules/unistr/u8-move: New file.
36011         * modules/unistr/u16-move: New file.
36012         * modules/unistr/u32-move: New file.
36013         * lib/unistr/u8-move.c: New file.
36014         * lib/unistr/u16-move.c: New file.
36015         * lib/unistr/u32-move.c: New file.
36016         * lib/unistr/u-move.h: New file.
36017
36018         * modules/unistr/u8-next: New file.
36019         * modules/unistr/u16-next: New file.
36020         * modules/unistr/u32-next: New file.
36021         * lib/unistr/u8-next.c: New file.
36022         * lib/unistr/u16-next.c: New file.
36023         * lib/unistr/u32-next.c: New file.
36024
36025         * modules/unistr/u8-prev: New file.
36026         * modules/unistr/u16-prev: New file.
36027         * modules/unistr/u32-prev: New file.
36028         * lib/unistr/u8-prev.c: New file.
36029         * lib/unistr/u16-prev.c: New file.
36030         * lib/unistr/u32-prev.c: New file.
36031
36032         * modules/unistr/u8-set: New file.
36033         * modules/unistr/u16-set: New file.
36034         * modules/unistr/u32-set: New file.
36035         * lib/unistr/u8-set.c: New file.
36036         * lib/unistr/u16-set.c: New file.
36037         * lib/unistr/u32-set.c: New file.
36038         * lib/unistr/u-set.h: New file.
36039
36040         * modules/unistr/u8-startswith: New file.
36041         * modules/unistr/u16-startswith: New file.
36042         * modules/unistr/u32-startswith: New file.
36043         * lib/unistr/u8-startswith.c: New file.
36044         * lib/unistr/u16-startswith.c: New file.
36045         * lib/unistr/u32-startswith.c: New file.
36046         * lib/unistr/u-startswith.h: New file.
36047
36048         * modules/unistr/u8-stpcpy: New file.
36049         * modules/unistr/u16-stpcpy: New file.
36050         * modules/unistr/u32-stpcpy: New file.
36051         * lib/unistr/u8-stpcpy.c: New file.
36052         * lib/unistr/u16-stpcpy.c: New file.
36053         * lib/unistr/u32-stpcpy.c: New file.
36054         * lib/unistr/u-stpcpy.h: New file.
36055
36056         * modules/unistr/u8-stpncpy: New file.
36057         * modules/unistr/u16-stpncpy: New file.
36058         * modules/unistr/u32-stpncpy: New file.
36059         * lib/unistr/u8-stpncpy.c: New file.
36060         * lib/unistr/u16-stpncpy.c: New file.
36061         * lib/unistr/u32-stpncpy.c: New file.
36062         * lib/unistr/u-stpncpy.h: New file.
36063
36064         * modules/unistr/u8-strcat: New file.
36065         * modules/unistr/u16-strcat: New file.
36066         * modules/unistr/u32-strcat: New file.
36067         * lib/unistr/u8-strcat.c: New file.
36068         * lib/unistr/u16-strcat.c: New file.
36069         * lib/unistr/u32-strcat.c: New file.
36070         * lib/unistr/u-strcat.h: New file.
36071
36072         * modules/unistr/u8-strchr: New file.
36073         * modules/unistr/u16-strchr: New file.
36074         * modules/unistr/u32-strchr: New file.
36075         * lib/unistr/u8-strchr.c: New file.
36076         * lib/unistr/u16-strchr.c: New file.
36077         * lib/unistr/u32-strchr.c: New file.
36078
36079         * modules/unistr/u8-strcmp: New file.
36080         * modules/unistr/u16-strcmp: New file.
36081         * modules/unistr/u32-strcmp: New file.
36082         * lib/unistr/u8-strcmp.c: New file.
36083         * lib/unistr/u16-strcmp.c: New file.
36084         * lib/unistr/u32-strcmp.c: New file.
36085
36086         * modules/unistr/u8-strcpy: New file.
36087         * modules/unistr/u16-strcpy: New file.
36088         * modules/unistr/u32-strcpy: New file.
36089         * lib/unistr/u8-strcpy.c: New file.
36090         * lib/unistr/u16-strcpy.c: New file.
36091         * lib/unistr/u32-strcpy.c: New file.
36092         * lib/unistr/u-strcpy.h: New file.
36093
36094         * modules/unistr/u8-strcspn: New file.
36095         * modules/unistr/u16-strcspn: New file.
36096         * modules/unistr/u32-strcspn: New file.
36097         * lib/unistr/u8-strcspn.c: New file.
36098         * lib/unistr/u16-strcspn.c: New file.
36099         * lib/unistr/u32-strcspn.c: New file.
36100         * lib/unistr/u-strcspn.h: New file.
36101
36102         * modules/unistr/u8-strdup: New file.
36103         * modules/unistr/u16-strdup: New file.
36104         * modules/unistr/u32-strdup: New file.
36105         * lib/unistr/u8-strdup.c: New file.
36106         * lib/unistr/u16-strdup.c: New file.
36107         * lib/unistr/u32-strdup.c: New file.
36108         * lib/unistr/u-strdup.h: New file.
36109
36110         * modules/unistr/u8-strlen: New file.
36111         * modules/unistr/u16-strlen: New file.
36112         * modules/unistr/u32-strlen: New file.
36113         * lib/unistr/u8-strlen.c: New file.
36114         * lib/unistr/u16-strlen.c: New file.
36115         * lib/unistr/u32-strlen.c: New file.
36116         * lib/unistr/u-strlen.h: New file.
36117
36118         * modules/unistr/u8-strmblen: New file.
36119         * modules/unistr/u16-strmblen: New file.
36120         * modules/unistr/u32-strmblen: New file.
36121         * lib/unistr/u8-strmblen.c: New file.
36122         * lib/unistr/u16-strmblen.c: New file.
36123         * lib/unistr/u32-strmblen.c: New file.
36124
36125         * modules/unistr/u8-strmbtouc: New file.
36126         * modules/unistr/u16-strmbtouc: New file.
36127         * modules/unistr/u32-strmbtouc: New file.
36128         * lib/unistr/u8-strmbtouc.c: New file.
36129         * lib/unistr/u16-strmbtouc.c: New file.
36130         * lib/unistr/u32-strmbtouc.c: New file.
36131
36132         * modules/unistr/u8-strncat: New file.
36133         * modules/unistr/u16-strncat: New file.
36134         * modules/unistr/u32-strncat: New file.
36135         * lib/unistr/u8-strncat.c: New file.
36136         * lib/unistr/u16-strncat.c: New file.
36137         * lib/unistr/u32-strncat.c: New file.
36138         * lib/unistr/u-strncat.h: New file.
36139
36140         * modules/unistr/u8-strncmp: New file.
36141         * modules/unistr/u16-strncmp: New file.
36142         * modules/unistr/u32-strncmp: New file.
36143         * lib/unistr/u8-strncmp.c: New file.
36144         * lib/unistr/u16-strncmp.c: New file.
36145         * lib/unistr/u32-strncmp.c: New file.
36146
36147         * modules/unistr/u8-strncpy: New file.
36148         * modules/unistr/u16-strncpy: New file.
36149         * modules/unistr/u32-strncpy: New file.
36150         * lib/unistr/u8-strncpy.c: New file.
36151         * lib/unistr/u16-strncpy.c: New file.
36152         * lib/unistr/u32-strncpy.c: New file.
36153         * lib/unistr/u-strncpy.h: New file.
36154
36155         * modules/unistr/u8-strnlen: New file.
36156         * modules/unistr/u16-strnlen: New file.
36157         * modules/unistr/u32-strnlen: New file.
36158         * lib/unistr/u8-strnlen.c: New file.
36159         * lib/unistr/u16-strnlen.c: New file.
36160         * lib/unistr/u32-strnlen.c: New file.
36161         * lib/unistr/u-strnlen.h: New file.
36162
36163         * modules/unistr/u8-strpbrk: New file.
36164         * modules/unistr/u16-strpbrk: New file.
36165         * modules/unistr/u32-strpbrk: New file.
36166         * lib/unistr/u8-strpbrk.c: New file.
36167         * lib/unistr/u16-strpbrk.c: New file.
36168         * lib/unistr/u32-strpbrk.c: New file.
36169         * lib/unistr/u-strpbrk.h: New file.
36170
36171         * modules/unistr/u8-strrchr: New file.
36172         * modules/unistr/u16-strrchr: New file.
36173         * modules/unistr/u32-strrchr: New file.
36174         * lib/unistr/u8-strrchr.c: New file.
36175         * lib/unistr/u16-strrchr.c: New file.
36176         * lib/unistr/u32-strrchr.c: New file.
36177
36178         * modules/unistr/u8-strspn: New file.
36179         * modules/unistr/u16-strspn: New file.
36180         * modules/unistr/u32-strspn: New file.
36181         * lib/unistr/u8-strspn.c: New file.
36182         * lib/unistr/u16-strspn.c: New file.
36183         * lib/unistr/u32-strspn.c: New file.
36184         * lib/unistr/u-strspn.h: New file.
36185
36186         * modules/unistr/u8-strstr: New file.
36187         * modules/unistr/u16-strstr: New file.
36188         * modules/unistr/u32-strstr: New file.
36189         * lib/unistr/u8-strstr.c: New file.
36190         * lib/unistr/u16-strstr.c: New file.
36191         * lib/unistr/u32-strstr.c: New file.
36192         * lib/unistr/u-strstr.h: New file.
36193
36194         * modules/unistr/u8-strtok: New file.
36195         * modules/unistr/u16-strtok: New file.
36196         * modules/unistr/u32-strtok: New file.
36197         * lib/unistr/u8-strtok.c: New file.
36198         * lib/unistr/u16-strtok.c: New file.
36199         * lib/unistr/u32-strtok.c: New file.
36200         * lib/unistr/u-strtok.h: New file.
36201
36202         * modules/unistr/u8-uctomb: New file.
36203         * modules/unistr/u16-uctomb: New file.
36204         * modules/unistr/u32-uctomb: New file.
36205         * lib/unistr/u8-uctomb.c: New file.
36206         * lib/unistr/u16-uctomb.c: New file.
36207         * lib/unistr/u32-uctomb.c: New file.
36208
36209         * MODULES.html.sh (Unicode string functions): Add the new modules.
36210
36211 2007-01-08  Bruno Haible  <bruno@clisp.org>
36212
36213         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
36214         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
36215         subdirectories.
36216
36217 2007-01-08  Karl Berry  <karl@gnu.org>
36218
36219         * doc/error.texi: mention that main() fns must set program_name
36220         when progname is used.
36221
36222 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
36223
36224         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
36225         WCTYPE_H is empty, for the benefit of builds from non-distclean
36226         directories.  Problem reported by Eric Blake in
36227         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
36228
36229 2007-01-08  Bruno Haible  <bruno@clisp.org>
36230
36231         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
36232         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
36233         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
36234         PROVIDE_CANONICALIZE_FILENAME_MODE.
36235         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
36236
36237 2007-01-08  Bruno Haible  <bruno@clisp.org>
36238
36239         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
36240         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
36241         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
36242         * lib/fts.c: Likewise.
36243         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
36244
36245 2006-12-25  Bruno Haible  <bruno@clisp.org>
36246
36247         * modules/utf8-ucs4-safe: New file.
36248         * lib/utf8-ucs4-safe.h: New file.
36249         * lib/unistr/utf8-ucs4-safe.c: New file.
36250
36251         * modules/utf16-ucs4-safe: New file.
36252         * lib/utf16-ucs4-safe.h: New file.
36253         * lib/unistr/utf16-ucs4-safe.c: New file.
36254
36255         * MODULES.html.sh (Unicode string functions): Add the new modules.
36256
36257 2007-01-08  Bruno Haible  <bruno@clisp.org>
36258
36259         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
36260         (Depends-on): Add unitypes.
36261         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36262         (u8_mbtouc_aux): Move out to separate file.
36263         (u8_mbtouc): Use ucs4_t, uint8_t types.
36264         * lib/unistr/utf8-ucs4.c: New file.
36265
36266         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
36267         (Depends-on): Add unitypes.
36268         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36269         (u16_mbtouc_aux): Move out to separate file.
36270         (u16_mbtouc): Use ucs4_t, uint16_t types.
36271         * lib/unistr/utf16-ucs4.c: New file.
36272
36273         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
36274         (Depends-on): Add unitypes.
36275         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
36276         (u8_uctomb_aux): Move out to separate file.
36277         (u8_uctomb): Use ucs4_t, uint8_t types.
36278         * lib/unistr/ucs4-utf8.c: New file.
36279
36280         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
36281         (Depends-on): Add unitypes.
36282         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
36283         (u16_uctomb_aux): Move out to separate file.
36284         (u16_uctomb): Use ucs4_t, uint16_t types.
36285         * lib/unistr/ucs4-utf16.c: New file.
36286
36287 2006-12-25  Bruno Haible  <bruno@clisp.org>
36288
36289         * modules/unitypes: New file.
36290         * lib/unitypes.h: New file.
36291         * MODULES.html.sh (func_all_modules): New section "Unicode string
36292         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
36293         this section. Add unitypes.
36294
36295 2007-01-08  Bruno Haible  <bruno@clisp.org>
36296
36297         Avoid variable names that conflict with those from libtool.
36298         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
36299         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
36300         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
36301         library_names_spec to acl_library_names_spec, hardcode_* to
36302         acl_hardcode_*.
36303         Reported by Ralf Wildenhues.
36304
36305 2007-01-08  Bruno Haible  <bruno@clisp.org>
36306
36307         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
36308         definition.
36309         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
36310         definition.
36311         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
36312         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
36313         definition.
36314         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
36315         definition.
36316         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
36317         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
36318         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
36319         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
36320         definition.
36321         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
36322         definition.
36323         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
36324         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
36325         GC_USE_<algorithm>.
36326         * lib/gc-libgcrypt.c: Likewise.
36327         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
36328         * modules/gc-arctwo (configure.ac): Likewise.
36329         * modules/gc-des (configure.ac): Likewise.
36330         * modules/gc-hmac-md5 (configure.ac): Likewise.
36331         * modules/gc-hmac-sha1 (configure.ac): Likewise.
36332         * modules/gc-md2 (configure.ac): Likewise.
36333         * modules/gc-md4 (configure.ac): Likewise.
36334         * modules/gc-md5 (configure.ac): Likewise.
36335         * modules/gc-random (configure.ac): Likewise.
36336         * modules/gc-rijndael (configure.ac): Likewise.
36337         * modules/gc-sha1 (configure.ac): Likewise.
36338
36339 2007-01-08  Bruno Haible  <bruno@clisp.org>
36340
36341         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
36342         macro definition.
36343         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
36344         definition.
36345         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
36346         definition.
36347         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
36348         * modules/fcntl-safer (configure.ac): Likewise.
36349         * modules/fopen-safer (configure.ac): Likewise.
36350         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
36351         GNULIB_FWRITEERROR macro definition.
36352
36353 2007-01-08  Bruno Haible  <bruno@clisp.org>
36354
36355         * m4/gnulib-common.m4: New file.
36356         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
36357         (func_get_filelist): Add m4/gnulib-common.m4.
36358
36359 2007-01-08  Bruno Haible  <bruno@clisp.org>
36360
36361         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
36362         command.
36363
36364 2007-01-08  Jim Meyering  <jim@meyering.net>
36365
36366         Use a more robust test for a "can't happen" condition.
36367         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
36368         narrowed the st_size value.  Presuming the "can't happen" condition
36369         is true, that narrowing could conceivably convert an invalid st_size
36370         value into a valid one.  Instead, use a change based on Matthew
36371         Woehlke's original patch.
36372
36373         Slight readability improvement: use an assert-like macro
36374         in place of literal "abort ()" uses.
36375         * lib/fts.c (fts_assert): Define.
36376         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
36377         Use this macro instead of a bare 'abort'.
36378
36379 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
36380
36381         Don't worry about using IRIX 5.3's wctype.h broken definitions;
36382         simply work around them.
36383         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
36384         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
36385         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
36386         declaring.
36387         Don't bother to define as macros, since the standard doesn't require it.
36388         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
36389         longer worry about IRIX 5.3.
36390         (HAVE_WCTYPE_CTMP_BUG): Remove.
36391
36392 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36393
36394         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
36395         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
36396         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
36397         Problems reported by Georg Schwarz for IRIX 5.3.
36398
36399         * gnulib-tool (autoconf_minversion): Take the maximum version number
36400         found, not the minimum.  Problem reported by James Youngman.
36401
36402 2007-01-03  Karl Berry  <karl@gnu.org>
36403
36404         * doc/error.texi: new file, explaining interaction with progname.
36405         * doc/gnulib.texi: include it.  Update copyright.
36406
36407 2007-01-03  Simon Josefsson  <simon@josefsson.org>
36408
36409         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
36410         AC_CANONICAL_HOST, to improve autobuild outputs.
36411
36412 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
36413             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
36414
36415         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
36416         sockets, server sockets, and other file descriptors.  Count errors
36417         to compute the return value.  Reorder the code a bit to be easier
36418         to follow.  Don't set event bits that were not requested (except
36419         POLLERR and POLLHUP).
36420
36421 2007-01-01  Bruno Haible  <bruno@clisp.org>
36422
36423         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
36424
36425 2007-01-03  Jim Meyering  <jim@meyering.net>
36426
36427         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
36428
36429 2007-01-02  Bruno Haible  <bruno@clisp.org>
36430
36431         * modules/settime (Include): Require timespec.h.
36432         * modules/nanosleep (Include): Likewise.
36433
36434 2007-01-01  Bruno Haible  <bruno@clisp.org>
36435
36436         * gnulib-tool (func_emit_copyright_notice): Bump year.
36437         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
36438
36439 2007-01-01  Bruno Haible  <bruno@clisp.org>
36440
36441         Improve support for OpenBSD.
36442         * build-aux/config.rpath (libname_spec): Export.
36443         (library_names_spec): New variable. Export.
36444         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
36445         library_names_spec from the config.rpath output. Locate shared library
36446         through the name pattern in library_names_spec.
36447
36448 2007-01-01  Eric Blake  <ebb9@byu.net>
36449
36450         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
36451
36452 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
36453
36454         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
36455         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
36456         assume the C locale, and avoid an "eval" that could cause trouble.
36457         Problem with SORT reported by Bob Proulx.
36458
36459         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
36460         Define.  Trivial patch from Henning Nielsen Lund, originally
36461         sent to bug-grep@gnu.org today.
36462
36463 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
36464
36465         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
36466         struct stat.  Problem reported by Henning Nielsen Lund.
36467         * lib/acl.c: Include acl.h first, to check interface.  Don't
36468         bother to include sys/types.h and sys/stat.h again.
36469
36470 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36471
36472         Import the following change from libc; problem reported by
36473         Sven Verdoolaege.
36474
36475         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
36476
36477         [BZ #1373]
36478         * lib/argp.h: Remove __NTH for __argp_usage inline function.
36479
36480 2006-12-28  Jim Meyering  <jim@meyering.net>
36481
36482         * build-aux/announce-gen: Do not assume that the package
36483         builds any of tar.gz, tar.bz2, and .xdelta files.
36484         Suggestion from Simon Josefsson.
36485
36486 2006-12-28  Simon Josefsson  <simon@josefsson.org>
36487
36488         * modules/announce-gen: New file.
36489
36490 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
36491
36492         * lib/mbchar.h: Just include <wctype.h>; the wctype module
36493         handles its gotchas now.
36494         * lib/mbswidth.c: Likewise.
36495         * lib/wcwidth.h: Likewise.
36496         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
36497         and iswcntrl; the wctype module does this stuff now.
36498         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
36499         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36500         * modules/mbchar (Depends-on): Add wctype.
36501         * modules/mbswidth (Depends-on): Likewise.
36502         * modules/wcwidth (Depends-on): Likewise.
36503
36504 2006-12-27  Eric Blake  <ebb9@byu.net>
36505
36506         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
36507         module uses more than what <wctype.h> is required to provide.
36508
36509 2006-12-26  Eric Blake  <ebb9@byu.net>
36510
36511         * gnulib-tool (sed_extract_prog): Avoid space-tab.
36512
36513 2006-12-26  Eric Blake  <ebb9@byu.net>
36514
36515         * modules/absolute-header: New module.
36516         * modules/fcntl (Depends-on): Depend on it.
36517         * modules/inttypes (Depends-on): Likewise.
36518         * modules/stdint (Depends-on): Likewise.
36519         * modules/sys_stat (Depends-on): Likewise.
36520         * modules/wctype (Depends-on): Likewise.
36521         * MODULES.html.sh (Support for building libraries and
36522         executables): Document it.
36523
36524 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
36525
36526         * gnulib-tool (SED): Remove, undoing previous change.
36527         The problem was that it broke coreutils on Solaris, because
36528         "sed --posix" leaked into a makefile.
36529         (sed): New alias, if 'alias' and GNU sed.
36530
36531 2006-12-24  Jim Meyering  <jim@meyering.net>
36532
36533         Work around an fchownat bug in glibc-2.4:
36534         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
36535         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
36536         in spite of the -P option.
36537         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
36538         New macros.
36539         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
36540         * modules/openat (Files): Add lib/fchownat.c.
36541         * lib/openat.c (fchownat): Don't define here.  Move to...
36542         * lib/fchownat.c: ...this new file.
36543
36544 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36545
36546         Fix bug reported by Bruno Haible in
36547         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
36548         where quotearg.c didn't compile on Mac OS X 10.2 because it
36549         lacks <wchar.h> and wint_t.
36550         * lib/wctype_.h (__wctype_wint_t): New type.
36551         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
36552         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
36553         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
36554         Arg is now of type __wctype_wint_t, not wint_t.
36555         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
36556         substitute HAVE_WINT_T.
36557         * modules/wctype (Files): Add m4/wint_t.m4.
36558         (wctype.h): Substitute HAVE_WINT_T.
36559
36560 2006-12-23  Bruno Haible  <bruno@clisp.org>
36561
36562         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
36563
36564 2006-12-23  Bruno Haible  <bruno@clisp.org>
36565
36566         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
36567         S_ISLNK.
36568         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
36569         mingw.
36570
36571 2006-12-22  Bruno Haible  <bruno@clisp.org>
36572
36573         * lib/copy-file.c: Include acl.h.
36574         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
36575         Close the file descriptors only after being done with copy_acl.
36576         * modules/copy-file (Depends-on): Add acl.
36577
36578 2006-12-22  Bruno Haible  <bruno@clisp.org>
36579
36580         * gnulib-tool (SED): New variable.
36581         Use $SED instead of sed everywhere.
36582
36583 2006-12-22  Bruno Haible  <bruno@clisp.org>
36584
36585         * modules/no-c++: New file.
36586         * m4/no-c++.m4: New file.
36587         * MODULES.html.sh (Support for building libraries and executables):
36588         Add no-c++.
36589
36590 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
36591
36592         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
36593         Include <limits.h>, and use its INT_MAX to rewrite the
36594         j loop so that it does not overflow 'int'.  Problem reported by
36595         Ralf Wildenhues in
36596         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
36597         Play it safe by shifting left by 1 rather than multiplying by 2,
36598         as GCC is less likely to optimize this away when the value
36599         is signed (when it assumes overflow leads to undefined behavior).
36600         Also, don't assume time_t uses two's complement.
36601
36602 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
36603
36604         * MODULES.html.sh: New module wctype.
36605         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
36606         * lib/fnmatch.c: Don't bother to include <wchar.h> before
36607         <wctype.h>, since the new wctype module should fix this.
36608         * lib/quotearg.c: Include <wctype.h> unconditionally, since
36609         the wctype module should arrange for it.
36610         * lib/regex_internal.h: Likewise.
36611         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
36612         since the wctype module should handle this now.
36613         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
36614         * modules/fnmatch (Depends-on): Add wctype.
36615         * modules/quotearg (Depends-on): Likewise.
36616         * modules/regex (Depends-on): Likewise.
36617
36618 2006-12-19  Bruno Haible  <bruno@clisp.org>
36619
36620         * lib/strdup.h [C++]: Wrap definitions in extern "C".
36621         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
36622
36623 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36624
36625         * modules/savewd (Depends-on): Fix dependency on fcntl.
36626
36627 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
36628
36629         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
36630         conforms to C99, rather than relying on the user's environment
36631         setting of STDINT_H.
36632
36633 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
36634         and Eric Blake  <ebb9@byu.net>
36635
36636         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
36637         This is more consistent with the other defines here.
36638         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
36639         Port to z/OS.  Problem reported by Paul Gilmartin.
36640         Change local vars to use gl_ prefix rather than ac_.
36641         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
36642         with other defines.
36643         * modules/double-slash-root: New module.
36644         * modules/dirname (Files): Remove m4/double-slash-root.m4.
36645         (Depends-on): Add double-slash-root.
36646         * MODULES.html.sh (File system functions): Mention new module.
36647
36648 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
36649
36650         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
36651         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
36652         This is for the benefit of gzip, which doesn't do i18n.
36653
36654 2006-12-12  Jim Meyering  <jim@meyering.net>
36655
36656         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
36657         Reported by Andreas Schwab <schwab@suse.de>.
36658
36659 2006-12-12  Bruno Haible  <bruno@clisp.org>
36660
36661         Merge these changes.
36662         2006-09-05  Bruno Haible  <bruno@clisp.org>
36663         * lib/iconvme.c (iconv_string): No need to save and restore errno when
36664         iconv_alloc succeeded.
36665         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
36666         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
36667         test for " && dest " at the end - dest is always != NULL there. Call
36668         iconv with 4xNULL arguments initially, to reset the state. Call iconv
36669         with 2xNULL arguments, also to flush the state storage. Handle the
36670         IRIX iconv behaviour. Realloc the final result, to throw away unused
36671         memory.
36672
36673 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
36674
36675         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
36676         and fchmodat unconditionally, since glibc 2.4 has them.
36677         Problem reported by Arkadiusz Miskiewicz.
36678
36679 2006-12-10  Bruno Haible  <bruno@clisp.org>
36680
36681         * gnulib-tool (func_import): Show the include files only for those
36682         modules that are copied and specified.
36683         Reported by Karl Berry.
36684
36685 2006-12-08  Jim Meyering  <jim@meyering.net>
36686
36687         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
36688         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
36689
36690         * build-aux/announce-gen: Add two new options, both optional:
36691         --bootstrap-tools=TOOL_LIST
36692               a comma-separated list of tools, e.g.,
36693               autoconf,automake,bison,gnulib
36694         --gnulib-snapshot-date=DATE
36695               if gnulib is in the bootstrap tool list,
36696               then report this as the snapshot date.
36697               If not specified, use the current date/time.
36698               If you specify a date here, be sure it's UTC.
36699
36700 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36701
36702         * tests/test-argp-2.sh: Fix test to match actual output.
36703         (func_compare): Fix sed script to be portable.
36704
36705 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
36706
36707         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
36708         workaround for this case.  It is not autoconfigured now; offhand
36709         it's hard to see how to autoconfigure it.
36710
36711 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
36712
36713         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
36714         a directory that is about to be chowned.  Such a directory's
36715         initial file permissions should permit the owner only and this
36716         should not be changed until after the chown, since the group and
36717         other bits would be incorrect if they granted permission before
36718         the chown.
36719
36720         Fix porting problem for iswctype reported by Georg Schwarz in:
36721         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
36722         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
36723         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
36724         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
36725         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
36726
36727 2006-12-03  Jim Meyering  <jim@meyering.net>
36728
36729         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
36730         p->fts_statp may not yet be defined.
36731         (fts_read): Instead, set it in the caller, once p->fts_statp is
36732         sure to be defined, and corresponds to a top-level directory.
36733         This bug made du -x fail.  Here's the coreutils test case:
36734         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
36735         Reported by Mike Frysinger.
36736
36737 2006-12-01  Jim Meyering  <jim@meyering.net>
36738
36739         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
36740         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
36741         Reported by Simon Josefsson.
36742
36743 2006-11-30  Jim Meyering  <jim@meyering.net>
36744
36745         * m4/warning.m4: Use the all-permissive copyright notice
36746         recommended by RMS (rather than LGPL).
36747         * m4/vararrays.m4: Likewise.
36748         * m4/flexmember.m4: Likewise.
36749
36750 2006-11-29  Bruno Haible  <bruno@clisp.org>
36751
36752         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
36753         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
36754         using +=.
36755         Reported by Simon Josefsson <simon@josefsson.org>.
36756
36757 2006-11-28  James Youngman <jay@gnu.org>
36758
36759         * README: Advise users that they might find the bug-gnulib@gnu.org
36760         and autotools-announce@gnu.org mailing lists useful.
36761
36762 2006-11-28  Bruno Haible  <bruno@clisp.org>
36763
36764         * m4/ptrdiff_max.m4: Remove file.
36765
36766 2006-11-21  Bruno Haible  <bruno@clisp.org>
36767
36768         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
36769         _AC_COMPUTE_INT.
36770         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36771         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
36772         _AC_COMPUTE_INT.
36773         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36774         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
36775         _AC_COMPUTE_INT.
36776         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36777
36778 2006-11-28  Jim Meyering  <jim@meyering.net>
36779
36780         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
36781         warning from "gcc -Wshadow" about shadowing the builtin.
36782
36783 2006-11-27  Bruno Haible  <bruno@clisp.org>
36784
36785         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
36786         _AC_COMPUTE_INT.
36787         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36788
36789 2006-11-27  Bruno Haible  <bruno@clisp.org>
36790             Paul Eggert  <eggert@cs.ucla.edu>
36791
36792         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
36793
36794 2006-11-26  Bruno Haible  <bruno@clisp.org>
36795
36796         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
36797         noinst_LTLIBRARIES.
36798
36799 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
36800             Bruno Haible  <bruno@clisp.org>
36801
36802         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
36803         if compiling with "gcc -ansi".
36804
36805 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
36806
36807         Fix some incompatibilities with gcc -ansi -pedantic.
36808         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
36809         if compiling pedantically with GCC, unless it's C99 or later.
36810         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
36811         it mishandles gcc -ansi -pedantic as well.
36812         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
36813         if gcc -pedantic.
36814         * lib/regexec.c (check_node_accept_bytes): Don't use auto
36815         initializers for struct if -pedantic, unless it's C99 or later.
36816
36817 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
36818
36819         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
36820         Don't close an fd more than once. Identical atimes indicate
36821         success, not failure.
36822
36823 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
36824
36825         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
36826
36827 2006-11-23  Jim Meyering  <jim@meyering.net>
36828
36829         * build-aux/announce-gen: New file.  From coreutils.
36830
36831 2006-11-22  Jim Meyering  <jim@meyering.net>
36832
36833         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
36834         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
36835         (fts_read): Use a temporary to narrow the overused st_size member
36836         before using it in a switch statement.  Reported by Matthew Woehlke.
36837
36838         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
36839         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
36840
36841 2006-11-20  Bruno Haible  <bruno@clisp.org>
36842
36843         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
36844         changequote instead of pairs of brackets.
36845         Reported by Andreas Schwab <schwab@suse.de>.
36846
36847 2006-11-21  Jim Meyering  <jim@meyering.net>
36848
36849         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
36850         so as to remain compatible with older compilers.
36851         Patch from Michael Deutschmann.
36852
36853 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
36854
36855         * MODULES.html.sh (File system functions): Add openat.
36856
36857         * lib/openat.h (rpl_fstatat): New macro, if
36858         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
36859         (fstatat): Define to rpl_fstatat under the same conditions,
36860         unless COMPILING_FSTATAT.
36861         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
36862         seems to have the bug.
36863         * lib/fstatat.c: New file.
36864         * modules/openat (Files): Add it.
36865
36866 2006-11-20  Bruno Haible  <bruno@clisp.org>
36867
36868         * Makefile: New file.
36869
36870 2006-11-20  Jim Meyering  <jim@meyering.net>
36871
36872         The beginnings of syntax-related checks for gnulib.
36873         * lib/Makefile: New file.
36874         * lib/t-idcache: New script.  Ensure that the two halves of
36875         idcache.c stay in sync.
36876
36877         * lib/idcache.c: Adjust comments in user- and group- portions to
36878         be more accurate, and to be consistent with one another.
36879
36880 2006-11-20  Jim Meyering  <jim@meyering.net>
36881
36882         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
36883         continue using the flexible array member (thus, this module performs
36884         half as many malloc calls), with the addition that...
36885         (getgroup, getuser): Consistently record a non-match via an empty
36886         "name" string, and map an empty string match to a NULL return value.
36887         * modules/idcache (Depends-on): Re-add flexmember.
36888
36889         * lib/idcache.c (getuser): Remove all uses of the register keyword.
36890         (getuidbyname, getgroup, getgidbyname): Likewise.
36891
36892         Use cleaner syntax: NULL rather than 0.
36893         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
36894
36895 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
36896
36897         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
36898         It mishandled the case where the group was missing.
36899         Problem reported by Greg Schafer.
36900         * modules/idcache: Likewise.
36901
36902 2006-11-18  Jim Meyering  <jim@meyering.net>
36903
36904         * check-module (%exempt_header): Add exception for some
36905         conditionally-included headers.
36906
36907         * modules/i-ring (Depends-on): Add verify.
36908         (License): Change to LGPL.
36909
36910 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
36911
36912         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
36913         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
36914         and inttostr.h.  Use snprintf rather than uinttostr, so that
36915         LGPLed code doesn't depend on GPLed.
36916
36917 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
36918
36919         * modules/inline (License): Change from GPL to LGPL.
36920
36921 2006-11-17  Jim Meyering  <jim@meyering.net>
36922
36923         * modules/d-type (License): Switch to LGPL.
36924
36925 2006-11-15  Bruno Haible  <bruno@clisp.org>
36926
36927         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
36928
36929 2006-11-15  Eric Blake  <ebb9@byu.net>
36930
36931         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
36932         the module dependency.
36933
36934 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36935             Bruno Haible  <bruno@clisp.org>
36936
36937         * gnulib-tool (func_create_testdir): Add license consistency check.
36938
36939 2006-11-15  Eric Blake  <ebb9@byu.net>
36940
36941         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
36942         random "(cached)" in configure output.
36943
36944 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36945
36946         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
36947         test for conforming inttypes.h is both announced and cached.
36948
36949         * MODULES.html.sh (seen_modules, seen_files): New variables.
36950         (func_module): Rewrite to use a few less gnulib-tool and sed
36951         invocations.  Avoid a couple of quadratic algorithms for ...
36952         (missed_modules, missed_files): ... these, with ...
36953         (func_append, func_tmpdir): ... these new functions, from
36954         gnulib-tool.  Analogously, install traps for cleanup.
36955
36956         * tests/test-gc.c (main): Remove unused variables.
36957         * tests/test-read-file.c: Include stdlib.h, for 'free'.
36958
36959 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
36960
36961         * modules/inttostr (License): Change to LGPL.
36962
36963 2006-11-14  Eric Blake  <ebb9@byu.net>
36964
36965         * modules/tempname (License): Change to LGPL.
36966
36967 2006-11-14  Eric Blake  <ebb9@byu.net>
36968
36969         * doc/functions.texi (Function Portability): *printf functions on
36970         Cygwin now understand all POSIX size specifiers.
36971
36972 2006-11-14  Bruno Haible  <bruno@clisp.org>
36973
36974         * modules/c-ctype (License): Change to LGPL.
36975
36976 2006-11-12  Bruno Haible  <bruno@clisp.org>
36977
36978         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
36979         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
36980         for GNOME libraries, for which the include files are installed in
36981         subdirectories of $prefix/include.
36982
36983 2006-11-12  Bruno Haible  <bruno@clisp.org>
36984
36985         * m4/lib-link.m4: Require at least autoconf-2.54.
36986         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
36987         name to underscores for the --with option.
36988
36989 2006-11-13  Bruno Haible  <bruno@clisp.org>
36990
36991         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
36992         the tests directory.
36993         Reported by Ralf Wildenhues.
36994
36995 2006-11-13  Bruno Haible  <bruno@clisp.org>
36996
36997         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
36998         (func_emit_initmacro_end): Undo the override here.
36999         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
37000         Works around the famous automake error in coreutils.
37001
37002 2006-11-13  Eric Blake  <ebb9@byu.net>
37003
37004         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
37005         element, not its node.
37006
37007 2006-11-12  Bruno Haible  <bruno@clisp.org>
37008
37009         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
37010         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
37011
37012 2006-11-12  Bruno Haible  <bruno@clisp.org>
37013
37014         * gnulib-tool: New option --local-symlink.
37015         (func_usage): Document it.
37016         (lsymbolic): New variable.
37017         (func_import, func_create_testdir): If --symlink was not specified,
37018         test whether --local-symlink was specified and the file comes from
37019         the local_gnulib_dir.
37020
37021 2006-11-12  Bruno Haible  <bruno@clisp.org>
37022
37023         * gnulib-tool (func_ln): New function.
37024         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
37025
37026 2006-11-12  Bruno Haible  <bruno@clisp.org>
37027
37028         Finish support for source files in subdirectories.
37029         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
37030         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
37031         AUTOMAKE_OPTIONS.
37032         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
37033
37034 2006-11-12  Bruno Haible  <bruno@clisp.org>
37035
37036         * gnulib-tool (func_get_automake_snippet): Synthesize also an
37037         EXTRA_lib_SOURCES augmentation.
37038         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
37039
37040 2006-11-12  Jim Meyering  <jim@meyering.net>
37041
37042         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
37043         file descriptors.  This also averts a failure on systems with
37044         native openat support when a traversed directory lacks "x" access.
37045         * lib/fts_.h: Include "i-ring.h"
37046         (struct FTS) [fts_fd_ring]: New member.
37047         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
37048         (FCHDIR): Add parentheses.
37049         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
37050         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
37051         When descending, rather than simply closing the previous
37052         fts_cwd_fd value, push that file descriptor onto the ring.
37053         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
37054         (fts_open): Initialize the new fd_ring member.
37055         (fts_close): Clear the ring.
37056         (fts_safe_changedir): When possible, use our new fd_ring to skip
37057         the diropen and fstat and dev/ino comparison that would normally
37058         accompany a virtual `chdir ("..")'.
37059
37060         * modules/fts (Depends-on): Add i-ring.
37061         * modules/i-ring: New module.
37062         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
37063         * m4/i-ring.m4: New file.
37064
37065 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37066
37067         * gnulib-tool (func_create_testdir): Fix replacement of
37068         `build-aux' in configure.ac.  Run autotools in gltests
37069         subdirectory.
37070         (func_create_testdir, func_create_megatestdir, test): There is
37071         no need for '--force' in most autotool invocations in a new
37072         tree.  Actually fail the whole test if any of the tools, or the
37073         configure or make stages fail.
37074
37075         Sync from Automake.
37076         * build-aux/gnupload: Revert last change.  Add pointer to upload
37077         instructions of the GNU Maintenance Instructions.
37078         Suggestion by Karl Berry.
37079
37080 2006-11-10  Jim Meyering  <jim@meyering.net>
37081
37082         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
37083
37084 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37085
37086         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
37087         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
37088         (bind_textdomain_codeset) [! ENABLE_NLS]:
37089         Evaluate all the arguments.  That way, callers get compatible behavior
37090         if the arguments have side effects.  Also, it avoids some GCC
37091         diagnostics in some cases; Joel E. Denny reported problems when Bison
37092         was configured with --enable-gcc-warnigs.
37093
37094 2006-11-10  Jim Meyering  <jim@meyering.net>
37095
37096         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
37097         relevant options in CFLAGS (like -O, -fno-inline) are taken into
37098         account.
37099
37100 2006-11-10  Jim Meyering  <jim@meyering.net>
37101
37102         * modules/inline: New file/module.
37103         * modules/xalloc (Files): Remove m4/inline.m4.
37104         (Depends-on): Add inline, instead.
37105         * modules/oset: Likewise.
37106         * modules/list: Likewise.
37107
37108 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37109
37110         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
37111         Problem reported by Matthew Woehlke.
37112
37113 2006-11-09  Bruno Haible  <bruno@clisp.org>
37114
37115         * lib/tempname.c (gen_tempname): Remove variant that invokes
37116         __gen_tempname.
37117         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
37118         __gen_tempname.
37119
37120 2006-11-08  Bruno Haible  <bruno@clisp.org>
37121
37122         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
37123         to 'yes' instead of 'cross-compiling'.
37124
37125 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
37126
37127         * lib/quotearg.h (quotearg_free): New decl.
37128         * lib/quotearg.c (quotearg_free): New function.
37129         (slot0, nslots, slotvec0, slotvec):
37130         Now file-scope so that quotearg_free can get at them.
37131
37132 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37133
37134         Sync from Automake.
37135         * build-aux/gnupload: Add missing 'gnu' to example URL.
37136         Report by Karl Berry.
37137
37138 2006-11-08  Bruno Haible  <bruno@clisp.org>
37139
37140         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
37141         Suggested by Paul Eggert.
37142
37143 2006-11-08  Jim Meyering  <jim@meyering.net>
37144
37145         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
37146         It's already included if !_LIBC.
37147         (fts_safe_changedir): Add a comment.
37148
37149 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37150
37151         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
37152         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
37153         Matthew Woehlke.
37154
37155         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
37156         definitions up, to avoid colliding with change below.
37157         (static_inline) [HAVE_INLINE]: New macro.
37158         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
37159         Provide extern decls when !HAVE_INLINE.  Do not define unless
37160         static_inline is defined, either by us or by xmalloc.c.  Use
37161         static_inline rather than static inline.
37162         (XCALLOC): Optimize sizeof(T) = 1 case.
37163         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
37164
37165 2006-11-07  Bruno Haible  <bruno@clisp.org>
37166
37167         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
37168         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
37169         AC_C_INLINE.
37170         * modules/xalloc (Files): Add m4/inline.m4.
37171
37172 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37173
37174         * README: Fix typo.
37175         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
37176         (Miscellanous Notes): ...from this.
37177
37178 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37179
37180         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
37181         Mention that offsetof should be used instead of sizeof.
37182         From Bruno Haible.
37183
37184 2006-11-07  Bruno Haible  <bruno@clisp.org>
37185
37186         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
37187
37188 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37189
37190         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37191         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
37192         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37193         (gl_tree_add_before, gl_tree_add_after):
37194         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
37195         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
37196         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37197         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
37198         (gl_linked_add_after, gl_linked_add_at): Likewise.
37199         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
37200         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37201         (gl_tree_add_before, gl_tree_add_after): Likewise.
37202         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
37203         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
37204         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
37205
37206 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37207
37208         * lib/gl_oset.h: Use C comment style, not C++ comment style.
37209
37210 2006-11-06  Bruno Haible  <bruno@clisp.org>
37211
37212         * m4/inline.m4: New file.
37213         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
37214         * modules/list (Files): Add m4/inline.m4.
37215         * modules/oset (Files): Likewise.
37216
37217 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37218
37219         * lib/idcache.c: Include <stddef.h>, for offsetof.
37220         (struct userid.name): Change from char * to a flexible array member.
37221         All uses changed.
37222         * modules/idcache (Depends-on): Add flexmember.
37223
37224         * MODULES.html.sh (Core language properties): New module flexmember.
37225         * modules/flexmember, m4/flexmember.m4: New files.
37226
37227         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
37228         inline functions that are identical with the old xnmalloc_inline,
37229         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
37230         that we can avoid some unnecessary integer multiplications and
37231         divisions in the common case where the element size is known at
37232         compile time.
37233         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
37234         needed.
37235         (xnboundedmalloc): Remove.
37236         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
37237         arguments, for consistency with rest of this header.
37238         (xcharalloc): Rewrite using XNMALLOC.
37239         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
37240         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
37241         versions have been moved to lib/xalloc.h and renamed to be the
37242         non-*_inline versions.
37243         (xmalloc, xrealloc): Implement without reference to the xnmalloc
37244         and xnrealloc functions, since those functions are now inline and
37245         now call us.
37246         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
37247         renaming described above.
37248         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
37249         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
37250         captures the dependency in AC_C_INLINE.
37251
37252         New module canonicalize-lgpl, proposed by Charles Wilson in
37253         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
37254         with a few small changes afterwards.
37255         * MODULES.html.sh (File system functions): New module
37256         canonicalize-lgpl.
37257         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
37258         and canonicalize_file_name.
37259         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
37260         * modules/canonicalize-lgpl: New files.
37261
37262 2006-11-05  Bruno Haible  <bruno@clisp.org>
37263
37264         * gnulib-tool (func_import, func_create_testdir): Create directories
37265         also for files in subdirectories of lib/.
37266
37267 2006-11-05  Bruno Haible  <bruno@clisp.org>
37268
37269         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
37270         ANSI C compliant.
37271
37272 2006-11-03  Bruno Haible  <bruno@clisp.org>
37273
37274         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37275         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
37276         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
37277         (xnboundedmalloc): New inline function.
37278         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
37279         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
37280         xmalloc.
37281         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
37282         xmalloc.
37283         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
37284         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
37285         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
37286         xmalloc.
37287         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37288         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
37289         xmalloc.
37290         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
37291         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37292         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
37293         xmalloc.
37294         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37295         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
37296         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37297         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
37298         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
37299         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
37300         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
37301
37302 2006-11-03  Bruno Haible  <bruno@clisp.org>
37303
37304         * lib/c-ctype.h [C++]: Define functions without name mangling.
37305         * lib/fwriteerror.h [C++]: Likewise.
37306         * lib/gcd.h [C++]: Likewise.
37307         * lib/linebreak.h [C++]: Likewise.
37308
37309 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
37310
37311         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
37312         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
37313         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
37314         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
37315         Check for functions and headers just once.
37316         Check for declaration of canonicalize_file_name.
37317         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
37318
37319 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37320
37321         * gnulib-tool (func_import): Fix typo in actioncmd.
37322
37323 2006-11-02  Bruno Haible  <bruno@clisp.org>
37324
37325         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
37326         newline sequence in the Makefile.am snippet as a space, like "make"
37327         does.
37328         Reported by Roger Persson <perrog@gmail.com>.
37329
37330 2006-11-01  Bruno Haible  <bruno@clisp.org>
37331
37332         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
37333         already declared in <string.h>.
37334         * lib/strcase.h (strncasecmp): Don't declare it if yes.
37335
37336 2006-11-01  Bruno Haible  <bruno@clisp.org>
37337
37338         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
37339         * lib/strcase.h: Include <string.h>.
37340         (strcasecmp): Define to rpl_strcasecmp here.
37341
37342 2006-11-01  Bruno Haible  <bruno@clisp.org>
37343
37344         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
37345
37346 2006-11-01  Eric Blake  <ebb9@byu.net>
37347
37348         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
37349
37350         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
37351
37352 2006-10-29  Bruno Haible  <bruno@clisp.org>
37353
37354         Make it compile in C++ mode.
37355         * lib/full-write.c (full_rw): Add a cast.
37356
37357 2006-11-01  Bruno Haible  <bruno@clisp.org>
37358
37359         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
37360         be POSIX compliant.
37361         Reported by Roger Persson <perrog@gmail.com>.
37362
37363 2006-11-01  Eric Blake  <ebb9@byu.net>
37364
37365         * lib/getopt_.h: Fix comments.
37366
37367 2006-10-31  Eric Blake  <ebb9@byu.net>
37368
37369         * modules/tmpdir (Depends-on): Add sys_stat.
37370         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
37371         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
37372         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
37373         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
37374         tempname.
37375
37376 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
37377
37378         Avoid some C++ diagnostics reported by Bruno Haible.
37379         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
37380         xmalloc.
37381         (quotearg_alloc): Use xcharalloc rather than xmalloc.
37382         (struct slotvec): Move to top level.
37383         (quotearg_n_options): Rewrite to avoid xmalloc.
37384         * lib/xalloc.h (xcharalloc): New function.
37385         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
37386         [defined __cplusplus]: Add function template that provides result
37387         type propagation.  This part of the change is from Bruno Haible.
37388
37389 2006-10-29  Bruno Haible  <bruno@clisp.org>
37390
37391         Make it compile in C++ mode.
37392         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
37393         * lib/strnlen1.c (strnlen1): Cast memchr result.
37394         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
37395         * lib/clean-temp.c (string_equals, string_hash): Add casts.
37396         (create_temp_dir): Rename local variable 'template'.
37397         (compile_csharp_using_sscli): Add cast.
37398         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
37399         * lib/findprog.c (find_in_path): Likewise.
37400         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
37401         * lib/wait-process.c (register_slave_subprocess): Likewise.
37402
37403 2006-10-22  Bruno Haible  <bruno@clisp.org>
37404
37405         * modules/tsearch: New file.
37406         * lib/tsearch.h: New file.
37407         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
37408         * m4/tsearch.m4: New file.
37409         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
37410
37411 2006-10-29  Eric Blake  <ebb9@byu.net>
37412
37413         * lib/arcfour.c: Assume config.h.
37414         * lib/arctwo.c: Likewise.
37415         * lib/base64.c: Likewise.
37416         * lib/check-version.c: Likewise.
37417         * lib/crc.c: Likewise.
37418         * lib/des.c: Likewise.
37419         * lib/gc-gnulib.c: Likewise.
37420         * lib/gc-libgcrypt.c: Likewise.
37421         * lib/gc-pbkdf2-sha1.c: Likewise.
37422         * lib/getaddrinfo.c: Likewise.
37423         * lib/getdelim.c: Likewise.
37424         * lib/getline.c: Likewise.
37425         * lib/hmac-md5.c: Likewise.
37426         * lib/hmac-sha1.c: Likewise.
37427         * lib/iconvme.c: Likewise.
37428         * lib/md2.c: Likewise.
37429         * lib/md4.c: Likewise.
37430         * lib/memxor.c: Likewise.
37431         * lib/read-file.c: Likewise.
37432         * lib/readline.c: Likewise.
37433         * lib/rijndael-alg-fst.c: Likewise.
37434         * lib/rijndael-api-fst.c: Likewise.
37435         * lib/xgetdomainname.c: Likewise.
37436
37437 2006-10-28  Eric Blake  <ebb9@byu.net>
37438
37439         * lib/xstrndup.c: Assume config.h.
37440
37441 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
37442
37443         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
37444         stat-macros.h is now for our own macros, whereas stat_h is for
37445         macros in the <sys/stat.h> name space.
37446         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
37447         (STAT_MACROS_H): Remove.
37448         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
37449         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
37450         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
37451         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
37452         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
37453         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
37454         Move these macros to ...
37455         * lib/stat_.h: here.  Don't include stat-macros.h.
37456         * lib/canonicalize.c: Don't include stat-macros.h.
37457         * lib/chown.c: Likewise.
37458         * lib/euidaccess.c: Likewise.
37459         * lib/file-type.c: Likewise.
37460         * lib/filemode.c: Likewise.
37461         * lib/glob.c: Likewise.
37462         * lib/isapipe.c: Likewise.
37463         * lib/lchown.c: Likewise.
37464         * lib/lstat.c: Likewise.
37465         * lib/mkdir-p.c: Likewise.
37466         * lib/rmdir.c: Likewise.
37467         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
37468         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
37469         unless mkdir isn't declared, to speed up 'configure'.
37470         Always create sys/stat.h, since it's unlikely any real sys/stat.h
37471         would define all the S_* symbols.
37472         * modules/canonicalize (Depends-on):
37473         Depend on sys_stat, not stat-macros.
37474         * modules/chown: Likewise.
37475         * modules/euidaccess: Likewise.
37476         * modules/filemode: Likewise.
37477         * modules/file-type: Likewise.
37478         * modules/glob: Likewise.
37479         * modules/isapipe: Likewise.
37480         * modules/lchown: Likewise.
37481         * modules/lstat: Likewise.
37482         * modules/mkancesdirs: Likewise.
37483         * modules/rmdir: Likewise.
37484         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
37485         * modules/modechange: Likewise.
37486         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
37487         (configure.ac): Remove gl_STAT_MACROS.
37488         * modules/sys_stat (Depends-on): Remove stat-macros.
37489
37490 2006-10-27  Bruno Haible  <bruno@clisp.org>
37491
37492         * m4/signed.m4: Remove file.
37493         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
37494         invocation.
37495         * modules/vasnprintf (Files): Remove m4/signed.m4.
37496
37497 2006-10-27  Bruno Haible  <bruno@clisp.org>
37498
37499         Update to GNU gettext 0.16.
37500         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
37501         m4/inttypes-h.m4, m4/signed.m4.
37502         * m4/gettext.m4: Update to GNU gettext 0.16.
37503         * m4/intl.m4: New file, from GNU gettext.
37504         * m4/intldir.m4: New file, from GNU gettext.
37505         * config/srclist.txt: Update
37506
37507 2006-10-27  Eric Blake  <ebb9@byu.net>
37508
37509         * MODULES.html.sh: Document tempname.
37510         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
37511         dependencies.
37512         (Files): Move lib/tempname.c...
37513         * modules/tempname: ...to this new module.
37514         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
37515         (gl_PREREQ_TEMPNAME): Move...
37516         * m4/tempname.m4: ...to this new file.
37517         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
37518         * modules/sys_stat (Depends-on): Add stat-macros.
37519         * lib/stat_.h (includes): Pick up stat macros.
37520         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
37521         if stat macros are broken.
37522         * lib/tempname.c (includes): No need to include "stat-macros.h".
37523         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
37524         (direxists, __path_search) [!_LIBC]: Don't compile these in
37525         gnulib; the tmpdir module covers that.
37526         * lib/tempname.h: New file.
37527
37528 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
37529
37530         * COPYING: Explain how gnulib-tool converts licence headers.
37531         Almost all wording by Eric Blake.
37532
37533 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
37534
37535         * lib/mbchar.h (is_basic_table): Make read-only.
37536         * lib/mbchar.c (is_basic_table): Likewise.
37537         Reported by John Darrington.
37538
37539 2006-10-25  Bruno Haible  <bruno@clisp.org>
37540
37541         * lib/progname.h (set_program_name): Undefine before defining.
37542
37543 2006-10-25  Bruno Haible  <bruno@clisp.org>
37544
37545         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
37546         false for non-gcc C++ compilers.
37547         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
37548
37549 2006-10-24  Bruno Haible  <bruno@clisp.org>
37550
37551         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
37552         iconv implementations like Irix iconv.
37553
37554 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37555
37556         * modules/vararrays: New file.
37557         * m4/vararrays.m4: New file, taken from diffutils.
37558         * MODULES.html.sh: New module vararrays.
37559
37560 2006-10-24  Karl Berry  <karl@gnu.org>
37561
37562         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
37563         Don't call GNU Unix.
37564
37565 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37566
37567         * users.txt: Add Libtool.
37568
37569         Sync from Libtool:
37570
37571         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37572
37573         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
37574         to gnulib's policy of including config.h unconditionally.
37575
37576 2006-10-24  Bruno Haible  <bruno@clisp.org>
37577
37578         * modules/wcwidth (Files): Add m4/wint_t.m4.
37579         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
37580         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
37581
37582 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37583
37584         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
37585         to pacify GCC with some -W flags enabled.  Problem reported by
37586         Bruno Haible.
37587
37588 2006-10-24  Jim Meyering  <jim@meyering.net>
37589
37590         * MODULES.html.sh: Remove uinttostr.  It's not a module.
37591         Reported by Karl Berry.
37592
37593 2006-10-23  Bruno Haible  <bruno@clisp.org>
37594
37595         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
37596
37597 2006-10-24  Bruno Haible  <bruno@clisp.org>
37598
37599         * lib/gl_list.h: Use C comment style, not C++ comment style.
37600
37601 2006-10-23  Eric Blake  <ebb9@byu.net>
37602
37603         * lib/getaddrinfo.c (includes): Add missing include.
37604
37605 2006-10-23  Bruno Haible  <bruno@clisp.org>
37606             Paul Eggert  <eggert@cs.ucla.edu>
37607
37608         Ability to rename obstack_free.
37609         * lib/obstack.h (__obstack_free): New macro. Declare instead of
37610         obstack_free.
37611         (obstack_free): Invoke the __obstack_free macro.
37612         * lib/obstack.c (obstack_free): Use __obstack_free macro.
37613
37614 2006-10-23  Bruno Haible  <bruno@clisp.org>
37615             Paul Eggert  <eggert@cs.ucla.edu>
37616
37617         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
37618         __argc, __argv from the declaration. (They are defined as macros on
37619         mingw.)
37620
37621 2006-10-22  Bruno Haible  <bruno@clisp.org>
37622
37623         * doc/gnulib-intro.texi: New file.
37624         * doc/gnulib.texi: Include it.
37625
37626 2006-10-21  Bruno Haible  <bruno@clisp.org>
37627
37628         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
37629         "Introduction", "Miscellanous Notes", "Particular Modules".
37630
37631 2006-10-21  Bruno Haible  <bruno@clisp.org>
37632
37633         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37634         Change mostlyclean-local rule to avoid sh syntax error from bash
37635         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
37636
37637 2006-10-23  Jim Meyering  <jim@meyering.net>
37638
37639         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
37640         in place of snprintf.
37641
37642         * modules/inttostr (Files): Add lib/uinttostr.c.
37643         * lib/uinttostr.c (inttostr): New file/function.
37644         * lib/inttostr.h (uinttostr): Declare.
37645         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
37646         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
37647         Add uinttostr.
37648         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
37649
37650 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
37651
37652         * lib/canonicalize.c (ELOOP): Define if not already defined.
37653         Problem reported by Bruno Haible in
37654         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
37655
37656 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
37657
37658         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
37659         Problem reported by Perry Smith and Ville Laurikari.
37660
37661         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
37662         uses.
37663
37664 2006-10-19  Bruno Haible  <bruno@clisp.org>
37665
37666         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
37667         for mingw.
37668
37669 2006-10-19  Bruno Haible  <bruno@clisp.org>
37670
37671         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
37672         Needed for mingw.
37673
37674 2006-10-19  Bruno Haible  <bruno@clisp.org>
37675
37676         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
37677
37678 2006-10-19  Bruno Haible  <bruno@clisp.org>
37679
37680         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
37681         it.
37682
37683 2006-10-19  Bruno Haible  <bruno@clisp.org>
37684
37685         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
37686         invocation.
37687
37688 2006-10-19  Bruno Haible  <bruno@clisp.org>
37689
37690         * gnulib-tool (func_create_testdir): Don't include ftruncate and
37691         mountlist by default.
37692
37693 2006-10-16  Bruno Haible  <bruno@clisp.org>
37694
37695         * lib/c-strstr.c: Include c-strstr.h.
37696
37697 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37698
37699         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
37700         in a slash.
37701
37702 2006-10-18  Bruno Haible  <bruno@clisp.org>
37703
37704         * lib/lock.h [C++]: Wrap definitions in extern "C".
37705
37706 2006-10-18  Bruno Haible  <bruno@clisp.org>
37707
37708         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
37709         gl_LIBOBJS list.
37710
37711 2006-10-18  Bruno Haible  <bruno@clisp.org>
37712
37713         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
37714
37715 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
37716
37717         * lib/xstrtol.h: Include gettext.h.
37718         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
37719         Problem reported by Eric Blake.
37720         * modules/xstrtol (Depends-on): Add gettext-h.
37721
37722 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
37723
37724         * lib/strftime.c (advance): New macro.
37725         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
37726         incomplete type, so you can't add 0 to it.  Problem and patch
37727         reported by Eelco Dolstra for dietlibc.
37728
37729 2006-10-18  Jim Meyering  <jim@meyering.net>
37730
37731         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
37732         type for a local, and rename it: s/up/user_proc/.
37733
37734 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
37735
37736         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
37737         READ_UTMP_USER_PROCESS.
37738         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
37739
37740 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
37741
37742         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
37743         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
37744
37745 2006-10-17  Eric Blake  <ebb9@byu.net>
37746
37747         * lib/sigprocmask.c (sigprocmask): Fix typo.
37748
37749         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
37750
37751         * modules/clean-temp (Makefile.am): Don't add to make output...
37752         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
37753         config.h.
37754
37755 2006-10-17  Bruno Haible  <bruno@clisp.org>
37756
37757         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
37758         differently if DEFAULT_TEXT_DOMAIN is set.
37759
37760 2006-10-16  Bruno Haible  <bruno@clisp.org>
37761
37762         * lib/clean-temp.c: Include fwriteerror.h.
37763
37764 2006-10-16  Bruno Haible  <bruno@clisp.org>
37765
37766         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
37767
37768 2006-10-16  Bruno Haible  <bruno@clisp.org>
37769
37770         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
37771         * lib/sigprocmask.h: Include <sys/types.h>.
37772         (sigset_t): Use the system's definition if present.
37773
37774 2006-10-17  Eric Blake  <ebb9@byu.net>
37775
37776         * lib/xvasprintf.c (includes): Assume config.h.
37777         * lib/xasprintf.c (includes): Likewise.
37778
37779 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
37780
37781         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
37782         at least as wide as intmax_t.
37783
37784 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
37785
37786         (Imported from Automake.)
37787         * build-aux/gnupload: Update to version 1.1 of directive file.
37788
37789 2006-10-16  Eric Blake  <ebb9@byu.net>
37790
37791         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
37792         match Automake 1.10a.
37793
37794 2006-10-14  Bruno Haible  <bruno@clisp.org>
37795
37796         * modules/sigprocmask: New file.
37797         * lib/sigprocmask.h: New file.
37798         * lib/sigprocmask.c: New file.
37799         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
37800         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
37801         request sigprocmask.o.
37802         (gl_PREREQ_SIGPROCMASK): New macro.
37803         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
37804         (Depends-on): Add sigprocmask.
37805         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
37806         gt_SIGNALBLOCKING. Test for 'raise' only once.
37807         * lib/fatal-signal.c: Include sigprocmask.h.
37808         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
37809         unblock_fatal_signals): Define always.
37810         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37811         sigprocmask.
37812
37813 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
37814
37815         Sync from Automake.
37816         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
37817         which incorrectly sets the mode of an existing destination
37818         directory.  In some cases the unpatched install-sh could do the
37819         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
37820         system.  We hope this is rare in practice, but it's clearly worth
37821         fixing.  Problem reported by Alex Unleashed in
37822         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
37823         Also, don't bother to check for -m bugs unless we're using -m;
37824         suggested by Stepan Kasal.
37825
37826 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37827
37828         Sync from Automake.
37829         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
37830         `-c' flag, so they appear at the same position as in %FASTDEP%
37831         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
37832         which ignores unknown options only after the first non-option.
37833         Bug report against M4 by Nelson H. F. Beebe.
37834
37835 2006-10-13  Jim Meyering  <jim@meyering.net>
37836
37837         Fix a bug in yesterday's change.
37838         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
37839         p->fts_statp->st_dev would be used uninitialized.
37840         Ensures that we always call fts_stat on the very first entry.
37841         Miklos Szeredi reported that find -xdev stopped working.
37842
37843 2006-10-12  Bruno Haible  <bruno@clisp.org>
37844
37845         * gnulib-tool (func_get_automake_snippet): Append an automatically
37846         computed EXTRA_DIST augmentation.
37847         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
37848         * modules/alloca-opt (Makefile.am): Likewise.
37849         * modules/allocsa (Makefile.am): Likewise.
37850         * modules/arcfour (Makefile.am): Likewise.
37851         * modules/arctwo (Makefile.am): Likewise.
37852         * modules/argmatch (Makefile.am): Likewise.
37853         * modules/argz (Makefile.am): Likewise.
37854         * modules/atexit (Makefile.am): Likewise.
37855         * modules/backupfile (Makefile.am): Likewise.
37856         * modules/byteswap (Makefile.am): Likewise.
37857         * modules/c-strtod (Makefile.am): Likewise.
37858         * modules/c-strtold (Makefile.am): Likewise.
37859         * modules/calloc (Makefile.am): Likewise.
37860         * modules/canon-host (Makefile.am): Likewise.
37861         * modules/canonicalize (Makefile.am): Likewise.
37862         * modules/chdir-long (Makefile.am): Likewise.
37863         * modules/chdir-safer (Makefile.am): Likewise.
37864         * modules/check-version (Makefile.am): Likewise.
37865         * modules/chown (Makefile.am): Likewise.
37866         * modules/cloexec (Makefile.am): Likewise.
37867         * modules/close-stream (Makefile.am): Likewise.
37868         * modules/closeout (Makefile.am): Likewise.
37869         * modules/crc (Makefile.am): Likewise.
37870         * modules/csharpexec (Makefile.am): Likewise.
37871         * modules/cycle-check (Makefile.am): Likewise.
37872         * modules/des (Makefile.am): Likewise.
37873         * modules/dev-ino (Makefile.am): Likewise.
37874         * modules/dirfd (Makefile.am): Likewise.
37875         * modules/dirname (Makefile.am): Likewise.
37876         * modules/dup2 (Makefile.am): Likewise.
37877         * modules/eealloc (Makefile.am): Likewise.
37878         * modules/error (Makefile.am): Likewise.
37879         * modules/euidaccess (Makefile.am): Likewise.
37880         * modules/exclude (Makefile.am): Likewise.
37881         * modules/exitfail (Makefile.am): Likewise.
37882         * modules/fcntl-safer (Makefile.am): Likewise.
37883         * modules/fcntl (Makefile.am): Likewise.
37884         * modules/file-type (Makefile.am): Likewise.
37885         * modules/fileblocks (Makefile.am): Likewise.
37886         * modules/filemode (Makefile.am): Likewise.
37887         * modules/filenamecat (Makefile.am): Likewise.
37888         * modules/fnmatch (Makefile.am): Likewise.
37889         * modules/fopen-safer (Makefile.am): Likewise.
37890         * modules/fpending (Makefile.am): Likewise.
37891         * modules/fprintftime (Makefile.am): Likewise.
37892         * modules/free (Makefile.am): Likewise.
37893         * modules/fsusage (Makefile.am): Likewise.
37894         * modules/ftruncate (Makefile.am): Likewise.
37895         * modules/fts (Makefile.am): Likewise.
37896         * modules/gc-arcfour (Makefile.am): Likewise.
37897         * modules/gc-des (Makefile.am): Likewise.
37898         * modules/gc-hmac-md5 (Makefile.am): Likewise.
37899         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
37900         * modules/gc-md4 (Makefile.am): Likewise.
37901         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
37902         * modules/gc-sha1 (Makefile.am): Likewise.
37903         * modules/gc (Makefile.am): Likewise.
37904         * modules/getaddrinfo (Makefile.am): Likewise.
37905         * modules/getcwd (Makefile.am): Likewise.
37906         * modules/getdelim (Makefile.am): Likewise.
37907         * modules/getdomainname (Makefile.am): Likewise.
37908         * modules/getgroups (Makefile.am): Likewise.
37909         * modules/gethostname (Makefile.am): Likewise.
37910         * modules/gethrxtime (Makefile.am): Likewise.
37911         * modules/getline (Makefile.am): Likewise.
37912         * modules/getloadavg (Makefile.am): Likewise.
37913         * modules/getlogin_r (Makefile.am): Likewise.
37914         * modules/getndelim2 (Makefile.am): Likewise.
37915         * modules/getopt (Makefile.am): Likewise.
37916         * modules/getpagesize (Makefile.am): Likewise.
37917         * modules/getpass-gnu (Makefile.am): Likewise.
37918         * modules/getpass (Makefile.am): Likewise.
37919         * modules/getsubopt (Makefile.am): Likewise.
37920         * modules/gettime (Makefile.am): Likewise.
37921         * modules/gettimeofday (Makefile.am): Likewise.
37922         * modules/getugroups (Makefile.am): Likewise.
37923         * modules/getusershell (Makefile.am): Likewise.
37924         * modules/glob (Makefile.am): Likewise.
37925         * modules/group-member (Makefile.am): Likewise.
37926         * modules/hard-locale (Makefile.am): Likewise.
37927         * modules/hash (Makefile.am): Likewise.
37928         * modules/hmac-md5 (Makefile.am): Likewise.
37929         * modules/hmac-sha1 (Makefile.am): Likewise.
37930         * modules/human (Makefile.am): Likewise.
37931         * modules/idcache (Makefile.am): Likewise.
37932         * modules/imaxabs (Makefile.am): Likewise.
37933         * modules/imaxdiv (Makefile.am): Likewise.
37934         * modules/inet_ntop (Makefile.am): Likewise.
37935         * modules/inet_pton (Makefile.am): Likewise.
37936         * modules/intprops (Makefile.am): Likewise.
37937         * modules/inttostr (Makefile.am): Likewise.
37938         * modules/inttypes (Makefile.am): Likewise.
37939         * modules/isapipe (Makefile.am): Likewise.
37940         * modules/javaversion (Makefile.am): Likewise.
37941         * modules/lchmod (Makefile.am): Likewise.
37942         * modules/lchown (Makefile.am): Likewise.
37943         * modules/localcharset (Makefile.am): Likewise.
37944         * modules/long-options (Makefile.am): Likewise.
37945         * modules/lstat (Makefile.am): Likewise.
37946         * modules/malloc (Makefile.am): Likewise.
37947         * modules/mathl (Makefile.am): Likewise.
37948         * modules/mbchar (Makefile.am): Likewise.
37949         * modules/md2 (Makefile.am): Likewise.
37950         * modules/md4 (Makefile.am): Likewise.
37951         * modules/md5 (Makefile.am): Likewise.
37952         * modules/memcasecmp (Makefile.am): Likewise.
37953         * modules/memchr (Makefile.am): Likewise.
37954         * modules/memcmp (Makefile.am): Likewise.
37955         * modules/memcoll (Makefile.am): Likewise.
37956         * modules/memcpy (Makefile.am): Likewise.
37957         * modules/memmem (Makefile.am): Likewise.
37958         * modules/memmove (Makefile.am): Likewise.
37959         * modules/mempcpy (Makefile.am): Likewise.
37960         * modules/memrchr (Makefile.am): Likewise.
37961         * modules/memset (Makefile.am): Likewise.
37962         * modules/memxor (Makefile.am): Likewise.
37963         * modules/mkancesdirs (Makefile.am): Likewise.
37964         * modules/mkdir-p (Makefile.am): Likewise.
37965         * modules/mkdir (Makefile.am): Likewise.
37966         * modules/mkdtemp (Makefile.am): Likewise.
37967         * modules/mkstemp (Makefile.am): Likewise.
37968         * modules/mktime (Makefile.am): Likewise.
37969         * modules/modechange (Makefile.am): Likewise.
37970         * modules/mountlist (Makefile.am): Likewise.
37971         * modules/nanosleep (Makefile.am): Likewise.
37972         * modules/obstack (Makefile.am): Likewise.
37973         * modules/openat (Makefile.am): Likewise.
37974         * modules/pagealign_alloc (Makefile.am): Likewise.
37975         * modules/pathmax (Makefile.am): Likewise.
37976         * modules/physmem (Makefile.am): Likewise.
37977         * modules/poll (Makefile.am): Likewise.
37978         * modules/posixtm (Makefile.am): Likewise.
37979         * modules/posixver (Makefile.am): Likewise.
37980         * modules/putenv (Makefile.am): Likewise.
37981         * modules/quote (Makefile.am): Likewise.
37982         * modules/quotearg (Makefile.am): Likewise.
37983         * modules/raise (Makefile.am): Likewise.
37984         * modules/read-file (Makefile.am): Likewise.
37985         * modules/readline (Makefile.am): Likewise.
37986         * modules/readlink (Makefile.am): Likewise.
37987         * modules/readtokens (Makefile.am): Likewise.
37988         * modules/readutmp (Makefile.am): Likewise.
37989         * modules/realloc (Makefile.am): Likewise.
37990         * modules/regex (Makefile.am): Likewise.
37991         * modules/rename-dest-slash (Makefile.am): Likewise.
37992         * modules/rename (Makefile.am): Likewise.
37993         * modules/rijndael (Makefile.am): Likewise.
37994         * modules/rmdir (Makefile.am): Likewise.
37995         * modules/rpmatch (Makefile.am): Likewise.
37996         * modules/safe-read (Makefile.am): Likewise.
37997         * modules/safe-write (Makefile.am): Likewise.
37998         * modules/same-inode (Makefile.am): Likewise.
37999         * modules/same (Makefile.am): Likewise.
38000         * modules/save-cwd (Makefile.am): Likewise.
38001         * modules/savedir (Makefile.am): Likewise.
38002         * modules/setenv (Makefile.am): Likewise.
38003         * modules/settime (Makefile.am): Likewise.
38004         * modules/sha1 (Makefile.am): Likewise.
38005         * modules/sig2str (Makefile.am): Likewise.
38006         * modules/snprintf (Makefile.am): Likewise.
38007         * modules/stat-macros (Makefile.am): Likewise.
38008         * modules/stat-time (Makefile.am): Likewise.
38009         * modules/stdbool (Makefile.am): Likewise.
38010         * modules/stdint (Makefile.am): Likewise.
38011         * modules/stdlib-safer (Makefile.am): Likewise.
38012         * modules/stpcpy (Makefile.am): Likewise.
38013         * modules/stpncpy (Makefile.am): Likewise.
38014         * modules/strcase (Makefile.am): Likewise.
38015         * modules/strcasestr (Makefile.am): Likewise.
38016         * modules/strchrnul (Makefile.am): Likewise.
38017         * modules/strcspn (Makefile.am): Likewise.
38018         * modules/strdup (Makefile.am): Likewise.
38019         * modules/strerror (Makefile.am): Likewise.
38020         * modules/strftime (Makefile.am): Likewise.
38021         * modules/strndup (Makefile.am): Likewise.
38022         * modules/strnlen (Makefile.am): Likewise.
38023         * modules/strpbrk (Makefile.am): Likewise.
38024         * modules/strsep (Makefile.am): Likewise.
38025         * modules/strstr (Makefile.am): Likewise.
38026         * modules/strtod (Makefile.am): Likewise.
38027         * modules/strtoimax (Makefile.am): Likewise.
38028         * modules/strtok_r (Makefile.am): Likewise.
38029         * modules/strtol (Makefile.am): Likewise.
38030         * modules/strtoll (Makefile.am): Likewise.
38031         * modules/strtoul (Makefile.am): Likewise.
38032         * modules/strtoull (Makefile.am): Likewise.
38033         * modules/strtoumax (Makefile.am): Likewise.
38034         * modules/strverscmp (Makefile.am): Likewise.
38035         * modules/sys_socket (Makefile.am): Likewise.
38036         * modules/sys_stat (Makefile.am): Likewise.
38037         * modules/sysexits (Makefile.am): Likewise.
38038         * modules/time_r (Makefile.am): Likewise.
38039         * modules/timegm (Makefile.am): Likewise.
38040         * modules/timespec (Makefile.am): Likewise.
38041         * modules/tmpfile-safer (Makefile.am): Likewise.
38042         * modules/trim (Makefile.am): Likewise.
38043         * modules/unistd-safer (Makefile.am): Likewise.
38044         * modules/unlinkdir (Makefile.am): Likewise.
38045         * modules/unlocked-io (Makefile.am): Likewise.
38046         * modules/userspec (Makefile.am): Likewise.
38047         * modules/utime (Makefile.am): Likewise.
38048         * modules/utimecmp (Makefile.am): Likewise.
38049         * modules/utimens (Makefile.am): Likewise.
38050         * modules/vasnprintf (Makefile.am): Likewise.
38051         * modules/vasprintf (Makefile.am): Likewise.
38052         * modules/vsnprintf (Makefile.am): Likewise.
38053         * modules/xalloc (Makefile.am): Likewise.
38054         * modules/xgetcwd (Makefile.am): Likewise.
38055         * modules/xnanosleep (Makefile.am): Likewise.
38056         * modules/xreadlink (Makefile.am): Likewise.
38057         * modules/xstrtod (Makefile.am): Likewise.
38058         * modules/xstrtol (Makefile.am): Likewise.
38059         * modules/xstrtold (Makefile.am): Likewise.
38060         * modules/yesno (Makefile.am): Likewise.
38061         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
38062
38063 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38064
38065         * modules/error (Makefile.am): Distribute files through
38066         EXTRA_DIST, not lib_SOURCES.
38067
38068 2006-10-12  Eric Blake  <ebb9@byu.net>
38069
38070         * modules/error (Makefile.am): Distribute files in /lib.
38071         * modules/obstack (Makefile.am): Likewise.
38072
38073 2006-10-12  Bruno Haible  <bruno@clisp.org>
38074
38075         * modules/acl (Makefile.am): Distribute all files in lib/ through
38076         EXTRA_DIST.
38077         * modules/arcfour (Makefile.am): Likewise.
38078         * modules/arctwo (Makefile.am): Likewise.
38079         * modules/argmatch (Makefile.am): Likewise.
38080         * modules/argz (Makefile.am): Likewise.
38081         * modules/atexit (Makefile.am): Likewise.
38082         * modules/backupfile (Makefile.am): Likewise.
38083         * modules/c-strtod (Makefile.am): Likewise.
38084         * modules/c-strtold (Makefile.am): Likewise.
38085         * modules/calloc (Makefile.am): Likewise.
38086         * modules/canon-host (Makefile.am): Likewise.
38087         * modules/canonicalize (Makefile.am): Likewise.
38088         * modules/chdir-long (Makefile.am): Likewise.
38089         * modules/chdir-safer (Makefile.am): Likewise.
38090         * modules/check-version (Makefile.am): Likewise.
38091         * modules/chown (Makefile.am): Likewise.
38092         * modules/cloexec (Makefile.am): Likewise.
38093         * modules/close-stream (Makefile.am): Likewise.
38094         * modules/closeout (Makefile.am): Likewise.
38095         * modules/crc (Makefile.am): Likewise.
38096         * modules/cycle-check (Makefile.am): Likewise.
38097         * modules/des (Makefile.am): Likewise.
38098         * modules/dirfd (Makefile.am): Likewise.
38099         * modules/dirname (Makefile.am): Likewise.
38100         * modules/dup2 (Makefile.am): Likewise.
38101         * modules/euidaccess (Makefile.am): Likewise.
38102         * modules/exclude (Makefile.am): Likewise.
38103         * modules/exitfail (Makefile.am): Likewise.
38104         * modules/fcntl-safer (Makefile.am): Likewise.
38105         * modules/file-type (Makefile.am): Likewise.
38106         * modules/fileblocks (Makefile.am): Likewise.
38107         * modules/filemode (Makefile.am): Likewise.
38108         * modules/filenamecat (Makefile.am): Likewise.
38109         * modules/fnmatch (Makefile.am): Likewise.
38110         * modules/fopen-safer (Makefile.am): Likewise.
38111         * modules/fpending (Makefile.am): Likewise.
38112         * modules/fprintftime (Makefile.am): Likewise.
38113         * modules/free (Makefile.am): Likewise.
38114         * modules/fsusage (Makefile.am): Likewise.
38115         * modules/ftruncate (Makefile.am): Likewise.
38116         * modules/fts (Makefile.am): Likewise.
38117         * modules/gc (Makefile.am): Likewise.
38118         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38119         * modules/getaddrinfo (Makefile.am): Likewise.
38120         * modules/getcwd (Makefile.am): Likewise.
38121         * modules/getdelim (Makefile.am): Likewise.
38122         * modules/getdomainname (Makefile.am): Likewise.
38123         * modules/getgroups (Makefile.am): Likewise.
38124         * modules/gethostname (Makefile.am): Likewise.
38125         * modules/gethrxtime (Makefile.am): Likewise.
38126         * modules/getline (Makefile.am): Likewise.
38127         * modules/getloadavg (Makefile.am): Likewise.
38128         * modules/getlogin_r (Makefile.am): Likewise.
38129         * modules/getopt (Makefile.am): Likewise.
38130         * modules/getpass (Makefile.am): Likewise.
38131         * modules/getpass-gnu (Makefile.am): Likewise.
38132         * modules/getsubopt (Makefile.am): Likewise.
38133         * modules/gettime (Makefile.am): Likewise.
38134         * modules/gettimeofday (Makefile.am): Likewise.
38135         * modules/getugroups (Makefile.am): Likewise.
38136         * modules/getusershell (Makefile.am): Likewise.
38137         * modules/glob (Makefile.am): Likewise.
38138         * modules/group-member (Makefile.am): Likewise.
38139         * modules/hard-locale (Makefile.am): Likewise.
38140         * modules/hash (Makefile.am): Likewise.
38141         * modules/hmac-md5 (Makefile.am): Likewise.
38142         * modules/hmac-sha1 (Makefile.am): Likewise.
38143         * modules/human (Makefile.am): Likewise.
38144         * modules/idcache (Makefile.am): Likewise.
38145         * modules/imaxabs (Makefile.am): Likewise.
38146         * modules/imaxdiv (Makefile.am): Likewise.
38147         * modules/inet_ntop (Makefile.am): Likewise.
38148         * modules/inet_pton (Makefile.am): Likewise.
38149         * modules/inttostr (Makefile.am): Likewise.
38150         * modules/isapipe (Makefile.am): Likewise.
38151         * modules/lchown (Makefile.am): Likewise.
38152         * modules/long-options (Makefile.am): Likewise.
38153         * modules/lstat (Makefile.am): Likewise.
38154         * modules/malloc (Makefile.am): Likewise.
38155         * modules/mathl (Makefile.am): Likewise.
38156         * modules/mbchar (Makefile.am): Likewise.
38157         * modules/md2 (Makefile.am): Likewise.
38158         * modules/md4 (Makefile.am): Likewise.
38159         * modules/md5 (Makefile.am): Likewise.
38160         * modules/memcasecmp (Makefile.am): Likewise.
38161         * modules/memchr (Makefile.am): Likewise.
38162         * modules/memcmp (Makefile.am): Likewise.
38163         * modules/memcoll (Makefile.am): Likewise.
38164         * modules/memcpy (Makefile.am): Likewise.
38165         * modules/memmem (Makefile.am): Likewise.
38166         * modules/memmove (Makefile.am): Likewise.
38167         * modules/mempcpy (Makefile.am): Likewise.
38168         * modules/memrchr (Makefile.am): Likewise.
38169         * modules/memset (Makefile.am): Likewise.
38170         * modules/memxor (Makefile.am): Likewise.
38171         * modules/mkancesdirs (Makefile.am): Likewise.
38172         * modules/mkdir (Makefile.am): Likewise.
38173         * modules/mkdir-p (Makefile.am): Likewise.
38174         * modules/mkdtemp (Makefile.am): Likewise.
38175         * modules/mkstemp (Makefile.am): Likewise.
38176         * modules/mktime (Makefile.am): Likewise.
38177         * modules/modechange (Makefile.am): Likewise.
38178         * modules/mountlist (Makefile.am): Likewise.
38179         * modules/nanosleep (Makefile.am): Likewise.
38180         * modules/openat (Makefile.am): Likewise.
38181         * modules/pagealign_alloc (Makefile.am): Likewise.
38182         * modules/physmem (Makefile.am): Likewise.
38183         * modules/poll (Makefile.am): Likewise.
38184         * modules/posixtm (Makefile.am): Likewise.
38185         * modules/posixver (Makefile.am): Likewise.
38186         * modules/putenv (Makefile.am): Likewise.
38187         * modules/quote (Makefile.am): Likewise.
38188         * modules/quotearg (Makefile.am): Likewise.
38189         * modules/raise (Makefile.am): Likewise.
38190         * modules/read-file (Makefile.am): Likewise.
38191         * modules/readline (Makefile.am): Likewise.
38192         * modules/readlink (Makefile.am): Likewise.
38193         * modules/readtokens (Makefile.am): Likewise.
38194         * modules/readutmp (Makefile.am): Likewise.
38195         * modules/realloc (Makefile.am): Likewise.
38196         * modules/regex (Makefile.am): Likewise.
38197         * modules/rename (Makefile.am): Likewise.
38198         * modules/rename-dest-slash (Makefile.am): Likewise.
38199         * modules/rijndael (Makefile.am): Likewise.
38200         * modules/rmdir (Makefile.am): Likewise.
38201         * modules/rpmatch (Makefile.am): Likewise.
38202         * modules/safe-read (Makefile.am): Likewise.
38203         * modules/safe-write (Makefile.am): Likewise.
38204         * modules/same (Makefile.am): Likewise.
38205         * modules/save-cwd (Makefile.am): Likewise.
38206         * modules/savedir (Makefile.am): Likewise.
38207         * modules/setenv (Makefile.am): Likewise.
38208         * modules/settime (Makefile.am): Likewise.
38209         * modules/sha1 (Makefile.am): Likewise.
38210         * modules/sig2str (Makefile.am): Likewise.
38211         * modules/snprintf (Makefile.am): Likewise.
38212         * modules/stdlib-safer (Makefile.am): Likewise.
38213         * modules/stpcpy (Makefile.am): Likewise.
38214         * modules/stpncpy (Makefile.am): Likewise.
38215         * modules/strcase (Makefile.am): Likewise.
38216         * modules/strcasestr (Makefile.am): Likewise.
38217         * modules/strchrnul (Makefile.am): Likewise.
38218         * modules/strcspn (Makefile.am): Likewise.
38219         * modules/strdup (Makefile.am): Likewise.
38220         * modules/strerror (Makefile.am): Likewise.
38221         * modules/strftime (Makefile.am): Likewise.
38222         * modules/strndup (Makefile.am): Likewise.
38223         * modules/strnlen (Makefile.am): Likewise.
38224         * modules/strpbrk (Makefile.am): Likewise.
38225         * modules/strsep (Makefile.am): Likewise.
38226         * modules/strstr (Makefile.am): Likewise.
38227         * modules/strtod (Makefile.am): Likewise.
38228         * modules/strtoimax (Makefile.am): Likewise.
38229         * modules/strtok_r (Makefile.am): Likewise.
38230         * modules/strtol (Makefile.am): Likewise.
38231         * modules/strtoll (Makefile.am): Likewise.
38232         * modules/strtoul (Makefile.am): Likewise.
38233         * modules/strtoull (Makefile.am): Likewise.
38234         * modules/strtoumax (Makefile.am): Likewise.
38235         * modules/strverscmp (Makefile.am): Likewise.
38236         * modules/time_r (Makefile.am): Likewise.
38237         * modules/timegm (Makefile.am): Likewise.
38238         * modules/tmpfile-safer (Makefile.am): Likewise.
38239         * modules/unistd-safer (Makefile.am): Likewise.
38240         * modules/unlinkdir (Makefile.am): Likewise.
38241         * modules/userspec (Makefile.am): Likewise.
38242         * modules/utime (Makefile.am): Likewise.
38243         * modules/utimecmp (Makefile.am): Likewise.
38244         * modules/utimens (Makefile.am): Likewise.
38245         * modules/vasnprintf (Makefile.am): Likewise.
38246         * modules/vasprintf (Makefile.am): Likewise.
38247         * modules/vsnprintf (Makefile.am): Likewise.
38248         * modules/xalloc (Makefile.am): Likewise.
38249         * modules/xgetcwd (Makefile.am): Likewise.
38250         * modules/xnanosleep (Makefile.am): Likewise.
38251         * modules/xreadlink (Makefile.am): Likewise.
38252         * modules/xstrtod (Makefile.am): Likewise.
38253         * modules/xstrtol (Makefile.am): Likewise.
38254         * modules/xstrtold (Makefile.am): Likewise.
38255         * modules/yesno (Makefile.am): Likewise.
38256
38257 2006-10-12  Jim Meyering  <jim@meyering.net>
38258
38259         * m4/getloadavg.m4: Revert the change below.
38260
38261         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
38262         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
38263         fail with a symlink, which is what coreutils' ./bootstrap now
38264         creates by default.
38265
38266 2006-10-12  Bruno Haible  <bruno@clisp.org>
38267
38268         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
38269         mingw.
38270         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
38271         MSVC and mingw explicitly.
38272
38273 2006-10-11  Simon Josefsson  <jas@extundo.com>
38274             Bruno Haible  <bruno@clisp.org>
38275
38276         Add support for multiple gnulib-tool invocations in the scope of a
38277         single configure.ac file.
38278         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
38279         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
38280         with the same contents as the _LIBADD variable.
38281         (func_emit_initmacro_start, func_emit_initmacro_end,
38282         func_emit_initmacro_done): New functions.
38283         (func_import, func_create_testdir): Invoke them. Allow the identifiers
38284         gl_LIBOBJS and gl_LTLIBOBJS.
38285
38286 2006-10-11  Bruno Haible  <bruno@clisp.org>
38287
38288         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
38289         (func_create_testdir): Don't create po/Makefile.am, don't invoke
38290         autoreconf. Instead, invoke autopoint explicitly but move back the
38291         *.m4 files from gnulib.
38292
38293 2006-10-11  Bruno Haible  <bruno@clisp.org>
38294
38295         * gnulib-tool (func_usage): Make module names after --create-testdir
38296         optional.
38297         (func_create_testdir): If no module was specified, use nearly all
38298         modules.
38299
38300 2006-10-12  Jim Meyering  <jim@meyering.net>
38301
38302         Big performance improvement for fts-based tools that use FTS_NOSTAT.
38303         Avoid spurious inode-mismatch problems on non-POSIX file systems.
38304         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
38305         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
38306         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
38307         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
38308         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
38309         (fts_set_stat_required): New function.
38310         (fts_open): Defer the calls to fts_stat, if possible or requested.
38311         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
38312         into fts_stat itself.
38313         (fts_read): Perform any required (deferred) fts_stat call.
38314         (fts_build): Likewise, for the directory we're about to open and read.
38315         In the readdir loop, carefully decide whether each entry will require
38316         an eventual call to fts_stat, using dirent.d_type info if available.
38317         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
38318         a command line argument into this function.  Update all callers.
38319         Map a return value of FTS_DOT to FTS_D for a command line argument.
38320         * modules/fts (Depends-on): Add d-type.  Alphabetize.
38321         Thanks to Miklos Szeredi for his tenacity and for the initial
38322         bug report about "find" failing on a FUSE-based file system.
38323
38324         * lib/fts.c (fts_open): Use consistent indentation.
38325
38326 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38327
38328         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
38329         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
38330         reported by Jim Meyering.  All uses of cache variables renamed
38331         to match Autoconf's.
38332         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
38333         the other one.
38334
38335         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
38336         Fix misspelling in diagnostic.
38337
38338 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38339
38340         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
38341         defined.  Problem reported by Matthew Woehlke.
38342
38343         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
38344         Add support for Tandem NonStop R series.
38345         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
38346         Use new macro.
38347
38348         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
38349         (has_trailing_slash): Omit size arg; all callers changed.
38350         Omit 'inline', since it doesn't help performance and we'd
38351         need to configure it.
38352         Don't count //, ///, etc. as having a trailing slash.
38353         As a side effect, this removes a C99ism reported by Matthew Woehlke.
38354         (rpl_rename_dest_slash): On failure, use rename's errno rather
38355         than (in some cases) an incorrect or junk errno.
38356         Simplify code by removing need to compute length; this does
38357         cause it to make two passes instead of one over the file name,
38358         but it's worth it.
38359
38360         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
38361         change, since Autoconf's version may no longer be appropriate now
38362         that we are using CVS Autoconf's version.  Add support for Tandem.
38363
38364 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38365             Bruno Haible  <bruno@clisp.org>
38366
38367         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
38368         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
38369         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
38370         gl_AC_TYPE_LONG_LONG.
38371
38372         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
38373         instead of HAVE_LONG_LONG.
38374         * lib/printf-args.c (printf_fetchargs): Likewise.
38375         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
38376         * lib/vasnprintf.c (VASNPRINTF): Likewise.
38377         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
38378         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
38379         gl_AC_TYPE_LONG_LONG.
38380
38381 2006-10-11  Bruno Haible  <bruno@clisp.org>
38382
38383         * m4/longlong.m4: Add comments.
38384         * m4/ulonglong.m4: Likewise.
38385
38386 2006-10-10  Bruno Haible  <bruno@clisp.org>
38387
38388         Make it possible to #define stpcpy, strdup to aliases.
38389         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
38390         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
38391
38392 2006-10-10  Bruno Haible  <bruno@clisp.org>
38393
38394         Make it possible to #define gcd to an alias.
38395         * lib/gcd.c: Include config.h.
38396
38397 2006-10-10  Bruno Haible  <bruno@clisp.org>
38398
38399         Make it possible to #define c_isascii to an alias.
38400         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
38401         defined. Undefine the macros before defining them, to avoid gcc
38402         warnings.
38403         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
38404         define NO_C_CTYPE_MACROS early.
38405
38406 2006-10-10  Bruno Haible  <bruno@clisp.org>
38407
38408         Make it possible to #define set_program_name to an alias.
38409         * lib/progname.c: Don't undefine set_program_name; instead, undefine
38410         ENABLE_RELOCATABLE early.
38411
38412 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38413
38414         Port to Tandem NSK OSS, which has 64-bit signed int but at most
38415         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
38416         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
38417         More generally, don't assume that 64-bit signed int is available
38418         if unsigned int is, and vice versa.
38419         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
38420         unsigned symbols, not on their signed counterparts.
38421         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
38422         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
38423         (UINT64_C, UINTMAX_C):
38424         Likewise.
38425         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
38426         unsigned counterparts.
38427         (Have_long_long, Unsigned): New macros.
38428         (Int): Renamed from INT.
38429         (strtoimax): Use the new macros.
38430         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
38431         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
38432         * modules/inttypes (inttypes.h): Substitute
38433         HAVE_UNSIGNED_LONG_LONG_INT.
38434         * modules/stdint (stdint.h): Likewise.
38435         (Files): Add m4/ulonglong.m4.
38436
38437 2006-10-10  Bruno Haible  <bruno@clisp.org>
38438
38439         Fix a gcc -Wshadow warning.
38440         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
38441         to 'bucket'.
38442         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
38443         gl_linked_indexof_from_to): Likewise.
38444         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
38445         Likewise.
38446         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
38447         Likewise.
38448         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
38449         Reported by Eric Blake.
38450
38451 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
38452
38453         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
38454         for NetBSD.  Problem reported by Bruno Haible.
38455
38456 2006-10-09  Jim Meyering  <jim@meyering.net>
38457
38458         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
38459         Patch from Bruno Haible.
38460
38461 2006-10-09  Jim Meyering  <jim@meyering.net>
38462
38463         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
38464         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
38465         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
38466
38467 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
38468
38469         Don't include <config.h> twice; this doesn't work in some cases,
38470         e.g., when config.h has "#define intmax_t long long int" and
38471         we include <config.h>, <inttypes.h>, <config.h> in that order.
38472         Problem reported by Matthew Woehlke in:
38473         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
38474         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
38475         * lib/fts-cycle.c: Don't include config.h.
38476         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
38477         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
38478         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
38479         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
38480         inttypes.h.
38481         * lib/xstrtoumax.c: Likewise.
38482         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
38483         __strtol and the like, so that this module is more like its siblings.
38484         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
38485         Remove; no longer needed now that we assume gnulib inttypes.h.
38486
38487 2006-10-08  Bruno Haible  <bruno@clisp.org>
38488
38489         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
38490         option.
38491
38492 2006-10-07  Jim Meyering  <jim@meyering.net>
38493
38494         * modules/inttypes (inttypes.h): Revert what seems to have been
38495         an inadvertent part of today's change: use "|", not "/" in the
38496         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
38497
38498 2006-10-07  Bruno Haible  <bruno@clisp.org>
38499
38500         * modules/sublist: New file.
38501
38502 2006-10-07  Bruno Haible  <bruno@clisp.org>
38503
38504         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
38505         * modules/argz (argz.h): Likewise.
38506         * modules/arpa_inet (arpa/inet.h): Likewise.
38507         * modules/byteswap (byteswap.h): Likewise.
38508         * modules/configmake (configmake.h): Likewise.
38509         * modules/fcntl (fcntl.h): Likewise.
38510         * modules/fnmatch (fnmatch.h): Likewise.
38511         * modules/getopt (getopt.h): Likewise.
38512         * modules/glob (glob.h): Likewise.
38513         * modules/inttypes (inttypes.h): Likewise.
38514         * modules/netinet_in (netinet/in.h): Likewise.
38515         * modules/poll (poll.h): Likewise.
38516         * modules/stdbool (stdbool.h): Likewise.
38517         * modules/stdint (stdint.h): Likewise.
38518         * modules/sys_select (sys/select.h): Likewise.
38519         * modules/sys_socket (sys/socket.h): Likewise.
38520         * modules/sys_stat (sys/stat.h): Likewise.
38521         * modules/sysexits (sysexits.h): Likewise.
38522         * modules/unistd (unistd.h): Likewise.
38523         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38524         Add a "DO NOT EDIT" comment to the generated file.
38525         (func_import): Likewise for gnulib-comp.m4.
38526
38527 2006-10-07  Bruno Haible  <bruno@clisp.org>
38528
38529         * lib/gl_sublist.h: New file.
38530         * lib/gl_sublist.c: New file.
38531
38532 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38533
38534         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
38535         name (relative to the original working directory) and the file
38536         name component (relative to the temporary working directory).  All
38537         callers changed.
38538         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
38539         * lib/mkdir-p.c (make_dir_parents): Likewise.
38540         * lib/mkdir-p.h (make_dir_parents): Likewise.
38541
38542 2006-10-06  Eric Blake  <ebb9@byu.net>
38543
38544         Define several macros for use by the clean-temp module.
38545         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
38546         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
38547         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
38548
38549         * lib/clean-temp.h (close_stream_temp): New declaration.
38550         * lib/clean-temp.c (includes): Pull in headers according to what
38551         other modules are in use.
38552         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
38553
38554 2006-10-06  Bruno Haible  <bruno@clisp.org>
38555
38556         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
38557         instead of fopen, fwriteerror.
38558
38559 2006-10-06  Bruno Haible  <bruno@clisp.org>
38560
38561         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
38562         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
38563         int.
38564         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
38565         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
38566         Return an error indicator.
38567         Suggested by Eric Blake.
38568
38569 2006-10-06  Bruno Haible  <bruno@clisp.org>
38570
38571         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
38572         Reported by Eric Blake.
38573
38574 2006-10-06  Bruno Haible  <bruno@clisp.org>
38575
38576         * modules/closeout (Description): Mention stderr too.
38577
38578 2006-10-06  Bruno Haible  <bruno@clisp.org>
38579         and Paul Eggert  <eggert@cs.ucla.edu>
38580
38581         * lib/closeout.c (close_stdout): Also close stderr.
38582         * lib/closeout.h: Update comment.
38583
38584 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
38585
38586         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
38587         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
38588         * lib/dirchownmod.c: Include lchown.h.
38589         * lib/lchown.c: Don't include files that lchown.h now includes.
38590         Don't declare chown, since lchown.h now does that.
38591         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
38592         (lchown): Define to rpl_chown if lchown is declared but
38593         does not exist.  Declare using a prototype if lchown is not
38594         declared.  Add a copyright notice.
38595         * lib/mkstemp.h: Include <unistd.h>.
38596         * lib/openat.c: Include lchown.h.
38597
38598         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
38599         we now test for that separately.
38600         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
38601         rather than O_NOFOLLOW, when testing whether it's possible to
38602         avoid a race condition reliably.
38603         * lib/savewd.c (savewd_chdir): Likewise.
38604
38605         Remove macros that are no longer needed now that stdint.h is
38606         reliable.
38607         * lib/fsusage.c (UINTMAX_MAX): Remove.
38608         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
38609         * lib/utimecmp.c (SIZE_MAX): Remove.
38610
38611         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
38612
38613         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
38614         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
38615         O_NOATIME works.
38616
38617 2006-10-05  Bruno Haible  <bruno@clisp.org>
38618
38619         * lib/gl_list.h (gl_sortedlist_search_from_to,
38620         gl_sortedlist_indexof_from_to): New declarations.
38621         (gl_list_implementation): New fields sortedlist_search_from_to,
38622         sortedlist_indexof_from_to.
38623         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
38624         inline functions.
38625         * lib/gl_list.c (gl_sortedlist_search_from_to,
38626         gl_sortedlist_indexof_from_to): New functions.
38627         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
38628         function.
38629         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
38630         (gl_array_sortedlist_search_from_to): New function.
38631         (gl_array_list_implementation): Update.
38632         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
38633         function.
38634         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
38635         (gl_carray_sortedlist_search_from_to): New function.
38636         (gl_carray_list_implementation): Update.
38637         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
38638         gl_linked_sortedlist_indexof_from_to): New functions.
38639         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
38640         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
38641         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
38642         gl_tree_sortedlist_indexof_from_to): New functions.
38643         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
38644         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
38645         Update.
38646         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
38647         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
38648         Update.
38649
38650 2006-10-05  Bruno Haible  <bruno@clisp.org>
38651
38652         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
38653         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
38654         (struct gl_list_implementation): Add fields search_from_to,
38655         indexof_from_to. Remove fields search, indexof.
38656         (gl_list_search): Use the search_from_to method.
38657         (gl_list_search_from, gl_list_search_from_to): New functions.
38658         (gl_list_indexof): Use the indexof_from_to method.
38659         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
38660         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
38661         (gl_list_search_from, gl_list_search_from_to): New functions.
38662         (gl_list_indexof): Use the indexof_from_to method.
38663         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
38664         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
38665         gl_array_indexof. Add start_index, end_index arguments.
38666         (gl_array_search_from_to): Renamed from gl_array_search. Add
38667         start_index, end_index arguments.
38668         (gl_array_remove, gl_array_list_implementation): Update.
38669         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
38670         gl_carray_indexof. Add start_index, end_index arguments.
38671         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
38672         start_index, end_index arguments.
38673         (gl_carray_remove, gl_carray_list_implementation): Update.
38674         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
38675         gl_linked_search. Add start_index, end_index arguments.
38676         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
38677         start_index, end_index arguments.
38678         (gl_linked_remove): Update.
38679         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
38680         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
38681         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
38682         field to 'size_t'.
38683         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
38684         gl_tree_search. Add start_index, end_index arguments.
38685         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
38686         start_index, end_index arguments.
38687         (gl_tree_remove): Update.
38688         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
38689         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
38690         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
38691         function.
38692         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
38693         gl_tree_search. Add start_index, end_index arguments.
38694         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
38695         start_index, end_index arguments.
38696         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
38697         Update.
38698         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
38699
38700 2006-10-05  Bruno Haible  <bruno@clisp.org>
38701
38702         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
38703
38704         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
38705         fwriteerror_temp): New declarations.
38706         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
38707         (descriptors): New variable.
38708         (cleanup): First, close the descriptors.
38709         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
38710         fclose_temp, fwriteerror_temp): New functions.
38711
38712 2006-10-04  Jim Meyering  <jim@meyering.net>
38713
38714         * lib/fts.c (fts_open): Tiny comment change.
38715
38716 2006-10-04  Bruno Haible  <bruno@clisp.org>
38717
38718         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
38719         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
38720         gl_LOCK_BODY.
38721         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
38722         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
38723         gl_LOCK_EARLY_BODY.
38724         (gl_LOCK): Require gl_LOCK_BODY.
38725
38726 2006-10-04  Bruno Haible  <bruno@clisp.org>
38727
38728         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
38729         (gl_oset_search_atleast): New declaration.
38730         (struct gl_oset_implementation): Add field 'search_atleast'.
38731         (gl_oset_search_atleast): New inline function.
38732         * lib/gl_oset.c (gl_oset_search_atleast): New function.
38733         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
38734         (gl_array_oset_implementation): Update.
38735         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
38736         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
38737         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
38738
38739 2006-10-04  Bruno Haible  <bruno@clisp.org>
38740
38741         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
38742
38743 2006-10-03  Bruno Haible  <bruno@clisp.org>
38744
38745         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
38746         from gl_avltreehash_list_implementation.
38747
38748 2006-10-03  Bruno Haible  <bruno@clisp.org>
38749
38750         * lib/gl_oset.c (gl_oset_add): Fix return type.
38751
38752 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
38753
38754         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
38755
38756 2006-10-02  Eric Blake  <ebb9@byu.net>
38757
38758         * modules/strnlen (Depends-on): Add extensions.
38759
38760 2006-10-02  Eric Blake  <ebb9@byu.net>
38761
38762         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
38763         definition in 2.60+.
38764
38765 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38766
38767         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
38768         checks.
38769
38770 2006-10-02  Bruno Haible  <bruno@clisp.org>
38771
38772         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
38773         to the AUTOMAKE_OPTIONS.
38774         Reported by Jim Meyering.
38775
38776 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
38777
38778         Work around bug in Solaris 10 /proc file system:
38779         /proc/self/fd/NNN/.. isn't the parent directory of
38780         the directory whose file descriptor is NNN.  This needs to
38781         be worked around at run time, not compile time, since a
38782         program might be built on Solaris 8, where things work, and
38783         run on Solaris 10.
38784         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
38785         to use the following interface instead:
38786         (OPENAT_BUFFER_SIZE): New macro.
38787         (openat_proc_name): New function.
38788         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
38789         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
38790         Likewise.
38791         * lib/openat-proc.c: New file.
38792         * modules/openat (Files): Add lib/openat-proc.c.
38793         (Depends-on): Add same-inode, stdbool.
38794         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
38795
38796 2006-09-29  Bruno Haible  <bruno@clisp.org>
38797
38798         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
38799         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
38800         argument. Set stdout_closed before testing for ferror, not after.
38801         (fwriteerror, fwriteerror_no_ebadf): New functions.
38802
38803 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38804
38805         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
38806
38807 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
38808
38809         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
38810         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
38811
38812 2006-09-28  Jim Meyering  <jim@meyering.net>
38813
38814         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
38815         Include <unistd.h>.
38816
38817 2006-09-28  Bruno Haible  <bruno@clisp.org>
38818
38819         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
38820         * modules/linkedhash-list (Depends-on): Likewise.
38821         * modules/rbtreehash-list (Depends-on): Likewise.
38822
38823 2006-09-28  Bruno Haible  <bruno@clisp.org>
38824
38825         * lib/strndup.h: Simplify the redefinition of strndup.
38826         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
38827         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
38828
38829 2006-09-28  Bruno Haible  <bruno@clisp.org>
38830
38831         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
38832         * lib/gl_linkedhash_list.c: Likewise.
38833         * lib/gl_rbtreehash_list.c: Likewise.
38834
38835 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
38836
38837         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
38838         getaddrinfo.
38839
38840         * lib/__fpending.h: Don't include <stdio_ext.h> unless
38841         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
38842         it causes <stdio_ext.h> to cause a compile-time error.
38843         Problem reported by Nelson H. F. Beebe.
38844         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
38845         of HAVE_DECL___PENDING.
38846
38847         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
38848         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
38849         declaration.
38850
38851 2006-09-27  Jim Meyering  <jim@meyering.net>
38852
38853         This file could end up with a definition for a function
38854         named __strndup, rather than rpl_strndup on a system with
38855         incomplete weak_alias support.
38856         * lib/strndup.c (strndup): Rename from __strndup.
38857         Remove #defines that used to map __strndup to strndup.
38858         Don't use K&R prototypes.
38859         Remove LIBC-related code, since this file is not sync'd with glibc.
38860         * lib/strndup.h: Revamp, accordingly.
38861         * m4/strndup.m4: Modernize.
38862
38863 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
38864
38865         * modules/savewd (Depends-on): Add 'raise'.
38866         * lib/savewd.c: Include <signal.h>, for 'raise'.
38867
38868 2006-09-26  Jim Meyering  <jim@meyering.net>
38869
38870         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
38871         when we detect Darwin 8.7.0's acl_get_file bug.
38872         Rearrange to perform the new (below) run-test while $LIBS
38873         contains any acl-related library.  Set USE_ACL at the end.
38874         (gl_ACL_GET_FILE): New function.
38875
38876 2006-09-26  Eric Blake  <ebb9@byu.net>
38877
38878         * lib/verror.c: Include <config.h> unconditionally.
38879
38880 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
38881
38882         * modules/clock-time (Maintainer): Add self.
38883         * modules/getlogin_r (Depends-on): Add extensions.
38884
38885 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38886
38887         * modules/clock-time: New module.
38888         * modules/nanosleep (Depends-on): Add clock-time.
38889         * modules/gethrxtime (Depends-on): Likewise.
38890         * modules/gettime (Depends-on): Likewise.
38891         * modules/settime (Depends-on): Likewise.
38892
38893         * modules/fts-lgpl: Depend on openat.
38894         * modules/mkancesdirs: Depend on savewd.
38895         * modules/mkdir-p: Likewise.
38896
38897 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38898
38899         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
38900
38901         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
38902         `gl_have_arbitrary_file_name_length_limit' to
38903         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
38904         actually works between configure runs.
38905
38906 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38907             Bruno Haible  <bruno@clisp.org>
38908
38909         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
38910
38911 2006-09-25  Jim Meyering  <jim@meyering.net>
38912
38913         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
38914         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
38915
38916 2006-09-25  Eric Blake  <ebb9@byu.net>
38917
38918         * gnulib-tool (func_import, func_create_testdir): Fix typos in
38919         exec's in 2006-09-18 patch when shuffling fds.
38920
38921 2006-09-25  Bruno Haible  <bruno@clisp.org>
38922
38923         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
38924         Reported by Jim Meyering.
38925
38926 2006-09-24  Jim Meyering  <jim@meyering.net>
38927
38928         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
38929         compare a pointer against a literal "0".  That caused failures with
38930         at least HP-UX's hpcc.
38931
38932 2006-09-22  Simon Josefsson  <jas@extundo.com>
38933
38934         * modules/gc-sha1:
38935         * modules/gc-md4:
38936         * modules/gc-hmac-sha1:
38937         * modules/gc-hmac-md5:
38938         * modules/gc-des:
38939         * modules/gc-arcfour: Distribute more files.
38940
38941 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38942
38943         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
38944         (gl_linked_iterator_from_to): Initialize struct completely.
38945         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
38946         (gl_tree_iterator_from_to): Likewise
38947         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
38948         * lib/gl_array_list.c [lint] (gl_array_iterator)
38949         (gl_array_iterator_from_to): Likewise.
38950         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
38951         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
38952         (gl_carray_iterator_from_to): Likewise.
38953
38954         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
38955         * lib/md4.c (md4_process_block): Remove unused variable.
38956         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
38957         parentheses for clarity.
38958
38959 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38960
38961         * modules/bison-i18n (Depends-on): Add gettext.
38962
38963 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38964
38965         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
38966         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
38967         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
38968         also add missing comma that caused broken test.
38969         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
38970         stdlib.h, for `abort'.
38971         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
38972         variables.
38973         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
38974         include unistd.h if present, for `rmdir'.
38975         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
38976         variables.
38977         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
38978         in the process include standard headers for prototypes.
38979         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
38980         gets declared on GNU/Linux.
38981         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
38982         unistd.h, for `rmdir'.
38983         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
38984
38985         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
38986         always true.
38987         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
38988
38989         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
38990
38991 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38992
38993         * gnulib-tool (func_version): Create output all at once.  This
38994         may help avoid triggering unnecessary SIGPIPEs, and at any
38995         rate it doesn't hurt.
38996
38997 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38998             Bruno Haible  <bruno@clisp.org>
38999
39000         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
39001         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
39002         * m4/signed.m4 (bh_C_SIGNED): Likewise.
39003
39004         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
39005         (gl_FUNC_VASPRINTF): Invoke it.
39006
39007 2006-09-22  Bruno Haible  <bruno@clisp.org>
39008
39009         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
39010         getloadavg.c as first argument.
39011
39012 2006-09-22  Bruno Haible  <bruno@clisp.org>
39013
39014         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
39015         at the beginning of the gl_INIT macro.
39016         * modules/getloadavg (configure.ac): Pass $gl_source_base to
39017         gl_GETLOADAVG.
39018
39019 2006-09-22  Bruno Haible  <bruno@clisp.org>
39020
39021         * gnulib-tool (func_create_megatestdir): Don't include the config-h
39022         module.
39023         Suggested by Ralf Wildenhues.
39024
39025 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39026
39027         Import this patch from libc:
39028
39029         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
39030
39031         * lib/regex_internal.c (re_string_reconstruct): Handle
39032         offset < pstr->valid_raw_len && pstr->offsets_needed case.
39033         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
39034         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
39035         re_string_context_at.
39036
39037         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
39038         now requires it.
39039         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
39040         gl_REGEX now does it for us.
39041         (gl_REGEX): Add test taken from
39042         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
39043
39044         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
39045         Check that large offsets work.  Modernize Autoconf usages.
39046         Prefer "yes" to mean a good thing rather than a bad.
39047         Don't put "#define mkstemp" in config.h, as this might interfere
39048         with standard system headers that "#define mkstemp mkstemp64".
39049
39050         * modules/mkstemp (Depends-on): Add extensions, so that
39051         mkstemp is visible on some platforms.
39052         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
39053         (Include): Change to "mkstemp.h" from <stdlib.h>.
39054         (Files): Add mkstemp.h.
39055
39056         * lib/mkstemp.h: New file, since some standard headers
39057         #define mkstemp.
39058         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
39059         Include "mkstemp.h".
39060         Make the _LIBC code resemble glibc original more,
39061         e.g., use K&R style.
39062         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
39063         (mkstemp): Remove, since mkstemp.h does this for us.
39064         * lib/stdlib--.h: Include mkstemp.h.
39065
39066         Import this patch from libc:
39067
39068         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39069
39070         * lib/tempname.c (__gen_tempname): Change attempts_min
39071         into a macro.  Use preprocessor to decide how to initialize
39072         attempts [Coverity CID 67].
39073
39074 2006-09-20  Bruno Haible  <bruno@clisp.org>
39075
39076         * lib/mkdtemp.c: Import from libc.
39077         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39078                 * sysdeps/posix/tempname.c (__gen_tempname): Change
39079                 attempts_min into a macro.  Use preprocessor to decide how to
39080                 initialize attempts [Coverity CID 67].
39081         2001-11-27  Paul Eggert  <eggert@twinsun.com>
39082                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
39083                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
39084
39085 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39086
39087         * gnulib-tool (func_exit): New function, to allow to pass the
39088         exit status portably through the trap.  Use everywhere.
39089         (--help, --version): Signal a write error.
39090         (trap): catch SIGPIPE, for write errors.
39091         Exit at the end of the trap, with the correct exit status.
39092
39093 2006-09-19  Karl Berry  <karl@gnu.org>
39094
39095         * doc/gnulib.texi: note about the license texinfo files.
39096
39097 2006-09-19  Eric Blake  <ebb9@byu.net>
39098
39099         * gnulib-tool: Avoid space-tab.
39100
39101 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39102
39103         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
39104         that prevented coreutils 6.1 from building.  Problem reported
39105         by Petter Reinholdtsen.
39106
39107 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39108
39109         * gnulib-tool (avoidlist): Fix typo that broke options like
39110         --avoid=lock that are used by coreutils bootstrap.
39111
39112 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
39113
39114         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
39115         more systematically.
39116
39117 2006-09-18  Jim Meyering  <jim@meyering.net>
39118
39119         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
39120
39121 2006-09-18  Bruno Haible  <bruno@clisp.org>
39122
39123         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
39124
39125 2006-09-18  Bruno Haible  <bruno@clisp.org>
39126
39127         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
39128         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
39129         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
39130         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
39131         * m4/gettext.m4: Require autoconf >= 2.52.
39132         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
39133         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
39134         of gl_cv_header_inttypes_h.
39135
39136 2006-09-18  Bruno Haible  <bruno@clisp.org>
39137
39138         * lib/javaversion.c: Include configmake.h.
39139
39140 2006-09-18  Bruno Haible  <bruno@clisp.org>
39141
39142         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
39143         avoid that the while loops be executed in a subshell.
39144
39145 2006-09-18  Bruno Haible  <bruno@clisp.org>
39146
39147         * MODULES.html.sh (func_module): Break long lines.
39148         Suggested by Bruce Korb <bkorb@gnu.org>.
39149
39150 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39151
39152         Speed up by a factor of 1.12.
39153         * gnulib-tool (nl): New variable.
39154         (func_import): Rewrite include directive extraction to only read each
39155         directive once.
39156
39157 2006-09-17  Bruno Haible  <bruno@clisp.org>
39158
39159         * modules/javaversion (Makefile.am): Remove DEFS setting.
39160         (Depends-on): Add configmake, for PKGDATADIR definition.
39161
39162 2006-09-17  Bruno Haible  <bruno@clisp.org>
39163
39164         * gnulib-tool (func_create_testdir): Rewrite all files at once.
39165
39166 2006-09-17  Bruno Haible  <bruno@clisp.org>
39167
39168         * gnulib-tool (func_append): New function, stolen from libtool.m4.
39169         (func_modules_transitive_closure, func_modules_add_dummy,
39170         func_modules_to_filelist, func_import, func_create_testdir,
39171         func_create_megatestdir, ...): Use it wherever possible.
39172         Suggested by Ralf Wildenhues.
39173
39174 2006-09-16  Karl Berry  <karl@gnu.org>
39175
39176         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
39177         to avoid sectioning errors.
39178         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
39179         [ifinfo]: blank line after @center-ed titles.
39180         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
39181         Spell FSF address consistently with others.
39182         (These changes approved by rms.)
39183
39184 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39185
39186         Speed up by a factor of 1.61.
39187         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
39188         already checked module names again.
39189
39190 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39191
39192         Speed up by a factor of 1.13.
39193         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
39194         for new_files, and the input to func_add_or_update.
39195
39196 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39197
39198         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
39199         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
39200
39201 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39202
39203         * modules/mkancesdirs (Depends-on): Add fcntl.
39204         * modules/savewd: New file.
39205         * MODULES.html.sh (File system functions): Add savewd.
39206
39207         * modules/configmake (Makefile.am): Add support for the
39208         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
39209
39210 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39211
39212         * m4/savewd.m4: New file.
39213
39214 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39215
39216         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
39217         (dirchownmod): New arg FD.  All callers changed.
39218         Use FD rather than opening the directory ourself, as opening is
39219         now the caller's responsibility.
39220         * lib/dirchownmod.h: Likewise.
39221         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
39222         hosts that require <sys/types.h> before <sys/stat.h>.  Include
39223         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
39224         (test_dir): Remove.
39225         (mkancesdirs): Return length of prefix of FILE that has already
39226         been made, or -2 if there is a child doing the work.  Redo
39227         algorithm so that it is O(N) rather than O(N**2).  Optimize away
39228         ".", and treat ".." specially since it might stray back into
39229         already-created areas.  Use a subprocess if necessary.  New arg
39230         WD; all users changed.  MAKE_DIR function should now return 1
39231         if it creates a directory that is not readable.  Return -2 if
39232         a child process is spun off.
39233         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
39234         Adjust signature to match code.
39235         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
39236         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
39237         all users changed.
39238         * lib/savewd.c, lib/savewd.h: New files.
39239
39240 2006-09-15  Jim Meyering  <jim@meyering.net>
39241
39242         * modules/rename-dest-slash: New module.
39243         * MODULES.html.sh (posix_compat): Add it here.
39244
39245         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
39246
39247 2006-09-15  Jim Meyering  <jim@meyering.net>
39248
39249         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
39250         file.
39251
39252         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
39253
39254 2006-09-15  Jim Meyering  <jim@meyering.net>
39255
39256         * lib/rename-dest-slash.c (has_trailing_slash): Use
39257         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
39258         (rpl_rename_dest_slash): Perform the cheaper trailing slash
39259         test before testing whether SRC is a directory.
39260         Suggestions from Bruno Haible.
39261
39262         Avoid a warning about an unused variable.
39263         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
39264         into the #ifdef block where it's used.
39265
39266         * lib/rename-dest-slash.c: New file.
39267
39268 2006-09-14  Bruno Haible  <bruno@clisp.org>
39269
39270         * lib/allocsa.c: Include <config.h> unconditionally.
39271         * lib/asnprintf.c: Likewise.
39272         * lib/asprintf.c: Likewise.
39273         * lib/c-strcasecmp.c: Likewise.
39274         * lib/c-strcasestr.c: Likewise.
39275         * lib/c-strncasecmp.c: Likewise.
39276         * lib/c-strstr.c: Likewise.
39277         * lib/classpath.c: Likewise.
39278         * lib/clean-temp.c: Likewise.
39279         * lib/concatpath.c: Likewise.
39280         * lib/copy-file.c: Likewise.
39281         * lib/csharpcomp.c: Likewise.
39282         * lib/csharpexec.c: Likewise.
39283         * lib/execute.c: Likewise.
39284         * lib/fatal-signal.c: Likewise.
39285         * lib/findprog.c: Likewise.
39286         * lib/fwriteerror.c: Likewise.
39287         * lib/gl_array_list.c: Likewise.
39288         * lib/gl_array_oset.c: Likewise.
39289         * lib/gl_avltree_list.c: Likewise.
39290         * lib/gl_avltree_oset.c: Likewise.
39291         * lib/gl_avltreehash_list.c: Likewise.
39292         * lib/gl_carray_list.c: Likewise.
39293         * lib/gl_linked_list.c: Likewise.
39294         * lib/gl_linkedhash_list.c: Likewise.
39295         * lib/gl_list.c: Likewise.
39296         * lib/gl_oset.c: Likewise.
39297         * lib/gl_rbtree_list.c: Likewise.
39298         * lib/gl_rbtree_oset.c: Likewise.
39299         * lib/gl_rbtreehash_list.c: Likewise.
39300         * lib/imaxabs.c: Likewise.
39301         * lib/imaxdiv.c: Likewise.
39302         * lib/javacomp.c: Likewise.
39303         * lib/javaexec.c: Likewise.
39304         * lib/javaversion.c: Likewise.
39305         * lib/linebreak.c: Likewise.
39306         * lib/localcharset.c: Likewise.
39307         * lib/lock.c: Likewise.
39308         * lib/mbchar.c: Likewise.
39309         * lib/mbswidth.c: Likewise.
39310         * lib/mkdtemp.c: Likewise.
39311         * lib/pipe.c: Likewise.
39312         * lib/printf-args.c: Likewise.
39313         * lib/printf-parse.c: Likewise.
39314         * lib/progname.c: Likewise.
39315         * lib/progreloc.c: Likewise.
39316         * lib/readlink.c: Likewise.
39317         * lib/sh-quote.c: Likewise.
39318         * lib/stpcpy.c: Likewise.
39319         * lib/stpncpy.c: Likewise.
39320         * lib/strcasecmp.c: Likewise.
39321         * lib/strcasestr.c: Likewise.
39322         * lib/strcspn.c: Likewise.
39323         * lib/striconv.c: Likewise.
39324         * lib/strncasecmp.c: Likewise.
39325         * lib/strnlen1.c: Likewise.
39326         * lib/strstr.c: Likewise.
39327         * lib/strtok_r.c: Likewise.
39328         * lib/tls.c: Likewise.
39329         * lib/tmpdir.c: Likewise.
39330         * lib/unicodeio.c: Likewise.
39331         * lib/unsetenv.c: Likewise.
39332         * lib/vasnprintf.c: Likewise.
39333         * lib/vasprintf.c: Likewise.
39334         * lib/wait-process.c: Likewise.
39335         * lib/xallocsa.c: Likewise.
39336         * lib/xsetenv.c: Likewise.
39337         * lib/xstriconv.c: Likewise.
39338
39339 2006-09-13  Simon Josefsson  <jas@extundo.com>
39340
39341         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
39342         that internally, suggested by Ralf Wildenhues
39343         <Ralf.Wildenhues@gmx.de>.
39344
39345 2006-09-13  Simon Josefsson  <jas@extundo.com>
39346
39347         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
39348         @LIBOBJS@.
39349         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39350
39351 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39352
39353         * lib/_fpending.c: Include <config.h> unconditionally, since we no
39354         longer worry about uses that don't define HAVE_CONFIG_H.
39355         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
39356         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
39357         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
39358         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
39359         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
39360         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
39361         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
39362         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
39363         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
39364         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
39365         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
39366         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
39367         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
39368         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
39369         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
39370         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
39371         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
39372         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
39373         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
39374         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
39375         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
39376         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
39377         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
39378         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
39379         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
39380         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
39381         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
39382         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
39383         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
39384         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
39385         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
39386         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
39387         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
39388         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
39389         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
39390         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
39391         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
39392         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
39393         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
39394         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
39395         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
39396         Likewise.
39397
39398 2006-09-13  Eric Blake  <ebb9@byu.net>
39399
39400         * lib/getopt.c: Fix typo in last commit.
39401
39402 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
39403
39404         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
39405         dgettext.
39406
39407 2006-09-12  Jim Meyering  <jim@meyering.net>
39408
39409         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
39410         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
39411         Reported by Nelson H. F. Beebe.
39412
39413 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
39414
39415         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
39416         program_invocation_name and program_invocation_short_name are
39417         initialized.
39418         * lib/argp-namefrob.h: Move declarations of program_invocation_name
39419         and program_invocation_short_name to argp.h, so they are visible
39420         to user programs.
39421         * lib/argp.h: Likewise
39422
39423 2006-09-10  Bruno Haible  <bruno@clisp.org>
39424
39425         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
39426         m4/inttypes_h.m4, m4/uintmax_t.m4.
39427
39428 2006-09-10  Bruno Haible  <bruno@clisp.org>
39429
39430         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
39431         gl_AC_TYPE_UINTMAX_T.
39432
39433 2006-09-10  Bruno Haible  <bruno@clisp.org>
39434
39435         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
39436
39437 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39438
39439         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
39440         convention.  Text proposed by Bruno Haible.
39441         (struct argp_option): Document the use of N_() wrappers.
39442
39443         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
39444         '\v', and translate the two parts separately, instead of feeding
39445         the whole string to gettext.  This allows to exclude
39446         '\v' from the strings visible to the translator by writing doc
39447         strings as N_("..") "\v" N_("..").
39448
39449 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
39450
39451         * config/srclist.txt: Undo latest change; the bug was fixed.
39452
39453 2006-09-09  Bruno Haible  <bruno@clisp.org>
39454
39455         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
39456         assignments if building a library without libtool.
39457         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
39458         in func_emit_lib_Makefile_am.
39459         (func_import): When building a static library libfoo.a, arrange to
39460         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
39461         (func_create_testdir): Likewise.
39462         * modules/gc (configure.ac, Makefile.am): If building statically,
39463         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
39464         * modules/iconvme (configure.ac, Makefile.am): Likewise.
39465         * modules/striconv (configure.ac, Makefile.am): Likewise.
39466         Based on a suggestion by Ralf Wildenhues.
39467
39468 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39469
39470         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
39471         Check for unistd.h too, since Autoconf doesn't assume POSIX.
39472         Also:
39473
39474         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39475         Add year_2050_test to catch glibc bug 2821
39476         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39477
39478         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39479         Prefer #ifdef to #if.
39480
39481         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
39482         Return from 'main' instead of calling 'exit'.
39483
39484 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39485
39486         * lib/mktime.c (guess_time_tm): Fix bug where mktime
39487         returned the maximum time_t value rather than (time_t) -1.
39488         Problem originally reported by William Bardwell
39489         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39490
39491         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39492         Moved to here ...
39493         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39494         ... from here.
39495
39496 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39497
39498         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
39499         2821 is fixed.
39500
39501 2006-09-08  Jim Meyering  <jim@meyering.net>
39502
39503         Don't make generated files read-only.  That would bother too many
39504         people.  However, do retain the ability to work when targets are
39505         read-only: remove the destination and temporary files before writing
39506         them (when generated via sed or echo), or by using the -f option for
39507         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
39508         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39509         * modules/byteswap, modules/configmake, modules/fcntl:
39510         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39511         * modules/localcharset, modules/netinet_in, modules/poll:
39512         * modules/stdbool, modules/stdint, modules/sys_select:
39513         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39514
39515 2006-09-08  Jim Meyering  <jim@meyering.net>
39516
39517         Avoid new build failure on FreeBSD 6.0.
39518         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
39519         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
39520         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
39521
39522 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39523
39524         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
39525
39526 2006-09-07  Jim Meyering  <jim@meyering.net>
39527
39528         Fix global typo in last change: use chmod u-w, not chmod u-x.
39529         Spotted by Paul Eggert and Bruce Korb.
39530         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39531         * modules/byteswap, modules/configmake, modules/fcntl:
39532         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39533         * modules/localcharset, modules/netinet_in, modules/poll:
39534         * modules/stdbool, modules/stdint, modules/sys_select:
39535         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39536
39537 2006-09-06  Jim Meyering  <jim@meyering.net>
39538
39539         Make generated files be read-only.
39540         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
39541         Ensure that each generated file is now read-only.
39542         * modules/argz: Likewise.
39543         * modules/arpa_inet: Likewise.
39544         * modules/byteswap: Likewise.
39545         * modules/configmake: Likewise.
39546         * modules/fcntl: Likewise.
39547         * modules/fnmatch: Likewise.
39548         * modules/getopt: Likewise.
39549         * modules/glob: Likewise.
39550         * modules/inttypes: Likewise.
39551         * modules/netinet_in: Likewise.
39552         * modules/poll: Likewise.
39553         * modules/stdbool: Likewise.
39554         * modules/stdint: Likewise.
39555         * modules/sys_select: Likewise.
39556         * modules/sys_socket: Likewise.
39557         * modules/sys_stat: Likewise.
39558         * modules/sysexits: Likewise.
39559         * modules/localcharset: Same as above, but continue using temporary
39560         file named "t-$@" (why different?) rather than the "$@-t" used
39561         everywhere else.
39562
39563         * modules/sysexits (Makefile.am): Replace literal occurrences
39564         of "sysexit.h" more readable, and more consistent, "$@".
39565
39566 2006-09-06  Bruno Haible  <bruno@clisp.org>
39567
39568         * modules/striconv: New file.
39569         * modules/xstriconv: New file.
39570         * MODULES.html.sh (Internationalization functions): Add striconv,
39571         xstriconv.
39572
39573 2006-09-06  Bruno Haible  <bruno@clisp.org>
39574
39575         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
39576         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
39577         not using libtool correctly.
39578
39579 2006-09-06  Bruno Haible  <bruno@clisp.org>
39580
39581         * lib/striconv.h: New file.
39582         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
39583         iconvstring.c.
39584         * lib/xstriconv.h: New file.
39585         * lib/xstriconv.c: New file.
39586
39587 2006-09-06  Bruno Haible  <bruno@clisp.org>
39588
39589         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
39590         lib_..._LDFLAGS.
39591
39592 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39593
39594         * lib/argz_.h: Sync from Libtool.
39595
39596         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
39597                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
39598
39599         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
39600
39601 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39602
39603         * modules/trim: New file.
39604
39605 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39606
39607         * lib/trim.h: New file.
39608         * lib/trim.c: New file.
39609
39610 2006-09-05  Bruno Haible  <bruno@clisp.org>
39611
39612         * MODULES.html.sh (String handling): Add trim.
39613
39614 2006-09-04  Karl Berry  <karl@gnu.org>
39615
39616         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
39617         until next release.
39618
39619 2006-09-03  Bruno Haible  <bruno@clisp.org>
39620
39621         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
39622         correctly.
39623
39624 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39625
39626         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
39627         not gl_GETLOADAVG.  Omit unneeded semicolons.
39628         Problems reported by Ralf Wildenhues in
39629         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
39630         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
39631         at the end, which is the usual gnulib style.
39632
39633         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
39634         of doing all the work ourselves.
39635         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
39636         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
39637
39638 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39639
39640         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
39641         Problem reported by Ralf Wildenhues in
39642         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
39643
39644         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
39645         HAVE_STRUCT_STATFS_F_FSTYPENAME.
39646
39647 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39648
39649         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
39650         yesterday's patch by changing test -n to test -z.
39651
39652 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39653
39654         * modules/getloadavg (Files): Add m4/getloadavg.m4.
39655         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
39656         the former is now obsolescent.
39657
39658         * modules/chdir-long (Depends-on): Add fcntl.
39659
39660 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39661
39662         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
39663         obsolescent, and programs should use gnulib instead.
39664         * m4/getloadavg.m4: New file, with contents taken from Autoconf
39665         but with prefixes changed.
39666
39667 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39668
39669         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
39670         or stdbool.h, because they might not exist while configuring.
39671
39672         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
39673         Don't include unistd.h or limits.h; not needed, since chdir-long.h
39674         does that for us.
39675         (O_DIRECTORY): Remove.
39676
39677 2006-08-31  Eric Blake  <ebb9@byu.net>
39678
39679         * gnulib-tool: Don't let emacs change spaces to TAB.
39680
39681 2006-08-31  Bruno Haible  <bruno@clisp.org>
39682
39683         * gnulib-tool: When calling func_import more than once, do it in a
39684         subshell.
39685         Reported by Eric Blake <ebb9@byu.net>.
39686
39687 2006-08-31  Bruno Haible  <bruno@clisp.org>
39688
39689         * gnulib-tool (nl): Remove variable.
39690         (sed_transform_lib_file): Use more robust test for config-h module.
39691         (func_import): Fix typo in 2006-08-25 patch.
39692
39693 2006-08-31  Bruno Haible  <bruno@clisp.org>
39694
39695         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
39696         specified, augment Makefile.am variables instead of assigning them.
39697
39698 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39699
39700         Work around a bug in both the Linux and SunOS 64-bit kernels:
39701         nanosleep mishandles sleeps for longer than 2**31 seconds.
39702         Problem reported by Frank v Waveren in
39703         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
39704         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
39705         Check for nanosleep bug.
39706         (LIB_NANOSLEEP): Append clock_gettime library if needed.
39707
39708 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39709
39710         Work around a bug in both the Linux and SunOS 64-bit kernels:
39711         nanosleep mishandles sleeps for longer than 2**31 seconds.
39712         Problem reported by Frank v Waveren in
39713         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
39714         * lib/nanosleep.c (BILLION): New constant.
39715         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
39716         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
39717         implementation.
39718
39719 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39720
39721         * modules/nanosleep (Depends-on): Add gettime.
39722
39723 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39724         and Simon Josefsson  <jas@extundo.com>
39725         and Oskar Liljeblad  <oskar@osk.mine.nu>
39726
39727         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
39728         * gnulib-tool (func_import): New license type 'unmodifiable license
39729         text'.
39730         * modules/fdl: Use it.  Longer description.
39731         * module/gpl, module/lgpl: New files.
39732
39733 2006-08-30  Jim Meyering  <jim@meyering.net>
39734
39735         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
39736         shadowing the parameter.
39737
39738 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39739
39740         Sync from Libtool:
39741
39742         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39743
39744         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
39745         sharing with gnulib.  Report by Eric Blake.
39746
39747 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39748
39749         * modules/isapipe: New file.
39750         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
39751
39752 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39753
39754         * modules/configmake (Makefile.am): Add a comment, and omit
39755         the CONFIGMAKE_ prefix from generated macro names.  Suggested
39756         by Bruno Haible.
39757
39758 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39759
39760         * m4/isapipe.m4: New file.
39761
39762 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39763
39764         * lib/isapipe.c, lib/isapipe.h: New files.
39765
39766 2006-08-29  Jim Meyering  <jim@meyering.net>
39767
39768         * modules/configmake (Makefile.am): Make configmake.h depend on
39769         Makefile.  Otherwise, a stale configmake.h could hang around.
39770
39771 2006-08-29  Eric Blake  <ebb9@byu.net>
39772
39773         * lib/error.c (error_at_line, print_errno_message): Match libc, after
39774         resolution of upstream bug 3044.
39775
39776 2006-08-29  Bruno Haible  <bruno@clisp.org>
39777
39778         * modules/localcharset (Depends-on): Add configmake.
39779         (Makefile.am): Remove setting of LIBDIR through DEFS.
39780
39781 2006-08-29  Bruno Haible  <bruno@clisp.org>
39782
39783         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
39784         defined.
39785
39786 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39787
39788         * modules/fcntl: New file.
39789         * modules/chdir-safer (Depends-on): Add fcntl.
39790         * modules/fts: Likewise.
39791         * modules/mkdir-p: Likewise.
39792
39793         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
39794         This undoes the most recent change, since we're now addressing the
39795         problem in a different way.
39796
39797         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
39798         into output, since the output might be called Makefile.am even
39799         if $makefile_name is something different.
39800         (func_import): Use $makefile_am rather than
39801         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
39802         empty.
39803
39804         * modules/inttypes (Files): Add m4/inttypes-h.m4.
39805
39806 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39807
39808         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
39809         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
39810         recent change to stdint.m4, since we're now addressing the problem in a
39811         different way.
39812
39813 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39814
39815         * m4/fcntl_h.m4: New file.
39816
39817 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39818
39819         * lib/fcntl_.h: New file.
39820         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
39821         the fcntl module.
39822         * lib/dirchownmod.c: Likewise.
39823         * lib/fts.c: Likewise.
39824
39825         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
39826         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
39827         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
39828         just before including <inttypes.h>, to avoid circular inclusion.
39829
39830 2006-08-28  Jim Meyering  <jim@meyering.net>
39831
39832         * doc/visibility.texi: Actually read and correct the grammar of the
39833         sentence affected by yesterday's change.
39834
39835 2006-08-28  Eric Blake  <ebb9@byu.net>
39836
39837         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
39838         needs wrapper.
39839
39840 2006-08-28  Eric Blake  <ebb9@byu.net>
39841
39842         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
39843
39844 2006-08-28  Eric Blake  <ebb9@byu.net>
39845
39846         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
39847
39848 2006-08-28  Bruno Haible  <bruno@clisp.org>
39849
39850         * modules/c-strstr: New file, from GNU gettext.
39851         * MODULES.html.sh (String handling): Add c-strstr.
39852
39853 2006-08-28  Bruno Haible  <bruno@clisp.org>
39854
39855         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
39856         macros.
39857         Reported by Eric Blake.
39858
39859 2006-08-28  Bruno Haible  <bruno@clisp.org>
39860
39861         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
39862         (VASNPRINTF): Return a string of length > INT_MAX without failing.
39863         * lib/vasprintf.c: Include errno.h, limits.h.
39864         (EOVERFLOW): New fallback definition.
39865         (vasprintf): Test here whether the string length is > INT_MAX.
39866         * lib/vsnprintf.c: Include errno.h, limits.h.
39867         (EOVERFLOW): New fallback definition.
39868         (vsnprintf): Fix bug when generated string was too long for the buffer.
39869         Test here whether the string length is > INT_MAX.
39870
39871 2006-08-28  Bruno Haible  <bruno@clisp.org>
39872
39873         * lib/inttypes_.h (SCNX*): Remove definitions.
39874         Reported by Eric Blake.
39875
39876 2006-08-28  Bruno Haible  <bruno@clisp.org>
39877
39878         * lib/c-strstr.h: New file, from GNU gettext.
39879         * lib/c-strstr.c: New file, from GNU gettext.
39880
39881 2006-08-28  Bruno Haible  <bruno@clisp.org>
39882
39883         * gnulib-tool: Reorder some statements.
39884
39885 2006-08-28  Bruno Haible  <bruno@clisp.org>
39886
39887         * gnulib-tool: New option --makefile-name.
39888         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
39889         $makefile_name.
39890         (func_import): Write $makefile_name to the cache file, and read it from
39891         there unless explicitly specified. Use $makefile_name as file name
39892         instead of Makefile.am. Adjust the recommendations accordingly.
39893
39894 2006-08-28  Bruno Haible  <bruno@clisp.org>
39895
39896         * gnulib-tool (func_verify_module): Check against misapplying patch.
39897
39898 2006-08-28  Bruno Haible  <bruno@clisp.org>
39899
39900         * gnulib-tool (func_relativize, func_relconcat): New functions.
39901         Give an error if --local-dir is given with --update.
39902         Remove trailing slashes from $local_gnulib_dir.
39903         (func_import): Store the relativized $local_gnulib_dir in
39904         gnulib-cache.m4, and read it from there if not specified explicitly.
39905
39906 2006-08-28  Bruno Haible  <bruno@clisp.org>
39907
39908         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
39909         is the current directory. Respect also $local_gnulib_dir.
39910
39911 2006-08-28  Bruno Haible  <bruno@clisp.org>
39912             Simon Josefsson  <jas@extundo.com>
39913
39914         BeOS portability.
39915         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
39916
39917 2006-08-27  Jim Meyering  <jim@meyering.net>
39918
39919         * doc/visibility.texi: Remove duplicate word: "pointer".
39920
39921 2006-08-26  Bruno Haible  <bruno@clisp.org>
39922
39923         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
39924         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
39925         (Makefile.am): Create inttypes.h from inttypes_.h.
39926         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
39927
39928         * modules/imaxabs: New file.
39929
39930         * modules/imaxdiv: New file.
39931
39932 2006-08-26  Bruno Haible  <bruno@clisp.org>
39933
39934         * m4/inttypes.m4: New file.
39935         * m4/_inttypes_h.m4: Remove file.
39936         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
39937         PRI_MACROS_BROKEN.
39938         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
39939
39940         * m4/imaxabs.m4: New file.
39941
39942         * m4/imaxdiv.m4: New file.
39943
39944 2006-08-26  Bruno Haible  <bruno@clisp.org>
39945
39946         * lib/inttypes_.h: New file.
39947         * lib/inttypes.h: Remove file.
39948         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
39949
39950         * lib/imaxabs.c: New file.
39951
39952         * lib/imaxdiv.c: New file.
39953
39954 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39955
39956         New config-h module, so that "make" output needn't be cluttered
39957         by -DHAVE_CONFIG_H.
39958         * MODULES.html.sh (Support for building libraries and executables):
39959         Add config-h.
39960         * modules/config-h: New file.
39961         * gnulib-tool (nl, sed_transform_lib_file): New vars.
39962         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
39963         the config-h module is used.
39964
39965         New configmake module, so that "make" output needn't be cluttered
39966         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
39967         * MODULES.html.sh (Support for building libraries and executables):
39968         Add configmake.
39969         * modules/configmake: New file.
39970
39971 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39972
39973         * m4/config-h.m4: New file.
39974
39975 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39976
39977         * config/srclist.txt: Add elisp-comp.
39978
39979 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39980
39981         * MODULES.html.sh (Support for building libraries and executables):
39982         Add elisp-comp.
39983         * build-aux/elisp-comp: New file.
39984         * modules/elisp-comp: New file.
39985
39986 2006-08-24  Bruno Haible  <bruno@clisp.org>
39987
39988         * gnulib-tool (func_create_testdir): Use non-default values of
39989         sourcebase and m4base.
39990
39991 2006-08-24  Bruno Haible  <bruno@clisp.org>
39992
39993         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
39994         HTML structure.
39995
39996 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39997
39998         * modules/openat (Depends-on): Add lchown.
39999
40000 2006-08-23  Bruno Haible  <bruno@clisp.org>
40001
40002         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
40003         of gl_LOCK_EARLY instead of gl_LOCK.
40004
40005 2006-08-23  Bruno Haible  <bruno@clisp.org>
40006
40007         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
40008         on OSF/1 to no.
40009         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
40010
40011 2006-08-23  Bruno Haible  <bruno@clisp.org>
40012
40013         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
40014         as unusable.
40015
40016         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
40017         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
40018         (gl_LOCK): New macro.
40019
40020 2006-08-22  Simon Josefsson  <jas@extundo.com>
40021
40022         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
40023         to md5 module.
40024
40025 2006-08-22  Simon Josefsson  <jas@extundo.com>
40026
40027         * MODULES.html.sh: Add "Support for maintaining and release
40028         projects".
40029
40030         * build-aux/gnupload: New file, from coreutils.
40031
40032 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40033
40034         Avoid the need for AC_LIBSOURCES in m4 macros.
40035         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
40036         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
40037         * modules/check-version (EXTRA_DIST): Add check-version.h.
40038         * modules/crc (EXTRA_DIST): Add crc.h.
40039         * modules/des (EXTRA_DIST): Add des.h.
40040         * modules/gc (EXTRA_DIST): Add gc.h.
40041         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
40042         * modules/getline (EXTRA_DIST): Add getline.h.
40043         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
40044         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
40045         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
40046         * modules/md2 (EXTRA_DIST): Add md2.h.
40047         * modules/md4 (EXTRA_DIST): Add md4.h.
40048         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
40049         * modules/read-file (EXTRA_DIST): Add read-file.h.
40050         * modules/readline (EXTRA_DIST): Add readline.h.
40051         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
40052         rijndael-api-fst.h.
40053
40054 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40055
40056         * m4/rijndael.m4 (gl_ARCFOUR):
40057         * m4/arctwo.m4 (gl_ARCTWO):
40058         * m4/check-version.m4 (gl_CHECK_VERSION):
40059         * m4/crc.m4 (gl_CRC):
40060         * m4/des.m4 (gl_DES):
40061         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
40062         * m4/gc.m4 (gl_GC):
40063         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
40064         * m4/getline.m4 (gl_FUNC_GETLINE):
40065         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
40066         * m4/hmac-md5.m4 (gl_HMAC_MD5):
40067         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
40068         * m4/md2.m4 (gl_MD2):
40069         * m4/md4.m4 (gl_MD4):
40070         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
40071         * m4/read-file.m4 (gl_FUNC_READ_FILE):
40072         * m4/readline.m4 (gl_FUNC_READLINE):
40073         * m4/rijndael.m4 (gl_RIJNDAEL):
40074         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40075         to get the necessary .h files and whatnot.
40076
40077 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40078
40079         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
40080         gnulib rather than the other way around.
40081         * config/srclistvars.sh (COREUTILS): Remove.
40082
40083 2006-08-22  Jim Meyering  <jim@meyering.net>
40084
40085         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
40086
40087         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
40088
40089 2006-08-22  Eric Blake  <ebb9@byu.net>
40090
40091         * modules/regexprops-generic: New file.
40092         * MODULES.html.sh (Support for building documentation): List it.
40093
40094 2006-08-22  Eric Blake  <ebb9@byu.net>
40095
40096         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
40097         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
40098         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
40099         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
40100
40101 2006-08-22  Bruno Haible  <bruno@clisp.org>
40102
40103         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
40104         and lib_LTLIBRARIES like the other lib_* variables.
40105
40106 2006-08-22  Bruno Haible  <bruno@clisp.org>
40107
40108         * build-aux/x-to-1.in: New file, from GNU gettext.
40109
40110 2006-08-22  Bruno Haible  <bruno@clisp.org>
40111
40112         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
40113         <utmpx.h> exists.
40114
40115 2006-08-22  Bruno Haible  <bruno@clisp.org>
40116
40117         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
40118         <utmpx.h> exists.
40119
40120 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40121
40122         BeOS portability.
40123         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
40124         exist.
40125         Problem reported by Bruno Haible.
40126
40127 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40128
40129         Avoid the need for AC_LIBSOURCES in m4 macros.
40130         * modules/acl (EXTRA_DIST): Add acl.h.
40131         * modules/argmatch (Files): Add m4/argmatch.m4.
40132         (configure.ac): Add gl_ARGMATCH.
40133         (EXTRA_DIST): Renamed from lib_SOURCES, for
40134         consistency with the other modules.  Remove argmatch.c.
40135         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
40136         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
40137         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
40138         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
40139         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
40140         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
40141         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
40142         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
40143         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
40144         * modules/closeout (EXTRA_DIST): Add closeout.h.
40145         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
40146         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
40147         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
40148         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
40149         dirname.h; remove basename.c and stripslash.c.
40150         * modules/exclude (EXTRA_DIST): Add exclude.h.
40151         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
40152         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
40153         * modules/file-type (EXTRA_DIST): Add file-type.h.
40154         * modules/filemode (EXTRA_DIST): Add filemode.h.
40155         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
40156         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40157         * modules/fpending (EXTRA_DIST): Add __fpending.h.
40158         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
40159         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
40160         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
40161         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
40162         * modules/getdate (EXTRA_DIST): Add getdate.c.
40163         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
40164         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
40165         * modules/getpass (EXTRA_DIST): Add getpass.h.
40166         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
40167         * modules/group-member (EXTRA_DIST): Add group-member.h.
40168         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
40169         * modules/hash (EXTRA_DIST): Add hash.h.
40170         * modules/human (EXTRA_DIST): Add human.h.
40171         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
40172         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
40173         * modules/lchown (EXTRA_DIST): Add lchown.h.
40174         * modules/long-options (EXTRA_DIST): Add long-options.h.
40175         * modules/lstat (EXTRA_DIST): Add lstat.h.
40176         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
40177         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
40178         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
40179         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
40180         * modules/memxor (EXTRA_DIST): Add memxor.h.
40181         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
40182         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
40183         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
40184         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
40185         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
40186         * modules/physmem (EXTRA_DIST): Add physmem.h.
40187         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
40188         * modules/posixver (EXTRA_DIST): Add posixver.h.
40189         * modules/quote (EXTRA_DIST): Add quote.h.
40190         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
40191         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
40192         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
40193         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
40194         regex_internal.h regexec.c.
40195         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
40196         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
40197         * modules/same (EXTRA_DIST): Add same.h.
40198         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
40199         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
40200         * modules/savedir (EXTRA_DIST): Add savedir.h.
40201         * modules/sha1 (EXTRA_DIST): Add sha1.h.
40202         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
40203         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
40204         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
40205         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
40206         * modules/strdup (EXTRA_DIST): Add strdup.h.
40207         * modules/strftime (EXTRA_DIST): Add strftime.h.
40208         * modules/strndup (EXTRA_DIST): Add strndup.h.
40209         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
40210         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
40211         * modules/time_r (EXTRA_DIST): Add time_r.h.
40212         * modules/timespec (EXTRA_DIST): Add timespec.h.
40213         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40214         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
40215         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
40216         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
40217         * modules/userspec (EXTRA_DIST): Add userspec.h.
40218         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
40219         * modules/utimens (EXTRA_DIST): Add utimens.h.
40220         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
40221         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
40222         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
40223         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
40224         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
40225         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
40226         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
40227         * modules/yesno (EXTRA_DIST): Add yesno.h.
40228
40229 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40230
40231         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
40232
40233         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
40234         * m4/dev-ino.m4, same-inode.m4: Remove.
40235
40236         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
40237         * m4/acl.m4 (AC_FUNC_ACL):
40238         * m4/backupfile.m4 (gl_BACKUPFILE):
40239         * m4/c-strtod.m4 (gl_C99_STRTOLD):
40240         * m4/canon-host.m4 (gl_CANON_HOST):
40241         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
40242         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
40243         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
40244         * m4/cloexec.m4 (gl_CLOEXEC):
40245         * m4/close-stream.m4 (gl_CLOSE_STREAM):
40246         * m4/closeout.m4 (gl_CLOSEOUT):
40247         * m4/dirfd.m4 (gl_FUNC_DIRFD):
40248         * m4/dirname.m4 (gl_DIRNAME):
40249         * m4/exclude.m4 (gl_EXCLUDE):
40250         * m4/exitfail.m4 (gl_EXITFAIL):
40251         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
40252         * m4/file-type.m4 (gl_FILE_TYPE):
40253         * m4/filemode.m4 (gl_FILEMODE):
40254         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
40255         * m4/fpending.m4 (gl_FUNC_FPENDING):
40256         * m4/fprintftime.m4 (gl_FPRINTFTIME):
40257         * m4/fts.m4 (gl_FUNC_FTS):
40258         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
40259         * m4/getdate.m4 (gl_GETDATE):
40260         * m4/gethrxtime.m4 (gl_GETHRXTIME):
40261         * m4/getpagesize.m4 (gl_GETPAGESIZE):
40262         * m4/getpass.m4 (gl_FUNC_GETPASS):
40263         * m4/gettime.m4 (gl_GETTIME):
40264         * m4/getugroups.m4 (gl_GETUGROUPS):
40265         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
40266         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
40267         * m4/hard-locale.m4 (gl_HARD_LOCALE):
40268         * m4/hash.m4 (gl_HASH):
40269         * m4/idcache.m4 (gl_IDCACHE):
40270         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
40271         * m4/lchown.m4 (gl_FUNC_LCHOWN):
40272         * m4/long-options.m4 (gl_LONG_OPTIONS):
40273         * m4/lstat.m4 (gl_FUNC_LSTAT):
40274         * m4/md5.m4 (gl_MD5):
40275         * m4/memcasecmp.m4 (gl_MEMCASECMP):
40276         * m4/memcoll.m4 (gl_MEMCOLL):
40277         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
40278         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
40279         * m4/memxor.m4 (gl_MEMXOR):
40280         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
40281         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
40282         * m4/modechange.m4 (gl_MODECHANGE):
40283         * m4/mountlist.m4 (gl_MOUNTLIST):
40284         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40285         * m4/openat.m4 (gl_FUNC_OPENAT):
40286         * m4/pathmax.m4 (gl_PATHMAX):
40287         * m4/physmem.m4 (gl_PHYSMEM):
40288         * m4/posixtm.m4 (gl_POSIXTM):
40289         * m4/posixver.m4 (gl_POSIXVER):
40290         * m4/quote.m4 (gl_QUOTE):
40291         * m4/quotearg.m4 (gl_QUOTEARG):
40292         * m4/readtokens.m4 (gl_READTOKENS):
40293         * m4/readutmp.m4 (gl_READUTMP):
40294         * m4/regex.m4 (gl_REGEX):
40295         * m4/safe-read.m4 (gl_SAFE_READ):
40296         * m4/safe-write.m4 (gl_SAFE_WRITE):
40297         * m4/same.m4 (gl_SAME):
40298         * m4/save-cwd.m4 (gl_SAVE_CWD):
40299         * m4/savedir.m4 (gl_SAVEDIR):
40300         * m4/settime.m4 (gl_SETTIME):
40301         * m4/sha1.m4 (gl_SHA1):
40302         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
40303         * m4/stat-macros.m4 (gl_STAT_MACROS):
40304         * m4/stat-time.m4 (gl_STAT_TIME):
40305         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
40306         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
40307         * m4/strdup.m4 (gl_FUNC_STRDUP):
40308         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
40309         * m4/strndup.m4 (gl_FUNC_STRNDUP):
40310         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
40311         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
40312         * m4/time_r.m4 (gl_TIME_R):
40313         * m4/timespec.m4 (gl_TIMESPEC):
40314         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
40315         * m4/unlinkdir.m4 (gl_UNLINKDIR):
40316         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
40317         * m4/userspec.m4 (gl_USERSPEC):
40318         * m4/utimecmp.m4 (gl_UTIMECMP):
40319         * m4/utimens.m4 (gl_UTIMENS):
40320         * m4/xalloc.m4 (gl_XALLOC):
40321         * m4/xgetcwd.m4 (gl_XGETCWD):
40322         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
40323         * m4/xreadlink.m4 (gl_XREADLINK):
40324         * m4/xstrtod.m4 (gl_XSTRTOD):
40325         * m4/yesno.m4 (gl_YESNO):
40326         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40327         to get the necessary .h files and whatnot.
40328
40329 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
40330             Bruno Haible  <bruno@clisp.org>
40331
40332         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
40333         /bin/sh understanding of '!' conditional negation.
40334
40335 2006-08-21  Jim Meyering  <jim@meyering.net>
40336
40337         * modules/openat (Depends-on): Really alphabetize.
40338
40339         * modules/acl (Depends-on): Add error and quote.
40340
40341         * check-module (find_included_lib_files): Add at-func.c to the
40342         ok-to-include-more-than-once white list.
40343
40344         * modules/openat (Depends-on): Add lstat.  Alphabetize.
40345
40346 2006-08-21  Bruno Haible  <bruno@clisp.org>
40347
40348         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40349         Emit a pkgdata_DATA variable only if some snippets add contents to it.
40350         Reported by Martin Lambers <marlam@marlam.de>.
40351
40352 2006-08-21  Bruno Haible  <bruno@clisp.org>
40353
40354         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
40355         specify an installation location, don't emit a noinst_LIBRARIES or
40356         noinst_LTLIBRARIES assignment.
40357
40358 2006-08-21  Bruno Haible  <bruno@clisp.org>
40359
40360         BeOS portability.
40361         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
40362         BeOS has mbrtowc() but no <wctype.h>.
40363
40364 2006-08-21  Bruno Haible  <bruno@clisp.org>
40365
40366         BeOS portability.
40367         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
40368         exist.
40369
40370 2006-08-21  Bruno Haible  <bruno@clisp.org>
40371
40372         BeOS portability.
40373         * lib/mbchar.h: Include <wctype.h> only if it exists.
40374
40375 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40376
40377         Remove files that are no longer needed by their respective modules.
40378         * m4/obstack.m4: Remove.
40379         * m4/strerror_r.m4: Remove.
40380         * m4/uint32_t.m4: Remove.
40381         * m4/uintptr_t.m4: Remove.
40382         * m4/ullong_max.m4: Remove.
40383         * m4/xstrtoimax.m4: Remove.
40384         * m4/xstrtoumax.m4: Remove.
40385
40386         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
40387         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
40388         dependencies now capture this.
40389
40390         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
40391         Do not use AC_LIBSOURCES, since gnulib modules now do this.
40392         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
40393         * m4/human.m4 (gl_HUMAN): Likewise.
40394         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
40395         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
40396
40397         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
40398
40399         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
40400         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
40401         stdint.
40402         * m4/human.m4 (gl_HUMAN): Likewise.
40403         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
40404         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
40405         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40406         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40407         * m4/xstrtol (gl_XSTRTOL): Likewise.
40408
40409         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
40410         AC_TYPE_LONG_LONG_INT.
40411         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40412         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
40413         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
40414         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40415
40416         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
40417         on stdbool.
40418
40419         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
40420         (gl_PREREQ_XSTRTOUL): Remove.
40421
40422         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
40423
40424         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
40425         mode.
40426
40427 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40428
40429         Add and change modules to make it easier for coreutils to use
40430         gnulib-tool.
40431         * modules/backupfile (Files): Remove m4/d-ino.m4.
40432         (Depends-on): Add d-ino.
40433         * modules/cycle-check (Depends-on): Add stdint.
40434         (lib_SOURCES): Add cycle-check.h.
40435         * modules/d-ino: New module.
40436         * modules/d-type: New module.
40437         * modules/error (Files): Remove m4/strerror_r.m4.
40438         * modules/filemode (Files): Add m4/st_dm_mode.m4.
40439         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
40440         m4/inttypes_h.m4, m4/uintmax_t.m4.
40441         (Depends-on): Add stdint.
40442         (lib_SOURCES): Add fsusage.h.
40443         * modules/getcwd (Files): Remove d-ino.m4.
40444         (Depends-on): Add d-ino.
40445         * modules/getndelim2 (Depends-on): Add stdint.
40446         * modules/glob (Files): Remove m4/d-type.m4.
40447         (Depends-on): Add d-type.
40448         * modules/host-os: New module.
40449         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
40450         m4/inttypes_h.m4, m4/uintmax_t.m4.
40451         * Depends-on: Add stdint.
40452         (lib_SOURCES): Add human.h.
40453         * modules/inttostr (Files): Remove m4/intmax_t.m4,
40454         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
40455         m4/uintmax_t.m4, m4/ulonglong.m4.
40456         (Depends-on): Add stdint.
40457         (EXTRA_DIST): Add inttostr.h.
40458         * modules/lchmod: New module.
40459         * modules/link-follow: New module.
40460         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
40461         (Depends-on): Add lchmod.
40462         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
40463         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
40464         (Depends-on): Add stdint.
40465         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
40466         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
40467         (Depends-on): Add stdint.
40468         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
40469         * modules/perl: New module.
40470         * modules/regex (Depends-on): Add stdint.
40471         * modules/rmdir-errno: New module.
40472         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40473         m4/intmax_t.m4.
40474         (Depends-on): Add stdint.
40475         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40476         m4/uintmax_t.m4.
40477         (Depends-on): Add stdint.
40478         * modules/unlink-busy: New module.
40479         * modules/utimecmp (Depends-on): Add stdint.
40480         * modules/uptime: New module.
40481         * modules/winsz-ioctl: New module.
40482         * modules/winsz-termios: New module.
40483         * modules/xnanosleep (Depends-on): Add nanosleep.
40484         * modules/ullong_max: Remove.
40485         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
40486         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
40487         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
40488         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
40489         (Depends-on): Add inttypes.
40490         (lib_SOURCES): Add xstrtol.h.
40491         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
40492         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
40493         * MODULES.html.sh: Move 'assert' into the assert section.
40494         Move 'dummy' into the linking section.
40495         Remove ullong_max.
40496         Add section for compatibility checks for POSIX:2001 functions,
40497         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
40498         winsz-ioctl, and winsz-termios into it.
40499         Add lchmod.
40500         Add top-level Misc section and put host-os, perl, and uptime
40501         into it.
40502
40503 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40504
40505         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
40506         now assume the stdint module.  Do not include inttypes.h.
40507         * lib/fsusage.h: Likewise.
40508         * lib/getndelim2.c: Likewise.
40509         * lib/human.h: Likewise.
40510         * lib/inttostr.h: Likewise.
40511         * lib/obstack.c: Likewise.
40512         * lib/regex_internal.h: Likewise.
40513         * lib/tempname.c: Likewise.
40514         * lib/utimecmp.c: Likewise.
40515         * lib/xstrtol.h: Likewise.
40516
40517         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
40518
40519         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
40520         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
40521         * lib/xtime.h: Likewise.
40522
40523 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40524
40525         * modules/openat (Files): Add lib/fchmodat.c.
40526         Fixes problem reported by Jay Youngman.
40527
40528 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40529
40530         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
40531         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
40532
40533 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
40534             Bruno Haible  <bruno@clisp.org>
40535
40536         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
40537         and is a script that invokes bison. Tighten the code. Add comments.
40538
40539 2006-08-18  Jim Meyering  <jim@meyering.net>
40540
40541         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
40542         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
40543         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
40544         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
40545
40546 2006-08-18  Bruno Haible  <bruno@clisp.org>
40547
40548         * modules/bison-i18n: New file.
40549         * MODULES.html.sh (Internationalization functions): Add it.
40550
40551 2006-08-18  Bruno Haible  <bruno@clisp.org>
40552
40553         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
40554         sys/statvfs.h. When getmntinfo was found, check its declaration and
40555         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
40556
40557 2006-08-18  Bruno Haible  <bruno@clisp.org>
40558
40559         * m4/bison-i18n.m4: New file, from bison.
40560
40561 2006-08-18  Bruno Haible  <bruno@clisp.org>
40562
40563         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
40564         (ME_DUMMY): Treat "kernfs" as a dummy.
40565         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
40566
40567 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40568
40569         Update from coreutils.
40570
40571         2006-08-15  Jim Meyering  <jim@meyering.net>
40572
40573         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
40574
40575         2006-01-17  Jim Meyering  <jim@meyering.net>
40576
40577         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
40578
40579         2006-01-11  Jim Meyering  <jim@meyering.net>
40580
40581         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
40582         Check for the lchmod function.
40583
40584 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40585
40586         Update from coreutils.
40587
40588         * lib/__fpending.h: Add copyright notice.
40589         * lib/fprintftime.h: Likewise.
40590         * lib/savedir.c: Use (C) in copyright notice.
40591         * lib/savedir.h: Likewise.
40592
40593         2006-08-15  Jim Meyering  <jim@meyering.net>
40594
40595         * lib/at-func.c: New file, with the logic of all emulated at-functions.
40596         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
40597         in support of the EXPECTED_ERRNO macro.
40598         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
40599         definitions.  Instead, define the appropriate symbols and include
40600         "at-func.c".
40601         * lib/mkdirat.c (mkdirat): Likewise.
40602         * lib/fchmodat.c (fchmodat): Likewise.
40603         (ENOSYS): Remove definition.
40604         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
40605         it.  Don't include "unistd--.h" -- it wasn't ever used.
40606
40607         2006-01-17  Jim Meyering  <jim@meyering.net>
40608
40609         Rewrite fts.c not to change the current working directory,
40610         by using openat, fstatat, fdopendir, etc..
40611
40612         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
40613         (HAVE_OPENAT_SUPPORT): Define.
40614         [_LIBC] (fchdir): Don't undef or define; no longer used.
40615         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
40616         Now, this `function' always succeeds, and consumes its file descriptor
40617         parameter -- so callers must not close such FDs.  Update callers.
40618         (diropen_fd, opendirat, cwd_advance_fd): New functions.
40619         (diropen): Add parameter, SP.  Adjust all callers.
40620         Implement using diropen_fd, rather than open.
40621         (fts_open): Initialize new member, fts_cwd_fd.
40622         Remove fts_rft-setting code.
40623         (fts_close): Close fts_cwd_fd, if necessary.
40624         (__opendir2): Define in terms of opendir or opendirat,
40625         depending on whether the FST_NOCHDIR flag is set.
40626         (fts_build): Since fts_safe_changedir consumes its FD, and since
40627         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
40628         and close the dup'd file descriptor upon failure.
40629         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
40630         (fts_safe_changedir): Tweak semantics to reflect that this function
40631         now calls cwd_advance_fd and hence consumes its FD argument.
40632         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
40633         [struct FTS] (fts_rft): Remove now-unused member.
40634         [struct FTS] (fts_cycle.state): Improve comment.
40635
40636         * lib/openat.c (openat_needs_fchdir): New function.
40637         * lib/openat.h (openat_needs_fchdir): Declare it.
40638
40639 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
40640
40641         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
40642         Problem and fix reported by Pádraig Brady in
40643         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
40644
40645 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40646
40647         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
40648
40649 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40650
40651         * lib/memcoll.c (memcoll): Optimize for the common case where the
40652         arguments are bytewise equal.
40653
40654 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40655
40656         * doc/regexprops-generic.texi: Add a copyright notice.
40657
40658 2006-08-15  Bruno Haible  <bruno@clisp.org>
40659
40660         * modules/tmpdir (License): Change to LGPL.
40661
40662 2006-08-15  Bruno Haible  <bruno@clisp.org>
40663
40664         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
40665         module.
40666
40667 2006-08-14  Simon Josefsson  <jas@extundo.com>
40668
40669         * config/srclist.txt: Add gnupload.
40670
40671 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40672
40673         Change copyright notice from LGPL 2 to GPL 2, since that's the
40674         standard form used in the gnulib repository.
40675         * tests/test-lock.c: Likewise.
40676         * tests/test-stdint.c: Likewise.
40677         * tests/test-tls.c: Likewise.
40678
40679         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
40680         prelude-manager.  User shorter URLs for GNU projects, without '?'.
40681         Add copyright notice.
40682
40683         * check-module: Add copyright notice.  Output a copyright
40684         notice if "--version" is specified.
40685         * modules/COPYING: New file.
40686         * tests/test-getaddrinfo.c: Add copyright notice.
40687         * tests/test-verify.c: Likewise.
40688
40689 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40690
40691         Change copyright notice from LGPL 2 to GPL 2, since that's the
40692         standard form used in the gnulib repository.
40693         * lib/lock.c: LGPL -> GPL.
40694         * lib/lock.h: Likewise.
40695         * lib/strnlen1.c: Likewise.
40696         * lib/strnlen1.h: Likewise.
40697         * lib/tls.c: Likewise.
40698         * lib/tls.h: Likewise.
40699         * lib/tmpdir.c: Likewise.
40700
40701         * lib/TODO: Remove; this belongs only in coreutils.
40702
40703 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40704
40705         Add copyright notices to long-enough files that lack them, since
40706         otherwise the files aren't clearly free.  Use the same notice that
40707         getdate.texi already uses.
40708         * doc/alloca-opt.texi: Add copyright notice.
40709         * doc/alloca.texi: Likewise.
40710         * doc/ctime.texi: Likewise.
40711         * doc/functions.texi: Likewise.
40712         * doc/gcd.texi: Likewise.
40713         * doc/gnulib-tool.texi: Likewise.
40714         * doc/inet_ntoa.texi: Likewise.
40715         * doc/visibility.texi: Likewise.
40716
40717         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
40718         * doc/quote.texi: Add copyright notice.
40719
40720         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
40721         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
40722         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
40723         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
40724         is now obsolete, and give a pointer to the Sun list.
40725         Add copyright notice.
40726
40727 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40728
40729         * config/srclistvars.sh: Add copyright notice.
40730
40731 2006-08-14  Eric Blake  <ebb9@byu.net>
40732
40733         Import the following change from libc:
40734
40735         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
40736
40737         Upstream bug 2997.
40738         * lib/misc/error.c: Add space between program name and message if file
40739         name is missing.
40740
40741 2006-08-12  Karl Berry  <karl@gnu.org>
40742
40743         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
40744         remove, these originate in gnulib now.
40745
40746 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40747
40748         * doc/Makefile (standards.info standards.html standards.dvi):
40749         Also depend on make-stds.texi.
40750
40751 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40752
40753         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
40754         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
40755
40756         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
40757         in wchar_t.  Problem reported by Eric Blake.
40758
40759         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
40760         LEN is smaller than SIZE.  Suggested by Bruno Haible.
40761         Also, help the compiler to keep LEN in a register.
40762
40763 2006-08-11  Eric Blake  <ebb9@byu.net>
40764
40765         * users.txt: Sort.  Add tar.
40766
40767 2006-08-11  Bruno Haible  <bruno@clisp.org>
40768
40769         * users.txt: New file.
40770
40771 2006-08-11  Bruno Haible  <bruno@clisp.org>
40772
40773         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
40774         before <wchar.h>. Needed for OSF/1 and BSD/OS.
40775
40776 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
40777
40778         * modules/snprintf (Depends-on): Remove minmax.
40779         (Maintainer): Add self and Bruno.
40780
40781 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
40782
40783         * lib/.cppi-disable: Add snprintf.h, socket_.h.
40784         * lib/snprintf.c: Include <errno.h> and <limits.h>.
40785         (EOVERFLOW): Define if the system does not.
40786         Do not include "minmax.h"; it wasn't used.
40787         (snprintf): Don't assume size_t promotes to an unsigned type.
40788         Fix bug when generated string was too long for the buffer: the
40789         buffer's contents are supposed to be the initial prefix of the
40790         output.  Don't assume vasnprintf returns EOVERFLOW if the size
40791         exceeds INT_MAX; do the check ourselves.
40792
40793         Import the following changes from libc:
40794
40795         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
40796
40797         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
40798         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
40799         set wc to the byte which couldn't be converted.
40800         (re_string_reconstruct): Don't clear valid_raw_len before calling
40801         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
40802         tip_context using re_string_context_at.
40803
40804         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
40805
40806         * lib/posix/regex.h: g++ still cannot handled [restrict].
40807
40808         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
40809
40810         * lib/posix/regex.h: Remove special handling for VMS.
40811
40812 2006-08-10  Jim Meyering  <jim@meyering.net>
40813
40814         * modules/same-inode: New module.
40815         * modules/dev-ino: New module.
40816         * modules/cycle-check: Depend on these modules, rather than simply
40817         including their .h files.
40818         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
40819         required via m4/cycle-check.m4.
40820         * modules/same: Depend on new same-inode module, rather than
40821         including same-inode.h.
40822         * modules/chdir-safer: New file.
40823
40824         * modules/chown (Depends-on): Add stat-macros.
40825
40826 2006-08-10  Jim Meyering  <jim@meyering.net>
40827
40828         * m4/cycle-check.m4: New file.
40829         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
40830         * m4/dev-ino.m4, m4/same-inode.m4: New files.
40831
40832 2006-08-10  Eric Blake  <ebb9@byu.net>
40833
40834         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
40835         in from original proposal.
40836
40837 2006-08-10  Eric Blake  <ebb9@byu.net>
40838         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
40839
40840         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
40841         namespace.
40842
40843 2006-08-10  Bruno Haible  <bruno@clisp.org>
40844
40845         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
40846         as well.
40847
40848 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40849
40850         Sync from coreutils.
40851
40852         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
40853
40854         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
40855         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
40856
40857 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40858
40859         * modules/restrict: Remove; no longer needed now that we assume
40860         Autoconf 2.59 or later.
40861         * MODULES.html.sh: Remove 'restrict'.
40862         * modules/argp (Depends-on): Remove 'restrict'.
40863         * modules/base64 (Depends-on): Likewise.
40864         * modules/gc (Depends-on): Likewise.
40865         * modules/getaddrinfo (Depends-on): Likewise.
40866         * modules/glob (Depends-on): Likewise.
40867         * modules/inet_ntop (Depends-on): Likewise.
40868         * modules/inet_pton (Depends-on): Likewise.
40869         * modules/memxor (Depends-on): Likewise.
40870         * modules/regex (Depends-on): Likewise.
40871         * modules/strtok_r (Depends-on): Likewise.
40872         * modules/time_r (Depends-on): Likewise.
40873
40874 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40875
40876         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
40877         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
40878         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
40879         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
40880         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
40881         * m4/memxor.m4 (gl_MEMXOR): Likewise.
40882         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
40883         gl_C_RESTRICT replaced by AC_C_RESTRICT.
40884
40885         Merge from coreutils.
40886         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
40887         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
40888         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40889         * m4/time_r.m4 (gl_TIME_R): Likewise.
40890
40891 2006-08-09  Karl Berry  <karl@gnu.org>
40892
40893         * config/srclist.txt: no more gettext-tools, per Bruno.
40894
40895 2006-08-08  Eric Blake  <ebb9@byu.net>
40896
40897         * modules/verror: New module.
40898         * MODULES.html.sh: Document it.
40899
40900 2006-08-08  Eric Blake  <ebb9@byu.net>
40901
40902         * lib/verror.h, lib/verror.c: New files.
40903
40904 2006-08-08  Eric Blake  <ebb9@byu.net>
40905
40906         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
40907         verror_at_line output complies with GNU Coding Standards even when
40908         file is NULL.
40909
40910 2006-08-07  Bruno Haible  <bruno@clisp.org>
40911
40912         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
40913         versions of AIX.
40914         Reported by Ralf Wildenhues.
40915
40916 2006-08-07  Bruno Haible  <bruno@clisp.org>
40917
40918         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
40919         in an AC_DEFUN. Needed so that the autoconf snippets can use
40920         AC_REQUIRE.
40921
40922 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40923
40924         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40925         Initialize pkgdata_DATA.
40926         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
40927         overriding it.
40928
40929 2006-08-06  Eric Blake  <ebb9@byu.net>
40930
40931         * lib/error.h: Fold in some upstream changes from glibc.
40932         * lib/error.c: Likewise.
40933
40934 2006-08-04  Bruno Haible  <bruno@clisp.org>
40935
40936         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40937         Make the mostlyclean-local rule depend on mostlyclean-generic.
40938         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
40939
40940 2006-07-31  Bruno Haible  <bruno@clisp.org>
40941
40942         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
40943         <stdlib.h>, <string.h>.
40944
40945 2006-07-30  Bruno Haible  <bruno@clisp.org>
40946
40947         * modules/readlink (License): Change to LGPL.
40948
40949 2006-07-30  Bruno Haible  <bruno@clisp.org>
40950
40951         * modules/javaversion (Makefile.am): Distribute javaversion.java and
40952         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
40953         set PKGDATADIR to point to it.
40954
40955 2006-07-30  Bruno Haible  <bruno@clisp.org>
40956
40957         * modules/csharpexec (configure.ac): Comment out macro invocation.
40958         * modules/javaexec (configure.ac): Likewise.
40959         * modules/javacomp-script (configure.ac): Likewise.
40960
40961         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
40962
40963 2006-07-30  Bruno Haible  <bruno@clisp.org>
40964
40965         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
40966         linked-list.
40967
40968 2006-07-30  Bruno Haible  <bruno@clisp.org>
40969
40970         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
40971
40972 2006-07-30  Bruno Haible  <bruno@clisp.org>
40973
40974         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40975         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
40976         get removed.
40977
40978 2006-07-29  Bruno Haible  <bruno@clisp.org>
40979
40980         Make it possible for gnulib-tool to work with locally modified or
40981         augmented gnulib repositories.
40982         * gnulib-tool (func_usage): Document --local-dir option.
40983         (local_gnulib_dir): New variable.
40984         Handle --local-dir option.
40985         (func_lookup_file): New function.
40986         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
40987         (func_get_description, func_get_filelist, func_get_description,
40988         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
40989         func_get_automake_snippet, func_get_include_directive,
40990         func_get_license, func_get_maintainer): Use func_lookup_file.
40991         (func_import, func_create_testdir): Use func_lookup_file.
40992
40993 2006-07-29  Bruno Haible  <bruno@clisp.org>
40994
40995         * modules/setenv (Depends-on): Add unistd.
40996
40997 2006-07-29  Bruno Haible  <bruno@clisp.org>
40998
40999         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
41000
41001 2006-07-29  Bruno Haible  <bruno@clisp.org>
41002
41003         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
41004
41005 2006-07-29  Bruno Haible  <bruno@clisp.org>
41006
41007         * gnulib-tool (import, update): If there is no Makefile.am, look at
41008         aclocal.m4, instead of bailing out.
41009
41010 2006-07-29  Bruno Haible  <bruno@clisp.org>
41011
41012         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
41013         Categorize the options by when they are useful.
41014
41015 2006-07-29  Bruno Haible  <bruno@clisp.org>
41016
41017         * gnulib-tool (func_usage): Document option --no-libtool.
41018         Handle option --no-libtool.
41019         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
41020         for changed semantics of $libtool variable.
41021         (func_import): Likewise. If libtool is not used, show this through
41022         an option --no-libtool.
41023         (func_create_testdir): Update.
41024
41025 2006-07-29  Bruno Haible  <bruno@clisp.org>
41026
41027         * gnulib-tool (func_import): Extend error message about missing
41028         --doc-base.
41029
41030 2006-07-29  Bruno Haible  <bruno@clisp.org>
41031
41032         * gnulib-tool (func_import): Don't create the $docbase directory if
41033         there is no file to store there.
41034
41035 2006-07-29  Bruno Haible  <bruno@clisp.org>
41036
41037         * gnulib-tool (autoconf_minversion): If a --dir option is given and
41038         relevant, look for configure.ac there, not in the current directory.
41039         Also use a simple search for AC_PREREQ, not "autoconf --trace".
41040
41041 2006-07-29  Bruno Haible  <bruno@clisp.org>
41042
41043         * gnulib-tool (SORT): New variable.
41044         (func_usage): Undocument --assume-autoconf option.
41045         Remove --assume-autoconf option handling.
41046         (autoconf_minversion): Determine from the contents of configure.ac.
41047         (func_import): Remove autoconf_minversion handling.
41048         Suggested by Eric Blake.
41049
41050 2006-07-29  Bruno Haible  <bruno@clisp.org>
41051
41052         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
41053
41054 2006-07-29  Bruno Haible  <bruno@clisp.org>
41055
41056         * config/srclist.txt (*setenv.[ch]): Remove rules.
41057
41058 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41059
41060         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
41061
41062 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41063
41064         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
41065         arpa/inet.h.
41066
41067 2006-07-28  Simon Josefsson  <jas@extundo.com>
41068
41069         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
41070         * modules/inet_pton (Depends-on): Likewise.
41071
41072 2006-07-28  Simon Josefsson  <jas@extundo.com>
41073
41074         * m4/netinet_in_h.m4: New file.
41075
41076 2006-07-28  Simon Josefsson  <jas@extundo.com>
41077
41078         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
41079         #include's.
41080
41081 2006-07-28  Simon Josefsson  <jas@extundo.com>
41082
41083         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
41084         #include's.
41085
41086 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
41087
41088         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
41089         setgid on directories only if they set these bits.
41090         * lib/modechange.h: Remove obsolete comment about masks.
41091
41092 2006-07-28  Eric Blake  <ebb9@byu.net>
41093
41094         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
41095         macro expansion.
41096
41097 2006-07-28  Bruno Haible  <bruno@clisp.org>
41098
41099         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
41100
41101 2006-07-28  Bruno Haible  <bruno@clisp.org>
41102
41103         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
41104
41105 2006-07-28  Bruno Haible  <bruno@clisp.org>
41106
41107         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
41108         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
41109         Define fallbacks.
41110         Avoids link error on FreeBSD 4.x.
41111         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
41112
41113         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
41114         encoding.
41115         * lib/mbswidth.c (iswcntrl): Likewise.
41116
41117 2006-07-27  Bruno Haible  <bruno@clisp.org>
41118
41119         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
41120         test.
41121
41122 2006-07-27  Bruno Haible  <bruno@clisp.org>
41123
41124         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
41125         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
41126         defined.
41127
41128 2006-07-26  Eric Blake  <ebb9@byu.net>
41129
41130         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
41131
41132 2006-07-26  Eric Blake  <ebb9@byu.net>
41133
41134         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
41135         like mingw that lack mkstemp.
41136         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
41137         avoid compilation warning on mingw.
41138
41139 2006-07-26  Bruno Haible  <bruno@clisp.org>
41140
41141         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
41142         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
41143         INT_FAST*_MIN, INTPTR_MIN.
41144
41145 2006-07-25  Bruno Haible  <bruno@clisp.org>
41146
41147         * modules/version-etc (Depends-on): Add stdarg.
41148
41149 2006-07-25  Bruno Haible  <bruno@clisp.org>
41150
41151         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
41152         complex commands.
41153
41154 2006-07-25  Bruno Haible  <bruno@clisp.org>
41155
41156         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
41157         defined in <stdarg.h> or config.h.
41158
41159 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41160
41161         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
41162         (gl_STDIO_SAFER): Remove.
41163
41164 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41165
41166         * MODULES.html.sh (File stream based Input/Output):
41167         Add fopen-safer, tmpfile-safer; remove stdio-safer.
41168         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
41169         * modules/fopen-safer, modules/tmpfile-safer: New files.
41170         * modules/stdio-safer: Remove.
41171
41172 2006-07-24  Bruno Haible  <bruno@clisp.org>
41173
41174         * modules/tmpdir: New file.
41175         * MODULES.html.sh (File system functions): Add it.
41176
41177 2006-07-24  Bruno Haible  <bruno@clisp.org>
41178
41179         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
41180         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
41181
41182 2006-07-24  Bruno Haible  <bruno@clisp.org>
41183
41184         * modules/clean-temp: New file.
41185
41186 2006-07-24  Bruno Haible  <bruno@clisp.org>
41187
41188         * m4/tmpdir.m4: New file, from GNU gettext.
41189
41190 2006-07-24  Bruno Haible  <bruno@clisp.org>
41191
41192         * lib/tmpdir.h: New file, from GNU gettext.
41193         * lib/tmpdir.c: New file, from GNU gettext.
41194
41195 2006-07-24  Bruno Haible  <bruno@clisp.org>
41196
41197         * lib/clean-temp.h: New file, from GNU gettext.
41198         * lib/clean-temp.c: New file, from GNU gettext.
41199
41200 2006-07-23  Eric Blake  <ebb9@byu.net>
41201
41202         * modules/stdio-safer (Files): Add tmpfile-safer.c.
41203         (Depends-on): Add binary-io.
41204
41205 2006-07-23  Eric Blake  <ebb9@byu.net>
41206
41207         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
41208
41209 2006-07-23  Eric Blake  <ebb9@byu.net>
41210
41211         * lib/tmpfile-safer.c: New file.
41212         * lib/stdio-safer.h (fopen_safer): Add prototype.
41213         * lib/stdio--.h (tmpfile): Make safer.
41214
41215 2006-07-23  Bruno Haible  <bruno@clisp.org>
41216
41217         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
41218         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
41219         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
41220         gl_linked_remove_at): Use it.
41221
41222 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41223         and Simon Josefsson <jas@extundo.com>
41224
41225         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
41226
41227         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
41228
41229 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41230
41231         * modules/close-stream: New file.
41232         * modules/closeout (Description): Make it clear that it exits
41233         with a diagnostic on error.
41234         (Depends-on): Add close-stream.  Remove fpending, stdbool.
41235         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
41236
41237 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41238
41239         * m4/close-stream.m4: New file.
41240
41241 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41242
41243         * lib/close-stream.c, lib/close-stream.h: New files.
41244
41245 2006-07-22  Bruno Haible  <bruno@clisp.org>
41246
41247         Merge from GNU gettext 0.15.
41248
41249         2006-05-01  Bruno Haible  <bruno@clisp.org>
41250
41251                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
41252
41253         2006-07-22  Bruno Haible  <bruno@clisp.org>
41254
41255                 * modules/javaversion: New file.
41256                 * MODULES.html.sh (Java): Add javaversion.
41257
41258         2006-03-12  Bruno Haible  <bruno@clisp.org>
41259
41260                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
41261
41262         2005-12-04  Bruno Haible  <bruno@clisp.org>
41263
41264                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
41265                 (untested).
41266
41267         2006-06-21  Bruno Haible  <bruno@clisp.org>
41268
41269                 Avoid warnings from recent versions of mcs.
41270                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
41271                 -o, -L, -r any more. Use options documented since mcs-1.0
41272                 instead. Similarly for -g.
41273
41274         2005-12-04  Bruno Haible  <bruno@clisp.org>
41275
41276                 * build-aux/csharpcomp.sh.in: Suffix for resources is
41277                 .resources, not .resource.
41278
41279         2005-07-09  Bruno Haible  <bruno@clisp.org>
41280
41281                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
41282                 add a .dll suffix.
41283                 Reported by Mark Junker <mjscod@gmx.de>.
41284
41285         2006-07-22  Bruno Haible  <bruno@clisp.org>
41286
41287                 * modules/gettext: Upgrade to gettext-0.15.
41288                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
41289                 m4/visibility.m4.
41290                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
41291
41292 2006-07-22  Bruno Haible  <bruno@clisp.org>
41293
41294         Merge from GNU gettext 0.15.
41295
41296         2006-03-25  Bruno Haible  <bruno@clisp.org>
41297
41298                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
41299
41300         2006-07-21  Bruno Haible  <bruno@clisp.org>
41301
41302                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
41303                 "1.1".
41304
41305         2006-05-09  Bruno Haible  <bruno@clisp.org>
41306
41307                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
41308                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
41309                 for the conftestver execution.
41310
41311         2006-05-01  Bruno Haible  <bruno@clisp.org>
41312
41313                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
41314                 optional target-version argument. Verify that the compiler
41315                 groks source of the specified source-version, or add -source
41316                 option as necessary. Verify that the compiler produces
41317                 bytecode in the specified target-version, or add -target and
41318                 -source options as necessary. Make the result of the test
41319                 available as variable CONF_JAVAC. Also log error output in
41320                 config.log.
41321
41322         2006-03-11  Bruno Haible  <bruno@clisp.org>
41323
41324                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
41325
41326         2006-05-09  Bruno Haible  <bruno@clisp.org>
41327
41328                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
41329                 CLASSPATH_SEPARATOR to a semicolon.
41330
41331         2006-03-12  Bruno Haible  <bruno@clisp.org>
41332
41333                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
41334                 available as variable CONF_JAVA, for subsequent autoconf
41335                 tests. Also log error output in config.log.
41336
41337         2006-07-19  Bruno Haible  <bruno@clisp.org>
41338
41339                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
41340                 that getline works on glibc2 systems. Needed to avoid trouble
41341                 in relocatable.c.
41342                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
41343
41344         2005-12-04  Bruno Haible  <bruno@clisp.org>
41345
41346                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
41347                 launcher (untested).
41348
41349         2005-12-04  Bruno Haible  <bruno@clisp.org>
41350
41351                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
41352
41353         2006-07-22  Bruno Haible  <bruno@clisp.org>
41354
41355                 * gettext.m4: Update from GNU gettext-0.15.
41356                 * nls.m4: Likewise.
41357                 * po.m4: Likewise.
41358                 * inttypes-pri.m4: Likewise.
41359                 * inttypes-h.m4: Renamed from inttypes.m4.
41360                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
41361
41362 2006-07-22  Bruno Haible  <bruno@clisp.org>
41363
41364         Merge from GNU gettext 0.15.
41365
41366         2005-07-05  Bruno Haible  <bruno@clisp.org>
41367
41368                 * printf-args.c (printf_fetchargs): Work around broken
41369                 definition of wint_t on mingw.
41370
41371         2005-02-12  Bruno Haible  <bruno@clisp.org>
41372
41373                 * xallocsa.h: Add extern "C" for C++.
41374
41375         2006-05-17  Bruno Haible  <bruno@clisp.org>
41376
41377                 Cygwin portability.
41378                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
41379
41380         2006-04-30  Bruno Haible  <bruno@clisp.org>
41381
41382                 * progreloc.c: Include <mach-o/dyld.h> if available.
41383                 (find_executable): Use _NSGetExecutablePath when possible.
41384
41385         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41386
41387                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
41388                 function.
41389
41390         2005-12-29  Bruno Haible  <bruno@clisp.org>
41391
41392                 * progreloc.c (set_program_name_and_installdir): Fix
41393                 compilation error.
41394
41395         2005-12-04  Bruno Haible  <bruno@clisp.org>
41396
41397                 Cygwin portability.
41398                 * progreloc.c: Include <windows.h> also on Cygwin.
41399                 (find_executable): Add support for Cygwin.
41400                 (set_program_name_and_installdir): Handle also platforms with
41401                 nonempty EXEEXT.
41402
41403         2006-07-11  Bruno Haible  <bruno@clisp.org>
41404
41405                 * javacomp.c: Fix a comment.
41406                 Reported by Jim Meyering.
41407
41408         2006-04-30  Bruno Haible  <bruno@clisp.org>
41409
41410                 * javacomp.h (compile_java_class): Add source_version,
41411                 target_version arguments.
41412                 * javacomp.c: Rewritten to choose only a compiler that
41413                 respects the specified source_version and target_version.
41414
41415         2006-06-27  Bruno Haible  <bruno@clisp.org>
41416
41417                 Assume correct S_ISDIR macro.
41418                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
41419
41420         2006-07-22  Bruno Haible  <bruno@clisp.org>
41421
41422                 * javaversion.h: New file, from GNU gettext.
41423                 * javaversion.c: New file, from GNU gettext.
41424                 * javaversion.java: New file, from GNU gettext.
41425                 * javaversion.class: New file, from GNU gettext.
41426
41427         2006-05-17  Bruno Haible  <bruno@clisp.org>
41428
41429                 Cygwin portability.
41430                 * javaexec.c (execute_java_class): Test for jview program
41431                 also on Cygwin.
41432
41433         2006-04-09  Bruno Haible  <bruno@clisp.org>
41434
41435                 * fatal-signal.c: Don't include string.h.
41436                 (at_fatal_signal): Use a copying loop instead of memcpy.
41437
41438         2005-12-04  Bruno Haible  <bruno@clisp.org>
41439
41440                 * csharpexec.c: Add support for 'clix' launcher (untested).
41441                 (execute_csharp_using_sscli): New function.
41442                 (execute_csharp_program): Call it.
41443
41444         2006-06-21  Bruno Haible  <bruno@clisp.org>
41445
41446                 Avoid warnings from recent versions of mcs.
41447                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
41448                 -o, -L, -r any more. Use options documented since mcs-1.0
41449                 instead. Similarly for -g.
41450
41451         2005-07-09  Bruno Haible  <bruno@clisp.org>
41452
41453                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
41454                 add a .dll suffix.
41455                 Reported by Mark Junker <mjscod@gmx.de>.
41456
41457         2006-06-17  Bruno Haible  <bruno@clisp.org>
41458
41459                 * config.charset: Update for NetBSD 3.0.
41460
41461         2006-05-17  Bruno Haible  <bruno@clisp.org>
41462
41463                 Cygwin portability.
41464                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
41465
41466         2006-05-16  Bruno Haible  <bruno@clisp.org>
41467
41468                 * localcharset.c [CYGWIN]: Include <windows.h>.
41469                 (get_charset_aliases): For Cygwin, return the same CPxxx
41470                 aliases list as under WIN32.
41471                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
41472                 the environment variables. Fall back to GetACP().
41473
41474         2006-04-05  Bruno Haible  <bruno@clisp.org>
41475
41476                 * config.charset: Update Juan Manuel Guerrero's address.
41477
41478         2005-02-12  Bruno Haible  <bruno@clisp.org>
41479
41480                 * allocsa.h: Add extern "C" for C++.
41481
41482         2005-02-10  Bruno Haible  <bruno@clisp.org>
41483
41484                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
41485                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
41486
41487         2006-07-22  Bruno Haible  <bruno@clisp.org>
41488
41489                 * gettext.h: Update to GNU gettext-0.15.
41490
41491 2006-07-22  Bruno Haible  <bruno@clisp.org>
41492
41493         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
41494         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
41495         lib-prefix.m4, longdouble.m4, ssize_t.m4.
41496
41497 2006-07-21  Eric Blake  <ebb9@byu.net>
41498
41499         * modules/stdlib-safer: New file.
41500         * MODULES.html.sh (File stream based Input/Output): Add
41501         stdlib-safer.
41502
41503 2006-07-21  Eric Blake  <ebb9@byu.net>
41504
41505         * lib/stdlib-safer.h: New file from coreutils, required by
41506         stdlib--.h.
41507
41508 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
41509
41510         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
41511
41512 2006-07-20  Bruno Haible  <bruno@clisp.org>
41513
41514         * gnulib-tool: Recognize new option --assume-autoconf.
41515         (autoconf_minversion): New variable.
41516         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
41517
41518 2006-07-20  Bruno Haible  <bruno@clisp.org>
41519
41520         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
41521
41522 2006-07-19  Derek R. Price  <derek@ximbiot.com>
41523
41524         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
41525         Reindent and repaginate.
41526
41527 2006-07-19  Derek Price  <derek@ximbiot.com>
41528
41529         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
41530         Correct grammar.
41531
41532 2006-07-17  Bruno Haible  <bruno@clisp.org>
41533
41534         * modules/list: New file.
41535         * modules/array-list: New file.
41536         * modules/carray-list, modules/carray-list-tests: New files.
41537         * modules/linked-list, modules/linked-list-tests: New files.
41538         * modules/avltree-list, modules/avltree-list-tests: New files.
41539         * modules/rbtree-list, modules/rbtree-list-tests: New files.
41540         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
41541         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
41542         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
41543         * modules/oset: New file.
41544         * modules/array-oset: New file.
41545         * modules/avltree-oset, modules/avltree-oset-tests: New files.
41546         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
41547         * tests/test-carray_list.c: New file.
41548         * tests/test-linked_list.c: New file.
41549         * tests/test-avltree_list.c: New file.
41550         * tests/test-rbtree_list.c: New file.
41551         * tests/test-linkedhash_list.c: New file.
41552         * tests/test-avltreehash_list.c: New file.
41553         * tests/test-rbtreehash_list.c: New file.
41554         * tests/test-avltree_oset.c: New file.
41555         * tests/test-rbtree_oset.c: New file.
41556         * MODULES.html.sh (Container data structures): New section.
41557
41558 2006-07-17  Bruno Haible  <bruno@clisp.org>
41559
41560         * m4/gl_list.m4: New file.
41561
41562 2006-07-17  Bruno Haible  <bruno@clisp.org>
41563
41564         * lib/gl_list.h: New file.
41565         * lib/gl_list.c: New file.
41566         * lib/gl_array_list.h: New file.
41567         * lib/gl_array_list.c: New file.
41568         * lib/gl_carray_list.h: New file.
41569         * lib/gl_carray_list.c: New file.
41570         * lib/gl_linked_list.h: New file.
41571         * lib/gl_linked_list.c: New file.
41572         * lib/gl_anylinked_list1.h: New file.
41573         * lib/gl_anylinked_list2.h: New file.
41574         * lib/gl_avltree_list.h: New file.
41575         * lib/gl_avltree_list.c: New file.
41576         * lib/gl_anyavltree_list1.h: New file.
41577         * lib/gl_anyavltree_list2.h: New file.
41578         * lib/gl_rbtree_list.h: New file.
41579         * lib/gl_rbtree_list.c: New file.
41580         * lib/gl_anyrbtree_list1.h: New file.
41581         * lib/gl_anyrbtree_list2.h: New file.
41582         * lib/gl_anytree_list1.h: New file.
41583         * lib/gl_anytree_list2.h: New file.
41584         * lib/gl_linkedhash_list.h: New file.
41585         * lib/gl_linkedhash_list.c: New file.
41586         * lib/gl_anyhash_list1.h: New file.
41587         * lib/gl_anyhash_list2.h: New file.
41588         * lib/gl_avltreehash_list.h: New file.
41589         * lib/gl_avltreehash_list.c: New file.
41590         * lib/gl_rbtreehash_list.h: New file.
41591         * lib/gl_rbtreehash_list.c: New file.
41592         * lib/gl_anytreehash_list1.h: New file.
41593         * lib/gl_anytreehash_list2.h: New file.
41594
41595         * lib/gl_oset.h: New file.
41596         * lib/gl_oset.c: New file.
41597         * lib/gl_array_oset.h: New file.
41598         * lib/gl_array_oset.c: New file.
41599         * lib/gl_avltree_oset.h: New file.
41600         * lib/gl_avltree_oset.c: New file.
41601         * lib/gl_rbtree_oset.h: New file.
41602         * lib/gl_rbtree_oset.c: New file.
41603         * lib/gl_anytree_oset.h: New file.
41604
41605 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41606
41607         * m4/mkancesdirs.m4: New file.
41608         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
41609         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
41610         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
41611         it.
41612
41613 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41614
41615         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
41616         * lib/mkancesdirs.h: New files.
41617         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
41618         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
41619         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
41620         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
41621         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
41622         callers changed.  Revamp internals significantly, by not
41623         attempting to create directories that are temporarily more
41624         permissive than the final results.  Do not attempt to use
41625         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
41626         This removes some race conditions, fixes some bugs, and simplifies
41627         things.  Use new dirchownmod function to do owner and mode changes.
41628         * lib/mkdir-p.h: Likewise.
41629         * lib/modechange.c (octal_to_mode): New function.
41630         (struct mode_change): New member mentioned.
41631         (make_node_op_equals): New arg mentioned.  All callers changed.
41632         (mode_compile): Keep track of which mode bits the user has explicitly
41633         mentioned.
41634         (mode_adjust): New arg DIR, so that we implement the X op correctly.
41635         New arg PMODE_BITS, to keep track of which mode bits the user
41636         mentioned; it treats S_ISUID and S_ISGID speciall.
41637         All callers changed.
41638         * lib/modechange.h: Likewise.
41639
41640 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41641
41642         * MODULES.html.sh: Add mkancestors.
41643         * modules/mkancesdirs: New module.
41644         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
41645         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
41646         The chdir-safer and afs files are now orphans; I'll remove them
41647         unless someone speaks up.
41648         Add lib/dirchownmod.c, lib/dirchownmod.h.
41649         (Depends-on): Remove alloca, chown, save-cwd, dirname.
41650         Add lchown, mkancesdirs.
41651         (Maintainer): Add self.
41652
41653 2006-07-15  Karl Berry  <karl@gnu.org>
41654
41655         * gnulib-tool: help message wording/arrangement.
41656
41657 2006-07-14  Simon Josefsson  <jas@extundo.com>
41658
41659         * doc/gnulib.texi (Libtool and Windows): New section.
41660
41661 2006-07-12  Simon Josefsson  <jas@extundo.com>
41662
41663         * modules/gendocs (License): Fix license, approved by Karl.
41664
41665 2006-07-12  Eric Blake  <ebb9@byu.net>
41666
41667         * MODULES.html.sh: Add gendocs.
41668
41669 2006-07-11  Eric Blake  <ebb9@byu.net>
41670
41671         * modules/fdl: New module, to install doc/fdl.texi.
41672         * MODULES.html.sh: Add new section for documentation modules.
41673         * gnulib-tool: Avoid space-tab.
41674         (--doc-base): New option, to manage files from doc.
41675
41676 2006-07-11  Eric Blake  <ebb9@byu.net>
41677
41678         * m4/absolute-header.m4: Fix comments to match recent change.
41679
41680 2006-07-11  Eric Blake  <ebb9@byu.net>
41681
41682         * gnulib-tool: List --doc-base before --tests-base.
41683
41684 2006-07-11  Derek R. Price  <derek@ximbiot.com>
41685
41686         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
41687
41688 2006-07-11  Bruno Haible  <bruno@clisp.org>
41689
41690         * README: Mention where to put documentation.
41691
41692 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41693
41694         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
41695
41696 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
41697
41698         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
41699         to stdint.m4.
41700
41701 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
41702
41703         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
41704         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
41705         "no/such/file/stdint.h" when there is no such file, so that
41706         the resulting C code can be parsed by dodgy compilers.
41707         Problems reported by Bob Proulx.
41708
41709 2006-07-10  Derek R. Price  <derek@ximbiot.com>
41710
41711         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
41712         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
41713         macros into the GNU _D_EXACT_NAMLEN.
41714         * lib/savedir.c:  Likewise.
41715         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
41716
41717 2006-07-10  Derek R. Price  <derek@ximbiot.com>
41718         and Paul Eggert  <eggert@cs.ucla.edu>
41719
41720         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
41721         * m4/savedir.m4:
41722         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
41723         macros into the GNU _D_EXACT_NAMLEN.
41724
41725 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
41726
41727         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
41728         around the absolute name, to work around a problem with the HP-UX
41729         11.23 native C compiler, reported by Bob Proulx.
41730
41731 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
41732
41733         * doc/maintain.texi, make-stds.texi: Sync from
41734         <http://savannah.gnu.org/projects/gnustandards>.
41735
41736 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
41737
41738         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
41739
41740 2006-07-09  Jim Meyering  <jim@meyering.net>
41741
41742         * m4/glob.m4: Remove a doubled word in a comment.
41743
41744 2006-07-09  Jim Meyering  <jim@meyering.net>
41745
41746         * lib/argp-pv.c: Remove a doubled word in a comment.
41747         * lib/check-version.c (check_version): Likewise.
41748         * lib/javacomp.c (compile_java_class): Likewise.
41749
41750 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
41751
41752         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
41753         for the benefit of people using Autoconf 2.60.  If you want to
41754         support older Autoconf versions you can copy m4/onceonly_2_57.m4
41755         (or m4/onceonly.m4, if pre-2.57) manually.
41756
41757 2006-07-08  Jim Meyering  <jim@meyering.net>
41758
41759         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
41760         comment.
41761         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
41762         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
41763         comment.
41764
41765 2006-07-08  Jim Meyering  <jim@meyering.net>
41766
41767         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
41768
41769 2006-07-07  Simon Josefsson  <jas@extundo.com>
41770
41771         * tests/test-crc.c: Change expected crc value, the test vector
41772         were probably computed using the old broken crc.c?
41773
41774 2006-07-06  Simon Josefsson  <jas@extundo.com>
41775
41776         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
41777         now the canonical place for the M4 file).
41778
41779         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
41780         from the sys_socket dependency now.
41781
41782         * modules/inet_pton (Files): Ditto.
41783
41784         * modules/inet_ntop (Files): Ditto.
41785
41786 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
41787
41788         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
41789         not gl_PREREQ_GETUSERSHELL.
41790
41791 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41792
41793         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
41794         with only one argument, for Autoconf 2.60.
41795         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
41796         expand to nothing, so add a shell command to avoid syntax error.
41797         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
41798
41799 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41800
41801         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
41802
41803 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41804
41805         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
41806         no longer needed.  Check for isblank decl.
41807         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
41808         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
41809         of existence.
41810
41811 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41812
41813         * lib/getloadavg.c: Use __VMS, not VMS.
41814         * lib/getopt.c: Likewise.
41815         * lib/getpagesize.h: Likewise.
41816         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
41817         and probably does not work.
41818
41819 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41820
41821         * lib/.cppi-disable: Add wcwidth.
41822         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
41823         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
41824         (ISGRAPH): Remove.  All uses changed to isgraph.
41825         (FOLD) [!defined _LIBC]: Remove special case.
41826         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
41827         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
41828         HAVE_ISBLANK.
41829         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
41830         case.
41831
41832 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
41833
41834         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
41835         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
41836         brackets.  Other minor changes to suppress some compiler
41837         warnings.
41838
41839 2006-07-06  Derek R. Price  <derek@ximbiot.com>
41840         and Paul Eggert  <eggert@cs.ucla.edu>
41841
41842         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
41843         of invoking obsolescent AC_HEADER_DIRENT macro.
41844         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
41845         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
41846         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
41847         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
41848         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
41849         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
41850         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
41851         * m4/readdir.m4: Remove; no longer needed.
41852
41853 2006-07-06  Derek R. Price  <derek@ximbiot.com>
41854         and Paul Eggert  <eggert@cs.ucla.edu>
41855
41856         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
41857         Don't worry about this obsolete case any more.
41858         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
41859         directories.
41860         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
41861         worry about this obsolete case any more.
41862         * lib/fts.c: Likewise.
41863         * lib/getcwd.c: Likewise.
41864         * lib/glob.h: Likewise.
41865         * lib/savedir.c: Likewise.
41866
41867 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
41868
41869         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
41870         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
41871         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
41872         needed.
41873         All uses removed.
41874         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41875         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
41876         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
41877         needed.
41878         * m4/getdate.m4 (gl_GETDATE): Likewise.
41879         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
41880         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
41881         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
41882         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41883         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
41884         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41885         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
41886         needed.
41887
41888 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
41889
41890         * lib/memcasecmp.c: Include <limits.h>.
41891         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
41892         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
41893         Don't assume isdigit succeeds only on '0' through '9'.
41894
41895 2006-07-05  Eric Blake  <ebb9@byu.net>
41896
41897         * modules/getaddrinfo (Depends-on): Add snprintf.
41898
41899 2006-07-05  Eric Blake  <ebb9@byu.net>
41900
41901         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
41902         to avoid 'header present but could not be compiled' on cygwin.
41903
41904 2006-07-05  Eric Blake  <ebb9@byu.net>
41905
41906         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
41907         missing from netdb.h.
41908         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
41909
41910 2006-07-05  Derek R. Price  <derek@ximbiot.com>
41911
41912         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
41913         no longer needed.
41914         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
41915         * m4/getdate.m4 (gl_GETDATE): Likewise.
41916         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
41917         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
41918         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
41919         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41920         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
41921
41922 2006-07-05  Derek R. Price  <derek@ximbiot.com>
41923
41924         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
41925         All uses of is_space replaced by isspace.
41926         * lib/exit.h: Don't talk about STDC_HEADERS.
41927         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
41928         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
41929         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
41930         replaced by isprint etc.
41931         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
41932         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
41933         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
41934         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
41935         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
41936         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
41937
41938 2006-07-05  Bruno Haible  <bruno@clisp.org>
41939
41940         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
41941         the function exists, before testing against AIX.
41942         Reported by Martin Lambers <marlam@marlam.de>.
41943
41944 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
41945
41946         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
41947         From Mark D. Baushke.
41948
41949 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
41950
41951         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
41952         to the absolute name, not just one, to bypass Sun C 5.8's
41953         "warning: #include of /usr/include/... may be non-portable".
41954
41955 2006-07-04  Eric Blake  <ebb9@byu.net>
41956
41957         * modules/dirname-tests: New test module.
41958         * tests/test-dirname.c: New file, replacing dirname.c
41959         TEST_DIRNAME section that was recently deleted.
41960
41961 2006-07-04  Bruno Haible  <bruno@clisp.org>
41962
41963         Assume ANSI C header files and <ctype.h> functions.
41964         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
41965         (mbsnwidth): Use isprint, iscntrl instead.
41966
41967 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41968
41969         Merge from coreutils.
41970         * MODULES.html.sh: Add xstrtold.
41971         * modules/xstrtold: New file.
41972         * modules/cycle-check (Files): Add lib/same-inode.h.
41973         * modules/dirname (Files): Add m4/double-slash-root.m4.
41974         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
41975         * modules/mkdir-p (Files): Add lib/same-inode.h.
41976         * modules/same (Files): Add lib/same-inode.h.
41977
41978 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
41979
41980         * m4/absolute-header.m4: Renamed from full-header-path.m4.
41981         This is to keep the terminology clean; POSIX talks about
41982         "absolute pathnames", not "full pathnames", but the GNU
41983         Coding Standards say to use "path" for something else;
41984         so use "absolute" to keep both sides happy.
41985         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
41986         Set gl_absolute_header, not gl_full_header_path.
41987         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
41988         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
41989         All uses changed.
41990
41991         Merge from coreutils.
41992
41993         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
41994
41995         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
41996         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
41997         want to require the building of c-strtod.o.
41998         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
41999         needs -lm directly.
42000         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
42001
42002         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42003
42004         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
42005         --as-needed option if available.  Problem reported by Albert Chin in
42006         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
42007         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
42008         cc merely issues a bunch of annoying warnings for --as-needed
42009         (this problem was reported by Bob Proulx).  Also, try linking with
42010         -lm to detect a bug in binutils 2.16 (this problem was reported
42011         by Ralf Wildenhues).
42012
42013         2006-06-18  Jim Meyering  <jim@meyering.net>
42014
42015         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
42016         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
42017         macro.
42018         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
42019         also check for glibc-2.4's abort-inducing bug.
42020
42021         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
42022         Low-probability clean-up should be to use rmdir to get rid of
42023         the just-created directory, not unlink.
42024
42025         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
42026         configure fail, and request a bug report to inform us about it.
42027         Add a comment that, barring reports to the contrary, in 2007 we'll
42028         assume ftruncate is universally available.
42029
42030         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42031
42032         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
42033
42034         2006-03-12  Jim Meyering  <jim@meyering.net>
42035
42036         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
42037         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
42038         * m4/same.m4 (gl_SAME): Likewise.
42039         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
42040
42041         2006-03-11  Eric Blake  <ebb9@byu.net>
42042
42043         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
42044         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
42045         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
42046         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
42047
42048 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42049
42050         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
42051         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
42052         reported by Mark D. Baushke, one in
42053         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
42054
42055         Merge from coreutils.
42056
42057         * lib/.cppi-disable: Add stdint_.h.
42058         * lib/.cvsignore: Add stdint.h.
42059
42060         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42061
42062         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
42063         both double and long double versions.
42064         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
42065         * lib/xstrtold.c: New file.
42066         * lib/xstrtod.h (xstrtold): New decl.
42067
42068         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42069
42070         * lib/filemode.c (setst): Remove.
42071         (strmode): Rewrite to avoid setst.  This makes the code shorter,
42072         (arguably) clearer, and the generated code is a bit smaller on my
42073         Debian GNU/Linux stable x86 host.
42074
42075         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42076
42077         * lib/filemode.c: Include "filemode.h" first, to test the interface.
42078         Assume that filemode.h includes sys/types.h and sys/stat.h.
42079         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
42080         (ftypelet): Reorder to put common cases first, for efficiency.
42081         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
42082         to do 'M'.
42083         (strmode): Renamed from mode_string, and now stores 12 bytes instead
42084         of 10, for compatibility with FreeBSD.  All callers changed.
42085         (filemodestring): Now stores 12 bytes instead of 10, and sets file
42086         types that can't be deduced solely from st_mode.  First arg is now a
42087         const pointer.
42088         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
42089         (strmode): Renamed from mode_string.
42090         (filemodestring): New decl.
42091         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
42092         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
42093         needed.
42094         (S_ISPORT, S_ISWHT): New macros, if not already defined.
42095
42096         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
42097
42098         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
42099         fsusage.h now does that.  Include fsusage.h first, to test interface.
42100         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
42101         at most one method (the old code could have generated decls that
42102         didn't conform to C89, not that this was ever exercised).
42103         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
42104
42105         2006-03-19  Jim Meyering  <jim@meyering.net>
42106
42107         Work even in a chroot where d_ino values for entries in "/"
42108         don't match the stat.st_ino values for the same names.
42109         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
42110         number, iterate through all entries again, using lstat instead.
42111         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
42112         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
42113
42114         * lib/getcwd.c (__getcwd): Clarify a comment.
42115         Use memcpy in place of a call to strcpy.
42116
42117         2006-03-12  Jim Meyering  <jim@meyering.net>
42118
42119         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
42120         matches that of the current directory (which we're about to chdir ".."
42121         out of), then save the dev-ino of the parent, instead.
42122
42123         * lib/same-inode.h (SAME_INODE): New file/macro.
42124         * lib/chdir-safer.c (SAME_INODE): Remove definition.
42125         Include "same-inode.h", instead.
42126         * lib/same.c: Likewise.
42127         * lib/cycle-check.h: Include "same-inode.h".
42128         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
42129         * lib/cycle-check.c (SAME_INODE): Remove definition.
42130         * lib/root-dev-ino.h: Include "same-inode.h".
42131
42132         2006-03-11  Eric Blake  <ebb9@byu.net>
42133
42134         * lib/same.c (same_name): s/base_name/last_component/
42135         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
42136         * lib/filenamecat.c (file_name_concat): Likewise.
42137
42138         2006-03-11  Eric Blake  <ebb9@byu.net>,
42139                     Paul Eggert  <eggert@cs.ucla.edu>
42140
42141         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
42142         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
42143         drive prefix.
42144         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
42145         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
42146         (last_component): New method.
42147         * lib/dirname.c (dir_len): Determine when drive letters need a
42148         subsequent slash.  Preserve // when it is special.
42149         (dir_name): Don't append dot when drive letter is absolute.
42150         [TEST_DIRNAME]: Move into a full-blown gnulib test.
42151         * lib/basename.c (base_name): New semantics - malloc the result.
42152         Preserve // when it is special.  Preserve relative files that look
42153         like drive letters.
42154         (base_len): Preserve // when it is special.
42155         (last_component): New method, similar to old base_name semantics.
42156         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
42157         base_name.  Strip redundant slashes from ///.
42158
42159 2006-07-03  Jim Meyering  <jim@meyering.net>
42160
42161         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
42162         macro is used before the first cycle_check call.
42163
42164 2006-07-03  Eric Blake  <ebb9@byu.net>
42165
42166         * modules/dirname (Depends-on): Add xstrndup.
42167
42168 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42169
42170         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
42171         test cases, so that config.log is a bit easier to follow.
42172
42173 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42174
42175         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
42176         both are 64 bits, since this seems to be the tradition, and this
42177         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
42178         we ever run into a host that prefers long long to long in this
42179         case, we'll need another configure-time test.  Problem reported by
42180         Jim Meyering.
42181
42182 2006-07-02  Eric Blake  <ebb9@byu.net>
42183
42184         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
42185
42186 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42187
42188         * modules/inttypes (Depends-on): No longer depends on stdint.
42189         * modules/stdint (Description): Say more about assumptions.
42190         Say that the fast types might differ.  Say macros are used.
42191         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
42192         (Makefile.am): Revise list of substituted symbols to match
42193         new stdint.m4.
42194         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
42195         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
42196         * tests/test-stdint.c (verify_same_types)
42197         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
42198         the code conforms to C99/C89.
42199         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
42200         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
42201
42202 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42203
42204         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
42205         but fix a bug, by requiring at least 64 bits.
42206         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
42207         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
42208         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
42209         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
42210
42211         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
42212         changes.  Make 2.59 a prerequisite.  Check and substitute for
42213         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
42214         inttypes.h.  Do not use special include files; just use the
42215         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
42216         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
42217         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
42218         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
42219         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
42220         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
42221         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
42222         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
42223         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
42224         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
42225         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
42226         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
42227         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
42228         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
42229         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
42230         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
42231         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
42232         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
42233         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
42234         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
42235         WINT_MAX.  Check for C99 conformance more strictly, by detecting
42236         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
42237         not check for things that C99 does not require, e.g., int8_t.  If
42238         a test isn't needed unless <stdint.h> isn't working, and is
42239         unlikely to be needed for any other reason, then don't do it
42240         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
42241         size_t, since we assume C89 freestanding at least.  Do not check
42242         for sig_atomic_t, wchar_t, or wint_t, since the code now does
42243         the right thing even if the types are not defined.  Instead use:
42244         (gl_STDINT_TYPE_PROPERTIES): New macro.
42245         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
42246         testing whether <sys/types.h> clashes, as Autoconf does this for
42247         us now.  All uses removed.
42248         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
42249         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
42250         (gl_CHECK_TYPE_SAME):
42251         Remove; no longer needed.
42252         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
42253         exists, since we'll return 0 anyway in that case.
42254         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
42255
42256 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42257
42258         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
42259         possible collision with system files.
42260         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
42261         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
42262         WCHAR_MIN and WCHAR_MAX in this case.
42263         (<stddef.h>): Do not include; no longer needed.
42264         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
42265         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
42266         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
42267         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
42268         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
42269         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
42270         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
42271         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
42272         !defined(__c99))]: Include in this case too, since it's harmless
42273         now.
42274         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
42275         dangerous to do so.
42276         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
42277         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
42278         (_STDINT_MIN, _STDINT_MAX): New macros.
42279         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
42280         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
42281         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
42282         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
42283         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
42284         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
42285         macros, not typedefs; this simplifies things quite a bit.
42286         Use long int for all types narrower than int64_t.
42287         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
42288         Define in terms of long long int or int64_t or long int,
42289         not int64_t or int32_t.  This saves some compile-time testing.
42290         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
42291         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
42292         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
42293         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
42294         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
42295         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
42296         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
42297         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
42298         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
42299         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
42300         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42301         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42302         undef any previous version and define our own version, for
42303         simplicity and consistency with the new macros for types.
42304         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42305         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42306         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
42307         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
42308         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
42309         @WINT_T_SUFFIX@ to keep things simple here.
42310         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
42311         Simplify by assuming typical 8/16/32/64 host, since we're
42312         already doing that elsewhere anyway.
42313         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
42314         and assume long long int is 64 bits if available.  This
42315         speeds up 'configure'.
42316
42317 2006-07-01  Eric Blake  <ebb9@byu.net>
42318
42319         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
42320         Reported by Andreas Buening.
42321
42322 2006-07-01  Eric Blake  <ebb9@byu.net>
42323
42324         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
42325
42326 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
42327
42328         * lib/getaddrinfo.c: fixed typo
42329
42330 2006-06-29  Jim Meyering  <jim@meyering.net>
42331
42332         * modules/strftime (Maintainer): Add my name, since with the
42333         FPRINTFTIME changes strftime.c has forked from glibc.
42334
42335 2006-06-29  Eric Blake  <ebb9@byu.net>
42336
42337         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
42338
42339 2006-06-29  Eric Blake  <ebb9@byu.net>
42340
42341         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
42342
42343 2006-06-29  Eric Blake  <ebb9@byu.net>
42344
42345         * lib/stat_.h: New file.
42346
42347 2006-06-29  Eric Blake  <ebb9@byu.net>
42348
42349         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
42350         unused static function.
42351
42352 2006-06-29  Eric Blake  <ebb9@byu.net>
42353
42354         * doc/functions.texi (Function Portability): Document missing lstat
42355         on mingw.
42356
42357 2006-06-29  Eric Blake  <ebb9@byu.net>
42358
42359         * MODULES.html.sh: Add sys_stat.
42360         * modules/sys_stat: New module.
42361         * modules/mkstemp (Depends-on): Add sys_stat.
42362
42363 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42364
42365         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
42366
42367 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42368
42369         * m4/c-bs-a.m4: Removed.
42370
42371 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42372
42373         * lib/strftime.c: Assume strftime() exists.
42374
42375 2006-06-29  Derek Price  <derek@ximbiot.com>
42376
42377         * modules/c-bs-a: Removed - \a is C89.
42378         * MODULES.html.sh: Remove c-bs-a.
42379
42380 2006-06-29  Bruno Haible  <bruno@clisp.org>
42381
42382         * modules/wcwidth (License): Change to LGPL.
42383
42384 2006-06-28  Simon Josefsson  <jas@extundo.com>
42385
42386         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
42387         on _WIN32.
42388
42389         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
42390         getnameinfo.
42391
42392 2006-06-28  Simon Josefsson  <jas@extundo.com>
42393
42394         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
42395
42396 2006-06-28  Simon Josefsson  <jas@extundo.com>
42397
42398         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
42399         functions there.  It will succeed on Windows XP, but on Windows
42400         2000 and (presumably) earlier, it will fail, and use the internal
42401         re-implementation.
42402         (use_win32_p): New function.
42403         (getaddrinfo): Use strtoul on servname, to support numeric ports.
42404         Support AI_NUMERICSERV to disable getservbyname.
42405         (getnameinfo): New function, only supports
42406         NI_NUMERICHOST|NI_NUMERICSERV for now.
42407
42408         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
42409         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
42410         getnameinfo.
42411
42412 2006-06-28  Eric Blake  <ebb9@byu.net>
42413
42414         * modules/wcwidth: New file.
42415         * modules/mbchar (Depends-on): Add wcwidth.
42416         * modules/mbswidth (Depends-on): Add wcwidth.
42417         * MODULES.html.sh: Add wcwidth.
42418
42419 2006-06-28  Eric Blake  <ebb9@byu.net>
42420
42421         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
42422         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
42423
42424 2006-06-28  Eric Blake  <ebb9@byu.net>
42425
42426         * lib/xvasprintf.h: Fix comments.
42427
42428 2006-06-28  Eric Blake  <ebb9@byu.net>
42429
42430         * lib/mbchar.h (wcwidth): Include wcwidth.h.
42431         * lib/mbswidth.c (wcwidth): Move from here...
42432         * lib/wcwidth.h: ...to this new file.
42433
42434 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42435
42436         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
42437
42438         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
42439         it's obsolete.
42440         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
42441
42442 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42443
42444         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
42445         Autoconf 2.60 says this stuff was obsolete.
42446
42447 2006-06-28  Bruno Haible  <bruno@clisp.org>
42448
42449         * modules/wcwidth (Files): Add m4/wchar_t.m4.
42450
42451 2006-06-28  Bruno Haible  <bruno@clisp.org>
42452
42453         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
42454         gt_TYPE_WCHAR_T.
42455
42456 2006-06-28  Bruno Haible  <bruno@clisp.org>
42457
42458         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
42459         declaration for wcwidth.
42460         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
42461
42462 2006-06-28  Bruno Haible  <bruno@clisp.org>
42463
42464         * lib/mkdtemp.c [MINGW]: Include <io.h>.
42465         (mkdir): Define using _mkdir.
42466
42467 2006-06-28  Bruno Haible  <bruno@clisp.org>
42468
42469         * lib/getaddrinfo.h: Fix POSIX URL.
42470         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
42471         _WIN32.
42472         (use_win32_p): Make static.
42473         (getaddrinfo): Reject service name if it is empty or does not consist
42474         solely of decimal digits, or if its value is > 65535.
42475         (getnameinfo): Remove useless casts.
42476
42477 2006-06-27  Simon Josefsson  <jas@extundo.com>
42478
42479         * modules/sys_select: New file, suggested by Bruno Haible, Paul
42480         Eggert and Martin Lambers.
42481
42482 2006-06-27  Simon Josefsson  <jas@extundo.com>
42483
42484         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
42485         Eggert and Martin Lambers.
42486
42487 2006-06-27  Bruno Haible  <bruno@clisp.org>
42488
42489         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
42490         result to 0, not to empty.
42491         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
42492
42493 2006-06-27  Bruno Haible  <bruno@clisp.org>
42494
42495         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
42496
42497 2006-06-26  Simon Josefsson  <jas@extundo.com>
42498
42499         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
42500         present.
42501
42502 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
42503
42504         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
42505         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
42506         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
42507
42508 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
42509
42510         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
42511
42512 2006-06-26  Bruno Haible  <bruno@clisp.org>
42513
42514         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
42515
42516 2006-06-26  Bruno Haible  <bruno@clisp.org>
42517
42518         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
42519
42520 2006-06-26  Bruno Haible  <bruno@clisp.org>
42521
42522         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
42523         SGI C compiler in pre-C99 mode.
42524         Suggested by Mark D. Baushke and Larry Jones.
42525
42526 2006-06-26  Bruno Haible  <bruno@clisp.org>
42527
42528         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
42529         WCHAR_MAX.
42530         Reported by Mark D. Baushke and Larry Jones.
42531
42532 2006-06-26  Bruno Haible  <bruno@clisp.org>
42533
42534         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
42535         in pre-C99 mode.
42536         Suggested by Mark D. Baushke and Larry Jones.
42537
42538 2006-06-23  Simon Josefsson  <jas@extundo.com>
42539             Bruno Haible  <bruno@clisp.org>
42540
42541         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
42542         Emit mostlyclean-local rule.
42543         (func_emit_tests_Makefile_am): Likewise.
42544         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
42545
42546 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
42547
42548         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
42549
42550 2006-06-23  Bruno Haible  <bruno@clisp.org>
42551
42552         * tests/test-stdint.c: Update to match ISO C 99 Technical
42553         Corrigendum 1.
42554
42555 2006-06-23  Bruno Haible  <bruno@clisp.org>
42556
42557         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
42558
42559 2006-06-23  Bruno Haible  <bruno@clisp.org>
42560
42561         * lib/stdint_.h: Treat IRIX like OpenBSD.
42562
42563 2006-06-23  Bruno Haible  <bruno@clisp.org>
42564
42565         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
42566         ISO C 99 Technical Corrigendum 1.
42567
42568 2006-06-22  Simon Josefsson  <jas@extundo.com>
42569
42570         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
42571         MinGW.
42572
42573 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42574
42575         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
42576         needed.  Some compiler complained about some of them.  Problem reported
42577         by Larry Jones in
42578         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
42579
42580 2006-06-21  Simon Josefsson  <jas@extundo.com>
42581
42582         * tests/test-getaddrinfo.c: New file.
42583
42584         * modules/getaddrinfo-tests: New file.
42585
42586         * MODULES.html.sh: Add inet_pton.
42587
42588         * modules/inet_pton: New file.
42589
42590 2006-06-21  Simon Josefsson  <jas@extundo.com>
42591
42592         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
42593         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
42594         of using the (limited) gnulib implementation on Windows XP.
42595
42596         * m4/inet_pton.m4: New file.
42597
42598 2006-06-21  Simon Josefsson  <jas@extundo.com>
42599
42600         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
42601         variable.
42602
42603         * lib/socket_.h: Don't define WINVER.
42604
42605         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
42606         slightly modified to work in gnulib.
42607
42608 2006-06-21  Simon Josefsson  <jas@extundo.com>
42609
42610         * doc/gnulib.texi (Windows sockets): Add.
42611
42612 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
42613
42614         * lib/read-file.c (fread_file): Start with buffer allocation of
42615         0 bytes rather than 1 byte; this simplifies the code.
42616         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
42617         code to free buffer and save/restore errno.
42618         (internal_read_file): Remove unused local.
42619
42620 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
42621
42622         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
42623         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
42624         Problem reported by Denis Excoffier in
42625         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
42626
42627 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42628
42629         * modules/sys_socket, modules/socklen: Include sys/types since
42630         FreeBSD 4.x's sys/socket.h needs it.
42631
42632 2006-06-19  Simon Josefsson  <jas@extundo.com>
42633
42634         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
42635
42636 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42637
42638         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
42639
42640 2006-06-19  Bruno Haible  <bruno@clisp.org>
42641
42642         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
42643         and FULL_PATH_INTTYPES_H in angle brackets.
42644         Reported by Mark D. Baushke <mdb@gnu.org>.
42645
42646 2006-06-17  Eric Blake  <ebb9@byu.net>
42647
42648         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
42649         errno.
42650
42651 2006-06-17  Bruno Haible  <bruno@clisp.org>
42652
42653         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
42654         <sys/inttypes.h>.
42655
42656 2006-06-17  Bruno Haible  <bruno@clisp.org>
42657
42658         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
42659         whether errno is declared. Assume <errno.h> declares errno.
42660
42661 2006-06-17  Bruno Haible  <bruno@clisp.org>
42662
42663         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
42664
42665 2006-06-17  Bruno Haible  <bruno@clisp.org>
42666
42667         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
42668         problem on Solaris 2.5.1.
42669
42670 2006-06-16  Eric Blake  <ebb9@byu.net>
42671
42672         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
42673         * lib/unicodeio.c [!defined errno]: Likewise.
42674         * lib/strtol.c [!defined errno]: Likewise.
42675         * lib/strtod.c [!defined errno]: Likewise.
42676
42677 2006-06-15  Eric Blake  <ebb9@byu.net>
42678
42679         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
42680
42681 2006-06-15  Eric Blake  <ebb9@byu.net>
42682
42683         * config/srclist.txt (ssize_t.m4): Lose sync.
42684
42685 2006-06-15  Bruno Haible  <bruno@clisp.org>
42686
42687         * modules/stdint (Files): Include m4/full-header-path.m4,
42688         m4/size_max.m4, m4/wchar_t.m4.
42689         (Makefile.am): Many more substitutions.
42690         * modules/stdint-tests: New file.
42691         * tests/test-stdint.c: New file.
42692
42693 2006-06-15  Bruno Haible  <bruno@clisp.org>
42694
42695         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
42696         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
42697         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
42698         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
42699         gl_CHECK_TYPE_SAME): New macros.
42700
42701 2006-06-15  Bruno Haible  <bruno@clisp.org>
42702
42703         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
42704
42705 2006-06-15  Bruno Haible  <bruno@clisp.org>
42706
42707         * lib/stdint_.h: Rewritten to be fully auto-configured.
42708         Fixes bug on HP-UX/IA64.
42709
42710 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
42711
42712         * lib/getdate.y (__attribute__): Don't define if already defined.
42713         Problem reported by Larry Jones.
42714         * lib/utimens.c (__attribute__): Likewise.
42715
42716 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
42717
42718         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
42719         reported by Andreas Schwab.
42720
42721 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42722             Bruno Haible  <bruno@clisp.org>
42723
42724         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
42725         check for the declaration of strnlen and a run test that exposes the
42726         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
42727         rpl_strndup.
42728
42729 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42730             Bruno Haible  <bruno@clisp.org>
42731
42732         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
42733
42734 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42735
42736         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
42737         compile test, for Tru64 4.0D.
42738
42739 2006-05-28  Karl Berry  <karl@gnu.org>
42740
42741         * config/srclist.txt (printf-args.c): lose sync.
42742
42743 2006-05-26  Martin Lambers  <marlam@marlam.de>
42744
42745         * lib/getpass.c: Updates the test for the native W32 API, and adds
42746         missing includes, thus fixing compilation warnings.
42747
42748 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
42749
42750         * lib/exclude.c (exclude_fnmatch): New function.
42751         (excluded_file_name): Call exclude_fnmatch.
42752         * lib/exclude.h (excluded_file_name): New prototype
42753
42754 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
42755
42756         * lib/tempname.c (small_open, large_open): New macros.
42757         (__open, __open64) [!_LIBC]: Remove.
42758         (__gen_tempname): Use small_open and large_open instead of __open
42759         and __open64.  This fixes a portability bug on HP-UX 11.11i
42760         reported by Simon Wing-Tang in
42761         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
42762
42763 2006-05-24  Bruno Haible  <bruno@clisp.org>
42764
42765         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
42766         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
42767         Reported by Thorsten Maerz <torte@netztorte.de> via
42768         Aaron Stone <aaron@serendipity.cx>.
42769
42770 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42771
42772         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
42773         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
42774         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
42775         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
42776         not really conditional on the cache.
42777         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
42778
42779 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42780
42781         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
42782         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
42783         (my_usleep): Don't mishandle maximum value.
42784
42785 2006-05-19  Jim Meyering  <jim@meyering.net>
42786
42787         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
42788
42789 2006-05-17  Bruno Haible  <bruno@clisp.org>
42790
42791         Cygwin portability.
42792         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
42793
42794 2006-05-17  Bruno Haible  <bruno@clisp.org>
42795
42796         * lib/stdint_.h: Fix recognition of Cygwin.
42797
42798 2006-05-15  Bruno Haible  <bruno@clisp.org>
42799
42800         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
42801         on libtool patch by Ralf Wildenhues.
42802
42803 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
42804
42805         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
42806         test for C99 conformance; (bool) 0.5 is an integer constant
42807         expression, but (bool) -0.5 is not.  Problem reported by Fedor
42808         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
42809
42810 2006-05-11  Simon Josefsson  <jas@extundo.com>
42811
42812         * m4/xvasprintf.m4: Fix obvious typo.
42813
42814 2006-05-11  Jim Meyering  <jim@meyering.net>
42815
42816         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
42817         James Lemley.
42818
42819 2006-05-10  Simon Josefsson  <jas@extundo.com>
42820
42821         * lib/md4.c: Typo fix, update copyright years.
42822         (K1, K2): Don't use L because it turn computations into 64-bit on
42823         64-bit platforms.
42824
42825 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42826
42827         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
42828         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
42829         unwanted sign propagation, e.g., on hosts with 64-bit int.
42830         There still are some problems with reeelly weird theoretical hosts
42831         (e.g., 33-bit int) but it's not worth worrying about now.
42832         * lib/sha1.c (rol): Likewise.
42833         (K1, K2, K3, K4): Remove unnecessary L suffix.
42834
42835 2006-05-10  Bruno Haible  <bruno@clisp.org>
42836
42837         * lib/des.c: Cast to avoid warnings.
42838
42839 2006-05-09  Bruno Haible  <bruno@clisp.org>
42840
42841         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
42842         (Depends-on): Depend also on xsize, stdarg.
42843         (configure.ac): Add gl_XVASPRINTF.
42844
42845 2006-05-09  Bruno Haible  <bruno@clisp.org>
42846
42847         * m4/xvasprintf.m4: New file.
42848
42849 2006-05-09  Bruno Haible  <bruno@clisp.org>
42850
42851         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
42852         (EOVERFLOW): Define fallback value.
42853         (xstrcat): New function.
42854         (xvasprintf): Recognize the special case of a string concatenation.
42855
42856 2006-05-08  Eric Blake  <ebb9@byu.net>
42857
42858         * gnulib-tool (func_version): Base copyright year on CVS date.
42859         (func_emit_copyright_notice): New function.
42860         (func_emit_lib_Makefile_am): Use it.
42861         (func_emit_tests_Makefile_am): Likewise.
42862         (func_import): Likewise.
42863
42864 2006-05-08  Bruno Haible  <bruno@clisp.org>
42865
42866         * modules/stdarg: New file.
42867         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
42868
42869 2006-05-08  Bruno Haible  <bruno@clisp.org>
42870
42871         * m4/stdarg.m4: New file, from GNU gettext.
42872
42873 2006-05-08  Bruno Haible  <bruno@clisp.org>
42874
42875         * config/srclist.txt (build-aux/config.rpath): different from latest
42876         release.
42877
42878 2006-05-08  Bruno Haible  <bruno@clisp.org>
42879
42880         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
42881
42882 2006-05-05  Jim Meyering  <jim@meyering.net>
42883
42884         * m4/warning.m4: New file, derived from bison's file by the same name.
42885
42886 2006-05-03  Bruno Haible  <bruno@clisp.org>
42887
42888         * lib/stdint_.h: Shorter URL.
42889         * lib/inttypes.h: Likewise.
42890
42891 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
42892
42893         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
42894
42895 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
42896
42897         * lib/verify.h: Document the internals better.  Most of this change
42898         was written by Bruno Haible.
42899
42900 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
42901
42902         * doc/verify.texi: New file, partly based on a proposal by
42903         Bruno Haible.
42904
42905 2006-05-02  Bruno Haible  <bruno@clisp.org>
42906
42907         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
42908         test from here...
42909         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
42910
42911 2006-04-29  Bruno Haible  <bruno@clisp.org>
42912
42913         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
42914         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
42915
42916 2006-04-29  Bruno Haible  <bruno@clisp.org>
42917
42918         * gnulib-tool: Make --update option actually work.
42919
42920 2006-04-29  Bruno Haible  <bruno@clisp.org>
42921
42922         * doc/gcd.texi: New file.
42923         * doc/gnulib.texi: Include it.
42924
42925 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
42926
42927         * lib/getdate.y (get_date): When adding relative date, start with the
42928         initial time, not with the result of the first mktime call.
42929
42930 2006-04-25  Bruno Haible  <bruno@clisp.org>
42931
42932         * gnulib-tool (func_import): Output the include directives in three
42933         blocks, sorted separately.
42934         Reported by Ben Pfaff <blp@cs.stanford.edu>.
42935
42936 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
42937
42938         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
42939         to define main with arguments, for C++.  Reported by Eric Blake.
42940         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
42941         Prefer 'int main ()' to 'int main (void)', for C++.
42942         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
42943         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
42944         for 'main', for C99 and C++.
42945
42946 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
42947
42948         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
42949         Don't assume that exit status -1 is valid.
42950         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
42951         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
42952         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
42953         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
42954         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
42955         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
42956         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
42957         functions can be used without declaring them, or that you can
42958         exit with status -1.
42959         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
42960
42961 2006-04-24  Karl Berry  <karl@gnu.org>
42962
42963         * config/srclist.txt (longdouble.m4): sync lost.
42964
42965 2006-04-24  Eric Blake  <ebb9@byu.net>
42966
42967         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
42968
42969 2006-04-24  Bruno Haible  <bruno@clisp.org>
42970
42971         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
42972         poll() implementation in AIX.
42973         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
42974
42975 2006-04-24  Bruno Haible  <bruno@clisp.org>
42976
42977         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
42978         assigned exactly once.
42979
42980 2006-04-23  Claudio Fontana  <claudio@gnu.org>
42981             Bruno Haible  <bruno@clisp.org>
42982
42983         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
42984         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
42985         for AM_CPPFLAGS.
42986
42987 2006-04-23  Bruno Haible  <bruno@clisp.org>
42988
42989         * modules/copy-file: Depend on unistd.
42990         * modules/execute: Likewise.
42991         * modules/fatal-signal: Likewise.
42992         * modules/findprog: Likewise.
42993         * modules/mkdtemp : Likewise.
42994         * modules/pipe: Likewise.
42995         * modules/wait-process: Likewise.
42996
42997 2006-04-23  Bruno Haible  <bruno@clisp.org>
42998
42999         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
43000         condition was already detected.
43001         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43002
43003 2006-04-23  Bruno Haible  <bruno@clisp.org>
43004
43005         * lib/copy-file.c: Include <unistd.h> unconditionally.
43006         * lib/execute.c: Likewise.
43007         * lib/fatal-signal.c: Likewise.
43008         * lib/findprog.c: Likewise.
43009         * lib/mkdtemp.c: Likewise.
43010         * lib/pipe.h: Likewise.
43011         * lib/pipe.c: Likewise.
43012         * lib/wait-process.h: Likewise.
43013
43014 2006-04-23  Bruno Haible  <bruno@clisp.org>
43015
43016         * gnulib-tool (func_usage): Fix --import description. Document
43017         --update.
43018         (func_import): Create temporary file in a temporary directory, if
43019         --dry-run is specified. Silence errors from 'grep' when there are no
43020         m4 files in $m4dir.
43021         (func_create_testdir): Silence errors from 'grep' when there are no
43022         m4 files in $m4dir.
43023         Reported by Karl Berry <karl@freefriends.org>.
43024
43025 2006-04-20  Bruno Haible  <bruno@clisp.org>
43026
43027         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
43028         one argument, so that the code will be portable to Autoconf 2.60.
43029         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
43030         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
43031         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
43032
43033 2006-04-19  Derek Price  <derek@ximbiot.com>
43034             Eric Blake  <ebb9@byu.net>
43035
43036         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
43037         rather than "/full/path.h".  Update comment to match.  Shorten &
43038         generalize m4_translit call via AS_TR_CPP.
43039
43040 2006-04-19  Derek Price  <derek@ximbiot.com>
43041             Eric Blake  <ebb9@byu.net>
43042
43043         * lib/inttypes.h: Correct grammar in comment.
43044
43045 2006-04-18  Derek Price  <derek@ximbiot.com>
43046             Paul Eggert  <eggert@cs.ucla.edu>
43047
43048         * modules/inttypes: New file.
43049         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
43050
43051 2006-04-18  Derek Price  <derek@ximbiot.com>
43052             Paul Eggert  <eggert@cs.ucla.edu>
43053
43054         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
43055         New files.
43056
43057 2006-04-18  Derek Price  <derek@ximbiot.com>
43058             Paul Eggert  <eggert@cs.ucla.edu>
43059
43060         * lib/inttypes.h: New file.
43061         * lib/strtoimax.c: Assume <inttypes.h>.
43062
43063 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
43064
43065         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
43066         isn't mounted.  Problem reported by Kir Kolyshkin.
43067
43068 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
43069
43070         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
43071         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
43072         Derek R. Price.
43073         * lib/regex.h (RE_DUP_MAX): Update comment to match current
43074         implementation.
43075
43076 2006-04-12  Eric Blake  <ebb9@byu.net>
43077
43078         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
43079         is now done automatically by the corresponding Autoconf macro.
43080
43081 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
43082
43083         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
43084         time_r.h.
43085
43086 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43087
43088         Merge regex changes from libc, removing some of our
43089         POSIX-conformance changes that were rejected and redoing them in a
43090         less-intrusive way.
43091
43092         * lib/regcomp.c (re_compile_internal, init_dfa):
43093         Length arg is now size_t, not Idx.  All uses changed.
43094         (peek_token): Forward decl now says internal_function.
43095         (__re_error_msgid, __re_error_msgid_idx):
43096         Now static rather than extern with attribute_hidden.
43097         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
43098         For some reason libc prefers K&R style defns for external functions.
43099         (regerror) [!defined _LIBC]: Likewise.
43100         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
43101         (seek_collating_symbol_entry, lookup_collation_sequence_value):
43102         (build_range_exp, build_collating_symbol):
43103         Use K&R-style defn.
43104         (re_compile_fastmap): Use '\0' to memset, not 0.
43105         (utf8_sb_map): Make the calculations more obvious.
43106         (init_dfa, parse_bracket_exp, build_charclass_op):
43107         Call calloc and cast result, as glibc does.
43108         (init_word_char, fetch_token, peek_token, peek_token_bracket):
43109         (build_range_exp, build_collating_symbol):
43110         Now internal functions.
43111
43112         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
43113
43114         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
43115         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
43116         Don't depend on VMS; depend on __VMS instead, for POSIX
43117         namespace cleanness.
43118         (regoff_t): Define to ssize_t, not long int.
43119
43120         Remove the REG_ macros named below.  Instead, make the old names
43121         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
43122         __USE_GNU_REGEX.
43123         (REG_BACKSLASH_ESCAPE_IN_LISTS):
43124         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
43125         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
43126         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
43127         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
43128         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
43129         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
43130         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
43131         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
43132         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
43133         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
43134         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
43135         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
43136         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
43137         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
43138         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
43139         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
43140         (REG_NREGS):
43141         Remove.  All uses replaced by the old RE_* names.
43142         (RE_BACKSLASH_ESCAPE_IN_LISTS):
43143         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
43144         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
43145         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
43146         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
43147         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
43148         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
43149         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
43150         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
43151         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
43152         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
43153         Don't bother having these macros be independent of each others'
43154         values, since they no longer exist in the POSIX name space.
43155
43156         Rename the following member names back to their old names,
43157         unless !__USE_GNU_REGEX.  All uses changed back.
43158         (buffer): Renamed from re_buffer.
43159         (allocated): Renamed from re_allocated.
43160         (used): Renamed from re_used.
43161         (syntax): Renamed from re_syntax.
43162         (fastmap): Renamed from re_fastmap.
43163         (translate): Renamed from re_translate.
43164         (can_be_null): Renamed from re_can_be_null.
43165         (regs_allocated): Renamed from re_regs_allocated.
43166         (fastmap_accurate): Renamed from re_fastmap_accurate.
43167         (no_sub): Renamed from re_no_sub.
43168         (not_bol): Renamed from re_not_bol.
43169         (not_eol): Renamed from re_not_eol.
43170         (newline_anchor): Renamed from re_newline_anchor.
43171         (num_regs): Renamed from rm_num_regs.
43172         (start): Renamed from rm_start.
43173         (end): Renamed from rm_end.
43174
43175         (free_state): Move up a bit.
43176
43177         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
43178         #define to be empty.
43179         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
43180         when that is what is intended.
43181         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
43182         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
43183         (MAX): New macro.
43184         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
43185         All uses changed back to re_malloc, etc.  It's now the caller's
43186         responsibility to check for overflow; all callers changed.
43187         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
43188         (re_x2nrealloc): Remove.
43189         (free_state): Remove decl.
43190
43191         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
43192         (re_set_registers, re_exec):
43193         Use K&R-style defn.
43194
43195         2006-01-31  Roland McGrath  <roland@redhat.com>
43196
43197         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
43198         Reported by Mike Frysinger <vapier@gentoo.org>.
43199
43200         2006-01-15  Andreas Jaeger  <aj@suse.de>
43201
43202         [BZ #1950]
43203         * lib/regex_internal.c (re_string_reconstruct): Adjust for
43204         build_wcs_upper_buffer change.
43205         (build_wcs_upper_buffer): Change return type.
43206
43207         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
43208
43209         * lib/regex_internal.h: Include <stdint.h> if available.
43210
43211         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
43212
43213         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
43214
43215         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
43216
43217         * lib/regcomp.c: Adjust for changed secondary hash function.
43218
43219         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
43220
43221         * lib/regex.h: Pretty printing.
43222         Clean up namespace a bit.
43223
43224         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
43225
43226         * lib/regexec.c (update_cur_sifted_state, check_arrival,
43227         check_arrival_add_next_nodes): Avoid using uninitialized variable.
43228
43229         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43230                     Ulrich Drepper  <drepper@redhat.com>
43231
43232         [BZ #1302]
43233         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
43234         changed.
43235         (bitset_word_t): Renamed from bitset_word.  All uses changed.
43236
43237         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
43238
43239         [BZ #281]
43240         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
43241         * lib/regcomp.c: Remove unnecessary uses of
43242         unsigned RE_TRANSLATE_TYPE.
43243         * lib/regex_internal.h: Likewise.
43244         * lib/regex_internal.c: Likewise.
43245         * lib/regexec.c: Likewise.
43246         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
43247
43248         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
43249
43250         * lib/regexec.c (find_recover_state): Remove unnecessary
43251         initialization.
43252         (transit_state_bkref): Make DFA a const pointer.
43253         (get_subexp): Likewise.
43254         (check_arrival): Likewise.
43255         (update_cur_sifted_state): Likewise.
43256         (re_search_internal): Likewise.
43257         (prune_impossible_nodes): Likewise.
43258         (acquire_init_state_context): Likewise.
43259         (proceed_next_node): Likewise.
43260         (set_regs): Likewise.
43261         (free_fail_stack_return): Likewise.
43262         (check_arrival_expand_ecl): Mark DFA parameter as const.
43263         (check_arrival_expand_ecl_sub): Likewise.
43264         (check_subexp_limits): Likewise.
43265         (sub_epsilon_src_nodes):  Likewise.
43266         (add_epsilon_src_nodes):  Likewise.
43267         (merge_state_array): Likewise.
43268         (update_regs): Likewise.
43269         (build_trtable): Likewise.
43270         (sift_states_backward): Mark MCTX parameter as const.
43271         (build_sifted_states): Likewise.
43272         (update_cur_sifted_state): Likewise.
43273         (sift_states_mkref): Likewise.
43274         (check_arrival_expand_ecl): Mark eclosure as const.
43275         (check_dst_limits_calc_pos_1): Likewise.
43276         * lib/regex_internal.h (re_match_context_t): Make dfa a const
43277         pointer.
43278
43279         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
43280
43281         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
43282         (transit_state_sb): Likewise.
43283         (transit_state_mb): Likewise.
43284         (sift_states_iter_mb): Likewise.
43285         (check_arrival_add_next_nodes): Likewise.
43286         (check_node_accept_bytes): Change first parameter to pointer-to-const.
43287         [_LIBC] (re_search_2_stub): Use mempcpy.
43288
43289         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
43290         mbrtowc for very simple UTF-8 case.
43291
43292         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
43293         a pointer-to-const.
43294         (re_acquire_state_context): Likewise.
43295         * lib/regex_internal.h: Adjust prototypes.
43296
43297         * lib/regex.c: Prevent using C++ compilers.
43298
43299         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
43300         (re_acquire_state_context): Likewise.
43301
43302 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43303
43304         * modules/regex (Depends-on): Add ssize_t.
43305
43306 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43307
43308         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
43309         translation table.
43310
43311 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43312
43313         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
43314
43315 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
43316             Bruno Haible  <bruno@clisp.org>
43317
43318         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
43319         <sys/types.h> and <inttypes.h>.
43320
43321 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43322
43323         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
43324         `__error_t_defined', so argp.h will not typedef the former.
43325
43326 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
43327
43328         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
43329         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
43330         glibc names.  Even if glibc is changed to conform to POSIX, the
43331         traditional names will be available anyway, since regex depends on
43332         the extensions module.  Also, fix a longstanding typo in the
43333         implementation of Spencer ERE test #75 from grep 2.3.  Problems
43334         reported by Emanuele Giaquinta.  Also, change sense of cached
43335         variable, so that the message makes sense.
43336
43337 2006-03-24  Simon Josefsson  <jas@extundo.com>
43338
43339         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
43340         including some doc fixes.
43341         (base64_encode_alloc): Fix +1 bug on allocation failures.
43342
43343 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43344
43345         * lib/base64.c (base64_encode): Do not read past end of array with
43346         unsanitized input on systems with CHAR_BIT > 8.
43347
43348 2006-03-24  Eric Blake  <ebb9@byu.net>
43349
43350         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
43351
43352 2006-03-22  Karl Berry  <karl@gnu.org>
43353
43354         * config/srclist.txt (*setenv.[ch]): get from coreutils.
43355         * config/srclistvars.sh (COREUTILS): new var.
43356
43357 2006-03-17  Jim Meyering  <jim@meyering.net>
43358
43359         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
43360         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
43361
43362 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43363
43364         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
43365         no longer needs it.  Instead, check that regoff_t is as least
43366         as wide as ptrdiff_t.
43367
43368         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
43369         so that our regex.h stays compatible with the installed regex.
43370         This is helpful for installers who configure --without-included-regex.
43371         Problem reported by Emanuele Giaquinta.
43372
43373 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43374
43375         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
43376         Typedef to long int, not to off_, as POSIX will likely change
43377         in that direction.
43378
43379 2006-03-15  Eric Blake  <ebb9@byu.net>
43380
43381         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
43382
43383 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
43384
43385         * lib/argp-help.c (validate_uparams): Fix typo
43386         * lib/argp-parse.c (argp_default_options): Consistently begin help
43387         messages with a lowercase letter.
43388
43389 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
43390
43391         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
43392         overrun buffers and shouldn't be used (much as gets shouldn't be
43393         used).
43394         * lib/time_r.c (asctime_r, ctime_r): Likewise.
43395
43396 2006-03-08  Simon Josefsson  <jas@extundo.com>
43397
43398         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
43399         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43400
43401 2006-03-08  Simon Josefsson  <jas@extundo.com>
43402
43403         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
43404         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43405
43406 2006-03-08  Simon Josefsson  <jas@extundo.com>
43407
43408         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
43409         signal that configure disabled the device.
43410
43411 2006-03-08  Simon Josefsson  <jas@extundo.com>
43412
43413         * build-aux/maint.mk: Fix refresh-po, to handle no translated
43414         languages.
43415
43416 2006-03-07  Simon Josefsson  <jas@extundo.com>
43417
43418         * modules/getopt (Depends-on): Add unistd.
43419
43420         * modules/unistd: New file.
43421
43422 2006-03-07  Simon Josefsson  <jas@extundo.com>
43423
43424         * modules/gc-random: New file.
43425
43426 2006-03-07  Simon Josefsson  <jas@extundo.com>
43427
43428         * m4/unistd_h.m4: New file.
43429
43430 2006-03-07  Simon Josefsson  <jas@extundo.com>
43431
43432         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
43433         test to be side-effect free by storing the result in the cache
43434         variable gl_cv_lib_readline, and moving the assignment of
43435         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
43436         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43437
43438 2006-03-07  Simon Josefsson  <jas@extundo.com>
43439
43440         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
43441         error on missing devices (the functions will return an error).
43442
43443         * m4/gc.m4: Move random stuff to gc-random.m4
43444
43445 2006-03-07  Simon Josefsson  <jas@extundo.com>
43446
43447         * lib/unistd_.h: New file.
43448
43449 2006-03-07  Simon Josefsson  <jas@extundo.com>
43450
43451         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
43452
43453 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43454
43455         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
43456         Problem reported by Juan Manuel Guerrero.
43457
43458 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43459
43460         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
43461         the unistd module.
43462         * lib/getlogin_r.c: Likewise.
43463         * lib/getlogin_r.h: Likewise.
43464         * lib/glob.c: Likewise.
43465         * lib/pagealign_alloc.c: Likewise.
43466         * lib/unistd_.h: Remove; no longer needed.
43467
43468 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43469
43470         * MODULES.html.sh (Support for systems lacking POSIX:2001):
43471         Add unistd.
43472         * modules/c-stack (Depends-on): Add unistd.
43473         * modules/getlogin_r: Likewise.
43474         * modules/glob: Likewise.
43475         * modules/pagealign_alloc: Likewise.
43476         * modules/unistd (Files): Remove lib/unistd_.h.
43477         (EXTRA_DIST): Remove.
43478         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
43479         need unistd_.h.
43480         (MOSTLYCLEANFILES): Remove unistd.h-t.
43481
43482 2006-03-03  Simon Josefsson  <jas@extundo.com>
43483
43484         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
43485
43486 2006-03-03  Simon Josefsson  <jas@extundo.com>
43487
43488         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
43489         libidn and bison.
43490
43491 2006-03-03  Simon Josefsson  <jas@extundo.com>
43492
43493         * build-aux/maint.mk: Add indent target.
43494
43495 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
43496
43497         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
43498         our replacement poll.h in any case, to avoid a differing
43499         declaration from a system header.  Seen on AIX.
43500
43501 2006-03-01  Simon Josefsson  <jas@extundo.com>
43502
43503         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
43504         <kasal@ucw.cz>.
43505
43506 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43507
43508         * modules/gettime (Depends-on): Add extensions module.
43509         * modules/nanosleep (Depends-on): Likewise.
43510         * modules/settime (Depends-on): Likewise.
43511
43512 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43513
43514         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
43515         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
43516         pedantically.
43517         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43518         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
43519
43520         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
43521         not "==".  Reported by Ralf Wildenhues.
43522
43523 2006-03-01  Karl Berry  <karl@gnu.org>
43524
43525         * doc/Copyright/request-*: new files, synced from gnuorg.
43526
43527 2006-03-01  Karl Berry  <karl@gnu.org>
43528
43529         * config/srclist.txt (Copyright/*): new entries.
43530
43531 2006-02-28  Simon Josefsson  <jas@extundo.com>
43532
43533         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
43534
43535 2006-02-27  Simon Josefsson  <jas@extundo.com>
43536
43537         * lib/base64.h: Indent #define's.  From Jim Meyering
43538         <jim@meyering.net>.
43539
43540 2006-02-27  Jim Meyering  <jim@meyering.net>
43541
43542         Revert the change of 2006-02-24, so these files can continue
43543         to be sync'd from gettext.
43544         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
43545         of `config.h'.
43546
43547 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
43548
43549         * modules/intprops: New file.
43550         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
43551         Add intprops.
43552         * modules/getloadavg (Files): Remove lib/intprops.h.
43553         (Depends-on): Add intprops.
43554         * modules/human: Likewise.
43555         * modules/inttostr: Likewise.
43556         * modules/openat: Likewise.
43557         * modules/sig2str: Likewise.
43558         * modules/userspec: Likewise.
43559         * modules/utimecmp: Likewise.
43560         * modules/xnanosleep: Likewise.
43561         * modules/xstrtol: Likewise.
43562
43563 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
43564
43565         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
43566         * modules/lock-tests (TESTS): Use $(EXEEXT).
43567         * modules/tls-tests: Likewise.
43568         * modules/argp-tests: Likewise.
43569         (check_PROGRAMS): New var, replacing...
43570         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
43571
43572 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43573
43574         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
43575         `config.h'.
43576
43577 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
43578
43579         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
43580
43581 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43582
43583         Sync from coreutils.
43584         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
43585         gl_CHDIR_SAFER.
43586
43587 2006-02-22  Jim Meyering  <jim@meyering.net>
43588
43589         Sync from coreutils.
43590         * m4/chdir-safer.m4: New file.
43591
43592 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
43593
43594         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
43595         AT_FDCWD exceeds INT_MAX.
43596         * lib/openat.h (AT_FDCWD): Likewise.
43597
43598 2006-02-17  Eric Blake  <address@hidden>
43599
43600         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
43601
43602 2006-02-16  Simon Josefsson  <jas@extundo.com>
43603
43604         * modules/getaddrinfo (Depends-on): Add sys_socket.
43605
43606 2006-02-15  Simon Josefsson  <jas@extundo.com>
43607
43608         * build-aux/maint.mk: Add dsyntax-check rule.
43609
43610 2006-02-15  Eric Blake  <ebb9@byu.net>
43611
43612         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
43613         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
43614         'present but cannot compile' warnings on cygwin.
43615         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
43616         use ws2tcpip.h if sys/socket.h works.
43617         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
43618         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
43619
43620 2006-02-14  Simon Josefsson  <jas@extundo.com>
43621
43622         * modules/maintainer-makefile (Files): Rename.
43623
43624         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
43625         and (the local) Makefile.cfg to maint-cfg.mk.
43626
43627         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
43628         to the latter.
43629
43630         * modules/maintainer-makefile: New module.
43631
43632         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
43633         severaly stripped to make it possible to build it up from scratch
43634         with reliable tests.
43635
43636         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
43637         fixes to permit overriding the default actions when configure and
43638         makefile are not available.
43639
43640 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
43641
43642         Sync from coreutils.
43643         * modules/lstat (Depends-on): Don't depend on xalloc.
43644         (License): Change from GPL to LGPL, since this is now simply a
43645         replacement for a libc function.
43646
43647 2006-02-14  Jim Meyering  <jim@meyering.net>
43648
43649         Sync from coreutils.
43650
43651         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
43652         failure on deficient systems, and simplify gnulib lgpl dependencies.
43653         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
43654         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
43655
43656         * lib/xalloc-die.c: Remove unused definition of N_.
43657
43658 2006-02-14  Jim Meyering  <jim@meyering.net>
43659
43660         Sync from coreutils.
43661         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
43662         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
43663         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
43664         double-quote uses of that variable, to accommodate the rare case in
43665         which getmntent is available in none of the libraries checked.  This
43666         happens at least on FreeBSD 5.0.
43667
43668 2006-02-13  Simon Josefsson  <jas@extundo.com>
43669
43670         * gnulib-tool (Usage): Fix --import, from
43671         karl@freefriends.org (Karl Berry).
43672
43673 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
43674
43675         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
43676
43677 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
43678
43679         * lib/argp-namefrob.h: Restore changes accidentally lost during the
43680         "autoupdate" on 2005-12-12.
43681
43682 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
43683
43684         * modules/closeout (Depends-on): Remove atexit.
43685
43686 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
43687
43688         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
43689         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
43690
43691 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
43692
43693         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
43694         __EXTENSIONS__ if this causes compilation to fail.  Problem
43695         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
43696         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
43697
43698 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
43699
43700         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
43701         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
43702         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
43703         All uses changed.
43704
43705 2006-01-26  Simon Josefsson  <jas@extundo.com>
43706
43707         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
43708         prototype is visible on mingw32.
43709
43710         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
43711         for mingw32.
43712
43713         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
43714         mingw32).
43715
43716 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
43717
43718         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
43719         attempt to open for write; this always fails, at least on POSIX
43720         hosts.  This reinstates the 2006-01-09 change, which was
43721         inadvertently removed.
43722
43723 2006-01-26  Bruno Haible  <bruno@clisp.org>
43724
43725         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
43726         Reported by Paul Eggert.
43727
43728 2006-01-26  Bruno Haible  <bruno@clisp.org>
43729             Paul Eggert  <eggert@cs.ucla.edu>
43730
43731         * lib/stdbool_.h (_Bool)
43732         [(! (defined __cplusplus || defined __BEOS__)
43733           && !defined __GNUC__
43734           && !(defined __HP_cc || defined __xlc__
43735                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
43736                || defined __sgi))]:
43737         #define to signed char in these cases too; this simplifies
43738         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
43739         etc., separately) and makes it more conservative.
43740
43741 2006-01-25  Simon Josefsson  <jas@extundo.com>
43742
43743         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
43744         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
43745         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
43746
43747 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
43748
43749         * lib/argp-namefrob.h: Bugfix. Remove stray #
43750
43751 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
43752
43753         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
43754         so that we test the test.
43755         Check for yet another HP-UX cc bug involving *bool |= bool.
43756
43757 2006-01-25  Karl Berry  <karl@gnu.org>
43758
43759         * config/srclist.txt (vasnprintf.c): sync lost.
43760
43761 2006-01-25  Jim Meyering  <jim@meyering.net>
43762
43763         Sync from the stable (b5) branch of coreutils:
43764
43765         * lib/fts.c (fts_children): Don't let close() clobber errno from
43766         failed fchdir().
43767
43768         * lib/fts.c (fts_stat): When following a symlink-to-directory,
43769         don't necessarily interpret stat-fails+lstat-succeeds as indicating
43770         a dangling symlink.  That can also happen at least for ELOOP.
43771         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
43772         FYI, this bug predates the inclusion of fts.c in coreutils.
43773
43774         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
43775         in their own block, so pre-c99 compilers don't object.
43776
43777         Avoid the double-free (first in fts_read, second in fts_close) that
43778         would occur when an `active' directory is made inaccessible (e.g.,
43779         via chmod a-x) during a traversal.
43780         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
43781         before returning.  Reproduce this failure by
43782         mkdir -p a/b; cd a; chmod a-x . b
43783         Reported by Stavros Passas.
43784
43785 2006-01-25  Jim Meyering  <jim@meyering.net>
43786
43787         * lib/fileblocks.c: Remove more useless parentheses.
43788         * lib/readutmp.h: Likewise.
43789
43790 2006-01-25  Bruno Haible  <bruno@clisp.org>
43791
43792         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
43793         warnings.
43794         Reported by Paul Eggert.
43795
43796 2006-01-25  Bruno Haible  <bruno@clisp.org>
43797
43798         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
43799         rid of a trap command. For Solaris sh.
43800         Reported by Mark D. Baushke <mdb@gnu.org>.
43801
43802 2006-01-24  Simon Josefsson  <jas@extundo.com>
43803
43804         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
43805         Bruno.
43806
43807 2006-01-24  Karl Berry  <karl@gnu.org>
43808
43809         * config/srclist.txt (argp-namefrob.h): sync lost.
43810
43811 2006-01-24  Jim Meyering  <jim@meyering.net>
43812
43813         * modules/openat (Files): Add lib/intprops.h.
43814         From Mark D. Baushke.
43815
43816 2006-01-24  Jim Meyering  <jim@meyering.net>
43817
43818         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
43819         Reported by Mark D. Baushke.
43820
43821 2006-01-24  Jim Meyering  <jim@meyering.net>
43822
43823         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
43824
43825 2006-01-24  Bruno Haible  <bruno@clisp.org>
43826
43827         * modules/strnlen (Maintainer): Change from glibc to all.
43828
43829 2006-01-24  Bruno Haible  <bruno@clisp.org>
43830
43831         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
43832         Patch by Paul Eggert.
43833
43834 2006-01-24  Bruno Haible  <bruno@clisp.org>
43835
43836         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
43837         already has it.
43838         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
43839         2005-11-26.
43840
43841         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
43842         'signed char' to avoid problems with the built-in _Bool type.
43843         Reported by Paul Eggert on 2005-11-26.
43844
43845 2006-01-24  Bruno Haible  <bruno@clisp.org>
43846
43847         * gnulib-tool (func_import): Avoid constructing complicated sed
43848         expressions inside backquote.
43849         Report and solution by Mark D. Baushke <mdb@gnu.org>.
43850
43851 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
43852
43853         These changes imported from libc.
43854         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
43855         test and two separate function calls.
43856         * lib/strndup.c (__strndup): Add libc_hidden_def.
43857
43858 2006-01-23  Simon Josefsson  <jas@extundo.com>
43859
43860         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
43861         Remove the test_*_SOURCES variable: automake infers it by default.
43862         * modules/tls-tests: Likewise.
43863
43864 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43865
43866         Work around porting bugs reported by Dieter in
43867         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
43868         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
43869         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
43870         Include "getopt.h" first, to check interface.
43871         (getenv): Declare only if defined HAVE_DECL_GETENV &&
43872         !HAVE_DECL_GETENV.
43873         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
43874         (__strndup): Revert to K&R-style function dfns, the glibc style.
43875         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
43876         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
43877         Include strnlen.h first, to get prototype properly.
43878         (strnlen): Renamed from __strnlen.
43879         Remove weak alias.
43880
43881 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43882
43883         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
43884
43885 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43886
43887         * config/srclist.txt: Adjust to reflect glibc reorganization.
43888         This affects only comments.
43889
43890 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
43891
43892          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
43893          Reported by Bruce Korb <bkorb@gnu.org>.
43894
43895 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
43896
43897         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
43898         to pacify gcc -Wswitch-default.
43899
43900 2006-01-22  Bruno Haible  <bruno@clisp.org>
43901
43902         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
43903         temporary buffer for sprintf, take into account the precision also
43904         for 'd', 'i', 'u', 'o', 'x', 'X'.
43905
43906 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
43907
43908         * modules/argp-tests: New module
43909         * tests/test-argp.c: New file
43910         * tests/test-argp-2.sh: New file
43911
43912 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
43913
43914         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
43915         (__argp_base_name): Removed
43916         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
43917         typo.
43918         (__argp_base_name): Provide macro definition or extern declaration
43919         depending on the configuration
43920
43921 2006-01-20  Simon Josefsson  <jas@extundo.com>
43922
43923         * modules/inet_ntop (Depends-on): Depend on sys_socket.
43924
43925 2006-01-20  Simon Josefsson  <jas@extundo.com>
43926
43927         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
43928
43929 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
43930
43931         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
43932         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
43933         Suggested by Bruno Haible.
43934
43935 2006-01-20  Karl Berry  <karl@gnu.org>
43936
43937         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
43938         until changes propagate, I guess.
43939
43940 2006-01-19  Simon Josefsson  <jas@extundo.com>
43941
43942         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
43943
43944 2006-01-19  Simon Josefsson  <jas@extundo.com>
43945
43946         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
43947
43948 2006-01-19  Simon Josefsson  <jas@extundo.com>
43949
43950         * gnulib-tool: Set check_PROGRAMS.
43951
43952         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
43953         modules/des-tests, modules/gc-arcfour-tests,
43954         modules/gc-arctwo-tests, modules/gc-des-tests,
43955         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
43956         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
43957         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
43958         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
43959         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
43960         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
43961         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
43962         test_*_SOURCES.
43963
43964 2006-01-18  Simon Josefsson  <jas@extundo.com>
43965
43966         * modules/socklen (Depends-on): Depend on sys_socket.
43967
43968 2006-01-18  Simon Josefsson  <jas@extundo.com>
43969
43970         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
43971         modules/des-tests, modules/gc-arcfour-tests,
43972         modules/gc-arctwo-tests, modules/gc-des-tests,
43973         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
43974         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
43975         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
43976         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
43977         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
43978         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
43979         $(EXEEXT) to automake TESTS variable, for mingw32.
43980
43981 2006-01-17  Simon Josefsson  <jas@extundo.com>
43982
43983         * modules/socklen (Include): Need sys/socket.h.
43984
43985 2006-01-17  Bruno Haible  <bruno@clisp.org>
43986
43987         * modules/ssize_t (Include): Add <sys/types.h>.
43988
43989 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
43990
43991         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
43992         it's not portable and it doesn't work with cross-compiles.
43993         Problem reported by Bruno Haible.  Fix missing-$ typo in
43994         'test "gl_cv_ignore_unused_libraries" ...' that prevented
43995         -zignore from being used with Sun's C compiler.
43996
43997 2006-01-12  Simon Josefsson  <jas@extundo.com>
43998
43999         * lib/base64.c: Fix warning, reported by Bruno Haible
44000         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
44001
44002 2006-01-12  Bruno Haible  <bruno@clisp.org>
44003
44004         * modules/ldd: New file.
44005         * build-aux/ldd.sh.in: New file.
44006         * MODULES.html.sh (Support for building libraries and executables): Add
44007         ldd.
44008
44009 2006-01-12  Bruno Haible  <bruno@clisp.org>
44010
44011         * m4/ldd.m4: New file.
44012
44013 2006-01-12  Bruno Haible  <bruno@clisp.org>
44014
44015         * gnulib-tool (func_import, func_create_testdir): Don't go into an
44016         endless loop while replacing $auxdir with build-aux.
44017
44018 2006-01-11  Simon Josefsson  <jas@extundo.com>
44019
44020         * lib/stdint_.h (SIZE_MAX): Add missing (.
44021
44022 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
44023
44024         Sync from coreutils.
44025         * lib/md5.c: Fix commentary typos.
44026         (alignof, UNALIGNED_P): No need for a GCC-specific version.
44027         * lib/md5.h (__attribute__): Remove; unused.
44028         * lib/sha1.c: Fix commentary to match md5 better.
44029         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
44030         so that we don't need to worry about alignment.  All uses changed.
44031         This merges the 2005-10-28 md5 change into sha1.
44032
44033 2006-01-11  Jim Meyering  <jim@meyering.net>
44034
44035         Sync from coreutils.
44036         * lib/md5.c (OP): Fix spacing.
44037
44038 2006-01-11  Bruno Haible  <bruno@clisp.org>
44039
44040         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44041         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
44042         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
44043
44044 2006-01-11  Bruno Haible  <bruno@clisp.org>
44045
44046         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44047         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
44048         the "early" section as well.
44049
44050 2006-01-11  Bruno Haible  <bruno@clisp.org>
44051
44052         Avoid "ar: no archive members specified" error on MacOS X.
44053         * gnulib-tool (func_modules_add_dummy): New function.
44054         (func_import, func_create_testdir): Invoke it.
44055
44056 2006-01-11  Bruno Haible  <bruno@clisp.org>
44057
44058         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
44059         with $auxdir in AC_CONFIG_FILES statements.
44060
44061 2006-01-11  Bruno Haible  <bruno@clisp.org>
44062
44063         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44064         Initialize also noinst_HEADERS to empty.
44065
44066 2006-01-11  Bruno Haible  <bruno@clisp.org>
44067
44068         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
44069         variables.
44070         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
44071         autoreconf.
44072
44073 2006-01-11  Bruno Haible  <bruno@clisp.org>
44074
44075         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
44076         overridable by the user.
44077         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44078
44079 2006-01-10  Simon Josefsson  <jas@extundo.com>
44080
44081         * modules/sys_socket: New file.
44082
44083 2006-01-10  Simon Josefsson  <jas@extundo.com>
44084
44085         * m4/sys_socket_h.m4: New file.
44086
44087 2006-01-10  Simon Josefsson  <jas@extundo.com>
44088
44089         * lib/socket_.h: New file.
44090
44091 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44092
44093         * modules/readutmp (Maintainer): Add myself.
44094
44095 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44096
44097         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
44098         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
44099         People who are still concerned with buggy memcmp implementations
44100         can invoke gl_FUNC_MEMCMP themselves.
44101
44102 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44103
44104         * lib/regex_internal.h (BITSET_WORD_BITS):
44105         Work around a bug in 64-bit PGC (before version 6.1-2), where the
44106         preprocessor mishandles large unsigned values as if they were signed.
44107         Problem reported by Claudio Fontana in
44108         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
44109
44110 2006-01-10  Jim Meyering  <jim@meyering.net>
44111
44112         Avoid the double-free (first in fts_read, second in fts_close) that
44113         would occur when an `active' directory is made inaccessible (e.g.,
44114         via chmod a-x) during a traversal.
44115         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
44116         before returning.  Reproduce this failure by
44117         mkdir -p a/b; cd a; chmod a-x . b
44118         Reported by Stavros Passas.
44119
44120         Sync from coreutils.
44121         * lib/sha1.c: Tweak grammar in a comment.
44122
44123 2006-01-10  Jim Meyering  <jim@meyering.net>
44124
44125         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
44126         Patch by Joerg Sonnenberger.
44127
44128 2006-01-10  Bruno Haible  <bruno@clisp.org>
44129
44130         * modules/readutmp: Depend on module free.
44131         * modules/strtok_r: Depend on module restrict.
44132
44133 2006-01-10  Bruno Haible  <bruno@clisp.org>
44134
44135         * modules/gettext (configure.ac): Add an invocation of
44136         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
44137
44138 2006-01-10  Bruno Haible  <bruno@clisp.org>
44139
44140         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
44141         Reported by Werner Lemberg <wl@gnu.org>.
44142
44143 2006-01-10  Bruno Haible  <bruno@clisp.org>
44144
44145         * lib/localcharset.c: Update from GNU gettext.
44146
44147 2006-01-10  Bruno Haible  <bruno@clisp.org>
44148
44149         * lib/argp.h (__const): Remove macro. Use const instead.
44150         * lib/argp-fmtstream.h (__const): Likewise.
44151         * lib/glob_.h (__const): Remove macro.
44152         * lib/glob-libc.h: Use const instead of __const.
44153
44154 2006-01-10  Bruno Haible  <bruno@clisp.org>
44155
44156         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
44157         variable.
44158         Needed to avoid an automake error regarding the 'gettext' module.
44159
44160 2006-01-09  Simon Josefsson  <jas@extundo.com>
44161
44162         * modules/inet_ntop (Depends-on): Add restrict.
44163
44164 2006-01-09  Simon Josefsson  <jas@extundo.com>
44165
44166         * modules/gc-rijndael-tests (License): Put under LGPL.
44167
44168         * modules/gc-des-tests (License): Likewise.
44169
44170         * modules/gc-arcfour-tests (License): Likewise.
44171
44172         * modules/gc-arctwo-tests (License): Likewise.
44173
44174         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
44175
44176         * modules/gc-hmac-sha1-tests (Files): Likewise.
44177
44178         * modules/gc-hmac-md5-tests (License): Likewise.
44179
44180         * modules/gc-sha1-tests (License): Likewise.
44181
44182         * modules/gc-md5-tests (License): Likewise.
44183
44184         * modules/gc-md4-tests (License): Likewise.
44185
44186         * modules/gc-md2-tests (License): Likewise.
44187
44188         * modules/gc-tests (License): Likewise.
44189
44190         * modules/des-tests (License): Likewise.
44191
44192         * modules/md4-tests (License): Likewise.
44193
44194         * modules/md2-tests (License): Likewise.
44195
44196 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44197
44198         Sync from coreutils:
44199
44200         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
44201         * modules/lib-ignore: New file.
44202         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
44203         chdir-safer.m4, lchmod.m4.
44204         * modules/openat: Add mkdirat.c, openat-priv.h.
44205
44206 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44207
44208         Sync from coreutils.
44209         * m4/lib-ignore.m4: New file.
44210         * m4/lchmod.m4: New file.
44211
44212 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44213
44214         Sync from coreutils.
44215         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
44216         for write access: POSIX says that must fail.
44217         * lib/fts.c (diropen): Likewise.
44218         * lib/save-cwd.c (save_cwd): Likewise.
44219         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
44220         well, for minor improvements on hosts that lack O_DIRECTORY.
44221         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
44222         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
44223         Fall back on chown if open failed with EACCES.
44224
44225         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
44226         Report an error at compile-time if only a 1-second nominal clock
44227         resolution is found.
44228
44229         * lib/lchmod.h: New file.
44230         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
44231         (make_dir_parents): Use lchown rather than chown, and
44232         lchmod rather than chmod.
44233
44234         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
44235         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
44236         "proc" reported by n0dalus.
44237
44238         * lib/mountlist.c: Include <limits.h>.
44239         (dev_from_mount_options)
44240         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
44241         New function.  It no longer assumes "dev=" has the System V meaning
44242         on Linux (since it doesn't).  It also parses "dev=" more carefully.
44243         (read_file_system_list)
44244         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
44245         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
44246         dev= in that case.
44247
44248         * lib/posixtm.h (PDS_PRE_2000): New macro.
44249         * lib/posixtm.c (year): Arg is now syntax_bits rather than
44250         allow_century.  All usages changed.  Reject dates outside the range
44251         1969-1999 if PDS_PRE_2000 is used.
44252
44253 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44254
44255         Sync from coreutils.
44256         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
44257         (Time of day items): Mention the possibility of leap seconds.
44258         Problem reported by Dr. David Alan Gilbert.
44259
44260 2006-01-09  Jim Meyering  <jim@meyering.net>
44261
44262         Sync from coreutils.
44263
44264         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
44265
44266         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
44267
44268         * lib/modechange.c (mode_compile): Reject an invalid mode string
44269         that starts with an octal digit.  From Andreas Gruenbacher.
44270
44271         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
44272         and dup to open_safer and dup_safer, respectively.
44273         (openat_permissive): Fix typo in comment.
44274
44275         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
44276         "gettext.h"; either no longer needed or are guaranteed by openat.h.
44277         (_): Remove; no longer needed.
44278         (openat): Renamed from rpl_openat; no need for rpl_openat
44279         since openat.h renames openat for us.
44280         Replace most of the body with a call to openat_permissive,
44281         to avoid duplicate code.
44282         Port to (probably hypothetical) environments were mode_t is
44283         wider than int.
44284         (openat_permissive): Require mode arg, so that we can check
44285         types better.  Put it just after flags.  Change cwd failure
44286         indicator from pointer-to-bool to pointer-to-errno-value.
44287         All callers changed.
44288         Invoke openat_save_fail and/or openat_restore_fail if
44289         cwd_errno is null, so that openat can call us.
44290         (openat_permissive, fdopendir, fstatat, unlinkat):
44291         Simplify errno handling to avoid some duplicate code,
44292         as it's OK to set errno on success.
44293         * lib/openat.h: Revamp code so that function macros depend on
44294         __OPENAT_PREFIX only, not also on AT_FDCWD.
44295         (openat_ro): Remove.  Caller changed to use openat_permissive.
44296         (openat_permissive): Now a macro, if not a function.
44297         (openat_restore_fail, openat_save_fail): Now always functions,
44298         since mkdirat needs them even if __OPENAT_PREFIX is defined.
44299
44300         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
44301         and openat.c.
44302         * lib/mkdirat.c: Include openat-priv.h.
44303         Remove definitions of macros defined therein.
44304         * lib/openat.c: Likewise.
44305
44306         * lib/mkdirat.c (mkdirat): New file and function.
44307         * lib/openat.h (mkdirat): Declare.
44308
44309         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
44310
44311         * lib/openat.h (openat_permissive): Declare.
44312         (openat_ro): Define.
44313
44314         * lib/openat.c (EXPECTED_ERRNO): New macro.
44315         (openat_permissive): New function -- used in remove.c rewrite.
44316         (all functions): Set errno just before returning, only if there
44317         was an actual failure.
44318         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
44319
44320         Emulate openat-family functions using Linux's procfs, if possible.
44321         Idea and some code based on Ulrich Drepper's glibc changes.
44322
44323         * lib/openat.c: (BUILD_PROC_NAME): New macro.
44324         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
44325         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
44326         before falling back on save_cwd and restore_cwd.
44327         (fdopendir, fstatat, unlinkat): Likewise.
44328
44329         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
44330         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
44331
44332         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
44333         as second argument to va_arg.  Otherwise, some versions of gcc
44334         warn that `if this code is reached, the program will abort'.
44335
44336 2006-01-09  Jim Meyering  <jim@meyering.net>
44337
44338         Sync from coreutils.
44339         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
44340         Require openat-priv.h.
44341
44342 2006-01-09  Bruno Haible  <bruno@clisp.org>
44343
44344         * modules/strnlen (Include): Use strnlen.h.
44345
44346 2006-01-09  Bruno Haible  <bruno@clisp.org>
44347
44348         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
44349
44350 2006-01-09  Bruno Haible  <bruno@clisp.org>
44351
44352         * lib/sysexit_.h (EX_OK): New macro.
44353         Suggested by Martin Lambers <marlam@marlam.de>.
44354
44355 2006-01-09  Bruno Haible  <bruno@clisp.org>
44356
44357         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
44358         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
44359
44360 2006-01-09  Bruno Haible  <bruno@clisp.org>
44361
44362         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
44363         numbers.
44364
44365 2006-01-09  Bruno Haible  <bruno@clisp.org>
44366
44367         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
44368         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
44369         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
44370         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
44371
44372 2006-01-09  Bruno Haible  <bruno@clisp.org>
44373
44374         * build-aux/javacomp.sh.in: New file, moved from lib/.
44375         * modules/javacomp-script (Files): Update.
44376         (configure.ac): Add AC_CONFIG_FILES invocation.
44377         (EXTRA_DIST): Remove variable.
44378
44379         * build-aux/javaexec.sh.in: New file, moved from lib/.
44380         * modules/javaexec (Files): Update.
44381         (configure.ac): Add AC_CONFIG_FILES invocation.
44382         (EXTRA_DIST): Remove javaexec.sh.in.
44383
44384         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
44385         * modules/csharpcomp-script (Files): Update.
44386         (configure.ac): Add AC_CONFIG_FILES invocation.
44387         (EXTRA_DIST): Remove variable.
44388
44389         * build-aux/csharpexec.sh.in: New file, moved from lib/.
44390         * modules/csharpexec (Files): Update.
44391         (configure.ac): Add AC_CONFIG_FILES invocation.
44392         (EXTRA_DIST): Remove csharpexec.sh.in.
44393
44394 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44395
44396         Sync from coreutils.
44397
44398         Add POSIX ACL support
44399         * lib/acl.h (copy_acl, set_acl): Add declarations.
44400         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
44401         systems other than Linux.
44402         (chmod_or_fchmod): New function: use fchmod when possible,
44403         and chmod otherwise.
44404         (file_has_acl): Add a POSIX ACL implementation, with a
44405         Linux-specific subcase.
44406         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
44407         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
44408         acls are unsupported.
44409         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
44410         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
44411         are unsupported.
44412
44413 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44414
44415         Sync from coreutils.
44416         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
44417
44418 2006-01-07  Bruno Haible  <bruno@clisp.org>
44419
44420         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
44421         gl_EARLY.
44422
44423 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44424
44425         * lib/strftime.c (tzname): Don't declare if it is already #defined.
44426         Problem reported for Mingw by Mark Junker.
44427
44428 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44429
44430         * README: Gnulib normally doesn't generate a tarball.
44431
44432 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
44433
44434         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
44435         long int, not int, for nanosecond counts, so that people who are
44436         used to POSIX struct timespec won't be surprised.  Reported by Jim
44437         Meyering.
44438
44439 2005-12-28  Bruno Haible  <bruno@clisp.org>
44440
44441         * build-aux/config.rpath: Update from GNU gettext.
44442
44443 2005-12-16  Jim Meyering  <jim@meyering.net>
44444
44445         * modules/fprintftime: New module.
44446         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
44447
44448 2005-12-16  Jim Meyering  <jim@meyering.net>
44449
44450         * m4/fprintftime.m4: New file.
44451
44452 2005-12-16  Jim Meyering  <jim@meyering.net>
44453
44454         * lib/fprintftime.c, lib/fprintftime.h: New files.
44455
44456 2005-12-15  Simon Josefsson  <jas@extundo.com>
44457
44458         * modules/socklen (configure.ac): Fix M4 macro name, to align with
44459         new m4/socklen.m4.
44460
44461 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44462
44463         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
44464         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
44465
44466 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44467
44468         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
44469         * lib/argp-help.c (fill_in_uparams): Check if the constructed
44470         struct uparams is valid. Fall back to the default values if it is
44471         not.
44472
44473 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44474
44475         * modules/argp (Files): Add argp-pin.c
44476         (Depends-on): dirname
44477         (lib_SOURCES): Add argp-pin.c
44478
44479 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44480
44481         * m4/argp.m4:  Check if program_invocation_name and
44482         program_invocation_short_name are declared and define appropriate
44483         macros if they are not.
44484
44485 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44486
44487         * lib/argp-help.c (__argp_base_name): New function
44488         (__argp_short_program_name): Rewrite using __argp_base_name
44489         * lib/argp-namefrob.h: Define program_invocation_name and
44490         program_invocation_short_name if requested
44491         (__argp_base_name): Add prototype
44492         * lib/argp-parse.c (argp_def): Use gettext wrappers
44493         (argp_default_parser): Use __argp_base_name
44494         * lib/argp-pin.c: New file. Defines program_invocation_name and
44495         program_invocation_short_name on systems that lack them.
44496
44497 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44498
44499         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
44500         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44501         porting problem reported by Georg Schwarz in
44502         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44503
44504 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44505
44506         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
44507         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44508         porting problem reported by Georg Schwarz in
44509         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44510
44511 2005-12-05  Bruno Haible  <bruno@clisp.org>
44512
44513         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
44514         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
44515         Reported by Mark Junker <mjscod@gmx.de>.
44516
44517 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
44518
44519         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
44520         Use implementation from Albert Chin, with some
44521         comments/corrections by Stepan Kasal and myself.
44522
44523 2005-12-02  Bruno Haible  <bruno@clisp.org>
44524
44525         * gnulib-tool (func_import): Accept GPLed build tool modules when
44526         --lgpl is given.
44527         * modules/csharpcomp-script: New file.
44528         * modules/csharpcomp: Depend on it.
44529         * modules/javacomp-script: New file.
44530         * modules/javacomp: Depend on it.
44531         Suggested by Simon Josefsson.
44532
44533 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
44534
44535         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
44536         statement, to work around an HP-UX 10.20 compiler bug reported by
44537         Peter O'Gorman.
44538
44539 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44540
44541         * modules/savedir (Depends-on): Add openat.
44542
44543 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44544
44545         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
44546         (uintmax_t) [defined uintmax_t]: Do not declare.
44547         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
44548         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
44549         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
44550         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
44551         sake of portability to weird hosts that C allows (though we don't
44552         know of any practical examples).
44553
44554         * lib/savedir.h (fdsavedir): New decl.
44555         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
44556         contains most of the former guts of savedir.
44557         (savedir): Use savedirstream.
44558         Include "openat.h".
44559
44560 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
44561
44562         * modules/obstack (Files): Add m4/ulonglong.m4.
44563         Problem reported by Davide Angelocola.
44564
44565 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
44566
44567         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
44568         coreutils no longer futzes with rounding modes.
44569
44570 2005-11-14  Jim Meyering  <jim@meyering.net>
44571
44572         * lib/mkstemp-safer.c: Include <config.h>, required for possible
44573         replacement of mkstemp.
44574
44575 2005-11-10  Simon Josefsson  <jas@extundo.com>
44576
44577         * lib/readline.c: Remove EOL.
44578
44579 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44580
44581         * modules/gethrxtime (Depends-on): Add gettime.
44582
44583 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44584
44585         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
44586         or gettimeofday; no longer needed.
44587
44588 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44589
44590         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
44591         time business.
44592         (gethrxtime) [! (HAVE_NANOUPTIME
44593         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
44594         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
44595         our own approximation.
44596
44597 2005-11-08  Eric Blake  <ebb9@byu.net>
44598
44599         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44600
44601 2005-11-08  Eric Blake  <ebb9@byu.net>
44602
44603         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44604
44605 2005-11-04  Bruno Haible  <bruno@clisp.org>
44606
44607         * gnulib-tool: Implement --update mode.
44608
44609 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44610
44611         Fix porting problem reported by Theodoros V. Kalamatianos.
44612         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
44613         Don't assume that futimes failing means we must fail.
44614
44615 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44616
44617         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
44618         variables to suggest the intended function of the PATH_MAX check.
44619
44620 2005-10-30  Kean Johnston  <jkj@sco.com>
44621
44622         Trivial changes to support SCO systems.
44623         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
44624         as PATH_MAX.
44625         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
44626         where __ptr is null when no I/O is pending.
44627
44628 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
44629
44630         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
44631         leave errno alone.  Problem reported by Dmitry V. Levin.
44632
44633 2005-10-28  Simon Josefsson  <jas@extundo.com>
44634
44635         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
44636         Test more.
44637
44638         * tests/test-gc-md2.c, tests/test-md2.c: New files.
44639
44640         * modules/md2, modules/md2-tests: New files.
44641
44642 2005-10-28  Simon Josefsson  <jas@extundo.com>
44643
44644         * m4/inet_ntop.m4: More tests.
44645
44646         * m4/gc-md2.m4, md2.m4: New file.
44647
44648 2005-10-28  Simon Josefsson  <jas@extundo.com>
44649
44650         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
44651         "restrict" keywords, as per POSIX.  Protect the function
44652         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
44653         Don't use K&R prototypes.  Check the sprintf return values.
44654         Re-define EAFNOSUPPORT if not present.  Indent.
44655
44656         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
44657         suggested by Bruno Haible <bruno@clisp.org>.
44658
44659         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
44660
44661         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
44662
44663         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
44664         libgcrypt).
44665
44666         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
44667
44668         * lib/md2.h, lib/md2.c: New files.
44669
44670 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
44671
44672         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
44673         errno alone.  Problem reported by Frederic Jolliton.
44674
44675 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
44676
44677         * modules/verify (License): Change from GPL to LGPL.  This is a
44678         tiny module and there are apparently near-equivalents that are
44679         under the BSD license.
44680
44681 2005-10-24  Simon Josefsson  <jas@extundo.com>
44682
44683         * modules/sha1: Relicense to LGPL.
44684
44685 2005-10-24  Simon Josefsson  <jas@extundo.com>
44686
44687         * lib/md4.h: Shrink buffer size, now that we changed the type.
44688
44689 2005-10-23  Simon Josefsson  <jas@extundo.com>
44690
44691         * gnulib-tool (func_import): Fix --tests-base.
44692
44693 2005-10-22  Simon Josefsson  <jas@extundo.com>
44694
44695         * modules/arcfour (Depends-on): Need stdint.
44696
44697 2005-10-22  Simon Josefsson  <jas@extundo.com>
44698
44699         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
44700         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
44701
44702 2005-10-22  Simon Josefsson  <jas@extundo.com>
44703
44704         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
44705         suggested by Bruno Haible <bruno@clisp.org>.
44706
44707 2005-10-22  Simon Josefsson  <jas@extundo.com>
44708
44709         * lib/crc.h: Include stddef.h, for size_t.
44710
44711 2005-10-22  Simon Josefsson  <jas@extundo.com>
44712
44713         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
44714         arcfour_context struct (simplify test vector testing in GNU
44715         Shishi).
44716
44717 2005-10-21  Simon Josefsson  <jas@extundo.com>
44718
44719         * modules/des, modules/des-tests: New files.
44720
44721         * modules/gc-des, modules/gc-des-tests: New files.
44722
44723         * tests/test-des.c, tests/test-gc-des.c: New file.
44724
44725 2005-10-21  Simon Josefsson  <jas@extundo.com>
44726
44727         * modules/arctwo, modules/arctwo-tests: New files.
44728
44729         * tests/test-arctwo.c: New file.
44730
44731         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
44732
44733         * tests/test-gc-arctwo.c: New file.
44734
44735 2005-10-21  Simon Josefsson  <jas@extundo.com>
44736
44737         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
44738         Bruno Haible <bruno@clisp.org>.
44739
44740         * m4/gc-des.m4: New file.
44741
44742 2005-10-21  Simon Josefsson  <jas@extundo.com>
44743
44744         * m4/arctwo.m4: New file.
44745
44746         * m4/gc-arctwo.m4: New file.
44747
44748 2005-10-21  Simon Josefsson  <jas@extundo.com>
44749
44750         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
44751         block.
44752
44753 2005-10-21  Simon Josefsson  <jas@extundo.com>
44754
44755         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
44756         <bruno@clisp.org>.
44757
44758         * lib/hmac-sha1.c (hmac_sha1): Likewise.
44759
44760         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
44761         Bruno Haible <bruno@clisp.org>.
44762
44763         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
44764         <bruno@clisp.org>.
44765
44766 2005-10-21  Simon Josefsson  <jas@extundo.com>
44767
44768         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
44769
44770 2005-10-21  Simon Josefsson  <jas@extundo.com>
44771
44772         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
44773
44774 2005-10-21  Simon Josefsson  <jas@extundo.com>
44775
44776         * lib/des.h, lib/des.c: New files.
44777
44778         * lib/gc-gnulib.c: Support DES.c
44779
44780 2005-10-21  Simon Josefsson  <jas@extundo.com>
44781
44782         * lib/arctwo.h, lib/arctwo.c: New files.
44783
44784         * lib/gc-gnulib.c: Support ARCTWO.
44785
44786 2005-10-21  Simon Josefsson  <jas@extundo.com>
44787
44788         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
44789         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44790
44791 2005-10-21  Simon Josefsson  <jas@extundo.com>
44792
44793         * gnulib-tool (func_import, func_create_testdir): Define automake
44794         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
44795         Makefile.am snippet),
44796         suggested by Bruno Haible <bruno@clisp.org>.
44797
44798         * modules/gc (Makefile.am): Use it.
44799
44800 2005-10-21  Bruno Haible  <bruno@clisp.org>
44801
44802         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
44803         patch.
44804
44805 2005-10-19  Simon Josefsson  <jas@extundo.com>
44806
44807         * tests/test-gc-rijndael.c: New file.
44808
44809         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
44810
44811 2005-10-19  Simon Josefsson  <jas@extundo.com>
44812
44813         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
44814         interface too.
44815
44816 2005-10-19  Simon Josefsson  <jas@extundo.com>
44817
44818         * tests/test-gc-arcfour.c: New file.
44819
44820         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
44821
44822 2005-10-19  Simon Josefsson  <jas@extundo.com>
44823
44824         * modules/gc-md4, modules/gc-md4-tests: New file.
44825
44826         * tests/test-gc-md4.c: New file.
44827
44828 2005-10-19  Simon Josefsson  <jas@extundo.com>
44829
44830         * m4/gc-md4.m4: New file.
44831
44832 2005-10-19  Simon Josefsson  <jas@extundo.com>
44833
44834         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
44835         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
44836         <kasal@ucw.cz>.
44837
44838 2005-10-19  Simon Josefsson  <jas@extundo.com>
44839
44840         * m4/gc-arcfour.m4: New file.
44841
44842         * m4/gc-rijndael.m4: New file.
44843
44844 2005-10-19  Simon Josefsson  <jas@extundo.com>
44845
44846         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
44847
44848 2005-10-19  Simon Josefsson  <jas@extundo.com>
44849
44850         * lib/gc-gnulib.c: Support ARCFOUR.
44851
44852 2005-10-19  Simon Josefsson  <jas@extundo.com>
44853
44854         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
44855         support.
44856
44857         * lib/gc.h: Add ECB enum type.
44858
44859         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
44860
44861 2005-10-18  Simon Josefsson  <jas@extundo.com>
44862
44863         * tests/test-md5.c: New file.
44864
44865         * modules/md5-tests: New file.
44866
44867 2005-10-18  Simon Josefsson  <jas@extundo.com>
44868
44869         * tests/test-md4.c: New file.
44870
44871         * modules/md4, modules/md4-tests: New files.
44872
44873 2005-10-18  Simon Josefsson  <jas@extundo.com>
44874
44875         * m4/md4.m4: New file.
44876
44877 2005-10-18  Simon Josefsson  <jas@extundo.com>
44878
44879         * lib/md4.h, lib/md4.c: New files, based on md5.?.
44880
44881 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
44882
44883         * gnulib-tool (func_create_testdir): Omit the second check whether
44884         BUILT_SOURCES in nonempty.
44885
44886 2005-10-17  Simon Josefsson  <jas@extundo.com>
44887
44888         * tests/test-rijndael.c: New file.
44889
44890 2005-10-17  Simon Josefsson  <jas@extundo.com>
44891
44892         * modules/sha1: Depend on stdint instead of md5.
44893
44894         * modules/md5: Depend on stdint, remove uint32_t.
44895
44896 2005-10-17  Simon Josefsson  <jas@extundo.com>
44897
44898         * modules/gc-sha1-tests: New file.
44899
44900         * tests/test-gc-sha1.c: New file.
44901
44902 2005-10-17  Simon Josefsson  <jas@extundo.com>
44903
44904         * m4/md5.m4: Remove call to uint32_t.m4.
44905
44906 2005-10-17  Simon Josefsson  <jas@extundo.com>
44907
44908         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
44909
44910         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
44911         md5.h.
44912
44913         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
44914
44915         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
44916
44917 2005-10-17  Simon Josefsson  <jas@extundo.com>
44918
44919         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
44920
44921 2005-10-17  Simon Josefsson  <jas@extundo.com>
44922
44923         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
44924
44925 2005-10-17  Simon Josefsson  <jas@extundo.com>
44926
44927         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
44928
44929         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
44930
44931 2005-10-17  Bruno Haible  <bruno@clisp.org>
44932
44933         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
44934         that it can also be used in a test.
44935
44936 2005-10-16  Bruno Haible  <bruno@clisp.org>
44937
44938         * gnulib-tool (func_emit_tests_Makefile_am): Also define
44939         TESTS_ENVIRONMENT, so that individual tests can augment it.
44940
44941         * gnulib-tool (func_create_testdir): Use an intermediate target for
44942         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
44943         macros, like $(ALLOCA_H), which cannot be passed through the command
44944         line.
44945
44946 2005-10-15  Simon Josefsson  <jas@extundo.com>
44947
44948         * modules/rijndael-tests: New file.
44949
44950         * modules/rijndael: New file.
44951
44952 2005-10-15  Simon Josefsson  <jas@extundo.com>
44953
44954         * m4/rijndael.m4: New file.
44955
44956 2005-10-15  Simon Josefsson  <jas@extundo.com>
44957
44958         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
44959
44960         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
44961
44962 2005-10-14  Simon Josefsson  <jas@extundo.com>
44963
44964         * tests/test-arcfour.c: New file.
44965
44966         * modules/arcfour, modules/arcfour-tests: New files.
44967
44968 2005-10-14  Simon Josefsson  <jas@extundo.com>
44969
44970         * m4/arcfour.m4: New file.
44971
44972 2005-10-14  Simon Josefsson  <jas@extundo.com>
44973
44974         * lib/arcfour.h, lib/arcfour.c: New files.
44975
44976 2005-10-14  Roland McGrath  <roland@redhat.com>
44977
44978         Import from libc.  [BZ #1331]
44979         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
44980         macro argument.
44981         Reported by Matej Vela <vela@debian.org>.
44982
44983 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
44984
44985         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
44986         include <wchar.h>; no longer needed.
44987
44988 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
44989
44990         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
44991
44992 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
44993         and  Ulrich Drepper  <drepper@redhat.com>
44994
44995         Import from libc.
44996         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
44997         instead of inline stream orientation test and two separate
44998         function calls.  Pay no attention to USE_IN_LIBIO.
44999
45000 2005-10-13  Simon Josefsson  <jas@extundo.com>
45001
45002         * modules/gc-hmac-md5-tests: New file.
45003
45004         * tests/test-gc-hmac-sha1.c: New file.
45005
45006         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
45007
45008         * modules/gc-hmac-md5-tests: New file.
45009
45010         * tests/test-gc-md5.c: New file.
45011
45012         * modules/gc-md5-tests: New file.
45013
45014 2005-10-13  Simon Josefsson  <jas@extundo.com>
45015
45016         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
45017         Move memory allocation outside of loop.
45018
45019 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
45020
45021         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
45022         intermediate directory is in a read-only file system.  Problem
45023         reported by Eric Blake.
45024
45025 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
45026
45027         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
45028
45029 2005-10-12  Simon Josefsson  <jas@extundo.com>
45030
45031         * tests/test-hmac-sha1.c: New file.
45032
45033         * modules/hmac-sha1-tests: New file.
45034
45035         * modules/hmac-sha1: New file.
45036
45037 2005-10-12  Simon Josefsson  <jas@extundo.com>
45038
45039         * modules/gc-sha1: New file.
45040
45041 2005-10-12  Simon Josefsson  <jas@extundo.com>
45042
45043         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
45044
45045         * tests/test-gc-pbkdf2-sha1.c: New file.
45046
45047 2005-10-12  Simon Josefsson  <jas@extundo.com>
45048
45049         * modules/gc-md5, modules/gc-hmac-md5: New files.
45050
45051         * modules/gc (Files): Remove md5, memxor and hmac files.
45052
45053 2005-10-12  Simon Josefsson  <jas@extundo.com>
45054
45055         * m4/gc-pbkdf2-sha1.m4: New file.
45056
45057         * m4/gc-hmac-sha1.m4: New file.
45058
45059         * m4/gc-sha1: New file.
45060
45061         * m4/hmac-sha1.m4: New file.
45062
45063 2005-10-12  Simon Josefsson  <jas@extundo.com>
45064
45065         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
45066
45067         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
45068
45069 2005-10-12  Simon Josefsson  <jas@extundo.com>
45070
45071         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
45072         suggested by Bruno Haible <bruno@clisp.org>.
45073
45074 2005-10-12  Simon Josefsson  <jas@extundo.com>
45075
45076         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
45077
45078 2005-10-12  Simon Josefsson  <jas@extundo.com>
45079
45080         * lib/gc-pbkdf2-sha1.c: New file.
45081
45082         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
45083
45084 2005-10-12  Simon Josefsson  <jas@extundo.com>
45085
45086         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
45087
45088         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
45089
45090 2005-10-12  Simon Josefsson  <jas@extundo.com>
45091
45092         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
45093         GC_USE_HMAC_MD5, respectively.
45094
45095         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
45096         (gc_md5): Fix typo.
45097
45098         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
45099
45100         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
45101
45102         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
45103
45104 2005-10-12  Bruno Haible  <bruno@clisp.org>
45105
45106         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
45107         Reported by Stepan Kasal <kasal@ucw.cz>.
45108
45109 2005-10-11  Simon Josefsson  <jas@extundo.com>
45110
45111         * tests/test-crc.c: New file.
45112
45113         * modules/crc, modules/crc-tests: New files.
45114
45115 2005-10-11  Simon Josefsson  <jas@extundo.com>
45116
45117         * m4/crc.m4: New file.
45118
45119 2005-10-11  Simon Josefsson  <jas@extundo.com>
45120
45121         * lib/gc.h: Add gc_hash and gc_hash_buffer.
45122
45123         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
45124
45125         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
45126
45127 2005-10-11  Simon Josefsson  <jas@extundo.com>
45128
45129         * lib/crc.h, lib/crc.c: New files.
45130
45131         * lib/gc.h (gc_hash_buffer): Add doc.
45132
45133 2005-10-11  Bruno Haible  <bruno@clisp.org>
45134
45135         * modules/c-strcasestr: New file.
45136         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
45137
45138 2005-10-11  Bruno Haible  <bruno@clisp.org>
45139
45140         * modules/c-strcase: New file.
45141         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
45142
45143 2005-10-11  Bruno Haible  <bruno@clisp.org>
45144
45145         * lib/strcasecmp.c: Include limits.h.
45146         (strcasecmp): Avoid integer overflow on exotic platforms.
45147         * lib/strncasecmp.c: Include limits.h.
45148         (strncasecmp): Avoid integer overflow on exotic platforms.
45149         Reported by Paul Eggert.
45150
45151 2005-10-11  Bruno Haible  <bruno@clisp.org>
45152
45153         * lib/c-strcasestr.h: New file, from GNU gettext.
45154         * lib/c-strcasestr.c: New file, from GNU gettext.
45155
45156 2005-10-11  Bruno Haible  <bruno@clisp.org>
45157
45158         * lib/c-strcase.h: New file, from GNU gettext.
45159         * lib/c-strcasecmp.c: New file, from GNU gettext.
45160         * lib/c-strncasecmp.c: New file, from GNU gettext.
45161
45162 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
45163
45164         * modules/mempcpy (License): GPL -> LGPL.
45165         * modules/strchrnul (License): Likewise.
45166         * modules/sysexits (License): Likewise.
45167
45168 2005-10-08  Simon Josefsson  <jas@extundo.com>
45169
45170         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
45171
45172 2005-10-07  Simon Josefsson  <jas@extundo.com>
45173
45174         * m4/memxor.m4: Remove gl_C_RESTRICT call.
45175
45176 2005-10-06  Simon Josefsson  <jas@extundo.com>
45177
45178         * tests/test-hmac-md5.c: New file.
45179
45180         * modules/hmac-md5-tests: New file.
45181
45182         * modules/hmac-md5: New file.
45183
45184 2005-10-06  Simon Josefsson  <jas@extundo.com>
45185
45186         * m4/hmac-md5.m4: New file.
45187
45188         * m4/memxor.m4: Require gl_C_RESTRICT.
45189
45190 2005-10-06  Simon Josefsson  <jas@extundo.com>
45191
45192         * lib/memxor.c (memxor): Avoid casts and warnings.
45193
45194 2005-10-06  Simon Josefsson  <jas@extundo.com>
45195
45196         * lib/hmac-md5.c: New file.
45197
45198         * lib/hmac.h: New file.
45199
45200 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
45201
45202         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
45203         promotes to int, not unsigned int, to catch the AIX 5.3
45204         compiler bug.
45205
45206 2005-10-05  Simon Josefsson  <jas@extundo.com>
45207
45208         * modules/memxor: New file.
45209
45210         * modules/iconv (Files): Move config.rpath to havelib, it is used
45211         there.
45212
45213         * modules/havelib (Files): Add config.rpath.
45214
45215 2005-10-05  Simon Josefsson  <jas@extundo.com>
45216
45217         * m4/memxor.m4: New file.
45218
45219 2005-10-05  Simon Josefsson  <jas@extundo.com>
45220
45221         * lib/memxor.c (memxor): Fix compiler error.
45222
45223         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
45224         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
45225
45226         * lib/memxor.h, lib/memxor.c: New files.
45227
45228         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
45229         we assume all systems have it, suggested by Jim Meyering
45230         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
45231         any systems lack sys/socket.h; mingw32 is known to lack it, but we
45232         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
45233         same reasons.
45234
45235 2005-10-05  Simon Josefsson  <jas@extundo.com>
45236
45237         * config/srclist.txt: Add glibc bug 1423 for md5.h.
45238
45239 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
45240
45241         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
45242         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
45243         needed, since the source code now assumes these .h files.
45244
45245 2005-10-05  Derek Price  <derek@ximbiot.com>
45246
45247         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
45248
45249 2005-10-05  Bruno Haible  <bruno@clisp.org>
45250
45251         * modules/stdint (License): Change to LGPL.
45252
45253 2005-10-04  Simon Josefsson  <jas@extundo.com>
45254
45255         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
45256         D. Baushke" <mdb@gnu.org>.
45257
45258 2005-10-04  Bruno Haible  <bruno@clisp.org>
45259
45260         * lib/verify.h (verify_true): Provide alternative definition for C++.
45261
45262 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
45263
45264         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
45265         (SSIZE_MAX): New macro, if not already defined.
45266         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
45267         than 2 GiB.
45268
45269 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45270
45271         Sync from coreutils.
45272         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
45273         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
45274         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
45275         ULLONG_MAX doesn't work with 2.7.2.1.
45276
45277 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45278
45279         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
45280         From Ben Pfaff.
45281
45282         * modules/exclude (Depends-on): Depend on verify.
45283         * modules/strtoimax (Depends-on): Likewise.
45284         * modules/utimecmp (Depends-on): Likewise.
45285
45286 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45287
45288         * lib/exclude.c: Include verify.h.
45289         (verify): Remove.  All callers changed to use verify.h's version.
45290         * lib/strtoimax.c: Likewise.
45291         * lib/utimecmp.c: Likewis.e
45292
45293         Sync from coreutils.
45294         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
45295         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
45296         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
45297         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
45298         bother returning ENOSYS if settimeofday or stime fails; just let
45299         them return whatever errno they want to return.
45300         * lib/utimens.c: Include unistd.h, for dup2.
45301         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
45302         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
45303
45304 2005-10-02  Jim Meyering  <jim@meyering.net>
45305
45306         Sync from coreutils.
45307         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
45308         from glibc-2.2.5 that fails for read-only files.
45309
45310 2005-10-02  Jim Meyering  <jim@meyering.net>
45311
45312         Sync from coreutils.
45313         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
45314         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
45315         `#if HAVE_CONFIG_H'.
45316         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
45317         Remove AT_FDCWD test.
45318         Do not consume the fd unless successful.
45319         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
45320         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
45321         block, so that we don't even try to compile it if settimeofday is
45322         available.  This works around a compilation failure on OSF1 V5.1,
45323         due to stime requiring a `long int*' while tv_sec is `int'.
45324
45325 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
45326
45327         Sync from coreutils.
45328         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
45329         against `yes', rather than just testing for nonempty.
45330
45331 2005-10-01  Simon Josefsson  <jas@extundo.com>
45332
45333         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
45334         and Darwin.
45335
45336         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
45337         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
45338         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
45339         freeaddrinfo and gai_strerror are declared by the POSIX headers.
45340         Check if struct addrinfo is declared.
45341
45342 2005-10-01  Simon Josefsson  <jas@extundo.com>
45343
45344         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
45345         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
45346         AI_* and EAI_* definitions.  Protect function declarations.
45347
45348 2005-10-01  Jim Meyering  <jim@meyering.net>
45349
45350         Sync from coreutils.
45351
45352         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
45353         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
45354         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
45355         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45356         in the inet and nsl libraries.  Required on Solaris 5.7.
45357
45358 2005-10-01  Jim Meyering  <jim@meyering.net>
45359
45360         Sync from coreutils.
45361         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45362         in the inet and nsl libraries.  Required on Solaris 5.7.
45363
45364 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
45365
45366         * lib/getdelim.c (getdelim): Remove unused variables.
45367
45368 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
45369
45370         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
45371         so that the code works even with ancient cpp.  Portability problem
45372         with GCC 2.7.2.1 reported by Thomas M.Ott.
45373
45374 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
45375
45376         * modules/regex (Depends-on): Add strcase.
45377
45378         * modules/gethostname (Licence): Change from GPL to LGPL, since
45379         gethostname.c is a trivial implementation of a standard library
45380         function.
45381         * modules/poll (License): Change from GPL to LGPL, since it's
45382         derived from LGPL code.
45383
45384 2005-09-27  Jim Meyering  <jim@meyering.net>
45385
45386         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
45387         HAVE_CONFIG_H.
45388
45389         * lib/intprops.h (signed_type_or_expr__): Define.
45390         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
45391         for unsigned types.
45392
45393 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
45394
45395         * lib/verify.h (verify_expr): Remove, replacing with:
45396         (verify_true): New macro that returns true instead of void.
45397         (verify_type__): Remove.
45398         (verify): Use verify_true rather than verify_type__.
45399
45400 2005-09-26  Bruno Haible  <bruno@clisp.org>
45401
45402         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
45403         is necessary.
45404         (lib_SOURCES): Remove mbchar.c.
45405         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
45406         (Files): Add m4/mbrtowc.m4.
45407         * modules/mbiter: Likewise.
45408         * modules/mbuiter: Likewise.
45409
45410 2005-09-26  Bruno Haible  <bruno@clisp.org>
45411
45412         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
45413         compile mbchar.c if they are not both present.
45414         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
45415         * m4/mbiter.m4 (gl_MBITER): Likewise.
45416         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
45417         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
45418         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
45419
45420 2005-09-25  Jim Meyering  <jim@meyering.net>
45421
45422         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
45423         also uses socklen_t.
45424
45425 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
45426
45427         * lib/utimens.c (ENOSYS): Define if not already defined.
45428         (futimens): Support having a null PATH if the file descriptor
45429         is nonnegative.
45430
45431         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
45432         Remove.
45433         (__attribute): Define to empty unless GCC 3.1 or later.
45434         This works around a core dump on OpenBSD 3.4, which has GCC
45435         2.95.3, which dumps core when given __attribute__(()).  It also
45436         simplifies other tests, since we really don't want to bother with
45437         worrying about which ancient version of GCC supported what.
45438         Original problem reported by Yoann Vandoorselaere, with part of
45439         the fix suggested by Derek Price.
45440
45441 2005-09-24  Jim Meyering  <jim@meyering.net>
45442
45443         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
45444         so we can once again use a positive bitfield width of 1 -- now we
45445         don't have to explain why we were using a bitfield width of 2.
45446
45447 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45448
45449         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
45450         and similarly for the other external symbols.  Problem reported
45451         by James Gallager.
45452
45453         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
45454         bug reported by Jim Meyering.
45455
45456         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
45457         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
45458         not needed, since socklen is a prerequisite module.
45459
45460 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45461
45462         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
45463         Problem reported by Eric Blake.
45464         (getaddrinfo): Initialize se so that it's not garbage.
45465         Redo internal storage allocation so that it doesn't make unportable
45466         assumptions about alignment.
45467         Fix a memory leak.
45468
45469         * lib/utimens.c (futimens): Use futimesat if available.
45470         Prefer it to futimes since it doesn't have the futimes bug.
45471
45472         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
45473         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
45474         Instead, declare a function that returns a pointer to an array,
45475         and use verify_type__ to declare the size of the array.
45476         Problem and germ of a solution reported by Bruno Haible.
45477         (verify_type__): Use 2, not 1, for bitfield size, to avoid
45478         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
45479
45480 2005-09-23  Jim Meyering  <jim@meyering.net>
45481
45482         Sync from coreutils.
45483         Correct build failure (socklen_t not defined) on at least
45484         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
45485         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
45486
45487 2005-09-23  Jim Meyering  <jim@meyering.net>
45488
45489         * modules/getaddrinfo (Depends-on): Add socklen.
45490
45491 2005-09-23  Bruno Haible  <bruno@clisp.org>
45492
45493         * tests/test-verify.c: New file.
45494
45495 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45496
45497         Sync from coreutils.
45498
45499         * modules/argmatch (Depends-on): Add verify.
45500         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
45501         unistd-safer.
45502         * modules/save-cwd (Depends-on): Likewise.
45503
45504         * modules/openat (Files): Add lib/openat-die.c.
45505         (Depends-on): Remove error, exitfail.
45506         Add dirname.
45507
45508         * modules/verify: New file.
45509         * MODULES.html.sh (Diagnostics <assert.h>): New section,
45510         with "verify" module.
45511
45512 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45513
45514         Sync from coreutils.
45515
45516         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
45517         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
45518         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
45519         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
45520         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
45521         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
45522         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
45523         Don't bother checking for string.h, stdlib.h, unistd.h.
45524         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
45525         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
45526         module's job.
45527         * m4/jm-macros.m4 (gl_MACROS): Likewise.
45528         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
45529
45530         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
45531         (gl_GETDATE): Use it.
45532
45533         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
45534
45535 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45536
45537         Sync from coreutils.
45538
45539         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
45540         stat-time.h.
45541         * lib/argmatch.h: Include verify.h
45542         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
45543         (ARGMATCH_ASSERT): Remove; unused.
45544         * lib/canonicalize.c: Assume STDC_HEADERS.
45545         * lib/exclude.c: Include "strcase.h".
45546         * lib/regex_internal.h [!defined _LIBC]: Likewise.
45547         * lib/getusershell.c: Include stdio--.h rather than stdio.h
45548         and stdio-safer.h.
45549         (getusershell): Call fopen, not fopen_safer.
45550         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
45551         Do not include unistd-safer.h.
45552         (save_cwd): Don't call fd_safer; no longer needed
45553         now that we include fcntl--.h.
45554
45555         * lib/getdate.y (relative_time): New type.
45556         (RELATIVE_TIME_0): New constant.
45557         (parser_control): Use relative_time instead of doing it ourselves.
45558         (%union): Add new relative_time rel member.
45559         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
45560         Now typeless.
45561         (relunit, relunit_snumber): Now of type rel.
45562         (zone, rel, relunit, get_date): Adjust to above changes.
45563
45564         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
45565         Do not include unistd-safer.h.
45566         (getloadavg): Don't call fd_safer; no longer needed
45567         now that we include fcntl--.h.
45568
45569         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
45570         (make_dir_parents): Treat ENOSYS like EEXIST.
45571
45572         Improve quality of diagnostics on restore_cwd failure.
45573         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
45574         (make_dir_parents): Last arg is now int * (for errno), not bool *.
45575         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
45576         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
45577         each time through the loop.  Do not diagnose restore_cwd failure;
45578         that is the caller's job (and perhaps the caller does not care).
45579
45580         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
45581         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
45582         If the file already exists but is not a directory, don't bother
45583         to try to make its parents.
45584         Close potential file descriptor leak if we can't chdir("/") (!).
45585         Don't always return true if chdir($PWD) fails; return true only
45586         if the requested action was done successfully (except for the
45587         chdir($PWD)).
45588         Don't log final directory unless we actually made it.
45589         Refactor to avoid duplicate code to fix up permissions.
45590         Don't attempt to fix up parent permissions if chdir($PWD) fails.
45591
45592         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
45593         to make it a bit faster and (I hope) clearer.
45594         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
45595         Fix bug in formats like %2N.
45596
45597         * lib/verify.h: New file.
45598
45599 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45600
45601         Sync from coreutils.
45602         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
45603
45604 2005-09-22  Jim Meyering  <jim@meyering.net>
45605
45606         Sync from coreutils.
45607
45608         * m4/lstat.m4 (gl_FUNC_LSTAT):
45609         Use AC_LIBSOURCES to require lstat.c and lstat.h.
45610         Remove obsolete comment.
45611         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
45612         * m4/xstrtod.m4: Likewise.
45613
45614         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
45615
45616 2005-09-22  Jim Meyering  <jim@meyering.net>
45617
45618         Sync from coreutils.
45619
45620         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
45621
45622         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
45623         the .tm_year member, since otherwise gcc-4.0 would now warn about
45624         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
45625
45626         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
45627         order to avoid an unsuppressible warning from gcc on 64-bit systems.
45628
45629         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
45630         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
45631         when run in a time zone for which daylight savings time is in effect
45632         for the starting date.
45633
45634         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
45635         stop us from restricting permissions of just-created absolute-named
45636         directories.
45637         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
45638         to restore initial working directory.
45639         * lib/mkdir-p.c (make_dir_parents): New parameter:
45640         different_working_dir, to tell caller if/when we change the working
45641         directory and are unable to return to the initial one.
45642         * lib/mkdir-p.h (make_dir_parents): Update prototype.
45643         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
45644         `return false'.  This fixes a bug introduced on 2004-07-30.
45645
45646         * lib/openat.c (fdopendir): Be sure to close the supplied
45647         file descriptor before returning.  This makes our replacement
45648         implementation a little closer to Solaris's, where fdopendir
45649         ties the file descriptor to the returned DIR* pointer.
45650         * lib/openat.c (unlinkat): New function.
45651         * lib/openat.h (unlinkat): Add prototype.
45652         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
45653         (openat_restore_fail): Rename from openat_restore_die.
45654         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
45655
45656         Provide an alternative to exiting immediately upon save_cwd or
45657         restore_cwd failure.  Now, an application can arrange e.g.,
45658         to perform a longjump in that case.
45659         * lib/openat.c: Include dirname.h.
45660         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
45661         (rpl_openat, fdopendir, fstatat): Call openat_save_die
45662         and openat_restore_die rather than calling error directly.
45663         Don't include "error.h" or "exitfail.h"; they're no longer needed.
45664
45665         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
45666         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
45667         define.
45668
45669         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
45670         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
45671                             int utc, int nanoseconds);
45672         Background:
45673         date should not have to allocate a megabyte of virtual memory to
45674         handle a format argument like +%1048575T.  When implemented with
45675         strftime, it must allocate such a buffer, use strftime to fill it
45676         in, print it, then free it.
45677         With fprintftime, it simply prints everything and exits.
45678         With no need for memory allocation, that's one fewer way to fail.
45679         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
45680         optional field width, not before, so we accept %9:z, not %:9z.
45681         (my_strftime): Be sure to use L_('x') for literals.
45682
45683         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
45684         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
45685         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
45686         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
45687         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
45688         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
45689         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
45690         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
45691         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
45692         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
45693         * lib/xgethostname.c, lib/xreadlink.c:
45694         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
45695
45696         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
45697         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
45698         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
45699         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
45700         and don't include <sys/file.h>).
45701
45702 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
45703
45704         Sync from coreutils.
45705
45706         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
45707         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
45708         [!LDAV_DONE]: Avoid unused variable warning.
45709
45710 2005-09-21  Bruno Haible  <bruno@clisp.org>
45711
45712         * lib/unicodeio.h (unicode_to_mb): New declaration.
45713
45714 2005-09-20  Derek Price  <derek@ximbiot.com>
45715
45716         * lib/getaddrinfo.c: Don't include <netdb.h> included from
45717         getaddrinfo.h.
45718
45719 2005-09-20  Bruno Haible  <bruno@clisp.org>
45720
45721         * gnulib-tool: Remove trailing slashes from the values specified for
45722         --source-base, --m4-base, --tests-base, --aux-dir.
45723         Suggested by Simon Josefsson <jas@extundo.com>.
45724
45725 2005-09-20  Bruno Haible  <bruno@clisp.org>
45726
45727         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
45728         func_modules_to_filelist, func_import, func_create_testdir): Make all
45729         sorting results locale-independent, so that gnulib-cache.m4 doesn't
45730         change when gnulib-tool is invoked in a different locale.
45731
45732 2005-09-19  Simon Josefsson  <jas@extundo.com>
45733
45734         * m4/socklen.m4: Fix typo.
45735
45736 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45737
45738         Use a consistent style for including <config.h>.
45739         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
45740         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
45741         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
45742         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
45743         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
45744         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
45745         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
45746         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
45747         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
45748         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
45749         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
45750         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
45751         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
45752         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
45753         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
45754         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
45755         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
45756         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
45757         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
45758         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
45759         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
45760         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
45761         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
45762         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
45763         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
45764         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
45765         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
45766         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
45767         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
45768         lib/xstrtoumax.c, lib/yesno.c:
45769         Standardize inclusion of config.h.
45770         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
45771         lib/inttostr.h:  Removed inclusion of config.h from header files.
45772         * lib/inttostr.c:  Adjusted in-tree users.
45773         * lib/timespec.h: Remove superfluous warning to include config.h.
45774         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
45775         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
45776         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
45777         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
45778         config.h with HAVE_CONFIG_H.
45779
45780 2005-09-19  Jim Meyering  <jim@meyering.net>
45781
45782         * modules/pathmax (License): Change to LGPL.
45783
45784 2005-09-19  Derek Price  <derek@ximbiot.com>
45785
45786         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
45787
45788 2005-09-19  Bruno Haible  <bruno@clisp.org>
45789
45790         * gnulib-tool (import): Provide default for --tests-base.
45791
45792 2005-09-19  Bruno Haible  <bruno@clisp.org>
45793
45794         * doc/quote.texi: New file, extracted from gnulib.texi.
45795         * doc/ctime.texi: New file, extracted from gnulib.texi.
45796         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
45797         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
45798         * doc/gnulib.texi: Include them.
45799
45800 2005-09-18  Bruno Haible  <bruno@clisp.org>
45801
45802         Portability fix.
45803         * gnulib-tool (func_readlink): New function.
45804         (func_ln_if_changed): Use it.
45805
45806 2005-09-18  Bruno Haible  <bruno@clisp.org>
45807
45808         * gnulib-tool: Support --with-tests also with --import.
45809         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
45810         (func_import): Use variables $testsbase and $inctests. Emit a
45811         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
45812         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
45813         SUBDIRS += $testsdir.
45814         (func_create_testdir): Update.
45815
45816 2005-09-18  Bruno Haible  <bruno@clisp.org>
45817
45818         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
45819         instead of $dry_run.
45820         (func_cp_if_changed, func_mv_if_changed): Remove functions.
45821         (func_ln_if_changed): Don't handle dry-run here.
45822         (func_import): In dry-run mode, detect more precisely which actions
45823         would be performed, and don't use "...ing" verbs.
45824
45825 2005-09-18  Bruno Haible  <bruno@clisp.org>
45826
45827         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
45828         (func_import): Use join on two temporary files instead of three nested
45829         loops, in order to determine which files are new or old.
45830
45831 2005-09-18  Bruno Haible  <bruno@clisp.org>
45832
45833         * gnulib-tool (func_import): Comment out code that spits out the
45834         new files with --dry-run.
45835
45836 2005-09-18  Bruno Haible  <bruno@clisp.org>
45837
45838         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
45839
45840 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
45841
45842         * lib/stat-time.h: New file.
45843         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
45844         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
45845         in a different way.
45846         (timespec_cmp): New function.
45847         * lib/utimecmp.c: Include stat-time.h.
45848         (SYSCALL_RESOLUTION): Depend on whether various struct stat
45849         members exist, not on the obsolescent ST_MTIM_NSEC.
45850         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
45851
45852 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
45853
45854         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
45855
45856 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
45857
45858         * MODULES.html.sh (File system functions): Add stat-time.
45859         * modules/stat-time: New file.
45860         * modules/timespec (Files): Remove m4/st_mtim.m4; this
45861         is now done in a different way, by the stat-time module.
45862         * modules/utimecmp (Depends-on): Add stat-time.
45863
45864 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
45865
45866         * m4/st_mtim.m4: Remove.  Superseded by...
45867         * m4/stat-time.m4: New file.
45868         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
45869         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
45870
45871 2005-09-15  Derek Price  <derek@ximbiot.com>
45872
45873         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
45874
45875 2005-09-15  Derek Price  <derek@ximbiot.com>
45876
45877         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
45878         * lib/regex_internal.c: Ditto, using this...
45879         (__GNUC_PREREQ): ...new macro.
45880         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
45881         using...
45882         (__GNUC_PREREQ): ...this new macro.
45883
45884         * lib/strstr.h: Include string.h. Define strstr as a macro here.
45885
45886 2005-09-15  Derek Price  <derek@ximbiot.com>
45887             Paul Eggert  <eggert@cs.ucla.edu>
45888
45889         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
45890         changes, consolidating in...
45891         * lib/regex_internal.h: ...this file.
45892
45893 2005-09-13  Jim Meyering  <jim@meyering.net>
45894
45895         * lib/canon-host.c: Filter through gnu indent and reword comments
45896         slightly.
45897         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
45898
45899 2005-09-13  Derek Price  <derek@ximbiot.com>
45900
45901         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
45902         failure.
45903         Reported by Jim Meyering  <jim@meyering.net>.
45904
45905 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45906
45907         * lib/base64.c: Typo.
45908         (base64_encode): Put b64str in initialized data section.
45909
45910 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
45911
45912         Merge glibc and coreutils changes into gnulib, plus a few
45913         extra fixes.
45914         * lib/md5.c: Use #error rather than a string.
45915         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
45916         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
45917         (__attribute__): Define to empty for non recent-GCC.
45918         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
45919         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
45920         Renamed from their non-__ counterparts, with new macros replacing
45921         them if not _LIBC.  Add __THROW attribute.
45922         (rol): Remove.
45923         (struct md5_ctx): Align buffer if using GCC.
45924         * lib/sha1.h (struct sha1_ctx): Likewise.
45925         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
45926         The old name was backwards.
45927         (NOTSWAP): Remove; not used.
45928         (rol): New macro, moved here from md5.h.
45929         (sha1_process_block): Remove a FIXME that doesn't make sense.
45930
45931 2005-09-12  Derek Price  <derek@ximbiot.com>
45932
45933         Return usable errors from canon-host.
45934         * lib/canon-host.h: New file.
45935         * lib/canon-host.c (canon_host): Wrap...
45936         (canon_host_r): ...this new function, which now relies exclusively on
45937         getaddrinfo.
45938         (ch_strerror): New function.
45939         (last_cherror): New global.
45940         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
45941         interface.
45942         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
45943         void *.
45944         (freeaddrinfo): Free ai->ai_canonname when set.
45945
45946 2005-09-12  Derek Price  <derek@ximbiot.com>
45947
45948         Make canon-host require getaddrinfo.
45949         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
45950         AC_LIBSOURCE canon-host.h.  Call...
45951         (gl_PREREQ_CANON_HOST): ...this new function, which requires
45952         gl_GETADDRINFO.
45953         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
45954
45955 2005-09-12  Derek Price  <derek@ximbiot.com>
45956
45957         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
45958         LGPL.
45959         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
45960
45961 2005-09-12  Derek Price  <derek@ximbiot.com>
45962
45963         * lib/gai_strerror.c: Include config.h when available.  Include
45964         getaddrinfo.h before other headers to test interface.
45965         Reported by Larry Jones <lawrence.jones@ugs.com>.
45966
45967 2005-09-12  Derek Price  <derek@ximbiot.com>
45968             Paul Eggert  <eggert@cs.ucla.edu>
45969
45970         * modules/glob (Files): Add glob-libc.h.
45971
45972 2005-09-12  Derek Price  <derek@ximbiot.com>
45973             Paul Eggert  <eggert@cs.ucla.edu>
45974
45975         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
45976         glob_.h, glob-libc.h.
45977         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
45978
45979 2005-09-12  Derek Price  <derek@ximbiot.com>
45980             Paul Eggert  <eggert@cs.ucla.edu>
45981
45982         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
45983         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
45984         protecting things that should be done only in gnulib contexts.
45985         * lib/glob_.h: New file, containing only the glob things needed for
45986         gnulib.
45987         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
45988         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
45989         (glob, globfree, glob_pattern_p): Now defined simply in terms of
45990         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
45991         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
45992         and to respect the namespace rules better.
45993
45994 2005-09-08  Simon Josefsson  <jas@extundo.com>
45995
45996         * modules/socklen: New file.
45997
45998 2005-09-08  Simon Josefsson  <jas@extundo.com>
45999
46000         * m4/socklen.m4: New file.
46001
46002 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46003
46004         * modules/utimens (Files): Add m4/utimbuf.m4, since
46005         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
46006         Reported by Sergey Poznyakoff.
46007
46008 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46009
46010         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
46011         definitions, since that's the preferred style in glibc.
46012         Fix a minor spacing issue, and update copyright notice to match
46013         glibc's.
46014
46015 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46016
46017         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
46018
46019 2005-09-06  Simon Josefsson  <jas@extundo.com>
46020
46021         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
46022         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
46023
46024 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46025
46026         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
46027         warning.
46028
46029 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46030
46031         * config/srclist.txt: Add glibc bug 1302.
46032
46033 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
46034
46035         Change bitset word type from unsigned int to unsigned long int,
46036         as this has better performance on typical 64-bit hosts.
46037         Port bitset code to hosts with unusual word sizes.
46038         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
46039         (build_collating_symbol):
46040         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
46041         argument is a bitset.  This is merely a style issue, but it makes
46042         it clearer that an entire array is expected.
46043         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
46044         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
46045         Port to the case where bitset_word is not the same as unsigned int.
46046         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46047         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
46048         Likewise.
46049         * lib/regexec.c (check_dst_limits_calc_pos_1,
46050         check_subexp_matching_top):
46051         (build_trtable, group_nodes_into_DFAstates):
46052         Likewise.
46053         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
46054         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
46055         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
46056         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
46057         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
46058         * lib/regcomp.c (optimize_subexps, lower_subexp):
46059         Work even if bitset_word has holes in its bitwise representation.
46060         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
46061         * lib/regexec.c (check_dst_limits_calc_pos_1,
46062         check_subexp_matching_top):
46063         Likewise.
46064         * lib/regex_internal.c (re_string_reconstruct):
46065         Don't assume UCHAR_MAX == 255.
46066         * lib/regex_internal.h (bitset_set_all): Likewise.
46067         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
46068         All uses changed.
46069         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
46070         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
46071         All uses changed.
46072         (BITSET_WORD_MAX): New macro.
46073         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
46074         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
46075         (bitset_empty, bitset_copy):
46076         Prefer sizeof (bitset) to multiplying it out ourselves.
46077         (bitset_not_merge): Remove; unused.
46078         (bitset_contain): Return bool, not unsigned int with one bit on.
46079         All callers changed.
46080         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
46081         alignment than re_node_set; do this by defining a new internal
46082         type struct dests_alloc and using it to allocate memory.
46083
46084 2005-09-05  Bruno Haible  <bruno@clisp.org>
46085
46086         * gnulib-tool (func_import): Fix comparison in handling of symbolic
46087         links.
46088
46089 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
46090
46091         * modules/size_max (Makefile.am): Add size_max.h
46092
46093 2005-09-04  Derek Price  <derek@ximbiot.com>
46094
46095         * gnulib-tool (func_import): Fix reversed $symbolic logic.
46096
46097 2005-09-03  Simon Josefsson  <jas@extundo.com>
46098
46099         * gnulib-tool: Fix typo.
46100
46101 2005-09-03  Simon Josefsson  <jas@extundo.com>
46102
46103         * config/srclist.txt: Add glibc bug 1293.
46104
46105 2005-09-03  Derek Price  <derek@ximbiot.com>
46106
46107         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
46108         From Larry Jones <lawrence.jones@ugs.com>.
46109
46110 2005-09-02  Simon Josefsson  <jas@extundo.com>
46111
46112         * modules/socklen: New file.
46113
46114 2005-09-02  Simon Josefsson  <jas@extundo.com>
46115
46116         * modules/havelib: New module.
46117
46118         * modules/gettext, modules/iconv, modules/lock, modules/readline:
46119         Use havelib.
46120
46121 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46122
46123         Check for arithmetic overflow when calculating sizes, to prevent
46124         some buffer-overflow issues.  These patches are conservative, in the
46125         sense that when I couldn't determine whether an overflow was possible,
46126         I inserted a run-time check.
46127         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
46128         macros.
46129         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
46130         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
46131         (re_xnrealloc, re_x2nrealloc): New inline functions.
46132         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
46133         parse_bracket_exp):
46134         (build_equiv_class, build_charclass): Check for arithmetic overflow
46135         in size expression calculations.
46136         * lib/regex_internal.c (re_string_realloc_buffers):
46137         (build_wcs_upper_buffer, re_node_set_add_intersect):
46138         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
46139         (re_dfa_add_node, register_state): Likewise.
46140         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
46141         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
46142         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
46143         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
46144
46145 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46146
46147         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
46148         m4/ulonglong.m4.  Problem reported by Martin Lambers.
46149
46150 2005-09-02  Bruno Haible  <bruno@clisp.org>
46151
46152         Support for lib vs. lib64 distinction on biarch platforms.
46153         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
46154         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
46155         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
46156
46157 2005-09-02  Bruno Haible  <bruno@clisp.org>
46158
46159         * gnulib-tool (import): In the other first-use case, provide defaults
46160         as well.
46161
46162 2005-09-02  Bruno Haible  <bruno@clisp.org>
46163
46164         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
46165         patches not yet found in the latest gettext release.
46166
46167 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46168
46169         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
46170         to avoid a collision with bits/local_lim.h in glibc.
46171         All uses changed.  Problem reported by Dmitry V. Levin in
46172         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
46173
46174         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
46175         bugs in int versus size_t comparisons.
46176         (re_string_context_at): Fix bug where the code assumed that
46177         Idx is signed.
46178
46179         Use bool where appropriate.
46180         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
46181         All callers changed.
46182         (calc_eclosure_iter): Likewise, for ROOT arg.
46183         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
46184         (build_charclass_op): Likewise, for NON_MATCH arg.
46185         * lib/regex_internal.c (re_string_allocate, re_string_construct):
46186         (re_string_construct_common): Likewise, for ICASE arg.
46187         * lib/regexec.c (re_search_2_stub, re_search_stub):
46188         Likewise, for RET_LEN arg.
46189         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
46190         (set_regs): Likewise, for FL_BACKTRACK arg.
46191         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
46192         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
46193         (calc_eclosure_iter, parse_bracket_exp):
46194         Use bool for internal variables that are booleans.
46195         * lib/regexec.c (re_search_internal, check_matching,
46196         proceed_next_node):
46197         (set_regs, build_sifted_states, sift_states_bkref):
46198         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
46199         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46200         (find_collation_sequence_value):
46201         Likewise.
46202         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
46203         (re_node_set_compare):
46204         Return bool, not int. All callers changed.
46205         * lib/regexec.c (check_halt_node_context, check_dst_limits):
46206         (build_trtable, check_node_accept): Likewise.
46207         * lib/regex_internal.h: Include stdbool.h.
46208
46209         Fix bugs uncovered when converting to bool.
46210         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
46211         failure instead of charging ahead blindly.
46212         * lib/regex_internal.c (register_state): Likewise.
46213         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
46214         for freeing internal storage.
46215         (group_nodes_into_DFA_states): Use unsigned int, not int, for
46216         bitset pieces used as boolean, to avoid undefined behavior
46217         on hosts that do int overflow checking.
46218
46219 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46220
46221         * config/srclist.txt: Add glibc bugs 1285-1287.
46222
46223 2005-09-01  Jim Meyering  <jim@meyering.net>
46224
46225         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
46226         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
46227         Require gl_STAT_MACROS, too.
46228
46229 2005-09-01  Bruno Haible  <bruno@clisp.org>
46230
46231         * gnulib-tool (import): In the first-use case, provide defaults.
46232
46233 2005-09-01  Bruno Haible  <bruno@clisp.org>
46234
46235         * gnulib-tool (func_import): Remove the .tmp files.
46236
46237 2005-09-01  Bruno Haible  <bruno@clisp.org>
46238
46239         * gnulib-tool (func_import): Fix handling of symbolic links.
46240
46241 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46242
46243         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
46244         old glibc regex code mishandles strings longer than 2**31 bytes.
46245         This patch fixes this when the regex code is used in gnulib
46246         (i.e., outside glibc).
46247
46248         This patch should not affect the use of the regex code inside
46249         glibc.  No doubt this problem also needs to be handled for glibc
46250         as well, but the result will be an incompatible change to the
46251         glibc ABI, and the old ABI will have to be supported too.  That
46252         can be the the subject for another patch.
46253
46254         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
46255         governing whether the rest of this patch is active.  By default,
46256         the macro is disabled and the patch has no effect.
46257         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
46258         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
46259         (struct re_pattern_buffer, re_search, re_search_2, re_match):
46260         (re_match_2, re_set_registers): Use the new types.
46261         * lib/regex_internal.h (Idx, re_hashval_t): New types.
46262         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
46263         New macros.
46264         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
46265         (re_string_context_at, bin_tree_t, re_dfastate_t):
46266         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
46267         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
46268         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
46269         (re_string_char_size_at, re_string_wchar_at):
46270         (re_string_elem_size_at):
46271         Use the new types and macros to port to 64-bit hosts.
46272         Use unsigned types for internal values, so that the code
46273         mostly works even for arrays larger than SSIZE_MAX.
46274         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
46275         (search_duplicated_node, calc_eclosure_iter, fetch_number):
46276         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
46277         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
46278         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
46279         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
46280         (calc_inveclosure, parse_dup_op, build_range_exp):
46281         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
46282         (fetch_number, create_token_tree, mark_opt_subexp):
46283         Likewise.
46284         * lib/regex_internal.c (re_string_construct_common,
46285         create_ci_newstate):
46286         (create_cd_newstate, re_string_allocate, re_string_construct):
46287         (re_string_realloc_buffers, build_wcs_upper_buffer):
46288         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46289         (re_string_reconstruct, re_string_peek_byte_case):
46290         (re_string_fetch_byte_case, re_string_context_at):
46291         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46292         (re_node_set_init_copy, re_node_set_add_intersect):
46293         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46294         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46295         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46296         (re_acquire_state, re_acquire_state_context, register_state):
46297         Likewise.
46298         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
46299         search_cur_bkref_entry):
46300         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
46301         (re_search_internal, re_search_2_stub, re_search_stub)
46302         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
46303         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
46304         (update_cur_sifted_state, check_dst_limits):
46305         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46306         (check_subexp_limits, sift_states_bkref, merge_state_array):
46307         (check_subexp_matching_top, get_subexp, get_subexp_sub):
46308         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
46309         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
46310         (expand_bkref_cache, check_node_accept_bytes):
46311         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
46312         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
46313         (acquire_init_state_context, check_halt_node_context):
46314         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
46315         (sift_states_backward, clean_state_log_if_needed):
46316         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
46317         (find_recover_state, transit_state_sb, transit_state_mb):
46318         (transit_state_bkref, build_trtable, match_ctx_clean):
46319         Likewise.
46320         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
46321         to work around an assumption that REG_MISSING is negative.
46322
46323         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
46324         (seek_collating_symbol_entry) [defined _LIBC]:
46325         (lookup_collation_sequence_value) [defined _LIBC]:
46326         (build_range_exp, build_collating_symbol) [defined _LIBC]:
46327         Use prototypes rather than old-style function definitions.
46328         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
46329         (transit_state_sb) [0]:
46330         (find_collation_sequence_value) [defined _LIBC]: Likewise.
46331
46332         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
46333         rm_eo.
46334
46335         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
46336         (optimize_subexps, lower_subexp):
46337         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
46338         since the signed shift might overflow.  Use 1u<<31 instead.
46339         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46340         Likewise.
46341         * lib/regexec.c (check_dst_limits_calc_pos_1,
46342         check_subexp_matching_top): Likewise.
46343
46344         * lib/regcomp.c (optimize_subexps, lower_subexp):
46345         Use CHAR_BIT rather than 8, for clarity.
46346         * lib/regexec.c (check_dst_limits_calc_pos_1):
46347         (check_subexp_matching_top): Likewise.
46348         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
46349         have to worry about portability issues when shifting it left.
46350         Remove no-longer-needed test for table_size > 0.
46351         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
46352         in a word, as the resulting behavior is undefined.
46353         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
46354         in one case, a <= should have been an <, and in another case the
46355         whole test was missing.
46356         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
46357         the standard name CHAR_BIT.
46358         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
46359         this is not true on one's complement and signed-magnitude hosts.
46360
46361         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
46362         next_last_offset.
46363         (struct re_dfa_t): Remove unused member states_alloc.
46364         * lib/regcomp.c (init_dfa): Don't initialize unused members.
46365
46366 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46367
46368         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
46369         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
46370         and large-file glibc and in 32-bit large-file Solaris.
46371
46372 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46373
46374         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
46375         lengths fit in regoff_t; this isn't true if regoff_t is the same
46376         width as size_t.
46377         * lib/regex.c (re_search_internal): 5th arg is LAST_START
46378         (= START + RANGE) instead of RANGE.  This avoids overflow
46379         problems when regoff_t is the same width as size_t.
46380         All callers changed.
46381         (re_search_2_stub): Check for overflow when adding the
46382         sizes of the two strings.
46383         (re_search_stub): Check for overflow when adding START
46384         to RANGE; if it occurs, substitute the extreme value.
46385
46386 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46387
46388         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
46389
46390 2005-08-31  Jim Meyering  <jim@meyering.net>
46391
46392         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
46393         a pointer-to-const.
46394         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
46395         (register_state): Likewise.
46396         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
46397         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46398         (group_nodes_into_DFAstates): Likewise.
46399
46400 2005-08-31  Jim Meyering  <jim@meyering.net>
46401
46402         * check-module: Add a FIXME comment.
46403
46404 2005-08-31  Eric Blake  <ebb9@byu.net>
46405
46406         * modules/unistd-safer (Files): Add unistd--.h.
46407         * modules/stdio-safer (Files): Add stdio--.h.
46408
46409 2005-08-31  Derek Price  <derek@ximbiot.com>
46410
46411         * lib/getdelim.c (getdelim): Return EOF on EOF.
46412         Reported by Larry Jones <lawrence.jones@ugs.com>.
46413
46414 2005-08-31  Bruno Haible  <bruno@clisp.org>
46415
46416         Avoid unnecessary diffs in the generated lib/Makefile.am.
46417         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
46418         the generated files.
46419         (func_import): Don't set cmd.
46420
46421 2005-08-31  Bruno Haible  <bruno@clisp.org>
46422
46423         * lib/strstr.c: Include <stddef.h>, for NULL.
46424         * lib/strcasestr.c: Likewise.
46425         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46426
46427 2005-08-31  Bruno Haible  <bruno@clisp.org>
46428
46429         * gnulib-tool: New option --macro-prefix.
46430         (func_import): Use macro_prefix.
46431         (import): Handle option --macro-prefix.
46432
46433 2005-08-31  Bruno Haible  <bruno@clisp.org>
46434
46435         * gnulib-tool (import): Rename most ac_* variables to cached_*.
46436         Also use new variables cached_lgpl, cached_libtool.
46437
46438 2005-08-31  Bruno Haible  <bruno@clisp.org>
46439
46440         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
46441         always instantiating them.
46442
46443 2005-08-31  Bruno Haible  <bruno@clisp.org>
46444
46445         * gnulib-tool (func_import): Read the previous cached settings
46446         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
46447         earlier added by gnulib but are now dropped. Warn when a gnulib file
46448         overwrites a non-gnulib file.
46449
46450 2005-08-31  Bruno Haible  <bruno@clisp.org>
46451
46452         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
46453         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
46454         projects that don't keep autogenerated files in CVS. Put into
46455         actioncmd only the specified modules, not the transitive closure.
46456
46457 2005-08-31  Bruno Haible  <bruno@clisp.org>
46458
46459         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
46460         Create directories that shall be filled.
46461         (import): Don't look for gl_* macros in configure.ac. Recurse across
46462         all directories containing a gnulib-cache.m4 files, if meaningful.
46463
46464 2005-08-31  Bruno Haible  <bruno@clisp.org>
46465
46466         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
46467         (import): Set seen_libtool when we see gl_LIBTOOL.
46468
46469 2005-08-31  Bruno Haible  <bruno@clisp.org>
46470
46471         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
46472         declaration macro definitions from generated gnulib.m4.
46473
46474 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
46475
46476         * lib/iconvme.h: Add prototype for iconv_alloc.
46477
46478 2005-08-29  Simon Josefsson  <jas@extundo.com>
46479
46480         * lib/iconvme.c: Fix errno.
46481
46482 2005-08-29  Bruno Haible  <bruno@clisp.org>
46483
46484         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
46485         that it works when the directory contains spaces.
46486
46487 2005-08-29  Bruno Haible  <bruno@clisp.org>
46488
46489         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
46490
46491 2005-08-29  Bruno Haible  <bruno@clisp.org>
46492
46493         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
46494         Emit more advice.
46495
46496 2005-08-29  Bruno Haible  <bruno@clisp.org>
46497         and Stepan Kasal  <kasal@ucw.cz>
46498
46499         * check-module: If more parameters are given, check each of them
46500         separately; add more exceptions, as noted by Jim Meyering.
46501         (check_module): New procedure.
46502         (%exempt_header): Now contains all exceptions.
46503
46504 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
46505
46506         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
46507
46508 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
46509
46510         * lib/iconvme.c: Split iconv_string into iconv_alloc.
46511
46512 2005-08-28  Bruno Haible  <bruno@clisp.org>
46513
46514         * m4/gnulib-tool.m4: New file.
46515
46516 2005-08-27  Jim Meyering  <jim@meyering.net>
46517
46518         * modules/unistd-safer (Files): Add pipe-safer.c.
46519         * modules/fcntl-safer (Files): Add creat-safer.c.
46520
46521 2005-08-27  Jim Meyering  <jim@meyering.net>
46522
46523         * m4/stdlib-safer.m4: New file.  From coreutils.
46524         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
46525         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
46526         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
46527         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
46528         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
46529
46530 2005-08-27  Jim Meyering  <jim@meyering.net>
46531
46532         * lib/fopen-safer.c: Merge minor changes from coreutils.
46533         * lib/dup-safer.c: Likewise.
46534         * lib/fd-safer.c: Likewise.
46535
46536         Merge from coreutils.
46537         * lib/stdio--.h: New file.
46538         * lib/stdlib--.h: New file.
46539         * lib/mkstemp-safer.c: New file.
46540
46541         GNU tar needs these.
46542         * lib/pipe-safer.c: New file.
46543         * lib/creat-safer.c: New file.
46544         * lib/fcntl--.h (creat): Define to creat_safer.
46545         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
46546         * lib/unistd--.h (pipe): Define to pipe_safer.
46547         * lib/unistd-safer.h: Declare pipe_safer.
46548
46549 2005-08-26  Simon Josefsson  <jas@extundo.com>
46550
46551         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
46552         Haible <bruno@clisp.org>.
46553
46554 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
46555
46556         * lib/regex_internal.h: Remove all references to
46557         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
46558         or better.
46559         (bitset_not, bitset_merge, bitset_not_merge):
46560         (bitset_mask, re_string_allocate, re_string_construct):
46561         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
46562         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
46563         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
46564         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
46565         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46566         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46567         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
46568         (re_acquire_state_context):
46569         Remove unnecessary forward decls.
46570         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
46571         Put __attribute at function definition,
46572         now that the function decl has been removed.
46573         * lib/regex_internal.c (re_string_peek_byte_case):
46574         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
46575         Likewise.
46576
46577 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
46578
46579         * m4/regex.m4: Add AC_PREREQ(2.50).
46580         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
46581
46582 2005-08-25  Simon Josefsson  <jas@extundo.com>
46583
46584         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
46585         __fsetlocking.
46586
46587 2005-08-25  Simon Josefsson  <jas@extundo.com>
46588
46589         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
46590         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
46591         GLIBC specific code.
46592
46593 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46594
46595         Make regex safe for g++.  This fixes one real bug (an "err"
46596         that should have been "*err").  g++ problem reported by
46597         Sam Steingold.
46598         * lib/regex_internal.h (re_calloc): New macro, consistent with
46599         re_malloc etc.  All callers of calloc changed to use re_calloc.
46600         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
46601         not int.  All callers changed.
46602         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
46603         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
46604         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
46605         (find_recover_state): Change "err" to "*err"; this fixes what
46606         appears to be a real bug.
46607         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
46608         versus int.
46609
46610 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46611
46612         * modules/regex (Depends-on): Add malloc, since the code
46613         assumes that !malloc(0) means failure.
46614
46615 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46616
46617         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
46618
46619         alloca modernization/simplification for regex.
46620         * lib/regex.c: Remove portability cruft for alloca.  This no longer
46621         needs to be at the start of the file, and can be moved into
46622         regex_internal.h and simplified.
46623         * lib/regex_internal.h: Include <alloca.h>.
46624         (__libc_use_alloca) [!defined _LIBC]: New macro.
46625         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
46626         now works outside glibc.
46627
46628 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46629
46630         * config/srclist.txt: Add glibc bugs 1241, 1245.
46631
46632 2005-08-25  Jim Meyering  <jim@meyering.net>
46633
46634         * lib/open-safer.c: Include <config.h>.
46635         Otherwise, we'd lose LARGEFILE support in any file using
46636         e.g. "fcntl--.h"
46637
46638 2005-08-25  Bruno Haible  <bruno@clisp.org>
46639
46640         * m4/minmax.m4: Require autoconf 2.52.
46641         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
46642         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
46643         alternatives of translit over the alphabet.
46644         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
46645
46646 2005-08-24  Simon Josefsson  <jas@extundo.com>
46647
46648         * tests/test-getpass.c: New file.
46649
46650 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46651
46652         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
46653         for GNU regex features.
46654
46655 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46656
46657         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
46658         * lib/regex.h (regerror): Likewise.
46659
46660         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
46661         requires this.  (The code never needed it.)
46662
46663         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
46664         All uses of recently-renamed identifiers changed to use the new,
46665         POSIX-compliant names.  The code will build and run just fine
46666         without these changes, but it's better to eat our own dog food
46667         and use the standard-conforming names.
46668
46669         * lib/regex.h: Fix a multitude of POSIX name space violations.
46670         These changes have an effect only for programs that define
46671         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
46672         do not change anything for programs compiled in the normal way.
46673         Also, there is no effect on the ABI.
46674
46675         (_REGEX_SOURCE): New macro.
46676         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
46677         defined and _GNU_SOURCE is not; this fixes a name space violation.
46678
46679         Rename the following macros to obey POSIX requirements.
46680         The old names are still visible as macros if _REGEX_SOURCE is defined.
46681         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
46682         RE_BACKSLASH_ESCAPE_IN_LISTS.
46683         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
46684         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
46685         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
46686         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
46687         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
46688         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
46689         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
46690         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
46691         (REG_INTERVALS): renamed from RE_INTERVALS.
46692         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
46693         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
46694         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
46695         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
46696         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
46697         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
46698         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
46699         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
46700         RE_UNMATCHED_RIGHT_PAREN_ORD.
46701         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
46702         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
46703         (REG_DEBUG): renamed from RE_DEBUG.
46704         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
46705         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
46706         unusual, since we can't clash with the POSIX REG_ICASE.
46707         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
46708         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
46709         (REG_NO_SUB): renamed from RE_NO_SUB.
46710         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
46711         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
46712         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
46713         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
46714         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
46715         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
46716         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
46717         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
46718         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
46719         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
46720         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
46721         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
46722         RE_SYNTAX_POSIX_MINIMAL_BASIC.
46723         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
46724         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
46725         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
46726         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
46727         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
46728         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
46729         (REG_FIXED): Renamed from REGS_FIXED.
46730         (REG_NREGS): Renamed from RE_NREGS.
46731
46732         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
46733         of other REG_* macros, since POSIX says the user is allowed to
46734         #undef these macros selectively.
46735
46736         (reg_errcode_t): Update comment stating what other tables need
46737         to be consistent.
46738
46739         Rename the following enum values to obey POSIX requirements.
46740         The old names are still visible as macros.
46741         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
46742         is not defined, since GNU is supposed to be a superset of POSIX as
46743         much as possible, and since we want reg_errcode_t to be a signed
46744         type for implementation consistency.
46745         (_REG_NOERROR): Renamed from REG_NOERROR.
46746         (_REG_NOMATCH): Renamed from REG_NOMATCH.
46747         (_REG_BADPAT): Renamed from REG_BADPAT.
46748         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
46749         (_REG_ECTYPE): Renamed from REG_ECTYPE.
46750         (_REG_EESCAPE): Renamed from REG_EESCAPE.
46751         (_REG_ESUBREG): Renamed from REG_ESUBREG.
46752         (_REG_EBRACK): Renamed from REG_EBRACK.
46753         (_REG_EPAREN): Renamed from REG_EPAREN.
46754         (_REG_EBRACE): Renamed from REG_EBRACE.
46755         (_REG_BADBR): Renamed from REG_BADBR.
46756         (_REG_ERANGE): Renamed from REG_ERANGE.
46757         (_REG_ESPACE): Renamed from REG_ESPACE.
46758         (_REG_BADRPT): Renamed from REG_BADRPT.
46759         (_REG_EEND): Renamed from REG_EEND.
46760         (_REG_ESIZE): Renamed from REG_ESIZE.
46761         (_REG_ERPAREN): Renamed from REG_ERPAREN.
46762         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
46763         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
46764         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
46765         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
46766
46767         (_REG_RE_NAME, _REG_RM_NAME): New macros.
46768         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
46769         changed.  But support the old name if the new one is not defined
46770         and if _REGEX_SOURCE.
46771
46772         Change the following member names in struct re_pattern_buffer.
46773         The old names are still supported if !_REGEX_SOURCE.
46774         The new names are always supported, regardless of _REGEX_SOURCE.
46775         (re_buffer): Renamed from buffer.
46776         (re_allocated): Renamed from allocated.
46777         (re_used): Renamed from used.
46778         (re_syntax): Renamed from syntax.
46779         (re_fastmap): Renamed from fastmap.
46780         (re_translate): Renamed from translate.
46781         (re_can_be_null): Renamed from can_be_null.
46782         (re_regs_allocated): Renamed from regs_allocated.
46783         (re_fastmap_accurate): Renamed from fastmap_accurate.
46784         (re_no_sub): Renamed from no_sub.
46785         (re_not_bol): Renamed from not_bol.
46786         (re_not_eol): Renamed from not_eol.
46787         (re_newline_anchor): Renamed from newline_anchor.
46788
46789         Change the following member names in struct re_registers.
46790         The old names are still supported if !_REGEX_SOURCE.
46791         The new names are always supported, regardless of _REGEX_SOURCE.
46792         (rm_num_regs): Renamed from num_regs.
46793         (rm_start): Renamed from start.
46794         (rm_end): Renamed from end.
46795
46796         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
46797         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
46798         Prepend __ to parameter names.
46799
46800         Undo yesterday's changes.
46801
46802 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46803
46804         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
46805         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
46806         lib/regex.c.
46807
46808 2005-08-24  Jim Meyering  <jim@meyering.net>
46809
46810         Sync from coreutils.
46811         * m4/fcntl-safer.m4: New file.
46812
46813         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
46814         and object files for this module.
46815
46816 2005-08-24  Jim Meyering  <jim@meyering.net>
46817
46818         Sync from coreutils.
46819         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
46820
46821 2005-08-24  Jim Meyering  <jim@meyering.net>
46822
46823         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
46824         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
46825
46826 2005-08-24  Jim Meyering  <jim@meyering.net>
46827
46828         * modules/fcntl-safer: New module.
46829         * modules/fts (Depends-on): Add fcntl-safer.
46830         * MODULES.html.sh (File descriptor based Input/Output):
46831         Add fcntl-safer.
46832
46833 2005-08-24  Bruno Haible  <bruno@clisp.org>
46834
46835         Support for unit test modules.
46836         * modules/README: Mention tests modules.
46837         * modules/TEMPLATE-TESTS: New file.
46838         * gnulib-tool: New options --extract-tests-module, --with-tests and
46839         --tests-base (unused for the moment).
46840         (testsbase, inctests): New variables.
46841         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
46842         (func_verify_module): Exclude TEMPLATE-TESTS.
46843         (func_verify_nontests_module, func_verify_tests_module): New functions.
46844         (func_get_dependencies): Add implicit dependency for tests modules.
46845         (func_get_tests_module): New function.
46846         (func_modules_transitive_closure): When --with-tests was specified,
46847         include the unit tests as well, unless explicitly avoided.
46848         (func_emit_lib_Makefile_am): Ignore the tests modules here.
46849         (func_emit_tests_Makefile_am): New function.
46850         (func_create_testdir): When --with-tests was specified, emit a
46851         tests/ directory.
46852         * MODULES.html.sh (Future developments): Update.
46853
46854 2005-08-24  Bruno Haible  <bruno@clisp.org>
46855
46856         * modules/tls-tests: New file.
46857         * tests/test-tls.c: New file, from GNU gettext.
46858
46859 2005-08-24  Bruno Haible  <bruno@clisp.org>
46860
46861         * modules/lock-tests: New file.
46862         * tests/test-lock.c: New file, from GNU gettext.
46863
46864 2005-08-24  Bruno Haible  <bruno@clisp.org>
46865
46866         * lib/lock.h: Add multiple inclusion guard.
46867         * lib/tls.h: Add multiple inclusion guard.
46868
46869 2005-08-24  Bruno Haible  <bruno@clisp.org>
46870
46871         * gnulib-tool: Add support for the --aux-dir option to
46872         --create-testdir, --create-megatestdir, --test, --megatest.
46873         (func_create_testdir, func_create_megatestdir): Optionally emit a
46874         AC_CONFIG_AUX_DIR directive.
46875         (create-testdir, create-megatestdir, test, megatest): Provide a
46876         default value for $auxdir.
46877
46878 2005-08-24  Bruno Haible  <bruno@clisp.org>
46879
46880         * gnulib-tool (import): Use compound statement instead of subshell
46881         where possible.
46882
46883 2005-08-24  Bruno Haible  <bruno@clisp.org>
46884
46885         * gnulib-tool (import): Change --aux-dir default to "build-aux".
46886
46887 2005-08-24  Bruno Haible  <bruno@clisp.org>
46888
46889         * gnulib-tool (func_version): Update.
46890
46891 2005-08-24  Bruno Haible  <bruno@clisp.org>
46892
46893         * gnulib-tool (func_import, func_create_testdir,
46894         func_create_megatestdir): Quote all autoconf macro arguments.
46895
46896 2005-08-24  Bruno Haible  <bruno@clisp.org>
46897
46898         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
46899         option --force, because --force causes the aclocal.m4 of each
46900         subdirectory to be newer than the corresponding config.h.in.
46901
46902 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
46903
46904         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
46905         All contents moved to gl_REGEX.
46906         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
46907         assume that it does.
46908
46909 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
46910
46911         * lib/regex.h (REG_NOSYS)
46912         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
46913         Define, since POSIX requires it as of 2001.
46914         (_REG_ENOSYS)
46915         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
46916         New private symbol, used to keep the enum signed in all cases.
46917         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
46918         Youngman in
46919         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
46920
46921         * lib/regex_internal.c (re_string_skip_chars, register_state):
46922         (calc_state_hash):
46923         Remove forward decls; no longer needed now that we use prototypes.
46924         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
46925         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
46926         (clean_state_log_if_needed): Likewise.
46927
46928 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
46929
46930         * config/srclist.txt: Add glibc bugs 1231-1233.
46931
46932 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46933
46934         Fix problems reported by Sam Steingold in
46935         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
46936         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
46937         assumed that reg_errcode_t is a signed type, which is not
46938         necessarily true if _XOPEN_SOURCE is not defined.
46939         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
46940         since some compilers warn about it otherwise.
46941
46942 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46943
46944         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
46945         (init_word_char, create_initial_state, duplicate_node_closure):
46946         (fetch_token, peek_token_bracket, build_range_exp):
46947         (build_collating_symbol): Remove forward decls; no longer needed
46948         now that we use prototypes.
46949
46950         * lib/regcomp.c:
46951         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
46952         (re_compile_fastmap_iter, regcomp, regerror, regfree):
46953         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
46954         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
46955         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
46956         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
46957         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
46958         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
46959         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
46960         (build_range_exp, build_collating_symbol, parse_bracket_exp):
46961         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
46962         (build_charclass, build_charclass_op, fetch_number, create_tree):
46963         (create_token_tree, mark_opt_subexp, duplicate_tree):
46964         Use prototypes rather than old-style definitions.
46965
46966         * lib/regex_internal.c:
46967         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
46968         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
46969         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46970         (re_string_reconstruct, re_string_peek_byte_case):
46971         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
46972         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46973         (re_node_set_init_copy, re_node_set_add_intersect):
46974         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46975         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46976         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46977         (re_acquire_state, re_acquire_state_context, register_state):
46978         (create_ci_newstate, create_cd_newstate, free_state):
46979         Likewise.
46980         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
46981         re_search_2):
46982         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
46983         (re_search_internal, prune_impossible_nodes):
46984         (acquire_init_state_context, check_matching, static):
46985         (check_halt_node_context, check_halt_state_context, proceed_next_node):
46986         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
46987         (update_regs, sift_states_backward, build_sifted_states):
46988         (clean_state_log_if_needed, merge_state_array):
46989         (update_cur_sifted_state, add_epsilon_src_nodes):
46990         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
46991         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
46992         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
46993         (find_recover_state, check_subexp_matching_top, transit_state_mb):
46994         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
46995         (check_arrival, check_arrival_add_next_nodes):
46996         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
46997         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46998         (check_node_accept_bytes, check_node_accept, extend_buffers):
46999         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
47000         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
47001         (sift_ctx_init):
47002         Likewise.
47003
47004         * lib/regex_internal.h:
47005         (re_string_allocate, re_string_construct, re_string_reconstruct):
47006         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
47007         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
47008         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
47009         (re_string_context_at, re_string_peek_byte_case):
47010         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
47011         is defined, since we now use prototypes always.
47012
47013         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
47014         C89 or better.  All uses removed.
47015
47016 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47017
47018         * config/srclist.txt: Add glibc bugs 1220-1227.
47019
47020 2005-08-20  Jim Meyering  <jim@meyering.net>
47021
47022         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
47023         of unused local, dfa.
47024
47025 2005-08-20  Bruno Haible  <bruno@clisp.org>
47026
47027         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
47028
47029 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47030
47031         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
47032         (re_node_set_insert_last, re_dfa_add_node):
47033         Rename local variables to avoid GCC shadowing warnings.
47034
47035 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47036
47037         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
47038         [defined lint]: Suppress bogus uninitialized-variable warnings.
47039
47040         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
47041         and let the caller return REG_ESPACE if out of space.  This
47042         removes an uninitialied-variable warning with GCC 4.0.1, and also
47043         avoids taking the address of a local variable.  All callers
47044         changed.
47045
47046 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47047
47048         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
47049         $LIBCSRC/posix/regexec.c.
47050         Add glibc bug 1217 for regcomp.c.
47051
47052 2005-08-19  Jim Meyering  <jim@meyering.net>
47053
47054         * lib/regexec.c (proceed_next_node): Redo local variables to
47055         avoid GCC shadowing warnings.
47056
47057 2005-08-18  Bruno Haible  <bruno@clisp.org>
47058
47059         * lib/strstr.c (strstr): Fix return value in multibyte case.
47060         * lib/strcasestr.c (strcasestr): Likewise.
47061
47062 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
47063
47064         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
47065
47066 2005-08-17  Jim Meyering  <jim@meyering.net>
47067
47068         Make the %s format (seconds since the epoch) work for a negative
47069         number and when used with a zero-padded field width, e.g. %015s.
47070
47071         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
47072         label so that it precedes the code to set `digits'.  Otherwise,
47073         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
47074         print `00-22'.  Now, it prints `-0022', as it should.
47075
47076 2005-08-17  Bruno Haible  <bruno@clisp.org>
47077
47078         * modules/strstr (Files): Add m4/mbrtowc.m4.
47079         (Depends-on): Add mbuiter.
47080
47081 2005-08-17  Bruno Haible  <bruno@clisp.org>
47082
47083         * modules/strcasestr: New file.
47084         * MODULES.html.sh (String handling, based on ANSI C 89): Add
47085         strcasestr.
47086
47087 2005-08-17  Bruno Haible  <bruno@clisp.org>
47088
47089         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
47090
47091 2005-08-17  Bruno Haible  <bruno@clisp.org>
47092
47093         * modules/mbuiter: New file.
47094         * MODULES.html.sh (Extended multibyte and wide character utilities):
47095         Add mbuiter.
47096
47097 2005-08-17  Bruno Haible  <bruno@clisp.org>
47098
47099         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
47100         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
47101
47102 2005-08-17  Bruno Haible  <bruno@clisp.org>
47103
47104         * m4/strcasestr.m4: New file.
47105
47106 2005-08-17  Bruno Haible  <bruno@clisp.org>
47107
47108         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
47109         * lib/strstr.c: Completely rewritten, with multibyte locale support.
47110
47111 2005-08-17  Bruno Haible  <bruno@clisp.org>
47112
47113         * lib/strcasestr.h: New file.
47114         * lib/strcasestr.c: New file.
47115
47116 2005-08-17  Bruno Haible  <bruno@clisp.org>
47117
47118         * lib/strcasecmp.c: Use mbuiter.h.
47119
47120 2005-08-17  Bruno Haible  <bruno@clisp.org>
47121
47122         * lib/mbuiter.h: New file.
47123
47124 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
47125
47126         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
47127         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
47128         and gl_GETOPT are both invoked via different paths (as happens
47129         with GNU tar CVS because it uses both argp and getopt), the former
47130         wins.
47131
47132 2005-08-16  Bruno Haible  <bruno@clisp.org>
47133
47134         * modules/tls: New file.
47135         * MODULES.html.sh (Multithreading): Add tls.
47136
47137 2005-08-16  Bruno Haible  <bruno@clisp.org>
47138
47139         * modules/strnlen1: New file.
47140         * MODULES.html.sh (String handling): Add strnlen1.
47141
47142 2005-08-16  Bruno Haible  <bruno@clisp.org>
47143
47144         * modules/strcase (Files): Add m4/mbrtowc.m4.
47145         (Depends-on): Add strnlen1, mbchar.
47146
47147 2005-08-16  Bruno Haible  <bruno@clisp.org>
47148
47149         * modules/mbiter: New file.
47150         * MODULES.html.sh (Extended multibyte and wide character utilities):
47151         Add mbiter.
47152
47153 2005-08-16  Bruno Haible  <bruno@clisp.org>
47154
47155         * modules/mbfile: New file.
47156         * MODULES.html.sh (Extended multibyte and wide character utilities):
47157         Add mbfile.
47158
47159 2005-08-16  Bruno Haible  <bruno@clisp.org>
47160
47161         * modules/mbchar: New file.
47162         * MODULES.html.sh (Extended multibyte and wide character utilities):
47163         New section.
47164
47165 2005-08-16  Bruno Haible  <bruno@clisp.org>
47166
47167         * m4/tls.m4: New file, from GNU gettext.
47168
47169 2005-08-16  Bruno Haible  <bruno@clisp.org>
47170
47171         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
47172         always.
47173         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
47174
47175 2005-08-16  Bruno Haible  <bruno@clisp.org>
47176
47177         * m4/mbiter.m4: New file.
47178
47179 2005-08-16  Bruno Haible  <bruno@clisp.org>
47180
47181         * m4/mbfile.m4: New file.
47182
47183 2005-08-16  Bruno Haible  <bruno@clisp.org>
47184
47185         * m4/mbchar.m4: New file.
47186
47187 2005-08-16  Bruno Haible  <bruno@clisp.org>
47188
47189         * lib/tls.h: New file, from GNU gettext.
47190         * lib/tls.c: New file, from GNU gettext.
47191
47192 2005-08-16  Bruno Haible  <bruno@clisp.org>
47193
47194         * lib/strnlen1.h: New file.
47195         * lib/strnlen1.c: New file.
47196
47197 2005-08-16  Bruno Haible  <bruno@clisp.org>
47198
47199         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
47200         (mbi_init): Update.
47201         (mbi_avail, mbi_advance): Let the iteration end before the terminating
47202         NUL byte, not after it.
47203
47204 2005-08-16  Bruno Haible  <bruno@clisp.org>
47205
47206         * lib/strcase.h (strcasecmp): Add note in comments.
47207         * lib/strncasecmp.c: Use code from strcasecmp.c.
47208         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
47209         (strcasecmp): Work correctly in multibyte locales.
47210
47211 2005-08-16  Bruno Haible  <bruno@clisp.org>
47212
47213         * lib/mbiter.h: New file.
47214
47215 2005-08-16  Bruno Haible  <bruno@clisp.org>
47216
47217         * lib/mbfile.h: New file.
47218
47219 2005-08-16  Bruno Haible  <bruno@clisp.org>
47220
47221         * lib/mbchar.h: New file.
47222         * lib/mbchar.c: New file.
47223
47224 2005-08-16  Bruno Haible  <bruno@clisp.org>
47225
47226         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
47227         the valid ones. Makes the comparison operations transitive:
47228         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
47229         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
47230
47231 2005-08-15  Simon Josefsson  <jas@extundo.com>
47232
47233         * modules/ssize_t (License): Change to 'unlimited'.
47234
47235         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
47236
47237 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
47238
47239         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
47240         Add comments for each pending glibc patch.
47241
47242 2005-08-15  Bruno Haible  <bruno@clisp.org>
47243
47244         * lib/regex.h (__restrict_arr): Don't define to __restrict if
47245         __cplusplus is defined.
47246
47247 2005-08-14  Jim Meyering  <jim@meyering.net>
47248
47249         Sync from coreutils.
47250
47251         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
47252         Use the hash-table-based cycle-detection code not just when
47253         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
47254         Reported by James Youngman in
47255         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
47256         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
47257         FTS_TIGHT_CYCLE_CHECK.
47258         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
47259         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
47260         once again.
47261         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
47262         * lib/fts.c (fd_safer): Remove decl.
47263         Include fcntl--.h rather than unistd-safer.h
47264         (fts_safe_changedir): Don't call fd_safer; no longer needed
47265         now that we include fcntl--.h.
47266
47267 2005-08-12  Simon Josefsson  <jas@extundo.com>
47268
47269         * modules/getndelim2: Use ssize_t module.
47270         * modules/getnline: Likewise.
47271         * modules/safe-read: Likewise.
47272         * modules/xreadlink: Likewise.
47273
47274         * modules/ssize_t: New file.
47275
47276 2005-08-12  Simon Josefsson  <jas@extundo.com>
47277
47278         * m4/readline.m4: Look for termcap, curses or ncurses if required.
47279
47280 2005-08-12  Simon Josefsson  <jas@extundo.com>
47281
47282         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47283         ssize_t.
47284
47285 2005-08-12  Simon Josefsson  <jas@extundo.com>
47286
47287         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
47288         readline, getdelim and check_version.
47289         (Support for systems lacking ISO C 99: Sizes of integer types):
47290         Add size_max.
47291
47292 2005-08-12  Bruno Haible  <bruno@clisp.org>
47293
47294         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
47295
47296 2005-08-11  Simon Josefsson  <jas@extundo.com>
47297
47298         * modules/readline: New file.
47299
47300         * modules/strnlen (Files): Add strnlen.h.
47301
47302 2005-08-11  Simon Josefsson  <jas@extundo.com>
47303
47304         * m4/readline.m4: New file.
47305
47306 2005-08-11  Simon Josefsson  <jas@extundo.com>
47307
47308         * lib/readline.h, readline.c: New file.
47309
47310 2005-08-11  Simon Josefsson  <jas@extundo.com>
47311
47312         * doc/gnulib.texi (Initial import, Finishing touches): Mention
47313         gl_AVOID.
47314
47315 2005-08-11  Bruno Haible  <bruno@clisp.org>
47316
47317         * lib/strnlen.h (strnlen): Change parameter name to match comment.
47318
47319 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
47320
47321         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
47322
47323 2005-08-10  Simon Josefsson  <jas@extundo.com>
47324
47325         * tests/test-iconvme.c: New file.
47326
47327 2005-08-10  Simon Josefsson  <jas@extundo.com>
47328
47329         * m4/strnlen.m4: New file.
47330
47331         * m4/strndup.m4: Don't check for strnlen declaration, done in
47332         strnlen.m4.
47333
47334 2005-08-10  Simon Josefsson  <jas@extundo.com>
47335
47336         * lib/strndup.c: Use strnlen.h.
47337
47338         * lib/strnlen.h: New file.
47339
47340 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47341
47342         * README: Typos.
47343
47344 2005-08-02  Simon Josefsson  <jas@extundo.com>
47345
47346         * modules/readline: New file.
47347
47348 2005-08-02  Simon Josefsson  <jas@extundo.com>
47349
47350         * modules/getdelim: New file.
47351
47352         * modules/getline: Rewrite, don't use getndelim2.
47353
47354 2005-08-02  Simon Josefsson  <jas@extundo.com>
47355
47356         * m4/getline.m4: Separate out getdelim stuff into separate module.
47357
47358         * m4/getdelim.m4: New file.
47359
47360 2005-08-02  Simon Josefsson  <jas@extundo.com>
47361
47362         * lib/getline.h, getline.c: Rewrite.
47363
47364         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
47365
47366 2005-07-31  Bruno Haible  <bruno@clisp.org>
47367
47368         * lib/lock.h (gl_lock_initializer): New macro.
47369         (gl_lock_define_initialized): Use it.
47370         (gl_rwlock_initializer): New macro.
47371         (gl_rwlock_define_initialized): Use it.
47372         (gl_recursive_lock_initializer): New macro.
47373         (gl_recursive_lock_define_initialized): Use it.
47374
47375 2005-07-30  Karl Berry  <karl@gnu.org>
47376
47377         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
47378         Report from Ben Pfaff, regarding getopt.
47379
47380 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
47381
47382         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
47383         normal way.
47384         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
47385         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
47386         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
47387         (gl_GETOPT): Use the new macros.  Most of the implementation
47388         is moved to the new macros.  This is for programs like Emacs
47389         that don't want all the functionality of gl_GETOPT.
47390
47391 2005-07-26  Bruno Haible  <bruno@clisp.org>
47392
47393         * m4/lock.m4: Update from GNU gettext.
47394
47395 2005-07-26  Bruno Haible  <bruno@clisp.org>
47396
47397         * lib/lock.h: Update from GNU gettext.
47398         * lib/lock.c: Update from GNU gettext.
47399
47400 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
47401
47402         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
47403         obsolescent AC_TRY_RUN.  Include the default includes files, for
47404         'exit'.
47405
47406 2005-07-24  Bruno Haible  <bruno@clisp.org>
47407
47408         * modules/visibility: New file.
47409         * MODULES.html.sh (Misc): Add visibility.
47410
47411 2005-07-24  Bruno Haible  <bruno@clisp.org>
47412
47413         * m4/visibility.m4: New file.
47414
47415 2005-07-24  Bruno Haible  <bruno@clisp.org>
47416
47417         * doc/visibility.texi: New file.
47418
47419 2005-07-22  Bruno Haible  <bruno@clisp.org>
47420
47421         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
47422         $(ALLOCA_H), redundant through BUILT_SOURCES.
47423         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
47424         redundant through BUILT_SOURCES.
47425         * modules/byteswap (Makefile.am): Remove explicit dependency on
47426         $(BYTESWAP_H), redundant through BUILT_SOURCES.
47427         * modules/fnmatch (Makefile.am): Remove explicit dependency on
47428         $(FNMATCH_H), redundant through BUILT_SOURCES.
47429         * modules/getopt (Makefile.am): Remove explicit dependency on
47430         $(GETOPT_H), redundant through BUILT_SOURCES.
47431         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
47432         redundant through BUILT_SOURCES.
47433         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
47434         redundant through BUILT_SOURCES.
47435         * modules/stdbool (Makefile.am): Remove explicit dependency on
47436         $(STDBOOL_H), redundant through BUILT_SOURCES.
47437         * modules/stdint (Makefile.am): Remove explicit dependency on
47438         $(STDINT_H), redundant through BUILT_SOURCES.
47439         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
47440         Remove explicit dependency on $(SYSEXITS_H).
47441         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
47442
47443 2005-07-18  Simon Josefsson  <jas@extundo.com>
47444
47445         * lib/check-version.c (check_version): Accept identical versions too.
47446
47447 2005-07-18  Bruno Haible  <bruno@clisp.org>
47448
47449         * modules/lock: New file.
47450         * MODULES.html.sh (Multithreading): New section.
47451
47452 2005-07-18  Bruno Haible  <bruno@clisp.org>
47453
47454         * m4/lock.m4: New file, from GNU gettext.
47455
47456 2005-07-18  Bruno Haible  <bruno@clisp.org>
47457
47458         * lib/lock.h: New file, from GNU gettext.
47459         * lib/lock.c: New file, from GNU gettext.
47460
47461 2005-07-18  Bruno Haible  <bruno@clisp.org>
47462
47463         * lib/lock.h (gl_once_t): New type.
47464         (gl_once_define, gl_once): New macros.
47465         * lib/lock.c (fresh_once): New variable.
47466         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
47467         functions.
47468
47469 2005-07-16  Simon Josefsson  <jas@extundo.com>
47470
47471         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
47472         workaround, suggested by Bruno.
47473
47474 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47475
47476         * modules/xalloc (Depends-on): Add xalloc-die.
47477         * modules/xvasprintf (Depends-on): Add xalloc-die.
47478
47479 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47480
47481         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
47482         with a minor change.
47483
47484 2005-07-15  Bruno Haible  <bruno@clisp.org>
47485
47486         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
47487         When using lib/poll.c, define poll as rpl_poll.
47488
47489 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
47490
47491         * modules/argp (Depends-on): Remove unlocked-io.
47492
47493 2005-07-14  Derek Price  <derek@ximbiot.com>
47494
47495         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
47496         for glob symlink bug.
47497
47498 2005-07-14  Bruno Haible  <bruno@clisp.org>
47499
47500         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
47501         Instead, test for *_unlocked function declarations directly.
47502
47503 2005-07-11  Simon Josefsson  <jas@extundo.com>
47504
47505         * modules/size_max: New file.
47506
47507         * modules/xsize: Depend on size_max module for size_max.m4.
47508
47509 2005-07-11  Simon Josefsson  <jas@extundo.com>
47510
47511         * lib/size_max.h: New file.
47512
47513 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
47514
47515         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
47516         copyright symbol and the year.
47517         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
47518         (version_etc_va): Use parameterized copyright notice.
47519         Reword to conform to the current GNU coding standards.
47520
47521 2005-07-11  Karl Berry  <karl@gnu.org>
47522
47523         * doc/gnulib.texi (Quoting): new node.
47524         (Initial import): more info, from Patrice.
47525
47526 2005-07-11  Bruno Haible  <bruno@clisp.org>
47527
47528         * gnulib-tool (func_usage): Document option --avoid.
47529         (Command line options): Handle --avoid.
47530         (func_acceptable): New function.
47531         (func_modules_transitive_closure): Use it.
47532
47533 2005-07-11  Bruno Haible  <bruno@clisp.org>
47534
47535         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
47536         Reported by Jim Meyering.
47537
47538 2005-07-10  Bruno Haible  <bruno@clisp.org>
47539
47540         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
47541         Needed when size_t is smaller than 'unsigned int'.
47542         Reported by Paul Eggert.
47543
47544 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47545
47546         * modules/argp (Depends-on): Add unlocked-io
47547
47548 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47549
47550         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
47551         block of defines.
47552
47553 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
47554
47555         * config/srclist.txt: Comment out regcomp.c, since we have a porting
47556         fix now.
47557
47558 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
47559         and Paul Eggert  <eggert@cs.ucla.edu>
47560
47561         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
47562         in wint_t, not wchar_t.  Remove now-unnecessary cast.
47563
47564 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47565
47566         * modules/regex (Files): Add lib/regex_internal.c,
47567         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
47568         (Depends-on): Add extensions.
47569         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
47570
47571 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47572
47573         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
47574         pathconf.
47575         * m4/same.m4 (gl_SAME): Likewise.
47576         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
47577
47578         * m4/regex.m4: Adjust to new libc regex implementation.
47579         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
47580         all the .c and .h parts of (the new) regex.
47581         Quote the m4 stuff better.
47582         Check for RE_ICASE bug of old gnulib.
47583         Check for REG_STARTEND of recent libc.
47584         Rename local variables from jm_* to gl_*.
47585         Quote operand of "test -f".
47586         Say "recent enough" version of libc, not "version 2".
47587         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
47588         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
47589         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
47590         Remove check for btowc, isascii.
47591         Require AM_LANGINFO_CODESET.
47592
47593 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47594
47595         * lib/regex.c, regex.h: Sync from libc.
47596         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
47597         * lib/regexec.c:
47598         New files, synced from libc, except that regex_internal.h
47599         currently has a small porting fix.
47600
47601 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47602
47603         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
47604         regex_internal.c, regexec.c.
47605         Add regex_internal.h too, but as a comment, since the libc version
47606         is currently broken in gnulib mode.
47607
47608 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47609
47610         Support programs like Emacs that use gnulib but not gettext.
47611         * MODULES.html.sh (Internationalization functions): Add gettext-h.
47612         * modules/gettext-h: New file.
47613         * modules/gettext (Files): Remove lib/gettext.h.
47614         (Depends-on): Add gettext-h.
47615         (Makefile.am): Remove lib_SOURCES.
47616         * modules/argmatch, modules/c-stack, modules/closeout:
47617         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
47618         * modules/execute, modules/file-type, modules/getaddrinfo:
47619         * modules/getopt, modules/human, modules/javacomp:
47620         * modules/javaexec, modules/mkdir-p, modules/obstack:
47621         * modules/openat, modules/pagealign_alloc, modules/pipe:
47622         * modules/quotearg, modules/regex, modules/rpmatch:
47623         * modules/unicodeio, modules/userspec, modules/version-etc:
47624         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
47625         * modules/xsetenv:
47626         Depend on gettext-h, not gettext.
47627
47628 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47629
47630         * gnulib-tool (func_import): Add support for 'public domain' license.
47631         * modules/alloca, modules/atexit, modules/memmove:
47632         Now public domain, not GPL.
47633         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
47634         * modules/realloc, modules/strerror, modules/strtod:
47635         Now LGPL, not GPL.
47636
47637 2005-07-05  Bruno Haible  <bruno@clisp.org>
47638
47639         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
47640         autoconf CVS. Needed for mingw.
47641
47642 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47643
47644         Remove the dependency of the strftime module on the tzset module.
47645         * modules/strftime (Depends-on): Remove dependency on tzset.
47646
47647 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47648
47649         Remove the dependency of the strftime module on the tzset module.
47650         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
47651         gl_FUNC_TZSET_CLOBBER.
47652
47653 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47654
47655         Remove the dependency of the strftime module on the tzset module.
47656         * lib/strftime.c (my_strftime)
47657         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
47658         Copy the input structure, to work around some of the bug with
47659         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
47660         Solaris releases, you should also use the tzset module, but we won't
47661         require it as a dependency any more since we don't want LGPLed code
47662         to depend on GPLed code.
47663
47664 2005-07-02  Jim Meyering  <jim@meyering.net>
47665
47666         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
47667         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
47668         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
47669         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
47670
47671 2005-07-02  Jim Meyering  <jim@meyering.net>
47672
47673         * lib/backupfile.c (backup_args): Change a `0' to NULL.
47674
47675 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47676
47677         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
47678         declares only 'struct timespec;' (!).
47679
47680 2005-07-01  Jim Meyering  <jim@meyering.net>
47681
47682         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
47683         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
47684         * lib/save-cwd.c, tempname.c:
47685         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
47686         and don't include <sys/file.h>).
47687
47688 2005-06-29  Jim Meyering  <jim@meyering.net>
47689
47690         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
47691         type name.  Use the variable name instead.
47692         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
47693         Likewise.
47694
47695 2005-06-28  Simon Josefsson  <jas@extundo.com>
47696
47697         * modules/check-version (Files): Add check-version.m4.
47698
47699 2005-06-28  Simon Josefsson  <jas@extundo.com>
47700
47701         * m4/check-version.m4: New file, suggested by Jim Meyering
47702         <jim@meyering.net>.
47703
47704 2005-06-28  Simon Josefsson  <jas@extundo.com>
47705
47706         * lib/check-version.h, lib/check-version.c: New files.
47707
47708 2005-06-28  Simon Josefsson  <jas@extundo.com>
47709
47710         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
47711         collision with global variable.  Better indentation.  Don't
47712         increment buffer pointer beyond buffer end.  Based on comments
47713         from Paul Eggert <eggert@cs.ucla.edu>.
47714
47715         * lib/base64.h: Indent.
47716
47717 2005-06-28  Simon Josefsson  <jas@extundo.com>
47718
47719         * doc/gnulib.texi (Library version handling): New section.
47720
47721 2005-06-28  Jim Meyering  <jim@meyering.net>
47722
47723         * check-module (find_included_lib_files): Hard-code another
47724         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
47725         but modules/fts-lgpl (correctly) does not list those files.
47726
47727         * modules/canonicalize (Files): Add lib/pathmax.h.
47728
47729 2005-06-25  Simon Josefsson  <jas@extundo.com>
47730
47731         * modules/check-version: New file.
47732
47733 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
47734
47735         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
47736         initializer of struct addrinfo, as an indication that we don't
47737         care how many members the structure has.
47738
47739 2005-06-24  Derek Price  <derek@ximbiot.com>
47740         and Bruno Haible  <bruno@clisp.org>
47741
47742         Remove stat module & update lstat.
47743         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
47744         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47745         * m4/stat.m4: Remove this file.
47746
47747 2005-06-24  Derek Price  <derek@ximbiot.com>
47748         and Bruno Haible  <bruno@clisp.org>
47749
47750         Remove stat module & update lstat.
47751         * lib/stat.c: Remove this file...
47752         (slash_aware_lstat): ...moving this content and its support...
47753         * lib/lstat.c (rpl_lstat): ...into here.
47754         * lib/lstat.h: New file.
47755
47756 2005-06-24  Derek Price  <derek@ximbiot.com>
47757         and Bruno Haible  <bruno@clisp.org>
47758
47759         Remove stat module & update lstat.
47760         * config/srclist.txt (libc sources): Remove stat.
47761
47762 2005-06-24  Derek Price  <derek@ximbiot.com>
47763         and Bruno Haible  <bruno@clisp.org>
47764
47765         Remove stat module & update lstat.
47766         * MODULES.html.sh (stat): Remove.
47767         * MODULES.html: Regenerated.
47768         * modules/lstat (Description): Correct function name.
47769         (Files): Add "lstat.h".
47770         (Depends-on): Remove stat, add xalloc, stat-macros.
47771         * modules/stat: Remove this file.
47772         (Include): Add "lstat.h", remove <sys/stat.h>.
47773
47774 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
47775
47776         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
47777         (ranged_convert): Don't save conversion in a temporary struct.
47778         This causes a warning with GCC 4.0.0, and anyway in the typical
47779         case it's not worth the extra 100 bytes or so of code.
47780         (ranged_convert, __mktime_internal): When calling a function via a
47781         pointer P, use P () rather than (*P) (), as we now assume C89 or
47782         better.
47783
47784 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47785
47786         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
47787         "who -r" failed to give output.  Problem reported by Tim Waugh.
47788
47789         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
47790         (xcalloc): Use it to avoid needless tests.
47791         Problem reported by Jim Meyering.
47792
47793 2005-06-20  Derek Price  <derek@ximbiot.com>
47794
47795         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
47796         unnecessary for Autoconfs > 2.59c.
47797
47798 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47799
47800         * lib/argp.h (__option_is_short): Check upper limit of
47801         __key. Isprint() requires its argument to have the value
47802         of an unsigned char or EOF.
47803
47804 2005-06-16  Jim Meyering  <jim@meyering.net>
47805
47806         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
47807         when either N or S is zero.
47808
47809 2005-06-16  Derek Price  <derek@ximbiot.com>
47810
47811         * m4/bison.m4: Declare YACC & YFLAGS precious.
47812
47813 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
47814
47815         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
47816         multibyte string or pattern, fall back on unibyte matching.
47817         Problem reported by James Youngman.
47818
47819 2005-06-08  Bruno Haible  <bruno@clisp.org>
47820
47821         * modules/csharpcomp: New file.
47822         * MODULES.html.sh (C#): Add csharpcomp.
47823
47824 2005-06-08  Bruno Haible  <bruno@clisp.org>
47825
47826         * m4/csharpcomp.m4: New file, from GNU gettext.
47827
47828 2005-06-08  Bruno Haible  <bruno@clisp.org>
47829
47830         * lib/csharpcomp.h: New file, from GNU gettext.
47831         * lib/csharpcomp.c: New file, from GNU gettext.
47832         * lib/csharpcomp.sh.in: New file, from GNU gettext.
47833
47834 2005-06-08  Bruno Haible  <bruno@clisp.org>
47835
47836         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
47837         warning on mingw.
47838
47839 2005-06-07  Derek Price  <derek@ximbiot.com>
47840
47841         Sync from CVS.
47842         * lib/glob_.h: Indent nested #ifdef.
47843
47844 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
47845
47846         Sync from coreutils.
47847         Use "file name" when talking about file names, instead of "filename"
47848         or "path", as per the GNU coding standards.
47849         * lib/mkdir-p.c: Renamed from makepath.c.
47850         (make_dir_parents): Renamed from make_path.  All callers changed.
47851         * lib/mkdir-p.h: Likewise.  All includers changed.
47852         * lib/filenamecat.c: Renamed from path-concat.c.
47853         (file_name_concat): Renamed from path_concat.  All callers changed.
47854         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
47855         * lib/filenamecat.h: Likewise.  All includers changed.
47856         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
47857         in comments or local variable names.
47858         * lib/basename.c: Likewise.
47859         * lib/canonicalize.c, canonicalize.h: Likewise.
47860         * lib/dirname.c, dirname.h: Likewise.
47861         * lib/euidaccess.c: Likewise.
47862         * lib/exclude.c: Likewise
47863         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
47864         * lib/fsusage.c, fsuage.h: Likewise.
47865         * lib/fts.c, fts_.h: Likewise.
47866         * lib/getcwd.c: Likewise.
47867         * lib/getloadavg.c: Likewise.
47868         * lib/mkstemp.c: Likewise.
47869         * lib/mountlist.c, mountlist.h: Likewise.
47870         * lib/openat.c, openat.h: Likewise.
47871         * lib/readlink-stub.c: Likewise.
47872         * lib/readutmp.c, readutmp.h: Likewise.
47873         * lib/rename.c: Likewise.
47874         * lib/rmdir.c: Likewise.
47875         * lib/same.c: Likewise.
47876         * lib/savedir.c: Likewise.
47877         * lib/stripslash.c: Likewise.
47878         * lib/tempname.c: Likewise.
47879         * lib/xreadlink.c: Likewise.
47880         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
47881         All uses changed.
47882         * lib/exclude.h: Likewise.
47883
47884         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
47885         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
47886         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
47887         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
47888         * lib/pathmax.h: Include <limits.h> unconditionally, since other
47889         files have been getting away with it for years (MORE/BSD 4.3
47890         is extinct now).
47891         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
47892         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
47893
47894         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
47895         Define to 256, not 255, as per modern POSIX.
47896
47897 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
47898
47899         Sync from coreutils.
47900         Use "file name" when talking about file names, instead of "filename"
47901         or "path", as per the GNU coding standards.
47902         * MODULES.html.sh: mkdir-p renamed from makepath.
47903         filenamecat renamed from path-concat.
47904         * modules/filenamecat: Renamed from modules/path-concat.
47905         (Files): filenamecat.h and filenamecat.c renamed from
47906         path-concat.h and path-concat.c.
47907         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
47908         (Include): filenamecat.h, not path-concat.h.
47909         * modules/mkdir-p: Renamed from modules/makepath.
47910         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
47911         makepath.c.
47912         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
47913         (Include): mkdir-p.h, not makepath.h.
47914
47915 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
47916
47917         Sync from coreutils.
47918         * m4/mkdir-p.m4: Renamed from makepath.m4.
47919         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
47920         Rename files from makepath.c to mkdir-p.c, and from
47921         makepath.h to mkdir-p.h.
47922         * m4/filenamecat.m4: Renamed from path-concat.m4.
47923         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
47924         Rename files from path-concat.c to filenamecat.c,
47925         and from path-concat.h to filenamecat.h.
47926         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
47927         "file name" in local variables or comments.
47928         * m4/rename.m4: Likewise.
47929
47930 2005-06-01  Bruno Haible  <bruno@clisp.org>
47931
47932         * modules/csharpexec: New file.
47933         * MODULES.html.sh (C#): New section.
47934
47935 2005-06-01  Bruno Haible  <bruno@clisp.org>
47936
47937         * m4/csharp.m4: New file, from GNU gettext.
47938         * m4/csharpexec.m4: New file, from GNU gettext.
47939
47940 2005-06-01  Bruno Haible  <bruno@clisp.org>
47941
47942         * lib/csharpexec.h: New file, from GNU gettext.
47943         * lib/csharpexec.c: New file, from GNU gettext.
47944         * lib/csharpexec.sh.in: New file, from GNU gettext.
47945
47946 2005-05-31  Derek Price  <derek@ximbiot.com>
47947             Paul Eggert  <eggert@cs.ucla.edu>
47948
47949         Sync from cvs.
47950         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
47951
47952 2005-05-31  Derek Price  <derek@ximbiot.com>
47953             Paul Eggert  <eggert@cs.ucla.edu>
47954
47955         Sync from cvs.
47956         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
47957
47958 2005-05-29  Derek Price  <derek@ximbiot.com>
47959
47960         * config/srclist.txt (glob_.h, glob.c): Add these files.
47961
47962 2005-05-29  Derek Price  <derek@ximbiot.com>
47963
47964         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
47965         * modules/glob: New file.
47966         * modules/getlogin_r: Add link to POSIX spec in description.
47967
47968 2005-05-29  Derek Price  <derek@ximbiot.com>
47969             Paul Eggert  <eggert@cs.ucla.edu>
47970
47971         * m4/glob.m4: New file.
47972
47973 2005-05-29  Derek Price  <derek@ximbiot.com>
47974             Paul Eggert  <eggert@cs.ucla.edu>
47975
47976         * lib/glob_.h, lib/glob.c: New files.
47977
47978 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47979
47980         * modules/fts (Files): Remove m4/inttypes-pri.m4.
47981         * modules/fts-lgpl (Depends-on): Remove gettext.
47982
47983 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47984
47985         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
47986         and don't require gt_INTTYPES_PRI.
47987
47988 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
47989
47990         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
47991
47992         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
47993         the configuration hassle isn't worth it.
47994         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
47995         (LONGEST_MODIFIER, PRIuMAX): Remove.
47996
47997 2005-05-27  Bruno Haible  <bruno@clisp.org>
47998
47999         * lib/getlogin_r.h: Remove second include of <stddef.h>.
48000
48001 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
48002
48003         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
48004         _POSIX_PTHREAD_SEMANTICS for Solaris.
48005
48006 2005-05-25  Derek Price  <derek@ximbiot.com>
48007
48008         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
48009
48010 2005-05-25  Derek Price  <derek@ximbiot.com>
48011             Paul Eggert  <eggert@cs.ucla.edu>
48012
48013         * modules/getlogin_r, m4/getlogin_r.m4: New files.
48014         * lib/getlogin_r.c, getlogin_r.h: New files.
48015
48016 2005-05-25  Bruno Haible  <bruno@clisp.org>
48017             Derek Price  <derek@ximbiot.com>
48018
48019         * lib/getlogin_r.h: Simplify API documentation.
48020
48021 2005-05-23  Derek Price  <derek@ximbiot.com>
48022
48023         * modules/minmax (Files): Add m4/minmax.m4.
48024         (configure.ac): Add gl_MINMAX.
48025
48026 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
48027
48028         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
48029         so that unistd-safer.h (GPL'ed code) need not be included.
48030
48031 2005-05-22  Bruno Haible  <bruno@clisp.org>
48032
48033         * m4/minmax.m4: New file.
48034         Based on a patch by Derek Price <derek@ximbiot.com>.
48035
48036 2005-05-22  Bruno Haible  <bruno@clisp.org>
48037
48038         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
48039         (INT64_MIN): Fix definition.
48040         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
48041
48042         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
48043         NEED_SIGNED_INT_TYPES.
48044
48045         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
48046         HAVE_SYSTEM_INTTYPES.
48047
48048 2005-05-22  Bruno Haible  <bruno@clisp.org>
48049
48050         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
48051         Also include <sys/param.h> if it defines MIN, MAX.
48052         Based on a patch by Derek Price <derek@ximbiot.com>.
48053
48054 2005-05-21  Jim Meyering  <jim@meyering.net>
48055
48056         * modules/fts (Files): Add m4/inttypes-pri.m4.
48057         (Depends-on): Add lstat and remove gettext.  Alphabetize.
48058
48059 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48060
48061         New fts module.
48062         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
48063         (setup_dir, free_dir): New functions.
48064         (enter_dir, leave_dir): Define trivial
48065         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
48066         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
48067         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
48068         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
48069         Move to fts-cycle.c.
48070         (fts_open): Use setup_dir.
48071         (fts_close): Use free_dir.
48072         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
48073         This adds a label and some gotos, but the alternatives were messier.
48074         Check for memory allocation failure when entering a dir.
48075         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
48076         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
48077         (FTS): New member fts_cycle, that is a union that contains the
48078         old active_dir_ht and cycle_state.  All uses changed to mention
48079         fts_cycle.ht and fts_cycle.state.
48080         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
48081         fts.c, with the following changes:
48082         (setup_dir, free_dir): New functions.
48083         (enter_dir): Now returns bool.  Return true if successful, false
48084         if memory exhausted.  All callers changed.
48085         Do not bother partly cleaning up on
48086         memory allocation failure; that is free_dir's job.
48087         However, free ad if hash_insert fails, to avoid memory leak.
48088         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
48089         fts->fts_options to see which union member to use.
48090
48091 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48092
48093         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
48094         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
48095
48096 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48097
48098         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
48099
48100 2005-05-20  Jim Meyering  <jim@meyering.net>
48101
48102         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
48103         Now a macro, to pacify GCC.
48104
48105 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48106
48107         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
48108         of -1.
48109
48110 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48111
48112         * lib/chown.c (rpl_chown): Return -1 on failure.
48113
48114 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48115
48116         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
48117         Don't check for stddef.h.
48118         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
48119         don't use its results.
48120         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
48121         since we include them unconditionally.  Don't require
48122         AM_STDBOOL_H, since stdbool is a prerequisite.
48123         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
48124         since we assume C89 or better.
48125         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
48126         as we don't use their results.
48127         Don't check for fchdir, memmove, memset, strrchr, as we use
48128         them unconditionally.
48129         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
48130         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
48131
48132 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48133
48134         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
48135         Include <stddef.h> unconditionally, since we assume C89 now.
48136         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
48137         * lib/fts.c: Include fts_.h first, to check interface.
48138         Do not include intprops.h; no longer needed.
48139         Include cycle-check.h and hash.h, since fts_.h no longer does.
48140         Remove unnecessary casts of closedir to void.
48141         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
48142         decide whether to decrement nlinks.
48143         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
48144         (FTS): Use struct hash_table * instead of Hash_table, so that
48145         we no longer need to include hash.h here.
48146
48147 2005-05-18  Jim Meyering  <jim@meyering.net>
48148
48149         * modules/dirfd (License): Change to LGPL.  Most of the code
48150         is already in the public domain.
48151
48152 2005-05-18  Jim Meyering  <jim@meyering.net>
48153
48154         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
48155         Reported by Yoann Vandoorselaere.
48156
48157 2005-05-17  Jim Meyering  <jim@meyering.net>
48158
48159         * m4/fts.m4: New file, from coreutils.
48160
48161 2005-05-17  Jim Meyering  <jim@meyering.net>
48162
48163         * lib/fts.c, lib/fts_.h: New files, from coreutils.
48164
48165 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48166
48167         Sync from coreutils.
48168         * m4/unlinkdir.m4: New file.
48169
48170 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48171
48172         Sync from coreutils.
48173         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
48174         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
48175         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
48176         White space changes only.
48177         * lib/makepath.c (make_path): Port to hosts where leading "//" is
48178         special.
48179         * lib/yesno.c: Include getline.h, not ctype.h.
48180         (yesno): Don't remove leading white space; POSIX doesn't allow it.
48181         Use getline to remove arbitrary restriction on response length.
48182
48183 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48184
48185         * config/srclist-update: Spell out "Street" in FSF postal
48186         mail address; this is the style the FSF seems to prefer.
48187
48188         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
48189         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
48190         this updates FSF postal mail address.
48191
48192         Sync from coreutils.
48193         * modules/unlinkdir: New file.
48194         * modules/yesno (Depends-on): Add getline.
48195         * MODULES.html.sh (File system functions): Add unlinkdir.
48196
48197 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48198
48199         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
48200         lib/strsep.h:
48201         Change the initial comment to refer to GPL, not LGPL.
48202         gnulib-tool will change it to LGPL as needed.
48203
48204         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
48205         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
48206         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
48207         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
48208         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
48209         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
48210         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
48211         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
48212         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
48213         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
48214         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
48215         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
48216         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
48217         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
48218         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
48219         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
48220         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
48221         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
48222         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
48223         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
48224         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
48225         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
48226         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
48227         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
48228         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
48229         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
48230         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
48231         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
48232         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
48233         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
48234         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
48235         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
48236         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
48237         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
48238         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
48239         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
48240         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
48241         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
48242         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
48243         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
48244         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
48245         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
48246         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
48247         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
48248         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
48249         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
48250         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
48251         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
48252         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
48253         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
48254         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
48255         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
48256         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
48257         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
48258         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
48259         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
48260         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
48261         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
48262         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
48263         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
48264         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
48265         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
48266         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
48267         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
48268         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
48269         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
48270         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
48271         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
48272         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
48273         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
48274         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
48275         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
48276         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
48277         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
48278         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
48279         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
48280         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
48281         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
48282         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
48283         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
48284         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
48285         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
48286         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
48287         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
48288         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
48289         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
48290         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
48291         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
48292         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
48293         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
48294         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
48295         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
48296         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
48297         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
48298         lib/yesno.c, lib/yesno.h:
48299         Update FSF postal mail address.
48300
48301 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48302
48303         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
48304         tests/test-memmem.c, tests/test-stpncpy.c:
48305         Update FSF postal mail address.
48306
48307 2005-05-13  Bruno Haible  <bruno@clisp.org>
48308
48309         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
48310         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
48311         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
48312         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
48313         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
48314         Add support for 64-bit integers in the MSVC compiler.
48315
48316 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48317
48318         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
48319
48320 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
48321
48322         * gnulib-tool (func_import): Sort and uniquify recommended includes.
48323
48324 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
48325
48326         * doc/getdate.texi (General date syntax): Don't say that date
48327         date --iso-8601=ns generates acceptable dates; it doesn't yet.
48328         Problem reported by Nic Ferrier.
48329
48330 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48331
48332         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
48333         specified in ai_socktype. Fix invalid ai_protocol
48334         check. ai_protocol is usually set to 0 or depending on
48335         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
48336         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
48337         ai_socktype / ai_protocol in the returned addrinfo structure.
48338
48339 2005-05-10  Simon Josefsson  <jas@extundo.com>
48340
48341         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
48342         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
48343
48344 2005-05-10  Karl Berry  <karl@gnu.org>
48345
48346         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
48347         (from http://www.gnu.org/licenses).
48348         * doc/COPYING.LIB: also rename to COPYING.LESSER.
48349         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
48350         fdl.texi suffices.
48351
48352 2005-05-10  Karl Berry  <karl@gnu.org>
48353
48354         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
48355         (COPYING.DOC): remove.
48356
48357         * config/srclist-update: new FSF address.
48358
48359 2005-05-10  Derek Price  <derek@ximbiot.com>
48360
48361         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
48362         possible.
48363
48364 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48365             Bruno Haible  <bruno@clisp.org>
48366
48367         * modules/inet_ntop: New file.
48368         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48369         inet_ntop.
48370
48371 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48372             Bruno Haible  <bruno@clisp.org>
48373
48374         * m4/inet_ntop.m4: New file.
48375
48376 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48377             Bruno Haible  <bruno@clisp.org>
48378
48379         * lib/inet_ntop.h: New file.
48380         * lib/inet_ntop.c: New file, from glibc with modifications.
48381
48382 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
48383
48384         * modules/time_r (License): Change to LGPL.
48385         * modules/extensions (License): Change to LGPL.  Actually,
48386         the license is more permissive than that, but currently gnulib-tool
48387         doesn't know how to handle more-permissive licenses.
48388
48389         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
48390         Problem reported by Dave Love.
48391
48392 2005-05-08  Jim Meyering  <jim@meyering.net>
48393
48394         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
48395         blank.
48396
48397 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
48398
48399         * modules/argmatch (Depends-on): Add stdbool.
48400         * modules/backupfile (Depends-on): Likewise.
48401         * modules/chdir-long (Depends-on): Likewise.
48402         * modules/closeout (Depends-on): Likewise.
48403         * modules/cycle-check (Depends-on): Likewise.
48404         * modules/dirname (Depends-on): Likewise.
48405         * modules/fnmatch (Depends-on): Likewise.
48406         * modules/fsusage (Depends-on): Likewise.
48407         * modules/fwriteerror (Depends-on): Likewise.
48408         * modules/getcwd (Depends-on): Likewise.
48409         * modules/getloadavg (Depends-on): Likewise.
48410         * modules/hard-locale (Depends-on): Likewise.
48411         * modules/makepath (Depends-on): Likewise.
48412         * modules/mountlist (Depends-on): Likewise.
48413         * modules/nanosleep (Depends-on): Likewise.
48414         * modules/posixtm (Depends-on): Likewise.
48415         * modules/quotearg (Depends-on): Likewise.
48416         * modules/readtokens (Depends-on): Likewise.
48417         * modules/readtokens0 (Depends-on): Likewise.
48418         * modules/readutmp (Depends-on): Likewise.
48419         * modules/save-cwd (Depends-on): Likewise.
48420         * modules/strftime (Depends-on): Likewise.
48421         * modules/userspec (Depends-on): Likewise.
48422         * modules/utimecmp (Depends-on): Likewise.
48423         * modules/xgetcwd (Depends-on): Likewise.
48424         * modules/xnanosleep (Depends-on): Likewise.
48425         * modules/xstrtod (Depends-on): Likewise.
48426         * modules/yesno (Depends-on): Likewise.
48427
48428 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
48429
48430         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
48431         needless checks.
48432
48433 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48434
48435         Merge from coreutils.  Among other things,
48436         add bulletproofing for cases where stdin, stdout, or stderr are closed.
48437         * lib/fd-safer.c: New file.
48438         * lib/fcntl-safer.h, open-safer.c: Remove.
48439         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
48440         * lib/dup-safer.c: Include unistd-safer.h first.
48441         Don't include errno.h.
48442         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
48443         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
48444         * lib/file-type.c: Rely on file-type.h change.
48445         * lib/getloadavg.c: Include unistd-safer.h.
48446         (getloadavg): Use safer open.
48447         * lib/getusershell.c: Include "stdio-safer.h".
48448         (getusershell): Use safer fopen.
48449         * lib/long-options.c (long_options): Use NULL rather than 0.
48450         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
48451         'free'.
48452         * lib/modechange.c: Likewise.
48453         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
48454         (MODE_DONE): New constant.
48455         (struct mode_change): Remove 'next' member.
48456         (make_node_op_equals): New function; like the old one of the
48457         same name, except it allocates an array.
48458         (mode_compile, mode_create_from_ref): Use it.
48459         (mode_compile): Allocate result as an array, not a linked list.
48460         Parse octal string ourself, so that we catch mistakes like "+0".
48461         (mode_adjust): Arg is an array, not a linked list.
48462         * lib/modechange.c: Include stat-macros.h, xalloc.h.
48463         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
48464         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
48465         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
48466         Remove.  This is now stat-macros.h's job.
48467         (talloc): Remove.  All callers replaced by xalloc, so that
48468         our invokers don't have to worry about reporting memory failures.
48469         (make_node_op_equals): Remove.
48470         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48471         New constants.
48472         (struct mode_change): Moved here from modechange.h.
48473         (mode_append_entry): Remove.
48474         (mode_compile): Remove MASKED_OPS arg, since it encouraged
48475         apps to have incorrect behavior.  Use simpler algorithm for head
48476         and tail.  Don't futz with umask; that's now the job of mode_adjust.
48477         Detect more invalid usages rather than having somewhat-random behavior.
48478         Don't insert an "a=" action, as that leads to incorrect behavior.
48479         (mode_compile, mode_create_from_ref): Return NULL on error instead
48480         of an enum, since now there's only one way to have an error.  All
48481         callers changed.
48482         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
48483         at the correct time.  Simplify calculation of "+u" and its ilk.
48484         Don't mishandle "+X".
48485         (mode_free): Remove "register" and localize decls.
48486         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48487         (struct mode_change): Move to modechange.c; callers don't
48488         need to see this stuff.
48489         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
48490         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
48491         (mode_change, mode_adjust): Reflect the new signatures noted above.
48492         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
48493         that might redefine system include files.
48494         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
48495         (my_usleep): Use NULL rather than (void *) 0.
48496         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
48497         Use siginterrupt to specify that system calls should be interrupted.
48498         (rpl_nanosleep): Move initialization of suspended closer to call of
48499         my_usleep.
48500         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
48501         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
48502         (desirable_utmp_entry): New function.
48503         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
48504         using x2nrealloc, to simplify logic.
48505         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
48506         size calculation.  Do not assume utmp file is a regular file.
48507         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
48508         (READ_UTMP_CHECK_PIDS): New constant.
48509         * lib/save-cwd.c: Include unistd-safer.h.
48510         (save_cwd): Use fd_safer.
48511         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
48512         [!_LIBC] Include "stat-macros.h" instead.
48513         * lib/unistd-safer.h (fd_safer): New decl.
48514
48515 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48516
48517         * modules/getloadavg (Depends-on): Add unistd-safer.
48518         * modules/getusershell (Depends-on): Add stdio-safer.
48519         * modules/lstat (Depends-on): Remove xalloc.
48520         * modules/mkstemp (Depends-on): Add stat-macros.
48521         * modules/modechange (Depends-on): Remove xstrtol.
48522         Add stat-macros, xalloc.
48523         * modules/save-cwd (Depends-on): Add unistd-safer.
48524         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
48525         * modules/unistd-safer (Files): Add lib/fd-safer.c
48526         (Makefile.am): Remove lib_SOURCES.
48527
48528         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
48529         Remove fcntl-safer; unistd-safer supersedes it.
48530
48531 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48532
48533         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
48534         AC_HEADER_STAT.
48535         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
48536         (gl_PREREQ_CHOWN): Remove.
48537         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
48538         it.  Don't require AC_HEADER_STAT.
48539         (gl_PREREQ_LSTAT): Remove.
48540         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
48541         Don't require AC_HEADER_STAT.
48542         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
48543         (gl_PREREQ_RMDIR): Remove.
48544         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
48545         mention stat-macros.h or AC_HEADER_STAT, since we'll make
48546         the stat-macros module a prerequisite.
48547         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
48548         * m4/filemode.m4 (gl_FILEMODE): Likewise.
48549         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
48550         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
48551         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
48552         variable names.
48553         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
48554         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
48555         variable prefixes.
48556         * m4/fcntl-safer.m4: Remove.
48557         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
48558         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
48559         Invoke gl_PREREQ_FD_SAFER.
48560         (gl_PREREQ_FD_SAFER): New macro.
48561         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
48562         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
48563         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
48564         Remove duplicate call to AC_LIBOBJ(readutmp).
48565         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
48566
48567         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
48568         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
48569
48570 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48571
48572         * MODULES.html.sh (Misc): Add byteswap.
48573
48574 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48575
48576         * modules/getcwd (Depends-on): Add extensions.
48577         * modules/openat (Depends-on): Likewise.
48578
48579 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48580
48581         * modules/byteswap: New file.
48582
48583 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48584
48585         * m4/byteswap.m4: New file.
48586
48587 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48588
48589         * lib/byteswap_.h: New file.
48590
48591 2005-04-25  Karl Berry  <karl@gnu.org>
48592
48593         * m4/gettext.m4: Update from GNU gettext 0.14.4.
48594
48595 2005-04-25  Albert Chin  <china@thewrittenword.com>
48596
48597         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
48598         Toolkit C bug.
48599
48600 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
48601
48602         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
48603         (func_ln_if_changed) Remove forcibly for no error message
48604         in case file does not exist.
48605
48606 2005-04-19  Simon Josefsson  <jas@extundo.com>
48607
48608         * gnulib-tool (Options): Make --symlink mean --symbolic.
48609
48610 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
48611
48612         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
48613
48614 2005-04-16  Simon Josefsson  <jas@extundo.com>
48615
48616         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
48617
48618 2005-04-15  Simon Josefsson  <jas@extundo.com>
48619
48620         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
48621
48622 2005-04-15  Simon Josefsson  <jas@extundo.com>
48623
48624         * gnulib-tool: Rename --symlink to --symbolic.
48625
48626 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
48627
48628         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
48629         symbolic links to files instead of copying/moving.  Add --aux-dir,
48630         specifying directory relative --dir where auxiliary build tools
48631         are placed.
48632
48633 2005-04-14  Bruno Haible  <bruno@clisp.org>
48634
48635         * modules/allocsa (License): Change to LGPL.
48636         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
48637
48638 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48639
48640         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
48641         that "UTC +1 second" continues to work.  Problem reported
48642         by Dmitry V. Levin.
48643         (relunit_snumber): New rule.
48644         (relunit): Use it.
48645
48646 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
48647
48648         * lib/getdate.y (universal_time_zone_table): New constant.
48649         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
48650         universal_time_zone_table.
48651         (lookup_zone): Prefer universal_time_zone_table to
48652         local_time_zone_table, so that "GMT" time stamps are allowed in
48653         London during the summer.  Problem reported by Ian Abbott.
48654
48655 2005-04-12  Jim Meyering  <jim@meyering.net>
48656
48657         * lib/human.c (humblock): Set *options even when returning due to
48658         xstrtoumax conversion failure.  Thanks to a used-uninitialized
48659         warning from gcc-4.
48660
48661 2005-04-09  Jim Meyering  <jim@meyering.net>
48662
48663         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
48664         -Wuninitialized: initialize tm0.tm_year.
48665
48666 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
48667
48668         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
48669         count, since there's no maximum.  All uses changed.
48670         Add member dsts_seen.
48671         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
48672         not being INT_MAX.
48673         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
48674         Use pc_rels_seen to decide whther a date is absolute.
48675
48676         * lib/getdate.y (number): Don't overwrite year.
48677         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
48678         check.
48679
48680 2005-04-02  Simon Josefsson  <jas@extundo.com>
48681
48682         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
48683         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
48684
48685 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
48686
48687         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
48688         where no absolute path name can be longer than PATH_MAX.
48689
48690 2005-03-27  Jim Meyering  <jim@meyering.net>
48691
48692         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
48693
48694 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
48695
48696         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
48697         "one's complement" -> "ones' complement" in comment, as per Knuth.
48698         "value of type" -> "type or expression" in comment.
48699         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
48700
48701 2005-03-26  Jim Meyering  <jim@meyering.net>
48702
48703         Comment nits.
48704         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
48705         Correct typos: s/or/of/.
48706
48707 2005-03-26  Jim Meyering  <jim@meyering.net>
48708
48709         * modules/check-include-files: Move to ../ and rename to...
48710         * check-module: ...this.
48711
48712 2005-03-25  Jim Meyering  <jim@meyering.net>
48713
48714         * modules/xvasprintf (Files): Add xalloc.h.
48715
48716 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
48717
48718         * modules/gettext (Files): config/config.rpath ->
48719         build-aux/config.rpath
48720         * modules/iconv (Files): Likewise.
48721         Problem reported by Oskar Liljeblad.
48722
48723 2005-03-23  Jim Meyering  <jim@meyering.net>
48724
48725         * modules/check-include-files: New script to check for
48726         missing dependencies, multiple includes, etc.
48727
48728         * modules/c-strtold (Depends-on): Add xalloc.
48729         * modules/c-strtod (Depends-on): Add xalloc.
48730         * modules/hash (Depends-on): Add xalloc.
48731         (Files): Remove lib/xalloc.h.
48732
48733         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
48734         * modules/userspec (Files): Add lib/inttostr.h.
48735
48736 2005-03-23  Jim Meyering  <jim@meyering.net>
48737
48738         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
48739
48740 2005-03-22  Jim Meyering  <jim@meyering.net>
48741
48742         * modules/stat-macros: New module.
48743         * modules/canonicalize, modules/euidaccess, modules/file-type,
48744         * modules/filemode, modules/lchown, modules/makepath,
48745         * modules/rmdir, modules/stat: Depend on new stat-macros module
48746         rather than listing lib/stat-macros.h manually.
48747         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
48748
48749 2005-03-22  Jim Meyering  <jim@meyering.net>
48750
48751         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
48752
48753 2005-03-22  Bruno Haible  <bruno@clisp.org>
48754
48755         * config/srclist.txt: Replace target directory 'config' with
48756         'build-aux'.
48757         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
48758         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
48759         ../build-aux/.
48760
48761 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
48762
48763         * modules/chdir-long (Depends-on): Add mempcpy.
48764
48765         * modules/acl, modules/backupfile, modules/c-strtod,
48766         modules/c-strtold, modules/canon-host, modules/canonicalize,
48767         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
48768         modules/exclude, modules/exitfail, modules/file-type,
48769         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
48770         modules/getdate, modules/getline, modules/getpagesize,
48771         modules/getpass, modules/getugroups, modules/group-member,
48772         modules/hard-locale, modules/hash, modules/human, modules/idcache,
48773         modules/inttostr, modules/long-options, modules/makepath,
48774         modules/md5, modules/memcasecmp, modules/memcoll,
48775         modules/modechange, modules/mountlist, modules/path-concat,
48776         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
48777         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
48778         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
48779         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
48780         modules/strftime, modules/strndup, modules/strverscmp,
48781         modules/timespec, modules/unlocked-io, modules/userspec,
48782         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
48783         modules/yesno:
48784         Remove lib_SOURCES line from Makefile.am section, as this is now
48785         done automatically by the corresponding Autoconf macro.
48786
48787 2005-03-21  Jim Meyering  <jim@meyering.net>
48788
48789         Changes imported from coreutils.
48790
48791         * lib/cycle-check.c: Don't include xalloc.h.
48792
48793         * lib/path-concat.c: Don't include assert.h.
48794         (path_concat): Remove assertion that would have triggered
48795         for ABASE starting with more than one slash.
48796         Reported by Andreas Schwab.
48797
48798         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
48799         properly when ABASE is an absolute file name.
48800         Correct the description of this function.
48801         Include <assert.h>.
48802         Add an assertion and a test driver.
48803         This fixes a bug introduced on 2004-07-02.
48804         Andreas Schwab reported the resulting failure of cp --parents:
48805         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
48806
48807 2005-03-21  Jim Meyering  <jim@meyering.net>
48808
48809         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
48810         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
48811
48812 2005-03-21  Jim Meyering  <jim@meyering.net>
48813         and  Paul Eggert  <eggert@cs.ucla.edu>
48814
48815         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
48816         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
48817         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
48818         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
48819         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
48820         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
48821         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
48822         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
48823         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
48824         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
48825         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
48826         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
48827         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
48828         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
48829         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
48830         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
48831         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
48832         for these modules.
48833
48834 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
48835
48836         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
48837         (which shouldn't happen), generate nothing instead of returning 0
48838         immediately, so that nstrftime (NULL, ...) doesn't return 0.
48839
48840 2005-03-16  Bruno Haible  <bruno@clisp.org>
48841
48842         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
48843         HAVE_LONGLONG_64BIT.
48844
48845 2005-03-16  Bruno Haible  <bruno@clisp.org>
48846
48847         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
48848         HAVE_LONGLONG_64BIT.
48849
48850 2005-03-16  Bruno Haible  <bruno@clisp.org>
48851
48852         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
48853         HAVE_LONGLONG_64BIT.
48854
48855 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
48856
48857         * lib/strftime.c (my_strftime): Prepend space to format so that we can
48858         reliably distinguish strftime failure from empty output on POSIX
48859         hosts.
48860
48861 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
48862
48863         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
48864         (iconv_string): Don't guess a size-zero buffer, as that might cause
48865         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
48866         result would be 'too large', where 'too large' is (heuristically)
48867         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
48868         overflow concerns.  This will prevent some unwanted malloc failures
48869         when the inputs are very large.
48870
48871 2005-03-15  Karl Berry  <karl@gnu.org>
48872
48873         * config/srclist.txt (config.rpath): from gettext.
48874         * config/config.rpath: update.
48875
48876 2005-03-15  Bruno Haible  <bruno@clisp.org>
48877
48878         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
48879         to 'negate'.
48880
48881         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
48882         variable.
48883
48884         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
48885         results.
48886
48887 2005-03-14  Simon Josefsson  <jas@extundo.com>
48888
48889         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
48890         <fx@gnu.org>.
48891
48892 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
48893
48894         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
48895         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
48896         intprops.h.
48897         * lib/strtol.c: Likewise.
48898
48899 2005-03-14  Jim Meyering  <jim@meyering.net>
48900
48901         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
48902         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
48903         to be nonzero so that we (and caller) can detect the difference
48904         between a valid zero-length expansion and an error return, even
48905         when the underlying strftime fails before writing anything into
48906         that location.
48907
48908 2005-03-14  Bruno Haible  <bruno@clisp.org>
48909
48910         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
48911         Update from GNU gettext 0.14.3.
48912
48913 2005-03-10  Jim Meyering  <jim@meyering.net>
48914
48915         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
48916
48917 2005-03-10  Jim Meyering  <jim@meyering.net>
48918
48919         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
48920         so that this module works on systems without fchdir.
48921
48922 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48923
48924         Factor int-properties macros into a single file, except for
48925         glibc-related files.
48926         * lib/intprops.h: New file.
48927         * lib/getloadavg.c: Include it instead of limits.h.
48928         (INT_STRLEN_BOUND): Remove.
48929         * lib/human.c: Include intprops.h.
48930         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
48931         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
48932         302/1000.
48933         * lib/inttostr.h: Include intprops.h instead of limits.h.
48934         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
48935         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
48936         for consistency with intprops.h.
48937         (time_t_is_integer, twos_complement_arithmetic): Use them.
48938         * lib/sig2str.h: Include <signal.h>, intprops.h.
48939         (INT_STRLEN_BOUND): Remove.
48940         * lib/strftime.c (TYPE_SIGNED): Remove.
48941         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
48942         * lib/strtol.c: Adjust comments to match intprops.h.
48943         * lib/userspec.c: Include intprops.h.
48944         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
48945         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
48946         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
48947         instead of rolling our own expressions.
48948         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
48949
48950         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
48951         instead of int.
48952         (my_strftime): Do not mishandle years close to INT_MAX, by doing
48953         the right thing even if adding 1900 would overflow.  Similarly
48954         for tm_mon + 1 and tm_yday + 1.
48955         Make %Y always equivalent to %C%y, and similarly for %G and %g.
48956         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
48957         (DO_SIGNED_NUMBER): New macro.
48958         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
48959
48960 2005-03-07  Bruno Haible  <bruno@clisp.org>
48961
48962         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
48963
48964 2005-03-07  Bruno Haible  <bruno@clisp.org>
48965
48966         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
48967
48968 2005-03-04  Derek R. Price  <derek@ximbiot.com>
48969
48970         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
48971         (func_import): Only replace files via --import when they have actually
48972         changed.
48973
48974 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48975
48976         * m4/mmap-anon.m4: New file.
48977         * m4/pagealign_alloc.m4: New file.
48978
48979 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48980             Bruno Haible  <bruno@clisp.org>
48981
48982         * modules/pagealign_alloc: New file.
48983         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
48984
48985 2005-03-03  Derek R. Price  <derek@ximbiot.com>
48986             Bruno Haible  <bruno@clisp.org>
48987
48988         * lib/pagealign_alloc.h: New file.
48989         * lib/pagealign_alloc.c: New file.
48990
48991 2005-03-03  Bruno Haible  <bruno@clisp.org>
48992
48993         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
48994         Use an all-permissive copyright notice, recommended by RMS.
48995
48996 2005-03-02  Bruno Haible  <bruno@clisp.org>
48997
48998         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
48999         of AIX, the replacement has to be done only after <string.h> is
49000         included, therefore not in config.h. stpncpy.h does the replacement,
49001         and stpncpy.c uses it.
49002
49003 2005-03-02  Bruno Haible  <bruno@clisp.org>
49004
49005         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
49006         stpncpy.c uses it.
49007
49008 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49009
49010         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
49011         The workaround isn't strictly needed for POSIX conformance, and
49012         it's too much of a pain to configure and maintain.  We'll ask
49013         people to fix their kernels instead.
49014         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
49015         (NANOSLEEP_BUG_WORKAROUND): Remove.
49016         (xnanosleep): Remove the workaround.
49017
49018 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49019
49020         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
49021         Reported by Derek Price.
49022         (Include): Add "timespec.h".
49023
49024         * modules/xnanosleep (Depends-on): Remove gethrxtime.
49025
49026 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49027
49028         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
49029         to detect nanosleep bug.
49030
49031 2005-03-01  Bruno Haible  <bruno@clisp.org>
49032
49033         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
49034
49035 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
49036
49037         * modules/gethrxtime: New file.
49038         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
49039         (Depends-on): Add gethrxtime.
49040         (configure.ac): Add gl_XNANOSLEEP.
49041         (Makefile.am): Remove lib_SOURCES line.
49042
49043 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49044
49045         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
49046         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
49047
49048 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49049
49050         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
49051         * lib/timespec.h (gettime): Return void, since it always
49052         succeeds now.  All uses changed.
49053         * lib/gettime.c (gettime) Likewise.
49054         [HAVE_NANOTIME]: Prefer nanotime.
49055         Assume gettimeofday succeeds, as POSIX requires.
49056         Assime time () succeeds, since other code already does.
49057         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
49058         (timespec_subtract): Remove.
49059         (NANOSLEEP_BUG_WORKAROUND): New constant.
49060         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
49061         things considerably.  Use it only on GNU/Linux hosts, since the
49062         workaround shouldn't be needed elsewhere.
49063
49064 2005-02-24  Bruno Haible  <bruno@clisp.org>
49065
49066         * modules/gettext (Files): Add m4/glibc2.m4.
49067
49068 2005-02-24  Bruno Haible  <bruno@clisp.org>
49069
49070         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
49071         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
49072         * m4/progtest.m4:
49073         Update from GNU gettext 0.14.2.
49074         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
49075
49076 2005-02-24  Bruno Haible  <bruno@clisp.org>
49077
49078         * lib/localcharset.c: Update from GNU gettext 0.14.2.
49079         * lib/config.charset: Update from GNU gettext 0.14.2.
49080
49081 2005-02-24  Bruno Haible  <bruno@clisp.org>
49082
49083         * lib/gettext.h: Update from GNU gettext 0.14.2.
49084
49085 2005-02-23  Simon Josefsson  <jas@extundo.com>
49086
49087         * m4/iconvme.m4: New file.
49088
49089 2005-02-23  Jim Meyering  <jim@meyering.net>
49090
49091         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
49092         change.
49093         Thanks to Bruno Haible for catching it.
49094
49095 2005-02-22  Simon Josefsson  <jas@extundo.com>
49096
49097         * modules/iconvme: New file.
49098
49099         * MODULES.html.sh: Add iconvme.
49100
49101 2005-02-22  Simon Josefsson  <jas@extundo.com>
49102
49103         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
49104
49105 2005-02-22  Simon Josefsson  <jas@extundo.com>
49106
49107         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
49108
49109 2005-02-22  Jim Meyering  <jim@meyering.net>
49110
49111         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
49112         s/ifndef/ifdef/.
49113
49114 2005-02-20  Neil Conway  <neilc@samurai.com>
49115
49116         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
49117         returned by OSX/Darwin if the specified buffer is not large
49118         enough for the hostname.
49119
49120 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49121
49122         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
49123         pass it to _help, otherwise the latter coredumps trying to
49124         dereference state.root_argp.
49125
49126 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49127
49128         * modules/chdir-long (Depends-on): Add memrchr.
49129         * modules/memrchr (Files): Add lib/memrchr.h.
49130         (Include): "memrchr.h".
49131
49132 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49133
49134         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
49135
49136 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49137
49138         * lib/memrchr.h: New file.
49139         * lib/chdir-long.c: Include it.
49140         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
49141         Don't bother including stddef.h.
49142
49143 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
49144
49145         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
49146         inclusion.
49147         Include <sys/types.h>, for dev_t.
49148         (ME_DUMMY, ME_REMOTE): Move from here....
49149         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
49150         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
49151         Dmitry V. Levin.
49152         Include mountlist.h first, to test the interface.
49153
49154 2005-01-29  Bruno Haible  <bruno@clisp.org>
49155
49156         * lib/progname.c (program_name): Initialize.
49157         Needed when linking statically on MacOS X.
49158
49159 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49160
49161         Sync from coreutils.
49162         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
49163         (Depends-on): Add c-strtod.
49164         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
49165
49166 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49167
49168         Sync from coreutils.
49169         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
49170
49171         Remove files that are specific to coreutils.
49172         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
49173
49174 2005-01-28  Bruno Haible  <bruno@clisp.org>
49175
49176         * modules/javacomp: New file.
49177         * MODULES.html.sh (Java): Add javacomp.
49178
49179 2005-01-28  Bruno Haible  <bruno@clisp.org>
49180
49181         * m4/javacomp.m4: New file, from GNU gettext.
49182
49183 2005-01-28  Bruno Haible  <bruno@clisp.org>
49184
49185         * lib/javacomp.sh.in: New file, from GNU gettext.
49186         * lib/javacomp.h: New file, from GNU gettext.
49187         * lib/javacomp.c: New file, from GNU gettext.
49188
49189 2005-01-26  Simon Josefsson  <jas@extundo.com>
49190
49191         * lib/gai_strerror.c: Use GPL in header.
49192
49193 2005-01-26  Bruno Haible  <bruno@clisp.org>
49194
49195         * modules/javaexec: New file.
49196         * MODULES.html.sh (Java): Add javaexec.
49197
49198 2005-01-26  Bruno Haible  <bruno@clisp.org>
49199
49200         * m4/javaexec.m4: New file, from GNU gettext.
49201
49202 2005-01-26  Bruno Haible  <bruno@clisp.org>
49203
49204         * lib/javaexec.sh.in: New file, from GNU gettext.
49205         * lib/javaexec.h: New file, from GNU gettext.
49206         * lib/javaexec.c: New file, from GNU gettext.
49207
49208 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49209
49210         * modules/lchown (Depends-on): Remove lchown.h
49211
49212 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49213
49214         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
49215         must be defined if the header file was not found, in order
49216         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
49217
49218 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49219
49220         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
49221         initializers for struct pentry_state.
49222         (__argp_error): Check return value of __asprintf
49223         (__argp_failure): Translate error message
49224
49225         * lib/argp-parse.c: Removed braces around the expansion of N_()
49226
49227 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49228
49229         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
49230         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
49231         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
49232         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
49233         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
49234         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
49235         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
49236         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
49237         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
49238         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
49239         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
49240         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
49241         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
49242         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
49243         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
49244         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
49245         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
49246         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
49247         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
49248         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
49249         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
49250         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
49251         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
49252         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
49253         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
49254         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
49255         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
49256         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
49257         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
49258         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
49259         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
49260         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
49261         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
49262         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
49263         xstrtol.m4, xstrtoumax.m4, yesno.m4:
49264         Use an all-permissive copyright notice, recommended by RMS.
49265
49266 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
49267
49268         * modules/chdir-long (Depends-on): Remove mempcpy.
49269
49270 2005-01-21  Jim Meyering  <jim@meyering.net>
49271
49272         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
49273         same value as for Solaris 9.
49274
49275         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
49276         component length.  This included changing the parameter to be
49277         of type `char *' rather than `char const *'.
49278         * lib/chdir-long.h (chdir_long): Update prototype.
49279
49280         * lib/openat.c (fdopendir, fstatat): New functions.
49281         * lib/openat.h: Include headers required for use of DIR and struct
49282         stat.
49283         [AT_SYMLINK_NOFOLLOW]: Define.
49284         (fdopendir, fstatat): Add prototypes.
49285
49286 2005-01-21  Bruno Haible  <bruno@clisp.org>
49287
49288         * modules/classpath: New file.
49289         * MODULES.html.sh (Java): Add classpath.
49290
49291 2005-01-21  Bruno Haible  <bruno@clisp.org>
49292
49293         * lib/classpath.h: New file, from GNU gettext.
49294         * lib/classpath.c: New file, from GNU gettext.
49295
49296 2005-01-20  Simon Josefsson  <jas@extundo.com>
49297
49298         * modules/version-etc-fsf: New file.
49299
49300 2005-01-20  Simon Josefsson  <jas@extundo.com>
49301
49302         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
49303         * lib/version-etc.c: Remove version_etc_copyright.
49304         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
49305         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
49306
49307 2005-01-20  Simon Josefsson  <jas@extundo.com>
49308
49309         * lib/base64.h (isbase64): Add.
49310
49311         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
49312         using a unsigned prototype, don't inline.
49313         (base64_decode): Use it.
49314
49315 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49316
49317         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
49318         it.
49319
49320 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49321
49322         * lib/save-cwd.c (save_cwd): Remove code to support the case
49323         where fchdir is missing or flaky.
49324
49325 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49326
49327         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
49328
49329 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
49330
49331         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
49332         AC_LIBSOURCES now does this.
49333         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
49334         with new ullong_max module.
49335
49336 2005-01-19  Bruno Haible  <bruno@clisp.org>
49337
49338         * modules/sh-quote: New file.
49339         * MODULES.html.sh (Executing programs): Add sh-quote.
49340
49341 2005-01-19  Bruno Haible  <bruno@clisp.org>
49342
49343         * lib/sh-quote.h: New file, from GNU gettext.
49344         * lib/sh-quote.c: New file, from GNU gettext.
49345
49346 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49347
49348         Merge from coreutils.
49349         * m4/ullong_max.m4: New file.
49350         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
49351         (gl_MACROS): Assume localeconv exists.
49352
49353 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49354
49355         Merge changes from coreutils, as described below in several
49356         changelogs dated today.
49357
49358         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
49359         (O_DIRECTORY): Remove; not needed here, since "." must be
49360         a directory.  All uses removed.
49361         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
49362         universal on Suns, and we also need to test for IRIX.
49363         Revamp code to use 'if' rather than '#if'.
49364         Avoid unnecessary comparison of cwd->desc to 0.
49365
49366         * lib/utimens.c (futimens): Robustify the previous patch, by checking
49367         for known valid error numbers rather than observed invalid ones.
49368
49369 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49370
49371         * modules/ullong_max: New file.
49372
49373         * modules/chdir-long, modules/openat: New files.
49374         * modules/save-cwd (Depends-on): Depend on chdir-long.
49375         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
49376
49377 2005-01-18  Jim Meyering  <jim@meyering.net>
49378
49379         Merge from coreutils.
49380         * m4/chdir-long.m4, m4/openat.m4: New files.
49381         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
49382         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
49383         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
49384         is sane and DOES follow symlinks.  Besides, testing 20 different
49385         systems found no broken chown implementations.
49386         Prompted by a change in rsync's copy of this macro.
49387         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
49388
49389         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
49390
49391         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
49392         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
49393         NULL-means-set-to-current-time semantics.
49394         Remove temporary file immediately, rather than waiting
49395         for configure's at-exit trap code to do it.
49396
49397 2005-01-18  Jim Meyering  <jim@meyering.net>
49398
49399         * lib/version-etc.c (version_etc_copyright): Update copyright date.
49400
49401         * lib/utimens.c (futimens): Account for the fact that futimes
49402         can also fail with errno == ENOSYS or errno == ENOENT.
49403         Patch from Dmitry V. Levin.
49404
49405         Change the name of the robust chdir function from chdir to chdir_long.
49406         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
49407         (restore_cwd): Use chdir_long, not chdir.
49408         * lib/chdir-long.c: Renamed from chdir.c.
49409         * lib/chdir-long.h: Renamed from chdir.h.
49410         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
49411         Hurd.
49412
49413 2005-01-18  Bruno Haible  <bruno@clisp.org>
49414
49415         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
49416         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
49417         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
49418         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
49419         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
49420         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
49421         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
49422         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
49423         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
49424         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
49425         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
49426         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
49427         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
49428         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
49429         Use an all-permissive copyright notice, recommended by RMS.
49430
49431 2005-01-18  Bob Proulx  <bob@proulx.com>
49432
49433         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
49434         simplify offsetof() macro construct to avoid compile failure with
49435         native HP-UX 11.0 ANSI C compiler.
49436
49437 2005-01-17  Bruno Haible  <bruno@clisp.org>
49438
49439         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
49440         redundant because stpncpy.m4 takes care of it.
49441
49442 2005-01-17  Bruno Haible  <bruno@clisp.org>
49443
49444         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
49445
49446 2005-01-17  Bruno Haible  <bruno@clisp.org>
49447
49448         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
49449         used.
49450
49451 2005-01-17  Bruno Haible  <bruno@clisp.org>
49452
49453         * lib/fwriteerror.h (fwriteerror): Change specification to include
49454         fclose.
49455         * lib/fwriteerror.c: Include <stdbool.h>.
49456         (fwriteerror): At the end, close the file stream. Record whether
49457         stdout was already closed.
49458
49459 2005-01-17  Bruno Haible  <bruno@clisp.org>
49460
49461         * lib/execute.c (environ): Declare if needed.
49462         * lib/pipe.c (environ): Likewise.
49463         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
49464
49465 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49466
49467         * modules/argp: Depend on vsnprintf
49468
49469 2005-01-10  Jim Meyering  <jim@meyering.net>
49470
49471         * modules/closeout (Depends-on): Add atexit.
49472
49473 2005-01-06  Bruno Haible  <bruno@clisp.org>
49474
49475         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
49476
49477 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49478
49479         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
49480         definitions to be after all include files, to avoid collisions.
49481         Problem reported by Bob Proulx.
49482
49483 2005-01-04  Jim Meyering  <jim@meyering.net>
49484
49485         Changes imported from coreutils.
49486         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
49487         as the mkstemp template, use a temporary directory and an
49488         8.3-friendly template to avoid trouble on systems like DJGPP.
49489         Reported by Juan M. Guerrero via Stepan Kasal.
49490         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
49491         close. Remove the temporary directory right away, rather than waiting
49492         for configure's at-exit trap code to do it.
49493         Suggestion from Stepan Kasal.
49494
49495 2005-01-01  Simon Josefsson  <jas@extundo.com>
49496
49497         * gnulib-tool: Print #include directives when --import'ing.
49498
49499 2004-12-28  Simon Josefsson  <jas@extundo.com>
49500
49501         * tests/test-base64.c: Include required header files.  Remove
49502         unused variables.
49503
49504 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49505
49506         * modules/error (Depends-on): Remove gettext.
49507
49508 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49509
49510         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
49511         not needed.  This removes a dependency on the gettext module.
49512         [defined _LIBC]: Do not include <libintl.h>; not needed.
49513
49514 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49515
49516         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
49517         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
49518
49519 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49520
49521         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
49522         HAVE_DECL_STRTOLD.
49523
49524 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49525
49526         * modules/getdate (Depends-on): Remove alloca-opt.
49527
49528 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49529
49530         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
49531
49532 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49533
49534         * lib/argp-parse.c: Include <stddef.h>.
49535         (alignof, alignto): New macros.
49536         (parser_init): Don't assume that void * is aligned sufficiently
49537         for struct option.
49538
49539         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
49540         need to extend the stack.
49541         (YYINITDEPTH): New macro, so that the initial stack isn't overly
49542         large.
49543
49544 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49545
49546         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
49547
49548 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49549
49550         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
49551         (2004-10-24) change.  Apparently this was a false alarm.
49552
49553         * modules/getdate: Depend on alloca-opt, not alloca.
49554
49555 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49556
49557         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
49558         Remove now-obsolete comment about AIX.
49559         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
49560         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
49561         (YYMAXDEPTH): New macro.
49562
49563 2004-12-18  Simon Josefsson  <jas@extundo.com>
49564
49565         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
49566
49567 2004-12-18  Bruno Haible  <bruno@clisp.org>
49568
49569         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
49570
49571 2004-12-18  Bruno Haible  <bruno@clisp.org>
49572
49573         * lib/fatal-signal.c (fatal_signals): Make non-const.
49574         (init_fatal_signals): New function.
49575         (uninstall_handlers, install_handlers): Ignore signals that were set to
49576         SIG_IGN.
49577         (at_fatal_signal): Call init_fatal_signals.
49578         (init_fatal_signal_set): Likewise. Ignore signals that were set to
49579         SIG_IGN.
49580         Reported by Paul Eggert.
49581
49582 2004-12-18  Bruno Haible  <bruno@clisp.org>
49583
49584         * doc/alloca.texi: New file.
49585         * doc/alloca-opt.texi: New file.
49586
49587 2004-12-17  Jim Meyering  <jim@meyering.net>
49588
49589         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
49590         Otherwise, install-sh could exit with improper exit status when
49591         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
49592
49593 2004-12-16  Simon Josefsson  <jas@extundo.com>
49594
49595         * tests/test-base64.c: Add license.
49596
49597 2004-12-15  Stepan Kasal  <address@hidden>
49598
49599         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
49600
49601 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
49602
49603         * modules/getcwd (Files): Add m4/d-ino.m4.
49604         Suggested by Mark D. Baushke.
49605
49606 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49607
49608         * lib/getdate.y (textint): New member "negative".
49609         (time_zone_hhmm): New function.
49610         Expect 14 shift-reduce conflicts, not 13.
49611         (o_colon_minutes): New rule.
49612         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
49613         (yylex): Set the "negative" member of signed numbers.
49614
49615 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49616
49617         * doc/getdate.texi (Time of day items, Time zone items):
49618         Describe new formats +00:00, UTC+00:00.
49619
49620 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49621
49622         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
49623         spurious "-l"s.  Problem reported by Stepan Kasal.
49624
49625 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
49626
49627         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
49628         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
49629
49630 2004-12-04  Simon Josefsson  <jas@extundo.com>
49631
49632         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
49633         Vandoorselaere <yoann@prelude-ids.org>.
49634
49635 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49636
49637         Changes imported from coreutils.
49638         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
49639         exist.
49640         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
49641
49642 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49643
49644         Changes imported from coreutils.
49645         * lib/hard-locale.c: Assume <locale.h> exists.
49646         Include "strdup.h".
49647         (GLIBC_VERSION): New macro.
49648         (hard_locale): Assume setlocale exists.
49649         Rewrite to avoid #ifdef.
49650         Use strdup rather than malloc + strcpy.
49651         * lib/human.c: Assume <locale.h> exists.
49652         (human_readable): Assume localeconv exists.
49653
49654 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49655
49656         * modules/hard-locale (Depends-on): Add strdup.
49657
49658 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
49659
49660         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
49661         convert T2, not T.  (Imported from libc.)
49662
49663 2004-11-30  Simon Josefsson  <jas@extundo.com>
49664
49665         * modules/restrict (License): Change to LGPL.
49666
49667 2004-11-30  Simon Josefsson  <jas@extundo.com>
49668
49669         * m4/restrict.m4: Add copyright and copying conditions.
49670
49671 2004-11-30  Simon Josefsson  <jas@extundo.com>
49672
49673         * m4/base64.m4: New file.
49674
49675 2004-11-30  Simon Josefsson  <jas@extundo.com>
49676
49677         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
49678         base64.
49679
49680         * tests/test-base64.c: New file.
49681
49682         * modules/base64: New file.
49683
49684 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
49685
49686         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
49687         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
49688
49689         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
49690
49691 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
49692
49693         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
49694         (__getcwd.c): Don't restore errno; glibc doesn't.
49695         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
49696         first, falling back to our code only if its results look suspicious.
49697         Ensure that the resulting buffer is only as large as necessary.
49698
49699         * lib/readutmp.c: Include readutmp.h first.
49700         Include <errno.h>, since readutmp.h no longer does that.
49701         * lib/readutmp.h: Don't include <errno.h>,
49702         <sys/param.h>, <time.h>; not needed to establish interface.
49703         (errno): Remove decl.
49704         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
49705         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
49706         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
49707
49708 2004-11-28  Simon Josefsson  <jas@extundo.com>
49709
49710         * lib/base64.h, base64.c: New file.
49711
49712 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
49713
49714         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
49715
49716 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
49717
49718         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
49719         (Depends-on): Remove pathmax, same.  Add mempcpy.
49720         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
49721         (Makefile.am): Append getcwd.h to lib_SOURCES.
49722         (Include): Add getcwd.h.
49723         (Maintainer): Change from Jim Meyering to "all, glibc",
49724         since getdate now uses intended-for-glibc code.
49725         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
49726         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
49727
49728 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49729
49730         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
49731         HP's ANSI C compiler.
49732         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
49733         Declaring int functions causes warnings on some modern systems and
49734         shouldn't be needed to compile on ancient ones.
49735         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
49736         defined.
49737
49738         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
49739         with the following changes.
49740         (__set_errno): Parenthesize properly.
49741         Include <stdbool.h>.
49742         (MIN, MAX, MATCHING_INO): New macros.
49743         (__getcwd): Define with prototype, not K&R form.
49744         Use heuristics to allocate default buffer on stack if possible.
49745         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
49746         behavior, and to avoid the PATH_MAX limit when computing
49747         ../../../../...
49748         Use MATCHING_INO to compare inode number to file.
49749         Check for arithmetic overflow in size calculations.
49750         Fix bug in reallocation of dot array that caused getcwd to fail
49751         on directories nested deeper than 75.
49752         Be more careful about saving errno on error.
49753         Do not use realloc; use only free+malloc, as this is a bit
49754         more flexible and avoids a needless copy operation.
49755         Do not inspect st_dev and st_ino for symbolic links; POSIX
49756         doesn't specify the latter.
49757         Check for closedir errors.
49758         Avoid needless casts.
49759         Use "#ifdef weak_alias" around weak_alias, to be like other
49760         glibc code.
49761         The following changes to getcwd.c have effect only when used in
49762         gnulib; they have no effect inside glibc proper.
49763         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
49764         as alloca isn't used.
49765         (alloca, __alloca): Likewise.
49766         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
49767         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
49768         unconditionally, as gnulib assumes C89 or better.
49769         Do not include <sys/param.h>.
49770         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
49771         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
49772         better.
49773         (NULL) [!defined NULL]: Remove; we assume C89 or better.
49774         Include <dirent.h> in a way that is compatible with modern Autoconf.
49775         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
49776         New macros, if not already defined.
49777         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
49778         Use "_LIBC", not "defined _LIBC", for consistency.
49779         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
49780         a mempcpy module.
49781         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
49782         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
49783         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
49784         credit only to Jim Meyering and adjust the copyright dates.
49785         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
49786         <stdlib.h>, <unistd.h>, "pathmax.h".
49787         Instead, include "xgetcwd.h" (first) and "getcwd.h".
49788         (INITIAL_BUFFER_SIZE): Remove.
49789         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
49790
49791 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49792
49793         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
49794         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
49795         Use the _ONCE methods, for efficiency.
49796         Check for fcntl.h.  In test program, include <errno.h>
49797         and <fcntl.h> if available.  Remove old K&R cruft from
49798         test program.  Check for common errors in GNU/Linux,
49799         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
49800         don't do AC_LIBOBJ, as that's getcwd.m4's job.
49801         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
49802         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
49803         name accordingly.
49804         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
49805         accommodate new getcwd.c.
49806         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
49807         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
49808         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
49809         that's all we need now.
49810
49811 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49812
49813         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
49814         argp-parse.c depends on getopt internals, that means we should
49815         always use our getopt, to be on the safe side.
49816         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
49817         order not to spoil the result of an eventual previous invocation
49818         of gl_GETOPT_SUBSTITUTE.
49819
49820 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49821
49822         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
49823         redefinition warnings. To avoid them, include the defines
49824         in `#if !defined __need_getopt ... #endif'. The only place
49825         where __getopt_argv_const is used is in definitions
49826         of getopt_long and getopt_long_only below, which are as well
49827         protected by `#ifndef __need_getopt'.
49828         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
49829         __need_getopt after including <stdio.h> and <unistd.h> These
49830         headers might have defined it.
49831
49832 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
49833
49834         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
49835
49836 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
49837
49838         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
49839         (futimens): New function, which uses futimes if available.
49840         (futimens, utimens): Support timespec==NULL, with same semantics
49841         as utime and utimens.
49842         * lib/utimens.h (futimens): New decl.
49843
49844 2004-11-23  Jim Meyering  <jim@meyering.net>
49845
49846         * lib/getopt_.h: Remove trailing blanks.
49847
49848 2004-11-23  Jim Meyering  <jim@meyering.net>
49849
49850         * lib/__fpending.c: Add comment.
49851
49852 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
49853
49854         * modules/canonicalize (Depends-on): Add xreadlink.
49855         Problem reported by James Youngman.
49856
49857 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
49858
49859         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
49860         New macros.
49861         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
49862         optopt): Use them instead of invoking ## directly; otherwise, the
49863         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
49864
49865 2004-11-19  Bruno Haible  <bruno@clisp.org>
49866
49867         * lib/strtok_r.c: Move comments from here...
49868         * lib/strtok_r.h: ... to here.
49869
49870 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49871
49872         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
49873         implementations that mishandle size_t overflow.
49874
49875 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49876
49877         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
49878         might fail.  Problem reported by Yoann Vandoorselaere.
49879         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
49880         implementations that mishandle size_t overflow.
49881
49882 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49883
49884         * modules/canon-host (Depends-on): Add strdup.
49885
49886 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49887
49888         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
49889
49890 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49891
49892         * lib/canon-host.c: Include "strdup.h".
49893         (canon_host): Use getaddrinfo if available, so that IPv6 works.
49894         Use strdup instead of malloc/strcpy to duplicate strings.
49895
49896         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
49897         (human_space_before_unit): New constant.
49898         * lib/human.c (human_readable): Support it.
49899
49900         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
49901         (xgetcwd): Set errno correctly when failing.
49902         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
49903         the failure is actually due to a PATH_MAX problem.
49904
49905         Further getopt changes to make it more likely that glibc will
49906         buy the changes back.
49907         * lib/getopt.c (POSIXLY_CORRECT): New constant.
49908         (getopt): Use it, so to preserve glibc semantic
49909         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
49910         when compiling for libc.
49911         * lib/getopt_.h (__getopt_argv_const): Bring it back.
49912         (getopt_long, getopt_long_only): Use it.
49913
49914         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
49915         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
49916         (getopt): Argv is now char * const *, as per standard.
49917         (_getopt_internal_r, _getopt_internal): Argv is now char **,
49918         not char *__getopt_argv_const *.
49919         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
49920         _getopt_long_only_r): Likewise.
49921         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
49922         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
49923         _getopt_long_r, _getopt_long_only_r): Likewise.
49924         * lib/getopt_.h (__getopt_argv_const): Remove.
49925         (getopt): Argv is now char * const *, as per standard.
49926
49927         * lib/getdate.y (tORDINAL): New token.
49928         (day, relunit): Allow it for relative times.
49929         (relative_time_table): Use tORDINAL for ordinals.
49930
49931 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
49932
49933         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
49934         Document that "second" isn't allowed as an ordinal number.
49935
49936 2004-11-16  Jim Meyering  <jim@meyering.net>
49937
49938         * modules/closeout (Depends-on): Add fpending.
49939
49940 2004-11-15  Jim Meyering  <jim@meyering.net>
49941
49942         * lib/closeout.c: Include "__fpending.h" once again.
49943         Include <stdbool.h>.
49944         (close_stdout): Don't fail just because stdout was closed initially,
49945         since some programs don't write to stdout in the normal course of
49946         operation (other than --version and --help), and we don't want this
49947         function to make e.g. `touch file >&-' fail.
49948         But do fail if it was closed and someone has tried to write to it.
49949         E.g., `printf foo >&-' must fail.
49950
49951 2004-11-13  Jim Meyering  <jim@meyering.net>
49952
49953         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
49954
49955 2004-11-12  Simon Josefsson  <jas@extundo.com>
49956
49957         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
49958         small doc fix is still pending.
49959
49960 2004-11-11  Simon Josefsson  <jas@extundo.com>
49961
49962         * modules/strtok_r: New file.
49963
49964         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49965         strtok_r.
49966
49967 2004-11-11  Simon Josefsson  <jas@extundo.com>
49968
49969         * m4/strtok_r.m4: New file.
49970
49971         * m4/getopt.m4: Replace opterr.
49972
49973 2004-11-11  Simon Josefsson  <jas@extundo.com>
49974
49975         * lib/strtok_r.h, strtok_r.c: New file.
49976
49977 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
49978
49979         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
49980         of replacing opterr, getopt, etc.  This should handle the
49981         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
49982
49983 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
49984
49985         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
49986         we can stop lying to compilers about the constness of argv when we
49987         are compiled outside glibc.
49988         (getopt, getopt_long, getopt_long_only): Use it.
49989         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
49990         _getopt_internal, getopt): Likewise.
49991         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
49992         _getopt_long_only_r): Likewise.
49993         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
49994         _getopt_long_r, _getopt_long_only_r): Likewise.
49995
49996         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
49997         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
49998         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
49999         the other external symbols.
50000         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
50001         declaration, since the above renaming now works around collisions.
50002
50003 2004-11-11  Jim Meyering  <jim@meyering.net>
50004
50005         * lib/linebreak.c: Remove trailing blanks.
50006         * lib/alloca_.h: Likewise.
50007         * lib/acosl.c: Likewise.
50008         * lib/euidaccess.c: Likewise.
50009         * lib/allocsa.h: Likewise.
50010
50011 2004-11-10  Simon Josefsson  <jas@extundo.com>
50012
50013         * m4/getaddrinfo.m4: New file.
50014
50015 2004-11-10  Simon Josefsson  <jas@extundo.com>
50016
50017         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
50018
50019 2004-11-10  Simon Josefsson  <jas@extundo.com>
50020
50021         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50022         getaddrinfo.
50023
50024         * modules/getaddrinfo: New file.
50025
50026 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50027
50028         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
50029
50030 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50031
50032         * lib/mktime.c (SHR): New macro, which is a portable
50033         substitute for >> that should work even on Crays.
50034         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
50035         Problem reported by Mark D. Baushke in
50036         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
50037         * lib/getdate.y (SHR): Likewise.
50038         (tm_diff): Use it.
50039         * lib/strftime.c (SHR): Likewise.
50040         (tm_diff): Use it.
50041         * lib/quotearg.c (struct quoting_options): Use unsigned int for
50042         quote_these_too, so that right shifts are well defined.  All uses
50043         changed.
50044
50045 2004-11-10  Jim Meyering  <jim@meyering.net>
50046
50047         Ensure that no close failure goes unreported.
50048         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
50049         return early when it seems there's nothing to flush.
50050         Don't include __fpending.h.
50051
50052 2004-11-10  Jim Meyering  <jim@meyering.net>
50053
50054         * modules/closeout (Depends-on): Remove fpending.
50055
50056 2004-11-10  Jim Meyering  <jim@meyering.net>
50057
50058         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
50059
50060 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50061
50062         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
50063         gl_FUNC_STRFTIME.
50064         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
50065         and AC_REQUIRE when possible, to avoid duplicate checks.
50066         Check for <wchar.h>.
50067
50068 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50069
50070         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
50071
50072 2004-11-09  Bruno Haible  <bruno@clisp.org>
50073
50074         * m4/sockpfaf.m4: New file.
50075
50076 2004-11-05  Bruno Haible  <bruno@clisp.org>
50077
50078         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
50079         Reported by Mark D. Baushke <mdb@cvshome.org>.
50080
50081 2004-11-04  Bruno Haible  <bruno@clisp.org>
50082
50083         2004-09-11  Bruno Haible  <bruno@clisp.org>
50084                 * allocsa.valgrind: New file.
50085         2004-02-06  Bruno Haible  <bruno@clisp.org>
50086                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
50087                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
50088                 Reported by Christopher Seip <chris.seip@hp.com>.
50089
50090 2004-11-04  Bruno Haible  <bruno@clisp.org>
50091
50092         * modules/allocsa (Files): Add lib/allocsa.valgrind.
50093         (Makefile.am): Distribute it.
50094
50095 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
50096
50097         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
50098         with errno == ERANGE if the buffer is too small.
50099         Problem reported by Mark D. Baushke.
50100
50101 2004-11-03  Albert Chin  <china@thewrittenword.com>
50102             Paul Eggert  <eggert@cs.ucla.edu>
50103
50104         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
50105         equivalent, substitute $ac_type for equivalent type rather than
50106         blindly using uint32_t *always* which won't work if uint32_t is not
50107         available.  Define _UINT32_T to work around typedef of uint32_t if
50108         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
50109         2.5.1.
50110
50111 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50112
50113         * m4/jm-macros.m4: Sync from coreutils.
50114         (gl_MACROS): Check for mbrlen, for pathchk.
50115         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
50116
50117 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50118
50119         * lib/xreadlink.c (MAXSIZE): New macro.
50120         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
50121         size does not exceed MAXSIZE.  Avoid cast.
50122         As suggested by Mark D. Baushke in
50123         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
50124         if readlink fails with buffer size just under MAXSIZE, try again
50125         with MAXSIZE.
50126
50127 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50128
50129         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
50130
50131 2004-11-02  Derek R. Price  <derek@ximbiot.com>
50132         and  Paul Eggert  <eggert@cs.ucla.edu>
50133
50134         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
50135         (get_date): Overparenthesize to avoid GCC warning.
50136
50137 2004-11-02  Bruno Haible  <bruno@clisp.org>
50138
50139         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
50140         returns void.
50141
50142 2004-11-02  Bruno Haible  <bruno@clisp.org>
50143
50144         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
50145         function returns void.
50146
50147 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50148
50149         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
50150         fflush_unlocked, flockfile, funlockfile, funlockfile,
50151         fputs_unlocked, putc_unlocked.
50152
50153 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50154
50155         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50156         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
50157         already declared.
50158
50159 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50160
50161         * modules/getdate (Files): Add doc/getdate.texi.
50162         (Depends-on): Add setenv, xalloc.
50163
50164 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50165
50166         * lib/getdate.y: Add support for TZ="foo" within a date string.
50167         Fix some bugs near time_t boundaries.  Reject dates with
50168         out-of-range components, e.g., "Sept 31".
50169         Include <stdlib.h>, "setenv.h", "xalloc.h".
50170         (ISDIGIT_LOCALE): Remove; unused.
50171         Note that the TZ and time functions used here are not reentrant.
50172         (mktime_ok, get_tz): New functions.
50173         (TZBUFSIZE): New constant.
50174         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
50175         This requires that we sometimes generate our own TZ="XXX..." setting.
50176
50177 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50178
50179         * doc/getdate.texi: New file, from coreutils with modifications for
50180         the new TZ parsing.
50181
50182 2004-10-27  Derek R. Price  <derek@ximbiot.com>
50183
50184         * lib/mktime.c (not_equal_tm): Remove redundant check.
50185
50186 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50187
50188         * modules/regex (lib_SOURCES): Add regex.c.
50189         Reported by James Youngman in
50190         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
50191
50192 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50193
50194         * lib/getdate.y: Use Bison 1.875 features, and some minor
50195         code cleanups.  This change does not affect semantics.
50196         Don't include <stdlib.h>; no longer needed.
50197         Don't include unlocked-io.h; only the "#if TEST" code uses
50198         stdio, and performance isn't crucial there.
50199         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
50200         Bison 1.875 features as described below.
50201         All uses of "PC." replaced by "pc->".
50202         (YYSTYPE): Add a forward declaration.
50203         (yylex, yyerror): Use full prototypes in forward decls.
50204         Use "%pure-parser" rather than obsolescent "%pure_parser".
50205         Use %parse-param and %lex-param instead of obsolescent
50206         YYPARSE_PARAM and YYLEX_PARAM.
50207         (meridian_table, month_and_day_table, time_units_table,
50208         relative_time_table, time_zone_table, military_table,
50209         lookup_zone, lookup_word, get_date):
50210         Use NULL instead of 0 where appropriate.
50211         (to_hour): Avoid abort (), to avoid a dependency on
50212         stdlib.h.
50213         (yyerror, yylex): Now accepts parser_control * arg.
50214         (main) [TEST]: Use '\0' rather than 0 for char.
50215
50216 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50217
50218         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
50219
50220 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50221
50222         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
50223         It's now the caller's responsibility to handle the case where
50224         !HAVE_GETPAGESIZE && !defined getpagesize.
50225
50226         * lib/mktime.c (leapyear): Arg is long int, not int.
50227
50228 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
50229
50230         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
50231
50232 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
50233
50234         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
50235         missing.  Problem reported by James Youngman.
50236
50237 2004-10-16  Simon Josefsson  <jas@extundo.com>
50238
50239         * gnulib-tool: Fix comments.  Fix parse problem.
50240         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
50241
50242 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
50243
50244         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
50245         implementation of getopt_long.  Problem reported by Alexander Taler in:
50246         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
50247
50248 2004-10-15  Bruno Haible  <bruno@clisp.org>
50249
50250         * gnulib-tool: Untabify. Initialize supplied_libname.
50251         (func_usage): More homogenous output.
50252         (func_modules_transitive_closure, func_modules_to_filelist,
50253         func_emit_lib_Makefile_am): New functions.
50254         (func_import): New function, extracted from big case statement. Use
50255         func_get_license, func_modules_transitive_closure,
50256         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
50257         opt_lgpl. Don't use test -a, as it's not portable.
50258         (func_create_testdir): Use func_modules_transitive_closure,
50259         func_modules_to_filelist, func_emit_lib_Makefile_am.
50260
50261 2004-10-15  Bruno Haible  <bruno@clisp.org>
50262
50263         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
50264
50265 2004-10-15  Bruno Haible  <bruno@clisp.org>
50266
50267         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
50268         the portions belonging to each module.
50269         Suggested by Derek Robert Price <derek@ximbiot.com>.
50270
50271 2004-10-12  Simon Josefsson  <jas@extundo.com>
50272
50273         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50274         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
50275         to real functions.
50276
50277 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50278
50279         * modules/vsnprintf: New file.
50280
50281 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50282
50283         * m4/vsnprintf.m4: New file.
50284
50285 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50286
50287         * lib/vsnprintf.h: New file.
50288         * lib/vsnprintf.c: New file.
50289
50290 2004-10-11  Bruno Haible  <bruno@clisp.org>
50291
50292         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
50293         vsnprintf.
50294
50295 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50296
50297         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
50298
50299 2004-10-07  Bruno Haible  <bruno@clisp.org>
50300
50301         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
50302         fits into the provided buffer.
50303
50304 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50305
50306         * lib/diacrit.c, diacrit.h: Add GPL notice.
50307
50308         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
50309         notice.
50310         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
50311         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
50312         This avoids a potential constant-folding bug.
50313
50314 2004-10-05  Bruno Haible  <bruno@clisp.org>
50315
50316         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
50317         for the declaration of strsep.
50318
50319 2004-10-05  Bruno Haible  <bruno@clisp.org>
50320
50321         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
50322
50323 2004-10-04  Simon Josefsson  <jas@extundo.com>
50324
50325         * modules/memmem: New file.
50326         * tests/test-memmem.c: New file.
50327         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
50328
50329 2004-10-04  Simon Josefsson  <jas@extundo.com>
50330
50331         * m4/memmem.m4: New file.
50332
50333 2004-10-04  Simon Josefsson  <jas@extundo.com>
50334
50335         * lib/memmem.h: New file.
50336         * lib/memmem.c: New file, taken from glibc.
50337
50338 2004-10-04  Simon Josefsson  <jas@extundo.com>
50339
50340         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
50341         '#ifdef USE_UNLOCKED_IO'.
50342
50343 2004-10-04  Simon Josefsson  <jas@extundo.com>
50344
50345         * config/srclist.txt: Add memmem from glibc.
50346
50347 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50348
50349         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
50350
50351         * modules/argmatch, modules/argp, modules/closeout, modules/error,
50352         modules/exclude, modules/getdate, modules/getline,
50353         modules/getndelim2, modules/getpass, modules/getpass-gnu,
50354         modules/getusershell, modules/linebuffer, modules/md5,
50355         modules/mountlist, modules/posixtm, modules/readtokens,
50356         modules/readutmp, modules/regex, modules/sha1,
50357         modules/version-etc, modules/yesno:
50358         Remove dependency on unlocked-io.
50359
50360 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50361
50362         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
50363
50364         * m4/unlocked-io.m4: Add copyright notice.
50365         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
50366
50367 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50368
50369         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
50370         * lib/xmalloc.c (xmemdup): Likewise.
50371         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
50372         XFREE): Remove these long-obsolescent macros.
50373         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
50374         * lib/xstrdup.c: Remove.
50375
50376         * lib/regex.c (re_comp): Cast gettext return value to char *,
50377         Problem reported by Martin Neitzel via Mark D. Baushke.
50378
50379 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50380
50381         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
50382         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
50383         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
50384         regex.c, sha1.c, version-etc.c, yesno.c:
50385         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
50386         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
50387         the includer's responsibility.
50388
50389         Sync from coreutils.
50390
50391         * lib/modechange.c (mode_compile): Don't decrement a pointer that
50392         points to the start of a string, as the C Standard says the
50393         resulting behavior is undefined.
50394
50395         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
50396         simple -> simple_backups, numbered_existing ->
50397         numbered_existing_backups, numbered -> numbered_backups
50398         to avoid shadowing problems.  All uses changed.
50399         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
50400         * lib/backupfile.c (check_extension, numbered_backup):
50401         Rename locals to avoid shadowing 'basename'.
50402         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
50403         once.
50404
50405         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
50406         * lib/.cvsignore: Add getopt.h.
50407
50408 2004-10-04  Bruno Haible  <bruno@clisp.org>
50409
50410         * modules/README: New file.
50411         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
50412         not a module.
50413
50414 2004-10-02  Jim Meyering  <jim@meyering.net>
50415
50416         * lib/dirfd.h, getpagesize.h: Add copyright notice.
50417
50418 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50419
50420         * modules/strsep: New file.
50421
50422 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50423
50424         * m4/strsep.m4: New file.
50425
50426 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50427
50428         * lib/strsep.h: New file.
50429         * lib/strsep.c: New file.
50430
50431 2004-10-01  Simon Josefsson  <jas@extundo.com>
50432
50433         * lib/snprintf.c (snprintf): Handle size==0.
50434
50435 2004-10-01  Simon Josefsson  <jas@extundo.com>
50436             Bruno Haible  <bruno@clisp.org>
50437
50438         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
50439         (snprintf): Declare 'args'.
50440
50441 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
50442
50443         * lib/snprintf.c: Remove comments as to why each header is needed.
50444
50445 2004-10-01  Bruno Haible  <bruno@clisp.org>
50446
50447         * MODULES.html.sh: Add strsep.
50448
50449 2004-09-30  Simon Josefsson  <jas@extundo.com>
50450
50451         * modules/snprintf: New file.
50452
50453 2004-09-30  Simon Josefsson  <jas@extundo.com>
50454
50455         * m4/snprintf.m4: New file.
50456
50457 2004-09-30  Simon Josefsson  <jas@extundo.com>
50458
50459         * lib/snprintf.h, lib/snprintf.c: New files.
50460
50461 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50462
50463         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
50464         (hol_entry_help): Never translate an empty string.
50465         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
50466         * lib/argp.h (OPTION_NO_TRANS): New option.
50467
50468 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50469
50470         * modules/argp (Maintainer): Replace Simon Josefsson
50471         by Sergey Poznyakoff.
50472
50473 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50474
50475         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
50476         changes merged back into glibc.
50477
50478 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50479
50480         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
50481
50482 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50483
50484         * lib/xvasprintf.c: Include xalloc.h.
50485         (xvasprintf): Use xalloc_die, not xmalloc_die.
50486
50487 2004-09-29  Bruno Haible  <bruno@clisp.org>
50488
50489         * modules/alloca-opt: New file, derived from modules/alloca.
50490         * modules/allocsa: Depend on alloca-opt instead of alloca.
50491         * modules/setenv: Likewise.
50492         * modules/vasnprintf: Likewise.
50493         * MODULES.html.sh: Add alloca-opt.
50494
50495 2004-09-28  Simon Josefsson  <jas@extundo.com>
50496
50497         * gnulib-tool: New parameter --lgpl, to asseert that modules are
50498         LGPL, and to replace license template from GPL to LGPL.
50499
50500 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50501
50502         * modules/dummy: Change license to LGPL.
50503
50504 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50505
50506         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
50507
50508 2004-09-24  Simon Josefsson  <jas@extundo.com>
50509
50510         * modules/minmax (License): Change from GPL to LGPL.
50511
50512 2004-09-23  Simon Josefsson  <jas@extundo.com>
50513
50514         * gnulib-tool (--import): Typo.
50515
50516 2004-09-23  Simon Josefsson  <jas@extundo.com>
50517
50518         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
50519
50520 2004-09-22  Bruno Haible  <bruno@clisp.org>
50521
50522         * modules/*: Add 'License' field.
50523         * gnulib-tool: Accept --extract-license option.
50524         (func_get_license): New function.
50525
50526 2004-09-21  Bruno Haible  <bruno@clisp.org>
50527
50528         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
50529         Reported by Simon Josefsson.
50530
50531 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50532
50533         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
50534         gl_AC_TYPE_LONG_LONG.
50535
50536 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50537
50538         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
50539
50540 2004-09-18  Simon Josefsson  <jas@extundo.com>
50541         and  Paul Eggert  <eggert@cs.ucla.edu>
50542
50543         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
50544         calls with autoreconf.  Define GL_LIB.
50545
50546 2004-09-14  Karl Berry  <karl@gnu.org>
50547
50548         * config/srclist.txt: unsync setenv.c, sigh.
50549
50550 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50551
50552         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
50553         Problem reported by Bruno Haible in:
50554         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
50555
50556 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50557
50558         * config/srclist.txt: Comment out argp-pvh.c.
50559
50560 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
50561
50562         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
50563         in case some system header has #define'd it.  Problem reported by
50564         Soeren D. Schulze in
50565         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
50566
50567 2004-09-09  Karl Berry  <karl@gnu.org>
50568
50569         * regex.[ch]: delete from the root.  These were supposed to be
50570                 synced with emacs cvs, but this has not happened for about
50571                 a year, and anyway nothing else uses emacs regex.[ch].
50572                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
50573                 lib/regex[.ch] is untouched.
50574
50575 2004-09-09  Bruno Haible  <bruno@clisp.org>
50576
50577         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
50578
50579 2004-09-09  Bruno Haible  <bruno@clisp.org>
50580
50581         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
50582         modifications.
50583         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
50584
50585 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50586
50587         * modules/xvasprintf: New file.
50588         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
50589
50590 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50591
50592         * lib/xvasprintf.h: New file.
50593         * lib/xvasprintf.c: New file.
50594         * lib/xasprintf.c: New file.
50595
50596 2004-09-08  Bruno Haible  <bruno@clisp.org>
50597
50598         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
50599
50600 2004-09-08  Bruno Haible  <bruno@clisp.org>
50601
50602         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
50603         length is > INT_MAX.
50604         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
50605         more.
50606
50607 2004-09-08  Bruno Haible  <bruno@clisp.org>
50608
50609         * lib/stdint_.h: New file, taken from GNU clisp.
50610
50611 2004-09-08  Bruno Haible  <bruno@clisp.org>
50612             Oskar Liljeblad  <oskar@osk.mine.nu>
50613
50614         * modules/stdint: New file.
50615         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
50616
50617 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50618
50619         Import from coreutils.
50620         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
50621         strings on unbounded length.  alloca's performance benefits aren't
50622         that important here.
50623         (V_STRDUP): Remove.
50624         (parse_with_separator): New function, with most of the internals
50625         of the old parse_user_spec.  Allow user to omit both user and group,
50626         for compatibility with FreeBSD.
50627         Clone only the user name, not the entire spec.
50628         Do not set *uid, *gid unless entirely successful.
50629         Avoid memory leak in some failing cases.
50630         Fix regression for USER.GROUP reported by Dmitry V. Levin in
50631         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
50632         (parse_user_spec): Rewrite to use parse_with_separator.
50633
50634 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50635
50636         * modules/userspec: Don't depend on alloca.
50637
50638 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50639
50640         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
50641
50642 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
50643
50644         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
50645         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
50646         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
50647
50648 2004-08-16  Simon Josefsson  <jas@extundo.com>
50649
50650         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
50651         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
50652         Add --dry-run for --import.
50653         Let user provided command line parameters override configure.ac
50654         settings.
50655
50656 2004-08-12  Simon Josefsson  <jas@extundo.com>
50657
50658         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
50659         as discussed with Paul Eggert in threads rooted at
50660         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
50661         and
50662         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
50663         Before, the test was empty, and relied on ELIDE_CODE in source
50664         code.)
50665         (gl_PREREQ_GETOPT): New macro.
50666         (gl_GETOPT): Use them.
50667
50668 2004-08-12  Simon Josefsson  <jas@extundo.com>
50669
50670         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
50671         * lib/getopt_.h: Renamed from getopt.h.
50672
50673 2004-08-12  Simon Josefsson  <jas@extundo.com>
50674
50675         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
50676         Change default library name from libfoo to libgnu.
50677         Now, if you have a configure.ac that says:
50678                 gl_SOURCE_BASE(gl)
50679                 gl_M4_BASE(gl/m4)
50680                 gl_MODULES(error getopt etcetera)
50681                 gl_INIT
50682         you can import all you need by running:
50683                 ../gnulib/gnulib-tool --import
50684
50685         * modules/getopt (Files): Rename getopt.h to getopt_.h.
50686         (Makefile.am): Rewrite, use logic from argz.
50687         (Include): Use <getopt.h> instead of "getopt.h".
50688
50689 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50690
50691         * modules/argp (Files): Add m4/unlocked-io.m4.
50692         (Depends-on): Add extensions.
50693
50694 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50695
50696         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
50697         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
50698         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
50699         Check for program_invocation_name, program_invocation_short_name,
50700         flockfile, funlockfile, features.h, _getopt_long_only_r.
50701
50702 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50703
50704         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
50705         its complicated substitute.
50706         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
50707         and program_invocation_name.
50708         (__argp_basename) [!_LIBC]: Remove; the only use was
50709         replaced by its body.
50710         (__argp_short_program_name): Change condition from
50711         !defined __argp_short_program_name to
50712         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
50713         to match argp-namefrob.h.
50714         (__argp_failure): Don't assume strerror_r returns char *.
50715         * lib/argp-parse.c (N_): Define unconditionally.
50716         (argp_default_options): Fill out initializers with 0 to avoid
50717         gcc warnings.
50718
50719 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50720
50721         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
50722         getopt1.c.
50723
50724 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
50725
50726         Merge from coreutils.
50727
50728         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
50729
50730         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
50731         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
50732
50733 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
50734
50735         Merge from coreutils.
50736
50737         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
50738         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
50739         for Reliant Unix 5.43.
50740
50741         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
50742         (union fooround): Use uintmax_t, not long int.
50743         The rest is a merge from libc:
50744         [defined _LIBC]: Include <shlib-compat.h>.
50745         (_obstack) [defined _LIBC]: Remove after 2.3.4.
50746
50747         * lib/settime.c (settime): Recode to avoid warning with
50748         Sun Forte C 6U2.
50749
50750         * lib/strverscmp.c: Convert to UTF-8.
50751
50752 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
50753
50754         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50755         m4/uintmax_t.m4.
50756
50757 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
50758
50759         * modules/xalloc-die: New file.
50760         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
50761
50762         * modules/md5 (Files): Add m4/uint32_t.m4.
50763         * modules/sha1: Renamed from modules/sha.
50764         (Files):
50765         Rename lib/sha.h to lib/sha1.h.
50766         Rename lib/sha.c to lib/sha1.c.
50767         Rename m4/sha.m4 to m4/sha1.m4.
50768         (lib_SOURCES): Likewise.
50769         (configure.ac): Rename gl_SHA to gl_SHA1.
50770         (Include): sha.h -> sha1.h.
50771
50772 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
50773
50774         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
50775         * m4/sha1.m4: Renamed from sha.m4.
50776         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
50777
50778 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
50779
50780         * lib/obstack.h (obstack_empty_p):
50781         Don't assume that chunk->contents is suitably aligned.
50782         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
50783         Likewise. Problem reported by Benno in
50784         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
50785
50786         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
50787         readable.  This could be improved further but it'd take some work.
50788
50789 2004-08-08  Simon Josefsson  <jas@extundo.com>
50790
50791         * modules/xgethostname (Depends-on): Remove exit and error (not
50792         used).
50793
50794         * modules/getpass-gnu: Add getpass.h.
50795         (Depends-on): Add stdbool.
50796         * modules/getpass: Add getpass.h.
50797
50798 2004-08-08  Simon Josefsson  <jas@extundo.com>
50799
50800         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
50801         Check getpass declaration.
50802
50803 2004-08-08  Simon Josefsson  <jas@extundo.com>
50804
50805         * lib/xgethostname.c: Don't include error.h (not used).
50806
50807         * lib/getpass.h: Add.
50808         * lib/getpass.c: Include getpass.h first.
50809
50810 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
50811
50812         * lib/xalloc-die.c: New file.
50813         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
50814         All uses removed.
50815         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
50816         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
50817         xalloc-die.c.
50818         (_, N_, xalloc_die): Move to xalloc-die.c.
50819         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
50820         so that we needn't mess with xalloc_msg_memory_exhausted.
50821
50822         * lib/sha1.h: Renamed from sha.h.
50823         (SHA1_H): Renamed from _SHA_H.
50824         (sha1_ctx): Renamed from sha_ctx.
50825         (sha1_init_ctx): Renamed from sha_init_ctx.
50826         (sha1_process_block): Renamed from sha_process_block.
50827         (sha1_process_bytes): Renamed from sha_process_bytes.
50828         (sha1_finish_ctx): Renamed from sha_finish_ctx.
50829         (sha1_read_ctx): Renamed from sha_read_ctx.
50830         (sha1_stream): Renamed from sha_stream.
50831         (sha1_buffer): Renamed from sha_buffer.
50832         * lib/sha1.c: Likewise; renamed from sha.c.
50833         Do not include <sys/types.h>.
50834         Include <stddef.h> rather than <stdlib.h>.
50835
50836 2004-08-08  Bruno Haible  <bruno@clisp.org>
50837
50838         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
50839         FILESYSTEM_PREFIX_LEN.
50840         * lib/progreloc.c: Likewise.
50841         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
50842
50843 2004-08-06  Simon Josefsson  <jas@extundo.com>
50844
50845         * modules/progname (Depends-on): Don't depend on stdbool.
50846
50847 2004-08-06  Simon Josefsson  <jas@extundo.com>
50848
50849         * modules/getsubopt: New file.
50850         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50851         getsubopt.
50852
50853 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50854
50855         More merge from coreutils.
50856
50857         * m4/utimens.m4, m4/utimecmp.m4: New files.
50858         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
50859         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
50860         prereq.m4, sha.m4: Import changes from coreutils.
50861
50862 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50863
50864         More merge from coreutils.
50865         * modules/raise, modules/readtokens0, modules/utimens:
50866         * modules/utimecmp, module/xnanosleep: New files.
50867         * modules/strftime: Add lib/strftime.h.
50868         Change include from <time.h> to "strftime.h".
50869         * modules/yesno: Add lib/yesno.h.
50870         * modules/backupfile: Remove lib/addext.c.
50871         * modules/euidaccess: Add stat-macros.h.
50872         * modules/canonicalize, modules/euidaccess,
50873         modules/filemode, modules/lchown, modules/makepath,
50874         modules/rmdir, modules/stat: Likewise.
50875
50876 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50877
50878         Merge from tar.
50879         * lib/argp-help.c (make_hol, hol_append): Don't assume that
50880         SIZE_MAX is a valid preprocessor constant.
50881         (__argp_basename): Change from "#ifndef _LIBC"
50882         to "#ifndef __argp_short_program_name", so that
50883         we don't compile these functions for tar.
50884
50885         More merges from coreutils.
50886         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
50887         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
50888         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
50889         * lib/addext.c: Remove; no longer needed.
50890         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
50891         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
50892         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
50893         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
50894         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
50895         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
50896         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
50897         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
50898         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
50899         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
50900         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
50901         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
50902         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
50903         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
50904         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
50905         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
50906         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
50907         Import changes from coreutils.
50908
50909 2004-08-05  Simon Josefsson  <jas@extundo.com>
50910
50911         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
50912
50913 2004-08-05  Simon Josefsson  <jas@extundo.com>
50914
50915         * m4/getsubopt.m4: New file.
50916
50917 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50918
50919         Merge from coreutils.
50920
50921         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
50922         * m4/getcwd-path-max.m4: New files.
50923
50924         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
50925         FILESYSTEM_PREFIX_LEN ->
50926         FILE_SYSTEM_PREFIX_LEN.
50927         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
50928         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
50929         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
50930         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
50931
50932         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
50933         prerequisite modules now handle the DOS stuff.
50934         Don't check for unistd.h.
50935
50936 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50937
50938         Merge from coreutils.
50939
50940         * lib/.gdb-history: Remove; this doesn't belong here.
50941
50942         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
50943         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
50944         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
50945         * lib/getcwd.c: New files.
50946
50947         * lib/dirname.h: Include <stdbool.h>.
50948         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
50949         for consistency with POSIX terminology.  All uses changed.
50950         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
50951         (strip_trailing_slashes): Use bool for booleans.
50952         * lib/stripslash.c (strip_trailing_slashes): Likewise.
50953
50954         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
50955         sometimes returns a positive errno value even when it succeeds.
50956         (print_errno_message) [!LIBC]: Fall back on strerror if
50957         __strerror_r fails.
50958
50959         * lib/path-concat.c (mempcpy): Don't define if a system header defines
50960         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
50961         (longest_relative_suffix): New function.
50962         (path_concat): Use it.  Assume first argument is not NULL.
50963         Port to DOS.  Omit redundant separators.
50964         Report an error instead of returning NULL.
50965         Use mempcpy instead of memcpy.
50966         (xpath_concat): Remove: not declared or used.
50967
50968         * lib/same.h: Include <stdbool.h>
50969         (same_name): Return bool, not int.
50970         * lib/same.c (same_name): Likewise.
50971         (errno): Don't declare; we assume C89 or better now.
50972
50973         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
50974         if not already defined.
50975
50976         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
50977         * lib/dup-safer.c (errno): Likewise.
50978
50979 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
50980
50981         Merge from coreutils.
50982         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
50983         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
50984         * modules/path-concat: Don't depend on strdup.
50985
50986 2004-08-03  Simon Josefsson  <jas@extundo.com>
50987
50988         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
50989         * lib/progname.h: Don't include stdbool.h.
50990
50991 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50992
50993         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
50994         * MODULES.html.sh (func_all_modules): Remove fatal.
50995
50996 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
50997
50998         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
50999
51000 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51001
51002         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
51003         working.
51004
51005 2004-08-02  Simon Josefsson  <jas@extundo.com>
51006
51007         * lib/getsubopt.h: New file, with comments from Bruno Haible.
51008         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
51009         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
51010
51011 2004-08-01  Simon Josefsson  <jas@extundo.com>
51012
51013         * lib/xgetdomainname.c: Include stdlib.h, for free().
51014
51015 2004-07-19  Bruno Haible  <bruno@clisp.org>
51016
51017         * MODULES.html.sh (func_all_modules): Add dummy.
51018
51019 2004-07-16  Simon Josefsson  <jas@extundo.com>
51020
51021         * modules/dummy: New file.
51022
51023 2004-07-16  Simon Josefsson  <jas@extundo.com>
51024
51025         * lib/dummy.c: New file.
51026
51027 2004-07-16  Bruno Haible  <bruno@clisp.org>
51028
51029         * lib/backupfile.h: Add extern "C" for C++.
51030         * lib/closeout.h: Likewise.
51031         * lib/copy-file.h: Likewise.
51032         * lib/findprog.h: Likewise.
51033         * lib/full-write.h: Likewise.
51034         * lib/pathname.h: Likewise.
51035         * lib/progname.h: Likewise.
51036         * lib/stpcpy.h: Likewise.
51037         * lib/stpncpy.h: Likewise.
51038         * lib/strcase.h: Likewise.
51039         * lib/strstr.h: Likewise.
51040         * lib/xalloc.h: Likewise.
51041
51042         * lib/mbswidth.h: Add extern "C" for C++.
51043         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
51044
51045 2004-07-13  Robert Millan  <robertmh@gnu.org>
51046
51047         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
51048
51049 2004-07-09  Simon Josefsson  <jas@extundo.com>
51050
51051         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
51052         failed without this.)
51053
51054 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51055
51056         * modules/chown (Files): Add lib/fchown-stub.c, since
51057         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
51058
51059 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51060
51061         * lib/fchown-stub.c: New file.
51062
51063 2004-06-24  Jim Meyering  <jim@meyering.net>
51064
51065         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
51066
51067 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51068
51069         * modules/argz: Omit "#include".
51070
51071         * MODULES.html.sh (func_all_modules): Add calloc, to match
51072         2004-06-01 addition of calloc module.
51073
51074 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51075
51076         * m4/argz.m4: New file, which is autoupdated from libtool.
51077
51078 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51079
51080         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
51081         libtool.
51082
51083 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51084
51085         * config/srclist-update: Don't insist on "USA." before the
51086         close-comment, as libtool omits the period and puts the */ on a
51087         separate line.
51088         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
51089         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
51090
51091 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
51092
51093         * modules/argz: New file.
51094         * MODULES.html.sh (func_all_modules): Add argz.
51095
51096 2004-06-12  Jim Meyering  <jim@meyering.net>
51097         and  Paul Eggert  <eggert@cs.ucla.edu>
51098
51099         * modules/hash (Files): Add lib/xalloc.h.
51100         * modules/pipe (Depends-on): Add wait-process.
51101         * modules/stat (Depends-on): Add xalloc.
51102         * modules/userspec (Files): Add lib/userspec.h.
51103         * modules/xstrto
51104
51105         Upgrade from gettext-0.13.
51106         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
51107         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
51108         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
51109
51110 2004-06-10  Jim Meyering  <jim@meyering.net>
51111
51112         * lib/calloc.c: New file.
51113
51114 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
51115
51116         * lib/getdate.y (yylex): Allow space between sign and number.
51117         Problem reported by Dan Jacobson.
51118
51119 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51120
51121         Merge from coreutils CVS.
51122
51123         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
51124         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
51125         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
51126         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
51127         xstrtol.m4: Fix copyright date and/or serial number.
51128
51129         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
51130         See if we need an fchown replacement.
51131         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
51132         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
51133         and use the replacement function if we detect either defect.
51134
51135         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
51136         gl_UTIMECMP.
51137
51138 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51139         and  Jim Meyering  <jim@meyering.net>
51140
51141         Merge from coreutils CVS.
51142
51143         * lib/stat-macros.h: New file, with contents from file-type.h
51144         and coreutils' system.h.
51145         * lib/file-type.c: Include "stat-macros.h".
51146         * lib/file-type.h (file_type): Move all macro definitions to new file,
51147         stat-macros.h.
51148
51149         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
51150         Wrap old code with this conditional.
51151         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
51152         function that does not dereference symlinks.
51153         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
51154
51155         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
51156         dependency problems.
51157         (xreadlink): Accept new arg SIZE, for efficiency.
51158         All decls and uses changed.
51159         * lib/xreadlink.h: Include <stddef.h>, for size_t.
51160
51161         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
51162         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
51163
51164         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
51165         sysexits.h.
51166
51167 2004-06-01  Jim Meyering  <jim@meyering.net>
51168
51169         * m4/calloc.m4: New file.
51170
51171 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
51172
51173         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
51174         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
51175         Also, fix a typo in a diagnostic.
51176
51177 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51178
51179         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
51180         or AC_FUNC_REALLOC.
51181
51182 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51183
51184         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
51185         macros to be defined.
51186         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
51187         the allocator returns NULL because the requested size is zero.
51188
51189 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51190
51191         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
51192         var.  Add comment explaining why libc still defines it.  This
51193         merges the following patch from glibc:
51194         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
51195
51196 2004-05-20  Andreas Schwab  <schwab@suse.de>
51197
51198         * m4/free.m4: Replace free if it not known to work, not the other
51199         way round.
51200
51201 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
51202
51203         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
51204         present in glibc since revision 1.1 of this file.
51205         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
51206         obstack_alignment_mask, obstack_alloc, obstack_base,
51207         obstack_blank, obstack_blank_fast, obstack_chunk_size,
51208         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
51209         obstack_grow0, obstack_init, obstack_int_grow,
51210         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
51211         obstack_next_free, obstack_object_size, obstack_ptr_grow,
51212         obstack_ptr_grow_fast, obstack_room): Remove declarations of
51213         nonexistent functions.
51214
51215 2004-05-18  Karl Berry  <karl@gnu.org>
51216
51217         * config/srclist.txt: break link for vasnprintf.c.
51218
51219 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51220
51221         Port obstack to the AS/400, where pointers are 16 bytes wide and
51222         you cannot cast an integer to a valid pointer.  This patch is
51223         currently waiting to be integrated into glibc; see
51224         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
51225
51226         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
51227         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
51228         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
51229         (struct obstack): temp member is now a union of a pointer and
51230         an integer, instead of an integer.  All integer uses changed.
51231         This does not affect the physical layout of struct obstack,
51232         except on hosts (like the AS/400) where the size or alignment of
51233         void * is greater than that of ptrdiff_t.
51234         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
51235         __STDC__)]: Store temporary in pointer member of union, not
51236         integer member.
51237         * lib/obstack.c: Include <stddef.h>, for offsetof.
51238         (struct fooalign): Remove; it doesn't need a name.
51239         (union fooround): Change double to long double, and add void *.
51240         (DEFAULT_ALIGNMENT): Use offsetof to compute.
51241         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
51242         not a macro.  Hence the values are always int; so remove all
51243         casts-to-int in uses.
51244
51245 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51246
51247         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
51248         we can get this patch merged into glibc.
51249
51250 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51251             Paul Eggert  <eggert@cs.ucla.edu>
51252
51253         * m4/argp: Depend on alloca.
51254
51255 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51256             Paul Eggert  <eggert@cs.ucla.edu>
51257
51258         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
51259         freecoding.
51260
51261 2004-05-17  Bruno Haible  <bruno@clisp.org>
51262
51263         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
51264         precision that consists of a '.' followed by an empty digit string.
51265         Patch by Tor Lillqvist <tml@iki.fi>.
51266
51267 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51268
51269         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
51270         for backward compatibility with older code.  We need our own
51271         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
51272         it under some other name, and our alloca.h will define it.
51273
51274 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51275             Derek Price  <derek@ximbiot.com>
51276
51277         * lib/alloca.c: Include <alloca.h>, to get our interface.
51278         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
51279         include <alloca.h> first.  Use C89 prototype for alloca; this
51280         requires including <stddef.h> for size_t.  Use extern "C" if C++.
51281         Use #elif for simplicity, since we can assume C89 now.
51282         Don't try to source the system alloca.h since it will not be found
51283         and to prevent recursively including its replacement.
51284         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
51285         * lib/regex.c: Likewise.
51286
51287 2004-05-16  Derek Price  <derek@ximbiot.com>
51288             Paul Eggert  <eggert@cs.ucla.edu>
51289
51290         getline cleanup.  This changes the getndelim2 API: both order of
51291         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
51292         no delimiter).
51293
51294         * lib/getline.c: Don't include stddef.h or stdio.h, since our
51295         interface does that.
51296         (getline): Always use getdelim, so that we don't have two
51297         copies of this code.
51298         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
51299         if available.
51300         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
51301         (GETNDELIM2_MAXIMUM): New macro.
51302         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
51303         instead of the old practice of delim2==0.  All callers changed.
51304         Return -1 on overflow, instead of returning junk.
51305         Do not set *linesize unless allocation succeeds.
51306         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
51307         that we include sys/types.h.
51308         * lib/getnline.h: Likewise.
51309         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
51310         (getndelim2): Reorder arguments.
51311         * lib/getnline.c (getnline, getndelim):
51312         Don't discard the NMAX argument.
51313         (getnline): Invoke getndelim, to avoid code duplication.
51314         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
51315         of (size_t) -1 by callers of the getnline family.
51316
51317 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51318
51319         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
51320         Check for gettimeofday.
51321         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
51322         Check for settimeofday, stime.
51323
51324 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51325
51326         * lib/nanosleep.c (suspended): Change its type from int to
51327         sig_atomic_t volatile.
51328         (first_call): Make it private to rpl_nanosleep, and have it
51329         be zero initially as that's a bit faster.
51330         (my_usleep): Round up fractional times instead of truncating them,
51331         as this is the usual meaning for 'sleep'.
51332
51333         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
51334         doesn't work.
51335         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
51336         (ENOSYS): Define if not defined.
51337         (settime): Fall back on stime if it exists and settimeofday fails.
51338         But don't bother with fallbacks if a method fails with errno == EPERM.
51339
51340 2004-05-11  Jim Meyering  <jim@meyering.net>
51341
51342         Prior to this change, the save_cwd caller required read access to the
51343         current directory on most systems (ones with the fchdir function).
51344
51345         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
51346         fails, try write-only, and finally, resort to using xgetcwd.
51347
51348 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
51349
51350         * lib/obstack.c, obstack.h: Import changes from libc.
51351
51352 2004-04-28  Bruno Haible  <bruno@clisp.org>
51353
51354         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
51355         also implicitly appends .exe to executables.
51356         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
51357         accepts Windows pathnames.
51358         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51359         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51360         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51361         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51362         Reported by Derek Robert Price <derek@ximbiot.com>.
51363
51364 2004-04-21  Karl Berry  <karl@gnu.org>
51365
51366         * config/srclist.txt (localcharset.c): break sync.
51367
51368 2004-04-20  Paul Eggert  <eggert@twinsun.com>
51369
51370         * m4/host-os.m4: Add a copyright notice.
51371
51372 2004-04-20  Jim Meyering  <jim@meyering.net>
51373
51374         Change UTILS_ to gl_ in AC_DEFINE'd names.
51375         Change utils_- and jm_-prefixed variables, too.
51376         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
51377         UTILS_FUNC_MKDIR_TRAILING_SLASH.
51378         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
51379
51380         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
51381         Don't emit trailing blanks.
51382         Also rename jm_-prefixed variables to have gl_ prefix.
51383
51384         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
51385         Also rename jm_-prefixed variables to have gl_ prefix.
51386
51387         * m4/jm-macros.m4: Reflect the renamings.
51388         * m4/prereq.m4: Likewise.
51389
51390 2004-04-20  Jim Meyering  <jim@meyering.net>
51391
51392         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
51393         memory.
51394
51395 2004-04-20  Jim Meyering  <jim@meyering.net>
51396             Bruno Haible  <bruno@clisp.org>
51397
51398         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
51399         memory when realloc fails.
51400
51401 2004-04-19  Jim Meyering  <jim@meyering.net>
51402
51403         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
51404         now that readutmp.c may call `free (0)'.
51405
51406 2004-04-19  Bruno Haible  <bruno@clisp.org>
51407
51408         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
51409         * m4/inttypes_h.m4: Likewise.
51410         * m4/stdint_h.m4: Likewise.
51411         * m4/intmax_t.m4: Likewise.
51412         * m4/uintmax_t.m4: Likewise.
51413
51414 2004-04-18  Jim Meyering  <jim@meyering.net>
51415
51416         * m4/prereq.m4: Don't forbid jm_ prefix.
51417
51418         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
51419         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
51420         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
51421         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
51422         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
51423         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
51424         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
51425         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
51426         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
51427         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
51428         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
51429         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
51430         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
51431         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
51432         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
51433         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
51434         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
51435         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
51436         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
51437
51438 2004-04-18  Jim Meyering  <jim@meyering.net>
51439
51440         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
51441         failure, don't leak memory and do call END_UTMP_ENT.
51442
51443 2004-04-16  Jim Meyering  <jim@meyering.net>
51444
51445         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
51446         coreutils' stat program.
51447         (gl_PREREQ): Don't require jm_PREREQ_STAT.
51448
51449 2004-04-11  Paul Eggert  <eggert@twinsun.com>
51450
51451         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
51452         C89.
51453         (CHAR_BIT): Remove, since we assume C89.
51454         Include <stdint.h> if available, as per current Autoconf CVS advice.
51455
51456 2004-03-31  Jim Meyering  <jim@meyering.net>
51457
51458         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
51459         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
51460         * m4/xalloc.m4: Likewise.
51461
51462 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51463
51464         Merge from coreutils.
51465
51466         * m4/inttostr.m4: New file.
51467         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
51468         Require AM_STDBOOL_H and gl_TIMESPEC instead.
51469         Require gl_CLOCK_TIME.
51470         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
51471
51472 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51473
51474         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
51475         not bool, to be more consistent with Unix conventions.
51476         Suggested by Bruno Haible.
51477
51478         Merge from coreutils.
51479
51480         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
51481         * lib/umaxtostr.c: New files.
51482
51483         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
51484         the usual <time.h> dance.
51485         (get_date): Change signature to support fractional time stamps.
51486         All callers changed.
51487         * lib/getdate.y: Include "getdate.h" first, as we can now
51488         assume C89 and don't need to worry about 'const'.
51489         Similarly, include "unlocked-io.h" near start, not in middle.
51490         Include <limits.h>.
51491         (textint.value): Use long int rather than int.
51492         (textint.digits): Use size_t rather than int.
51493         (BILLION, LOG10_BILLION): New constants.
51494         (parser_control): New member rel_ns.  Members day_ordinal,
51495         time_zone, month, day, hour, minutes, rel_year, rel_month,
51496         rel_day, rel_hour, rel_minutes, rel_seconds
51497         are now long int, not int.  Member seconds is now struct timespec,
51498         not int.  New member timespec_seen.  Members dates_seen, days_seen,
51499         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
51500         not int.
51501         (%union.intval): Now long int, not int.
51502         New member timespec.
51503         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
51504         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
51505         (spec): Now is a timespec or an item list.
51506         (timespec, items): New nonterminals.
51507         (time, rel, relunit, number, get_date):
51508         Add support for fractional seconds.
51509         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
51510         (gmtime, localtime, mktime): Remove decls; not needed with C89.
51511         (to_hour): First arg is now long int, not int.
51512         (to_year): Returns long int, not int.
51513         Don't treat year -70 like 70.
51514         (tm_diff): Returns long int, not int.
51515         (lookup_word): Use bool instead of int when appropriate.
51516         (yylex): Use size_t for count, not int.
51517         Detect overflow when parsing large integer constants.
51518         Add support for fractions.
51519         (get_date): Make pointers 'const' if possible.
51520         Use more-portable code to detect integer overflow.
51521         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
51522         Don't use ctime; it's not reliable if the year has >4 digits.
51523
51524         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
51525         This is for compatibility with BSD.
51526
51527         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
51528         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
51529         From coreutils' system.h.
51530
51531         * lib/userspec.c: Don't include "posixver.h".
51532         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
51533         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
51534         compatible extension.  Simplify code by removing a boolean int
51535         that was always nonzero if a string was nonnull.
51536
51537 2004-03-30  Jim Meyering  <jim@meyering.net>
51538
51539         Merge from coreutils.
51540
51541         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
51542         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
51543         on some systems one must include <grp.h> before it.
51544         Reported by Christian Krackowizer.
51545
51546 2004-03-30  Jim Meyering  <jim@meyering.net>
51547
51548         Merge from coreutils.
51549
51550         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
51551
51552         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
51553         an empty input stream.
51554
51555         * lib/readtokens.c: Include <stdbool.h>.
51556         (readtoken): Use `size_t' rather than int/long.
51557         All callers adjusted.
51558         Use `bool' rather than `int' where appropriate.
51559         Use memset rather than an explicit loop.
51560         Use x2nrealloc rather than xrealloc.
51561         Allow the use of `\0' as a delimiter.
51562         (readtokens): Likewise.
51563         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
51564
51565 2004-03-30  Jim Meyering  <jim@meyering.net>
51566
51567         * m4/realloc.m4: Remove file, since now it does no more than
51568         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
51569         the `configure.ac' section of module/realloc.
51570         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
51571
51572 2004-03-30  Bruno Haible  <bruno@clisp.org>
51573
51574         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
51575         nonnull.
51576
51577 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51578
51579         Merge changes to getloadavg.c from coreutils and Emacs.
51580
51581         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
51582         Define to an expression, not to the empty string.
51583         Include cloexec.h and xalloc.h.
51584         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
51585         Use set_cloexec_flag rather than rolling our own.
51586         * lib/cloexec.c, lib/cloexec.h: New files.
51587
51588 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51589
51590         * m4/cloexec.m4: New file.
51591
51592 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51593
51594         * lib/getopt.h: Sync with libc CVS.
51595
51596 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51597             Bruno Haible  <bruno@clisp.org>
51598
51599         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
51600         mbswidth.
51601
51602 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51603             Bruno Haible  <bruno@clisp.org>
51604
51605         * lib/mbswidth.h: Include <wchar.h> only if
51606         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
51607         <wchar.h>.
51608         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
51609
51610 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51611
51612         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
51613         Sync with libc CVS.
51614         * lib/getopt_int.h: New file, also synced from libc.
51615
51616 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51617
51618         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
51619         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
51620         Bring back getopt.c, getopt.h, getopt1.c.
51621
51622 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51623
51624         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
51625         All uses changed.  Check for sa_sigaction member; this fixes
51626         a bug first reported by Jason Andrade in
51627         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
51628
51629 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51630
51631         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
51632         '#if' expressions.  Unlike the code it replaces, it does not
51633         depend on (defined _SC_PAGESIZE).  However, it does depend on
51634         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
51635         first reported by Jason Andrade in
51636         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
51637
51638 2004-02-25  Simon Josefsson  <jas@extundo.com>
51639
51640         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
51641
51642 2004-02-25  Simon Josefsson  <jas@extundo.com>
51643
51644         * lib/strdup.h: New file.
51645         * lib/strdup.c: Include it.
51646         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
51647         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
51648
51649 2004-02-23  Karl Berry  <karl@gnu.org>
51650
51651         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
51652         (from fencepost.gnu.org:/gd/gnuorg).
51653
51654 2004-02-23  Karl Berry  <karl@gnu.org>
51655
51656         * config/srclistvars.sh (GNUORG) [karl]: redefine.
51657         * config/srclist.txt: add maintain/standards documents.
51658
51659 2004-02-18  Bruno Haible  <bruno@clisp.org>
51660
51661         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
51662         Reported by Derek Robert Price <derek@ximbiot.com>.
51663
51664 2004-02-16  Karl Berry  <karl@gnu.org>
51665
51666         * config/mkinstalldirs, install-sh: update from automake.
51667
51668 2004-02-06  Karl Berry  <karl@gnu.org>
51669
51670         * m4/po.m4: update from gettext 0.14.1.
51671
51672 2004-02-06  Karl Berry  <karl@gnu.org>
51673
51674         * lib/config.charset: update from gettext 0.14.1.
51675
51676 2004-02-05  Paul Eggert  <eggert@twinsun.com>
51677
51678         Add comments and code, prompted by suggestions from Bruno Haible
51679         for sh-quote.
51680         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
51681         describing the enum quoting_style values.
51682         * lib/quotearg.c (quotearg_alloc): New function.
51683         (quotearg_buffer_restyled): Treat lone { and } as special.
51684         Treat = as special.  Work around bug with older shells
51685         that "see" a '\' that is really the 2nd byte of a multibyte char.
51686         Quote empty string with shell_quoting_style.
51687
51688 2004-02-03  Bruno Haible  <bruno@clisp.org>
51689
51690         * m4/pipe.m4: New file, from GNU gettext.
51691
51692 2004-02-03  Bruno Haible  <bruno@clisp.org>
51693
51694         * lib/pipe.h: New file, from GNU gettext.
51695         * lib/pipe.c: New file, from GNU gettext.
51696
51697 2004-01-27  Bruno Haible  <bruno@clisp.org>
51698
51699         * m4/execute.m4: New file, from GNU gettext.
51700
51701 2004-01-27  Bruno Haible  <bruno@clisp.org>
51702
51703         * lib/execute.h: New file, from GNU gettext.
51704         * lib/execute.c: New file, from GNU gettext.
51705         * lib/w32spawn.h: New file, from GNU gettext.
51706
51707 2004-01-24  Paul Eggert  <eggert@twinsun.com>
51708
51709         Merge from diffutils.
51710
51711         * lib/file-type.c (file_type): Add typed memory objects.
51712         * lib/file-type.h (S_TYPEISTMO): New macro.
51713
51714         * lib/c-stack.h (c_stack_action): Remove argv argument.
51715         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
51716         (die): Don't calculate message unless segv_action returns.
51717         (get_stack_location, min_address_from_argv, max_address_from_argv,
51718         volatile stack_base, volatile_stack_size): Remove.
51719         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
51720         that every segmentation violation is a stack overflow.  (Ouch!)
51721         See Debian bug 136249 (still outstanding) for more info about why
51722         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
51723
51724 2004-01-24  Paul Eggert  <eggert@twinsun.com>
51725
51726         Exit-status fix from coreutils.
51727
51728         Use exit_failure consistently in place of EXIT_FAILURE,
51729         so that program exit statuses are consistent on failure.
51730
51731         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
51732         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
51733         * lib/argmatch.h: Comment fix to match the above.
51734         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
51735         Now a macro referring to exit_failure, instead of a separate
51736         variable.  Include "exitfail.h" to get it.
51737         * lib/xstrtol.h: Include "exitfail.h".
51738         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
51739
51740         * lib/long-options.c (parse_long_options): Use prototype
51741         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
51742         for clarity.
51743
51744 2004-01-21  Jim Meyering  <jim@meyering.net>
51745
51746         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
51747         so as not to conflict with a different-sized __mktime_internal
51748         function in GNU libc.
51749         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
51750         Problem building statically-linked `ls' reported by Michael Brunnbauer.
51751
51752 2004-01-20  Karl Berry  <karl@gnu.org>
51753
51754         * config/config.guess: update from config.
51755
51756         * config/srclistvars.sh: GNUWWWLICENSES for karl.
51757
51758 2004-01-20  Bruno Haible  <bruno@clisp.org>
51759
51760         Safer stack allocation.
51761         * lib/setenv.c: Include allocsa.h.
51762         (alloca): Remove fallback definition.
51763         (freea): Remove macro.
51764         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
51765         instead of freea.
51766
51767 2004-01-20  Bruno Haible  <bruno@clisp.org>
51768
51769         * m4/eealloc.m4: New file, from GNU gettext.
51770
51771 2004-01-20  Bruno Haible  <bruno@clisp.org>
51772
51773         * m4/allocsa.m4: New file, from GNU gettext.
51774
51775 2004-01-20  Bruno Haible  <bruno@clisp.org>
51776
51777         * lib/xallocsa.h: New file, from GNU gettext.
51778         * lib/xallocsa.c: New file, from GNU gettext.
51779
51780 2004-01-20  Bruno Haible  <bruno@clisp.org>
51781
51782         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
51783
51784 2004-01-20  Bruno Haible  <bruno@clisp.org>
51785
51786         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
51787         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
51788         specially.
51789
51790 2004-01-20  Bruno Haible  <bruno@clisp.org>
51791
51792         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
51793         patch.
51794
51795 2004-01-20  Bruno Haible  <bruno@clisp.org>
51796
51797         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
51798
51799 2004-01-20  Bruno Haible  <bruno@clisp.org>
51800
51801         * lib/eealloc.h: New file.
51802
51803 2004-01-20  Bruno Haible  <bruno@clisp.org>
51804
51805         * lib/binary-io.h: Avoid warnings on Cygwin.
51806
51807 2004-01-20  Bruno Haible  <bruno@clisp.org>
51808
51809         * lib/allocsa.h: New file, from GNU gettext.
51810         * lib/allocsa.c: New file, from GNU gettext.
51811
51812 2004-01-18  Karl Berry  <karl@gnu.org>
51813
51814         * doc/gpl.texi, doc/lgpl.texi: new files.
51815
51816 2004-01-18  Karl Berry  <karl@gnu.org>
51817
51818         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
51819         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
51820
51821 2004-01-15  Paul Eggert  <eggert@twinsun.com>
51822
51823         Merge from coreutils.
51824
51825         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
51826         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
51827         (gl_DEFAULT_POSIX2_VERSION): Move
51828         the documentation from 'configure' into 'config.hin',
51829         so that 'configure --help' isn't burdened by it and
51830         we don't have to worry about its formatting there.
51831         Reword the documentation so that it's more succinct
51832         and can be run together into a single paragraph.
51833         * m4/same.m4 (gl_SAME): Check for pathconf.
51834
51835 2004-01-15  Paul Eggert  <eggert@twinsun.com>
51836
51837         Merge from coreutils.
51838
51839         * lib/posixver.c: Include posixver.h.
51840
51841         * lib/same.c: Include <stdbool.h>, <limits.h>.
51842         (_POSIX_NAME_MAX): Define if not defined.
51843         (MIN): New macro.
51844         (same_name): If file names are silently truncated, report
51845         that the file names are the same if they are the same after
51846         the silent truncation.
51847
51848         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
51849         conversion function.
51850         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
51851         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
51852         longer needed.
51853
51854 2004-01-15  Jim Meyering  <jim@meyering.net>
51855
51856         Merge from coreutils.
51857
51858         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
51859         if no library is required.
51860         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
51861         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
51862         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
51863         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
51864         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
51865         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
51866         value, $ac_cv_search_crypt, if it's "none required".
51867         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
51868         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
51869         not gl_FUNC_GETLOADAVG.
51870         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
51871         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
51872
51873 2004-01-15  Jim Meyering  <jim@meyering.net>
51874
51875         Merge from coreutils.
51876
51877         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
51878         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
51879         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
51880
51881         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
51882         optional configure-time default.
51883
51884         * lib/version-etc.c (version_etc_copyright): Update copyright date.
51885
51886         * lib/xreadlink.c (xreadlink): Correct outdated comment.
51887
51888 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
51889
51890         Merge from coreutils.
51891
51892         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
51893         value, $ac_cv_search_nanosleep, if it's "none required".
51894
51895 2004-01-14  Paul Eggert  <eggert@twinsun.com>
51896
51897         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
51898         with like-named macro in fnmatch.c.
51899         (EXT): Use an internal constant instead.
51900
51901         Merge fnmatch patches from glibc.
51902         * lib/fnmatch.c (mbsinit): Remove define.
51903         Add libc_hidden_ver (__fnmatch, fnmatch).
51904         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
51905         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
51906
51907 2004-01-14  Karl Berry  <karl@gnu.org>
51908
51909         * config/install-sh: update from automake.
51910
51911 2004-01-13  Karl Berry  <karl@gnu.org>
51912
51913         * config/install-sh: update from automake.
51914
51915 2004-01-09  Karl Berry  <karl@gnu.org>
51916
51917         * config/install-sh: update from automake.
51918
51919 2004-01-05  Karl Berry  <karl@gnu.org>
51920
51921         * config/config.{sub,guess}: update from config.
51922
51923 2003-12-31  Karl Berry  <karl@gnu.org>
51924
51925         * config/depcomp: update from automake.
51926
51927 2003-12-14  Karl Berry  <karl@gnu.org>
51928
51929         * lib/config.charset: update from gettext-runtime.
51930
51931 2003-12-03  Paul Eggert  <eggert@twinsun.com>
51932
51933         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
51934         Bug reported by Alfred M. Szmidt.
51935
51936 2003-12-03  Bruno Haible  <bruno@clisp.org>
51937
51938         * m4/gettext.m4: Upgrade from gettext-0.13.
51939         * m4/po.m4: Upgrade from gettext-0.13.
51940         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
51941         * m4/intmax.m4: New file, from gettext-0.13.
51942         * m4/printf-posix.m4: New file, from gettext-0.13.
51943
51944 2003-11-29  Karl Berry  <karl@gnu.org>
51945
51946         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
51947
51948 2003-11-25  Paul Eggert  <eggert@twinsun.com>
51949             Bruno Haible  <bruno@clisp.org>
51950
51951         * lib/printf-parse.h: Don't include sys/types.h.
51952         (ARG_NONE): New macro.
51953         (char_directive): Change type of *arg_index fields to size_t.
51954         * lib/printf-parse.c: Don't include sys/types.h.
51955         (SSIZE_MAX): Remove macro.
51956         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
51957         Remove unnecessary overflow check.
51958         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
51959         fields.
51960
51961 2003-11-25  Bruno Haible  <bruno@clisp.org>
51962
51963         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
51964
51965 2003-11-25  Bruno Haible  <bruno@clisp.org>
51966
51967         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
51968         gt_TYPE_SSIZE_T.
51969
51970 2003-11-24  Paul Eggert  <eggert@twinsun.com>
51971
51972         * modules/alloca: Remove dependency on xalloc.
51973
51974 2003-11-24  Paul Eggert  <eggert@twinsun.com>
51975
51976         * lib/alloca.c: Remove dependency on xalloc module.
51977         (xalloc_die): Remove.
51978         (memory_full) [!defined emacs]: New macro.
51979         [!defined emacs]: Don't include xalloc.h.
51980         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
51981         address arithmetic overflows.  Change datatypes a bit to avoid
51982         unnecessary casts.
51983
51984 2003-11-22  Jim Meyering  <jim@meyering.net>
51985
51986         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
51987         s/size/size_t/.
51988
51989 2003-11-21  Karl Berry  <karl@gnu.org>
51990
51991         * config/config.{sub,guess}: update from config.
51992
51993 2003-11-18  Karl Berry  <karl@gnu.org>
51994
51995         * config/config.{sub,guess}: update from config.
51996
51997         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
51998
51999 2003-11-17  Paul Eggert  <eggert@twinsun.com>
52000
52001         * README: Mention that S+T cannot overflow if S is the size of
52002         an existing object and T is sufficiently small.
52003
52004 2003-11-17  Jim Meyering  <jim@meyering.net>
52005
52006         On systems without utime and without a utimes function capable of
52007         dealing with a NULL struct utimbuf* argument, this utime replacement
52008         could -- in unusual circumstances -- leak a file descriptor.
52009         * lib/utime.c: Include <unistd.h> and <errno.h>.
52010         (utime_null): Be sure to close `fd' and to preserve errno.
52011         Reported by Geoff Collyer via Arnold Robbins.
52012
52013 2003-11-17  Bruno Haible  <bruno@clisp.org>
52014
52015         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
52016         (Depends-on): Add xsize.
52017
52018 2003-11-17  Bruno Haible  <bruno@clisp.org>
52019
52020         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
52021
52022 2003-11-17  Bruno Haible  <bruno@clisp.org>
52023
52024         * lib/vasnprintf.c (alloca): Remove fallback definition.
52025         (freea): Remove definition.
52026         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
52027         Reported by Paul Eggert.
52028
52029 2003-11-16  Paul Eggert  <eggert@twinsun.com>
52030             Bruno Haible  <bruno@clisp.org>
52031
52032         Protect against address arithmetic overflow.
52033         * lib/printf-args.h: Include stddef.h.
52034         (arguments): Change type of field 'count' to size_t.
52035         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
52036         'unsigned int' where appropriate.
52037         * lib/printf-parse.h: Include sys/types.h.
52038         (char_directive): Change type of *arg_index fields to ssize_t.
52039         (char_directives): Change type of fields 'count', max_*_length to
52040         size_t.
52041         * lib/printf-parse.c: Include sys/types.h and xsize.h.
52042         (SSIZE_MAX): Define fallback value.
52043         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
52044         instead of 'int' where appropriate. Check a_allocated, d_allocated
52045         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
52046         * lib/vasnprintf.c: Include xsize.h.
52047         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
52048         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
52049         overflow. Avoid wraparound when converting a width or precision from
52050         decimal to binary.
52051
52052 2003-11-16  Bruno Haible  <bruno@clisp.org>
52053
52054         Update from GNU gettext.
52055         * lib/printf-parse.c: Generalize to it can be compiled for wide
52056         strings.
52057         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
52058         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
52059         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
52060         SNPRINTF): New macros.
52061         Don't include <alloca.h> if the file is used inside libintl.
52062         (local_wcslen): New function, for Solaris 2.5.1.
52063         (VASNPRINTF): Use it instead of wcslen.
52064
52065 2003-11-16  Bruno Haible  <bruno@clisp.org>
52066
52067         * lib/xsize.h (xmax): New function.
52068         (xsum, xsum3, xsum4): Declare as "pure" functions.
52069
52070 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52071
52072         * modules/xalloc (Files): Undo latest change, since xalloc.h
52073         no longer needs SIZE_MAX or PTRDIFF_MAX.
52074
52075 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52076
52077         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
52078         gl_PTRDIFF_MAX.
52079
52080 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52081
52082         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
52083         "return", to pacify some unknown compiler.  Problem reported
52084         by Joerg Schilling.
52085
52086 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52087
52088         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
52089         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
52090         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
52091         heuristic is just as accurate as far as we know, and it removes a
52092         dependency on size_max.m4 and ptrdiff_max.m4.
52093
52094 2003-11-11  Bruno Haible  <bruno@clisp.org>
52095
52096         * modules/xsize (Files): Add m4/size_max.m4.
52097         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
52098
52099 2003-11-11  Bruno Haible  <bruno@clisp.org>
52100
52101         * m4/size_max.m4: New file.
52102         * m4/ptrdiff_max.m4: New file.
52103         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
52104         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
52105         (gl_XALLOC): Invoke it.
52106
52107 2003-11-11  Bruno Haible  <bruno@clisp.org>
52108
52109         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
52110         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
52111         defined.
52112
52113 2003-11-10  Paul Eggert  <eggert@twinsun.com>
52114
52115         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
52116         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
52117         rejected some allocations of exactly SIZE_MAX - 2 bytes.
52118         From Bruno Haible.
52119         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
52120         not (size_t) -1, since it's defined here.
52121
52122 2003-11-09  Karl Berry  <karl@gnu.org>
52123
52124         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
52125
52126 2003-11-06  Paul Eggert  <eggert@twinsun.com>
52127
52128         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
52129         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
52130         Reject sizes of exactly SIZE_MAX bytes.
52131         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
52132         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
52133
52134 2003-11-05  Bruno Haible  <bruno@clisp.org>
52135
52136         * lib/xsize.h: Include limits.h, to avoid a possible collision with
52137         SIZE_MAX defined in <limits.h> on Solaris.
52138
52139 2003-11-04  Jim Meyering  <jim@meyering.net>
52140
52141         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
52142         variable names, rather than @VAR@.
52143         * modules/poll: Likewise.
52144
52145 2003-11-04  Bruno Haible  <bruno@clisp.org>
52146
52147         * modules/xsize: New file.
52148         * modules/linebreak: Depend on xsize.
52149         * MODULES.html.sh (func_all_modules): Add xsize.
52150
52151 2003-11-04  Bruno Haible  <bruno@clisp.org>
52152
52153         * m4/xsize.m4: New file.
52154
52155 2003-11-04  Bruno Haible  <bruno@clisp.org>
52156
52157         * lib/xsize.h: New file.
52158         * lib/linebreak.c: Include xsize.h.
52159         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
52160         argument for overflow.
52161         Suggested by Paul Eggert.
52162
52163 2003-11-03  Karl Berry  <karl@gnu.org>
52164
52165         * config/config.{guess,sub}: update from config.
52166
52167 2003-11-03  Jim Meyering  <jim@meyering.net>
52168
52169         * modules/userspec (lib_SOURCES): Add userspec.h.
52170         (Include): Add "userspec.h".
52171         Improve description.
52172
52173 2003-11-03  Jim Meyering  <jim@meyering.net>
52174
52175         * lib/userspec.c: Include "userspec.h".
52176         * lib/userspec.h: New file.
52177
52178 2003-11-03  Bruno Haible  <bruno@clisp.org>
52179
52180         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
52181
52182 2003-11-03  Bruno Haible  <bruno@clisp.org>
52183
52184         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
52185         available, to avoid (extremely rare) race condition.
52186         Suggested by Paul Eggert.
52187
52188 2003-11-02  Karl Berry  <karl@gnu.org>
52189
52190         * config/srclist.txt (vasprintf.c): sync broken, sigh.
52191
52192 2003-10-31  Paul Eggert  <eggert@twinsun.com>
52193
52194         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
52195         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
52196         (read_filesystem_list): Set and use me_type_malloced.
52197         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
52198         whatever the type happens to be), for brevity and consistency.
52199         Check for size calculation overflow on Alphas running OSF/1.
52200
52201 2003-10-31  Jim Meyering  <jim@meyering.net>
52202
52203         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
52204
52205         * lib/linebuffer.c: Include <string.h> for declaration of memset.
52206
52207 2003-10-30  Paul Eggert  <eggert@twinsun.com>
52208             Bruno Haible  <bruno@clisp.org>
52209
52210         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
52211         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
52212
52213 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
52214
52215         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
52216         netbsd*-gnu*.  Suggested by Robert Millan.
52217
52218 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52219
52220         * modules/group-member: Depend on stdbool.
52221
52222 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52223
52224         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
52225
52226 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52227
52228         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
52229         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
52230         after the 'gnu' in these cases.  This fixes some bugs in the
52231         previous change, and is based on suggestions by Robert Millan.
52232
52233 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52234
52235         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
52236         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
52237         no longer needed.
52238         * lib/quotearg.c (quotearg_n_options): Use it.
52239         * lib/group-member.c: Include <stdbool.h>.
52240         (free_group_info): Arg is now const *; don't free arg.
52241         (get_group_info): Now returns bool and accepts struct group_info *,
52242         rather than returning a malloc'ed struct group_info *.
52243         All uses changed.  Check for overflow in internal size calculation.
52244
52245         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
52246         rather than xmalloc/xrealloc.
52247         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
52248         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
52249         conformance bug: the old code used a pointer after freeing the
52250         storage that it addressed.
52251         * lib/hash.c (hash_initialize): Simplify the code by using
52252         xalloc_oversized rather than doing it by hand.
52253         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
52254         the buffer preserved.  Use free and xmalloc instead.
52255         * lib/quotearg.c (quotearg_n_options): Likewise.
52256         Use a simpler test for size overflow.  Don't use xalloc_oversized
52257         because unsigned int might be wider than size_t (!); this suggests
52258         that we should switch from unsigned int to size_t for slot numbers.
52259
52260 2003-10-28  Paul Eggert  <eggert@twinsun.com>
52261
52262         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
52263         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
52264         NetBSD kernels.  Requested by Richard Stallman.
52265
52266 2003-10-27  Paul Eggert  <eggert@twinsun.com>
52267
52268         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
52269         to allocate the returned structure.  Do not allocate a subarray,
52270         as x2nrealloc will do that.
52271         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
52272         instead of xnrealloc.
52273         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
52274
52275 2003-10-27  Bruno Haible  <bruno@clisp.org>
52276
52277         * lib/stdbool_.h: Better support for BeOS.
52278
52279 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52280
52281         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
52282         now uses inline.
52283
52284 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52285
52286         * lib/xalloc.h (xalloc_oversized): New static inline function, for
52287         callers that want to do their own size-overflow checking.  Include
52288         <stdbool.h>, since xalloc_oversized returns bool.
52289         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
52290         to use xalloc_oversized.
52291
52292         Add two functions x2realloc, x2nrealloc, for programs that grow
52293         arrays dynamically by doubling their sizes.
52294         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
52295         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
52296         New functions.
52297
52298         Port to C99 semantics for 'inline' of external functions.
52299         Bug reported by Bruno Haible.
52300         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
52301         with the old contents of xnmalloc.
52302         (xnmalloc, xmalloc): Use it.
52303         (xnrealloc_inline): New static inline function,
52304         with the old contents of xnrealloc.
52305         (xnrealloc, xrealloc): Use it.
52306
52307         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
52308         that.
52309
52310 2003-10-26  Karl Berry  <karl@gnu.org>
52311
52312         * config/srclist.txt (COPYING.DOC): no longer available from
52313         /gd/gnuorg; don't know where the ultimate source is.
52314
52315 2003-10-25  Paul Eggert  <eggert@twinsun.com>
52316
52317         Fix several address-calculation bugs in the hash modules,
52318         plus some minor code cleanup.
52319
52320         * lib/hash.h: Include <stdbool.h>, for bool.
52321         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
52322         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
52323         hash_get_n_entries, hash_get_max_bucket_length,
52324         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
52325         hash_rehash): Use size_t rather than unsigned.
52326         * lib/hash.c (struct hash_table, hash_get_n_buckets,
52327         hash_get_n_buckets_used, hash_get_n_entries,
52328         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
52329         hash_get_entries, hash_do_for_each, hash_string, is_prime,
52330         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
52331         Likewise.
52332         (SIZE_MAX): Define if not defined.
52333         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
52334         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
52335         hash_print):
52336         Use const * when possible.
52337         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
52338         (check_tuning): Fix bug: if tuning parameters were very close to
52339         0 or 1, rounding errors could have caused subscript violations.
52340         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
52341         (hash_initialize): Add 'fail:' label
52342         to free table and return NULL, and use it to simplify code.
52343         Use calloc rather than clearing the storage ourself.
52344         (hash_initialize, hash_rehash): Check for arithmetic overflow in
52345         buffer size calculations.
52346         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
52347         Include <stddef.h>, for size_t.
52348         * lib/hash-pjw.c (hash_pjw): Likewise.
52349         Switch to method described by Bruno Haible.
52350         Include <limits.h>, for CHAR_BIT.
52351         (SIZE_BITS): New macro.
52352
52353 2003-10-23  Paul Eggert  <eggert@twinsun.com>
52354
52355         * m4/getline.m4 (AM_FUNC_GETLINE):
52356         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
52357         hosts.  Problem reported by Derek Robert Price in
52358         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
52359         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
52360         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
52361
52362 2003-10-21  Paul Eggert  <eggert@twinsun.com>
52363
52364         * lib/getndelim2.c (getndelim2): When size calculation overflows,
52365         ceiling the allocation at NMAX bytes rather than silently
52366         discarding input bytes before NMAX is reached.  This makes
52367         a difference only if NMAX exceeds SIZE_MAX / 2.
52368
52369         * lib/obstack.c: Merge from glibc.
52370         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
52371         Add libc_hidden_def (_obstack_newchunk).
52372         (_obstack_free) [! defined _LIBC]: Remove.
52373         [defined _LIBC]: Make a strong alias from obstack_free, rather than
52374         a clone of the function body.
52375         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
52376         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
52377
52378         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
52379         glibc.
52380         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
52381         arg to memcpy.
52382
52383         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
52384         (obstack_ptr_grow_fast, obstack_int_grow_fast):
52385         Don't use lvalue casts, as GCC plans to remove support for them
52386         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
52387         was also present in the non-GCC version, indicating that this
52388         code had always been buggy and had never been widely used.
52389         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
52390         Use the fast variant of each macro, rather than copying the
52391         definiens of the fast variant; that way, we'll be more likely to
52392         catch future bugs in the fast variants.
52393
52394 2003-10-20  Bruno Haible  <bruno@clisp.org>
52395
52396         * modules/wait-process: New file.
52397         * MODULES.html.sh (func_all_modules): Add wait-process.
52398
52399 2003-10-20  Bruno Haible  <bruno@clisp.org>
52400
52401         * m4/wait-process.m4: New file.
52402
52403 2003-10-20  Bruno Haible  <bruno@clisp.org>
52404
52405         * lib/wait-process.h: New file, from GNU gettext.
52406         * lib/wait-process.c: New file, from GNU gettext.
52407
52408 2003-10-19  Jim Meyering  <jim@meyering.net>
52409
52410         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
52411         HPUX 10.20.
52412
52413 2003-10-18  Karl Berry  <karl@gnu.org>
52414
52415         * config/config.guess: update from config.
52416
52417 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52418
52419         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
52420         (getgroups): First arg is int, not size_t.
52421         Don't let 'free' mangle errno.
52422
52423 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52424
52425         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
52426
52427 2003-10-16  Karl Berry  <karl@gnu.org>
52428
52429         * config/config.{guess,sub}: update from config.
52430
52431 2003-10-16  Jim Meyering  <jim@meyering.net>
52432
52433         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
52434         memcpy.
52435
52436 2003-10-15  Paul Eggert  <eggert@twinsun.com>
52437
52438         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
52439         (SIZE_MAX): Remove.
52440         (new_exclude, add_exclude_file): Initial size no longer needs to
52441         be a power of 2.
52442         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
52443         our own address arithmetic overflow checking.
52444
52445         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
52446         (fnmatch): Do not alloca more than 2000 wide characters;
52447         instead, use malloc for large buffers.
52448         Check for address arithmetic overflow, and return -1
52449         with errno set to ENOMEM in that case.
52450         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
52451         (NEW_PATTERN): Do not alloca more than 8000 bytes;
52452         instead, return -1.  Check for address arithmetic overflow.
52453
52454 2003-10-14  Paul Eggert  <eggert@twinsun.com>
52455
52456         Handle invalid suffixes and overflow independently, so that
52457         callers can treat them independently as needed.  Fix some bugs in
52458         suffix handling, e.g., "100k@" was not diagnosed as an invalid
52459         suffix for a human-readable blocksize.  The major caller-visible
52460         change is the addition of a new
52461         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
52462         that both overflow and suffix chars were found.
52463
52464         * lib/human.c (humblock): Don't check separately for invalid suffix
52465         char; that is xstrtoumax's job (now that its bug is fixed).
52466         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
52467         INTMAX_MAX]: New macros.
52468         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
52469         TYPE_MAXIMUM): New macros.
52470         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
52471         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
52472         if overflow occurs, as it's what __strtol does and it's more useful
52473         in practice.
52474         (__xstrtol): If __strtol reports some error other than ERANGE,
52475         reflect it to the caller as LONGINT_INVALID.  If it reports
52476         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
52477         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
52478         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
52479         value.
52480         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
52481         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
52482         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
52483         [defined UINTMAX_MAX]: New macros.
52484
52485 2003-10-14  Bruno Haible  <bruno@clisp.org>
52486
52487         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
52488
52489 2003-10-14  Bruno Haible  <bruno@clisp.org>
52490
52491         * m4/sig_atomic_t: New file, from GNU gettext.
52492         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
52493
52494 2003-10-14  Bruno Haible  <bruno@clisp.org>
52495
52496         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
52497         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
52498         Also use volatile where needed.
52499
52500 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52501
52502         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
52503         Change maintainer from Bruno Haible to 'all'.
52504
52505 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52506
52507         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
52508
52509 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52510
52511         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
52512         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
52513         and define in terms of the other primitives.
52514         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
52515         (SIZE_MAX): Define if not already defined.
52516         (array_size_overflow): New function.
52517         (xalloc_die): Abort instead of exiting if 'error' returns.
52518         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
52519         (xmalloc, xrealloc): Use them.
52520         (xcalloc): Check for address arithmetic overflow.
52521         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
52522         a bit faster than strcpy.
52523
52524 2003-10-10  Simon Josefsson  <jas@extundo.com>
52525
52526         * modules/argp (Depends-on): Add restrict and strcase.
52527
52528 2003-10-10  Simon Josefsson  <jas@extundo.com>
52529
52530         * m4/argp.m4: Add AC_C_INLINE.
52531
52532 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52533
52534         Merge getpass from libc, plus a few fixes.
52535
52536         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
52537         Include <stdbool.h>.
52538         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
52539         __fsetlocking to empty.
52540         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
52541         do include <bits/libc-lock.h>.
52542         Do not include <fcntl.h>; not needed.
52543         [_LIBC]: Include <wchar.h>.
52544         (NOTCANCEL_MODE): New macro.
52545         (flockfile, funlockfile) [_LIBC]: New macros.
52546         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
52547         [!_LIBC]: New macros.
52548         (call_fclose): New function.
52549         (getpass): Use it.  Save tty stream separately; this simplifies the
52550         code and makes it more reliable if stdin happens to equal stdout.
52551         Invoke __fsetlocking on tty.
52552         Handle thread cancellation if needed.
52553         Namespace cleanup (use __tcgetattr, __getline).
52554         Use bool for Booleans.
52555         [USE_IN_LIBIO]: Handle wide streams.
52556         [!_LIBC]: Unconditionally do the fseek, since we don't know what
52557         stream might go where.
52558
52559         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
52560         doesn't have to include <stdio.h> before us.
52561         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
52562         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
52563         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
52564         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
52565         if not declared, so that we can use getpass.c code from libc without
52566         rewriting it.
52567         (flockfile, ftrylockfile, funlockfile): New macros.
52568
52569 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52570
52571         * modules/getpass: Depend on stdbool.
52572
52573 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52574
52575         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
52576
52577 2003-10-07  Karl Berry  <karl@gnu.org>
52578
52579         * config/config.{guess,sub}: update from config.
52580
52581 2003-10-06  Jim Meyering  <jim@meyering.net>
52582             Bruno Haible  <bruno@clisp.org>
52583
52584         This lets translators provide better translations for the
52585         "Written by ..." part of --version output.
52586         * lib/version-etc.h: Include stdarg.h.
52587         (version_etc_copyright): Declare as readonly.
52588         (version_etc): Make this function variadic with a NULL-terminated list
52589         of author name strings.
52590         (version_etc_va): New declaration.
52591         * lib/version-etc.c: Include stdarg.h, stdlib.h.
52592         (version_etc_copyright): Declare as readonly.
52593         (version_etc_va): New function. Provide a different translatable string
52594         for each possible number of authors < 10. Abbreviate when there are 10
52595         authors or more.
52596         (version_etc): Make this function variadic. Call version_etc_va.
52597         Suggestion from Gary V. Vaughan.
52598
52599         * lib/long-options.h (parse_long_options): Change prototype: the
52600         authors string is moved to the end and becomes variadic.
52601         * lib/long-options.c: Include stdarg.h.
52602         (parse_long_options): Make this function variadic, too.
52603         Call version_etc_va, not version_etc.
52604
52605 2003-10-06  Bruno Haible  <bruno@clisp.org>
52606
52607         * modules/version-etc-2: Remove file.
52608         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
52609
52610 2003-10-06  Bruno Haible  <bruno@clisp.org>
52611
52612         * modules/fatal-signal: New file.
52613         * MODULES.html.sh (func_all_modules): Add fatal-signal.
52614
52615 2003-10-06  Bruno Haible  <bruno@clisp.org>
52616
52617         * m4/fatal-signal.m4: New file.
52618         * m4/signalblocking.m4: New file, from GNU gettext.
52619
52620 2003-10-06  Bruno Haible  <bruno@clisp.org>
52621
52622         * lib/version-etc-2.h: Remove file.
52623         * lib/version-etc-2.c: Remove file.
52624
52625 2003-10-06  Bruno Haible  <bruno@clisp.org>
52626
52627         * lib/fatal-signal.h: New file, from GNU gettext.
52628         * lib/fatal-signal.c: New file, from GNU gettext.
52629
52630 2003-10-05  Paul Eggert  <eggert@twinsun.com>
52631
52632         * README: Rework advice for preventing empty .o files.
52633         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
52634         not <sys/types.h>.
52635
52636 2003-10-04  Karl Berry  <karl@gnu.org>
52637
52638         * lib/argp*: update from libc.
52639
52640 2003-10-04  Karl Berry  <karl@gnu.org>
52641
52642         * config/config.{guess,sub}: update from config.
52643
52644 2003-10-02  Bruno Haible  <bruno@clisp.org>
52645
52646         * modules/lchown (Include): Add lchown.h.
52647         * modules/time_r (Include): Use "..." syntax.
52648         * modules/xgetdomainname (Include): Add xgetdomainname.h.
52649
52650 2003-10-01  Simon Josefsson  <jas@extundo.com>
52651
52652         * MODULES.html.sh (func_all_modules): Move gethostname from section
52653         'based on' to section 'lacking' POSIX:2001.
52654
52655 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
52656
52657         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
52658         to output mode on the same stream.
52659
52660 2003-09-29  Paul Eggert  <eggert@twinsun.com>
52661
52662         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
52663         Fix arg typo in previous patch.
52664
52665 2003-09-28  Jim Meyering  <jim@meyering.net>
52666
52667         * lib/error.c: Correct cpp indentation.
52668
52669 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52670
52671         * modules/free: New file.
52672
52673 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52674
52675         * m4/free.m4: New file.
52676
52677 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52678
52679         * lib/minmax.h (MIN, MAX)
52680         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
52681         Omit the special code that used __typeof__, since we worry that
52682         it could be more trouble than it's worth.  See:
52683         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
52684         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
52685
52686         * lib/free.c: New file.
52687
52688 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
52689
52690         Trivial fixes to Makefile.am parts of module listings.
52691         * modules/strstr: Append strstr.h to lib_SOURCES.
52692         * modules/strcase: Likewise, for strcase.h.
52693
52694 2003-09-27  Karl Berry  <karl@gnu.org>
52695
52696         * config/mkinstalldirs: update from automake.
52697
52698 2003-09-26  Paul Eggert  <eggert@twinsun.com>
52699
52700         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
52701         (error_tail): Do not loop, reallocating temporary buffer, since
52702         the output cannot contain more wide characters than the input
52703         contains bytes, the size must be big enough already.  This avoids
52704         one potential size overflow calculation.  Check for size overflow
52705         when calculating temporary buffer size.  Free temporary buffer
52706         when done, if it was allocated with malloc; this plugs a memory
52707         leak.  Remove casts from void * to pointers, that are no longer
52708         needed now that we're assuming C89 or better.
52709
52710         Merge error changes from glibc.
52711
52712         * lib/error.c, error.h: Update copyright notice header to match glibc.
52713         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
52714         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
52715         Disable cancellation while printing error.
52716         * lib/error.h: Prepend __ to parameter names.
52717
52718 2003-09-26  Jim Meyering  <jim@meyering.net>
52719
52720         * lib/error.c (error_tail): Move some declarations
52721         into inner scope where the local variables are used.
52722
52723 2003-09-26  Bruno Haible  <bruno@clisp.org>
52724
52725         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
52726         stpncpy().
52727         Don't define stpncpy through config.h; it's now done through stpncpy.h.
52728
52729 2003-09-26  Bruno Haible  <bruno@clisp.org>
52730
52731         * lib/stpncpy.h (gnu_stpncpy): New declaration.
52732         (stpncpy): Define as alias for gnu_stpncpy.
52733         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
52734
52735 2003-09-25  Simon Josefsson  <jas@extundo.com>
52736
52737         * lib/xgetdomainname.h: New file.
52738         * lib/xgetdomainname.c: New file.
52739
52740 2003-09-25  Simon Josefsson  <jas@extundo.com>
52741             Bruno Haible  <bruno@clisp.org>
52742
52743         * modules/getdomainname: New file.
52744         * modules/xgetdomainname: New file.
52745         * MODULES.html.sh (func_all_modules): Add getdomainname,
52746         xgetdomainname.
52747
52748 2003-09-25  Simon Josefsson  <jas@extundo.com>
52749             Bruno Haible  <bruno@clisp.org>
52750
52751         * m4/getdomainname.m4: New file.
52752
52753 2003-09-25  Simon Josefsson  <jas@extundo.com>
52754             Bruno Haible  <bruno@clisp.org>
52755
52756         * lib/getdomainname.h: New file.
52757         * lib/getdomainname.c: New file.
52758
52759 2003-09-25  Karl Berry  <karl@gnu.org>
52760
52761         * lib/argp-fmtstream.c, argp-help.c: update from libc.
52762
52763 2003-09-25  Karl Berry  <karl@gnu.org>
52764
52765         * config/install-sh: update from automake.
52766
52767 2003-09-25  Bruno Haible  <bruno@clisp.org>
52768
52769         * modules/version-etc-2: New file, from modules/version-etc with
52770         modifications.
52771         * MODULES.html.sh (func_all_modules): Add version-etc-2.
52772
52773 2003-09-25  Bruno Haible  <bruno@clisp.org>
52774
52775         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
52776         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
52777
52778 2003-09-24  Simon Josefsson  <jas@extundo.com>
52779
52780         * modules/xgethostname: Add xgethostname.h.
52781
52782 2003-09-24  Paul Eggert  <eggert@twinsun.com>
52783
52784         * lib/linebuffer.c (freebuffer): Don't free the argument, just
52785         the buffer associated with the argument.  Bug reported by
52786         Simon Josefsson.
52787
52788 2003-09-24  Paul Eggert  <eggert@twinsun.com>
52789
52790         * README: Document assumptions that 'int' is at least 32 bits
52791         wide, that integer arithmetic is 2's complement without overflow,
52792         that there are no holes in integer values, that adding sizes of
52793         two nonoverlapping objects can't overflow, and that all-bits-zero
52794         yields scalar zero.  Fix spelling and capitalization typos.
52795
52796 2003-09-19  Karl Berry  <karl@gnu.org>
52797
52798         * lib/argp.h: update from libc.
52799
52800 2003-09-17  Paul Eggert  <eggert@twinsun.com>
52801
52802         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
52803         to avoid spurious warnings like "AC_RUN_IFELSE was called before
52804         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
52805
52806 2003-09-17  Paul Eggert  <eggert@twinsun.com>
52807
52808         * gnulib-tool: Use "test -h", not "test -L", for portability
52809         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
52810         (tags_regexp): Remove, since \| doesn't conform to POSIX.
52811         (sed_extract_prog): Issue s commands one-by-one, rather than
52812         using \| in one s command.
52813
52814 2003-09-16  Paul Eggert  <eggert@twinsun.com>
52815
52816         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
52817         input error, instead of returning NULL the next time we are called
52818         (and therefore losing track of errno).
52819
52820 2003-09-16  Bruno Haible  <bruno@clisp.org>
52821
52822         * gnulib-tool (func_create_testdir): Warn about duplicated
52823         dependencies.
52824
52825 2003-09-15  Paul Eggert  <eggert@twinsun.com>
52826
52827         * modules/argmatch, modules/fatal, modules/obstack,
52828         modules/xalloc, modules/xgethostname: Sort dependencies by
52829         importance, not alphabetically.
52830
52831 2003-09-15  Paul Eggert  <eggert@twinsun.com>
52832
52833         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
52834         fails, so that the caller gets the proper errno.
52835
52836         * lib/readutmp.c (read_utmp): Likewise.
52837         Check for fstat error.  Close stream and free storage
52838         when failing.
52839
52840 2003-09-14  Karl Berry  <karl@gnu.org>
52841
52842         * config/srclist.txt (strdup.c): disable for c89 changes.
52843
52844 2003-09-14  Jim Meyering  <jim@meyering.net>
52845
52846         * lib/getloadavg.c: Correct cpp indentation.
52847         * lib/strdup.c: Likewise.
52848         * lib/vasnprintf.c: Likewise.
52849
52850 2003-09-14  Bruno Haible  <bruno@clisp.org>
52851
52852         * modules/fwriteerror: New file.
52853         * MODULES.html.sh (func_all_modules): Add fwriteerror.
52854
52855 2003-09-14  Bruno Haible  <bruno@clisp.org>
52856
52857         * lib/fwriteerror.h: New file.
52858         * lib/fwriteerror.c: New file.
52859
52860 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52861
52862         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
52863         modules/xgethostname, modules/xalloc: Depend on exit.
52864
52865 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52866
52867         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
52868
52869         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
52870         and AC_MINIX, too, so that their extensions are available.
52871
52872         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
52873         This macro has been superseded by gl_BACKUPFILE.
52874
52875         More patches to assume C89 or better.
52876
52877         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
52878
52879         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
52880         unconditionally.
52881         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
52882         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
52883         Include <string.h>, <stdlib.h> unconditionally.
52884         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
52885         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
52886         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
52887         headers or for string.h.
52888         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
52889         or strtoul.
52890
52891         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
52892         headers.
52893         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
52894         * m4/userspec.m4 (gl_USERSPEC): Likewise.
52895         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
52896         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
52897         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
52898         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
52899         memcpy, memset.
52900         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
52901         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
52902         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
52903         strtol.
52904         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
52905         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
52906         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
52907         strtoul.
52908
52909 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52910
52911         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
52912         * lib/obstack.c [!defined _LIBC]: Likewise.
52913         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
52914         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
52915         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
52916
52917         More changes to assume C89 or better.
52918
52919         * lib/error.c (error_tail): Assume vprintf.
52920
52921         * lib/argmatch.c (getenv): Remove decl.
52922         * lib/progreloc.c (get_full_program_name): Define via prototype.
52923         * lib/setenv.c (clearenv): Likewise.
52924         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
52925         needed.
52926         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
52927         (malloc, memcpy): Remove decls.
52928         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
52929         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
52930         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
52931         (memcpy): Remove macro.
52932         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
52933         (__P): Remove.  All uses removed.
52934         (PTR): Remove.  All uses changed to void *.
52935         (CHAR_BIT, NULL): Remove.
52936         (spaces, zeros, memset_space, memset_zero)
52937         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
52938         Remove.
52939         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
52940         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
52941         Define with prototype.
52942         Remove now-unnecessary prototype decl.
52943         (extra_args_spec): Assume ANSI C.  All uses changed.
52944         (extra_args_spec_iso): Remove.
52945         (my_strftime, emacs_strftimeu): Define via prototype.
52946         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
52947         unconditionally.
52948         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
52949         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
52950         (strtoul, strtol): Remove decls.
52951         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
52952         LONG_MAX): Remove.
52953         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
52954         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
52955         (LOCALE_PARAM_PROTO): New macro.
52956         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
52957         (INTERNAL (strtol), strtol): Define with a prototype.
52958         (PARAMS): Remove.  All uses removed.
52959         * lib/tempname.c: Include <string.h> unconditionally.
52960         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
52961         * lib/xgethostname.c (main): Define with a prototype.
52962         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
52963         Include <stdlib.h> unconditionally.
52964         (calloc, malloc, realloc, free): Remove decls.
52965         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
52966         Include <stdlib.h> unconditionally.  Sort include file names.
52967         (strtod): Remove.
52968         (xstrtod): Define with a prototype.
52969         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
52970         (strtol, strtoul): Remove decls.
52971
52972 2003-09-11  Paul Eggert  <eggert@twinsun.com>
52973
52974         More patches to assume C89 or better.
52975         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
52976         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
52977         string.h, memchr, STDC_HEADERS.
52978
52979 2003-09-11  Paul Eggert  <eggert@twinsun.com>
52980
52981         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
52982         Include <stdlib.h>, <string.h> unconditionally.
52983         Remove now-unnecessary cast to char *.
52984         * lib/strnlen.c: Include <string.h> unconditionally.
52985         * lib/yesno.c (yesno): Define with a prototype.
52986
52987 2003-09-11  Bruno Haible  <bruno@clisp.org>
52988
52989         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
52990
52991 2003-09-10  Jim Meyering  <jim@meyering.net>
52992
52993         * lib/error.c: Correct indentation of cpp directives.
52994
52995 2003-09-10  Bruno Haible  <bruno@clisp.org>
52996
52997         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
52998         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
52999         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
53000         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
53001         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
53002         <stdlib.h> and <string.h> checks.
53003         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
53004         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
53005
53006 2003-09-10  Bruno Haible  <bruno@clisp.org>
53007
53008         * lib/strcspn.c: Include <string.h> unconditionally.
53009         * lib/strpbrk.c: Include <string.h> unconditionally.
53010         * lib/strstr.c: Include <string.h> unconditionally.
53011         * lib/unicodeio.c: Include <string.h> unconditionally.
53012         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
53013         * lib/unsetenv.c: Likewise.
53014         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
53015         * lib/yesno.c: Include <stdlib.h> unconditionally.
53016         (rpmatch): Add prototype.
53017
53018 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53019
53020         More patches to assume C89 or better.
53021         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
53022         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
53023         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
53024         or for string.h.
53025         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
53026         stdlib.h.
53027         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
53028         C headers.
53029         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
53030         string.h.
53031         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
53032         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
53033         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
53034         or for string.h.
53035         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
53036         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
53037         C headers.
53038         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
53039         memcpy.
53040         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
53041         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
53042         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
53043         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
53044         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
53045         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
53046         string.h, free.
53047         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
53048         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
53049         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
53050         C headers, or for string.h.
53051         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
53052         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
53053         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
53054         headers, memory.h, stdlib.h, string.h, strings.h.
53055         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
53056         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
53057         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
53058         strchr.
53059         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
53060         headers, memory.h, string.h.
53061         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
53062         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
53063         free.
53064         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
53065         headers.
53066         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
53067         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
53068         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
53069         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
53070         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
53071
53072 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53073
53074         More K&R removal.
53075
53076         * lib/acosl.c (main): Use a prototype.
53077         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
53078         tanl.c: Likewise.
53079
53080         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
53081
53082         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
53083         (getopt, etopt_long, getopt_long_only, _getopt_internal)
53084         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
53085         with a prototype.
53086         * lib/getopt.c (const): Remove macro.
53087         Include <string.h> unconditionally.
53088         (my_index): Remove; all uses changed to strchr.
53089         (strlen): Remove decl.
53090         (exchange): Remove forward decl; no longer needed.
53091         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
53092         Define with prototype.
53093         * lib/getopt1.c (const): Remove macro.
53094         (getopt_long, getopt_long_only, main): Define with prototype.
53095
53096         * lib/getugroups.c: Include <string.h> unconditionally.
53097
53098         * lib/getusershell.c: Include <stdlib.h> unconditionally.
53099         (getusershell, setusershell, endusershell, readname, main):
53100         Define with prototypes.
53101
53102         * lib/group-member.c: Include group-member.h first.
53103         Include <stdlib.h> unconditionally.
53104
53105         * lib/hard-locale.c: Include hard-locale.h first.
53106         Include <stdlib.h>, <string.h> unconditionally.
53107
53108         * lib/hash.c (free, malloc): Remove decls.
53109         Include <stdlib.h> unconditionally.
53110
53111         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
53112         (getenv): Do not declare.
53113
53114         * lib/idcache.c: Include <string.h> unconditionally.
53115
53116         * lib/long-options.c: Include long-options.h first, to test interface.
53117         Include <stdlib.h> unconditionally.
53118
53119         * lib/makepath.c: Include makepath.h first, to test interface.
53120         Include <stdlib.h> and <string.h> unconditionally.
53121
53122         * lib/linebuffer.c: Include <stdlib.h>.
53123         (free): Remove decl.
53124
53125         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
53126         stddef.h. rpl_malloc returns void *, not char *.
53127         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
53128         prototype.
53129
53130         * lib/md5.h: Include <limits.h> unconditionally.
53131         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
53132         (__P): Remove; all uses removed.
53133         * lib/md5.c: Include "md5.h" first.
53134         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
53135         md5_buffer, md5_process_bytes, md5_process_block):
53136         Define with prototypes.
53137         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
53138         * lib/sha.c: Include "sha.h" first.
53139         Include <stdlib.h>, <string.h> unconditionally.
53140
53141         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
53142         * lib/memcmp.c (__ptr_t): Likewise.
53143         * lib/memrchr.c (__ptr_t): Likewise.
53144         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
53145         Include <string.h> unconditionally.
53146         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
53147         * lib/memchr.c: Include <stdlib.h> unconditionally.
53148         * lib/memchr.c (LONG_MAX): Remove.
53149         * lib/memrchr.c (LONG_MAX): Likewise.
53150         * lib/memchr.c (__memchr): Define via a prototype.
53151         * lib/memrchr.c (__memrchr): Likewise.
53152         * lib/memcmp.c (__P): Remove, and remove all uses.
53153         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
53154         Remove forward decls; no longer needed.
53155         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
53156         Use types required by C89 in prototype.
53157
53158         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
53159         * lib/savedir.c: Likewise.
53160         * lib/mkdir.c (free): Remove decl.
53161         * lib/rmdir.c (rmdir): Define with a prototype.
53162         * lib/savedir.c: Include savedir.h first, to test interface.
53163
53164         * lib/mktime.c (STDC_HEADERS): Remove.
53165         Include <stdlib.h>, <string.h> unconditionally.
53166
53167         * lib/modechange.c: Include <stdlib.h> unconditionally.
53168         (malloc): Remove decl.
53169
53170         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
53171         (free): Remove decl.
53172
53173         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
53174         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
53175         (This type really should be intptr_t, but that's a C99ism.)
53176         (_obstack_memcpy): Remove: all uses changed to memcpy.
53177         Include <string.h> unconditionally.
53178         (struct obstack): Assume __STDC__ for types of members
53179         chunkfun, freefun, extra_arg.
53180         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
53181         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
53182         obstack_begin, obstack_specify_allocation,
53183         obstack_specify_allocation_with_arg, obstack_chunkfun,
53184         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
53185         Remove unprototyped decls and the macros that use them.
53186         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
53187         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
53188         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
53189         (defined __STDC__ && __STDC__)]:
53190         Remove nonprototyped code.
53191         Include <stdlib.h> unconditionally.
53192         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
53193         _obstack_allocated_p, _obstack_free, obstack_free,
53194         _obstack_memory_used, print_and_abort):
53195         Define using prototypes.
53196         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
53197         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
53198         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
53199         obstack_next_free, obstack_object_size, obstack_room) [0]:
53200         Remove unused, unprototyped code.
53201
53202         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
53203
53204         * lib/physmem.c (physmem_total, physmem_available, main): Define
53205         with prototypes.
53206
53207         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
53208         (main): Define with a prototype.
53209
53210         * lib/posixver.c (getenv): Remove decl.
53211
53212         * lib/putenv.c (malloc): Returns void *, not char *.
53213         Include <string.h> unconditionally.
53214         (strchr, memcpy, NULL): Do not define.
53215
53216         * lib/readtokens.c: Include readtokens.h first, to test interface.
53217         Include <stdlib.h>, <string.h> unconditionally.
53218         (init_tokenbuffer): Define with a prototype.
53219
53220         * lib/regex.c (PARAMS): Remove.  All uses removed.
53221         All uses of _RE_ARGS removed, too.
53222         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53223         unconditionally.
53224         (bzero): Assume memset exists.
53225         (memcmp, memcpy, NULL): Remove.
53226         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
53227         char, or assignments to local vars of type signed char.
53228         (init_syntax_once, PREFIX(extract_number_and_incr),
53229         PREFIX(print_partial_compiled_pattern),
53230         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
53231         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
53232         PREFIX(regex_grow_registers), PREFIX(regex_compile),
53233         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
53234         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
53235         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
53236         wcs_compile_range, byte_compile_range, truncate_wchar,
53237         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
53238         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
53239         count_mbs_length, wcs_re_match_2_internal,
53240         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
53241         PREFIX(alt_match_null_string_p),
53242         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
53243         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
53244         regfree, PREFIX(extract_number)): Define with prototype.  Remove
53245         now-unnecessary declaration, if any.
53246         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
53247         regcomp, regexec):
53248         Remove now-unnecessary casts among pointer types.
53249         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
53250
53251         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
53252         (free): Remove decl.
53253
53254         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
53255
53256         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
53257         (free): Remove decl.
53258
53259         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
53260         * lib/xgetcwd.c: Likewise.
53261
53262         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
53263         (free): Remove decl.
53264
53265         * lib/strchrnul.c (strchrnul): Define with a prototype.
53266         Fix bug: c_in was not converted to char before searching.
53267
53268         The following changes are not K&R related:
53269
53270         * lib/group-member.h: Include <sys/types.h>, so that this file is
53271         self-contained.
53272         * lib/makepath.h: Likewise.
53273
53274         * lib/getusershell.c (readname, default_index, line_size, readname):
53275         Use size_t, not int, for sizes.
53276         (readname): If the size overflows, report an error instead of
53277         looping forever.
53278
53279 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53280
53281         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
53282         libc.
53283
53284 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53285
53286         * README: New section: portability guidelines.
53287
53288 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53289
53290         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
53291         C89 spec.
53292
53293 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53294
53295         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
53296
53297 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53298
53299         Assume C89 or better; remove K&R cruft.
53300         A few of these changes were first proposed by Derek Robert Price
53301         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
53302
53303         * lib/addext.c: Include <string.h> unconditionally.
53304         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
53305         Don't declare getenv or malloc.
53306
53307         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
53308         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
53309         (NULL): Remove.
53310         (find_stack_direction, alloca): Use prototypes.
53311
53312         * lib/atexit.c (atexit): Define using a prototype.
53313
53314         * lib/basename.c, dirname.c, stripslash.c:
53315         Include <string.h> unconditionally.
53316
53317         * lib/bcopy.c: Include <stddef.h>.
53318         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
53319
53320         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
53321
53322         * lib/error.h (error, error_at_line, error_print_progname)
53323         [! (defined (__STDC__) && __STDC__)]: Remove decls.
53324         * lib/error.c: Include error.h first, to check interface.
53325         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53326         (VA_START): Remove; all uses changeed to va_start.
53327         (exit, strerror): Remove decls.
53328         (error_print_progname): Prototype uncondionally.
53329         Don't include <errno.h>; no longer needed.
53330         (private_strerror): Remove.
53331         (error_tail): Always define.
53332         (error, error_at_line): Assume C89 or better; always use prototypes.
53333         * lib/fatal.c: Include "fatal.h" first, to test interface.
53334         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53335         (VA_START): Remove; all uses changed to va_start.
53336         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
53337         this case.
53338         (exit): Remove decl.
53339         (fatal): Prototype unconditionally.  Assume va_start works.
53340         Abort at end, to pacify gcc.
53341
53342         * lib/euidaccess.c (main): Define with a prototype.
53343
53344         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
53345
53346         * lib/exitfail.c: Include <stdlib.h> unconditionally.
53347
53348         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
53349         prototypes.
53350         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
53351         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
53352         (getenv): Remove decl.
53353         (fnmatch): Define using a prototype.
53354         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
53355         (FCT): Define using a prototype.
53356
53357         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
53358
53359         * lib/gethostname.c: Include <stddef.h>.
53360         (gethostname): Define with prototype.  Length is size_t, not int.
53361
53362 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53363
53364         Assume C89 or better; remove K&R cruft.
53365         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
53366         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
53367         string.h, getenv, malloc.
53368         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
53369         headers.
53370         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
53371         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
53372         do not check for strerror.
53373         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
53374         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
53375         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
53376         do not check for doprnt or vprintf.
53377         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
53378         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
53379
53380 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53381
53382         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
53383         getversion.c should have been removed then, but was accidentally
53384         preserved.
53385
53386         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
53387         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
53388
53389 2003-09-08  Karl Berry  <karl@gnu.org>
53390
53391         * config/config.sub, config.guess, srclistvars.sh: update from savannah
53392                 config, forget about prep.
53393
53394         * config/depcomp, missing: update from automake.
53395
53396 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53397
53398         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
53399         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53400
53401 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53402
53403         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
53404         copy_tm_result.  Bug reported by Simon Josefsson in
53405         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53406
53407 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53408
53409         * m4/time_r.m4: New file.
53410         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
53411         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
53412         is. Check for timegm declaration.
53413         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
53414         Do not check for gmtime_r.
53415         Replace mktime if __mktime_internal does not exist and if mktime
53416         hasn't been replaced already.
53417
53418 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53419
53420         * lib/time_r.c, lib/time_r.h: New files.
53421
53422         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
53423         __localtime_r.
53424         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
53425         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
53426
53427         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
53428         __gmtime_r.
53429         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
53430         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
53431         Include <time_r.h>.
53432
53433         * lib/timegm.c: Switch to glibc implementation, with the following
53434         changes:
53435         [defined HAVE_CONFIG_H]: Include <config.h>.
53436         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
53437         (__mktime_internal) [!defined _LIBC]: New decl.
53438         (__gmtime_r) [!defined _LIBC]: New macro and function.
53439         (timegm): Use a prototype, since gnulib assumes C89.
53440         Do not bother declaring tmp to be const, as it's not really usefu.
53441         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
53442         (timegm): Declare only if HAVE_DECL_TIMEGM.
53443
53444 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53445
53446         * MODULES.html.sh (func_all_modules): Add time_r.
53447         * modules/time_r: New file.
53448         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
53449         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
53450
53451 2003-09-03  Paul Eggert  <eggert@twinsun.com>
53452
53453         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
53454         Bug reported by Lute Kamstra in
53455         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
53456
53457         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
53458         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
53459         course with correspondingly smaller numbers for tomorrow and
53460         yesterday.  From Tadayoshi Funaba.  Originally installed into
53461         sh-utils on 1999-08-07, but the patch got lost (I guess during the
53462         coreutils merge?).
53463
53464 2003-08-31  Simon Josefsson  <jas@extundo.com>
53465
53466         * modules/timegm: New file.
53467         * MODULES.html.sh (func_all_modules): Add timegm.
53468
53469 2003-08-31  Simon Josefsson  <jas@extundo.com>
53470
53471         * m4/timegm.m4: New file.
53472
53473 2003-08-31  Simon Josefsson  <jas@extundo.com>
53474
53475         * lib/timegm.h: New file.
53476         * lib/timegm.c: New file.  Based on
53477         wget-1.8.2/src/http.c:mktime_from_utc.
53478
53479 2003-08-31  Karl Berry  <karl@gnu.org>
53480
53481         * lib/argp.h: update from libc.
53482
53483 2003-08-28  Bruno Haible  <bruno@clisp.org>
53484
53485         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
53486         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
53487         followed by '#define fnmatch fnmatch_posix' gives an error.
53488
53489 2003-08-28  Bruno Haible  <bruno@clisp.org>
53490
53491         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
53492         warning on QNX, which defines O_BINARY to 000000.
53493
53494 2003-08-27  Jim Meyering  <jim@meyering.net>
53495
53496         * m4/mkstemp.m4: Require that the system mkstemp be able to create
53497         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
53498         would fail after 32.  Reported by Danny Levinson.  Details here:
53499         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
53500
53501 2003-08-24  Bruno Haible  <bruno@clisp.org>
53502
53503         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
53504         MSVC7 <stdio.h> is included later.
53505
53506 2003-08-22  Simon Josefsson  <jas@extundo.com>
53507
53508         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
53509
53510 2003-08-20  Karl Berry  <karl@gnu.org>
53511
53512         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
53513
53514 2003-08-20  Bruno Haible  <bruno@clisp.org>
53515
53516         * modules/progname: New file.
53517         * MODULES.html.sh (func_all_modules): Add progname.
53518
53519 2003-08-20  Bruno Haible  <bruno@clisp.org>
53520
53521         * lib/progname.h: New file, from GNU gettext.
53522         * lib/progname.c: New file, from GNU gettext.
53523         * lib/progreloc.c: New file, from GNU gettext.
53524
53525 2003-08-19  Jim Meyering  <jim@meyering.net>
53526
53527         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
53528         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
53529
53530 2003-08-19  Bruno Haible  <bruno@clisp.org>
53531
53532         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
53533         more.
53534
53535 2003-08-19  Bruno Haible  <bruno@clisp.org>
53536
53537         * lib/xstrdup.c: Assume <string.h> exists.
53538
53539 2003-08-18  Paul Eggert  <eggert@twinsun.com>
53540
53541         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
53542         in makefile rules.
53543
53544 2003-08-18  Jim Meyering  <jim@meyering.net>
53545
53546         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
53547         * m4/lib-ld.m4: Likewise.
53548
53549 2003-08-18  Jim Meyering  <jim@meyering.net>
53550
53551         * lib/setenv.h: Indent nested cpp directive.
53552         * lib/vasnprintf.c: Remove trailing blanks.
53553
53554 2003-08-17  Simon Josefsson  <jas@extundo.com>
53555
53556         * modules/xstrndup: New file.
53557         * MODULES.html.sh (func_all_modules): Add xstrndup.
53558
53559 2003-08-17  Simon Josefsson  <jas@extundo.com>
53560
53561         * modules/argp: Fix autoconf macro name. Add more dependencies.
53562
53563 2003-08-17  Simon Josefsson  <jas@extundo.com>
53564
53565         * m4/xstrndup.m4: New file.
53566
53567 2003-08-17  Simon Josefsson  <jas@extundo.com>
53568
53569         * m4/argp.m4: New file.
53570
53571 2003-08-17  Simon Josefsson  <jas@extundo.com>
53572             Bruno Haible  <bruno@clisp.org>
53573
53574         * lib/xstrndup.h: New file.
53575         * lib/xstrndup.c: New file.
53576
53577 2003-08-17  Bruno Haible  <bruno@clisp.org>
53578
53579         * modules/strndup (Files, Include): Add lib/strndup.h.
53580
53581 2003-08-17  Bruno Haible  <bruno@clisp.org>
53582
53583         * modules/euidaccess (Files): Add lib/euidaccess.h.
53584
53585 2003-08-17  Bruno Haible  <bruno@clisp.org>
53586
53587         * lib/strndup.h: New file.
53588
53589 2003-08-17  Bruno Haible  <bruno@clisp.org>
53590
53591         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
53592         like AC_GNU_SOURCE.
53593         * modules/extensions (configure.ac): Comment out the invocation of
53594         gl_USE_SYSTEM_EXTENSIONS.
53595
53596 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53597
53598         Merges from coreutils, etc.
53599         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
53600         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
53601         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
53602         fixing a typo.
53603         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
53604         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
53605
53606 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53607
53608         Document merge from coreutils.
53609         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
53610         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
53611         * modules/utime: Add m4/utimes-null.m4.
53612
53613 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53614
53615         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
53616         space, undoing this 2003-08-12 change:
53617         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53618
53619 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53620
53621         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
53622         strtoul.c from libc, undoing this 2003-08-12 change:
53623         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53624
53625 2003-08-16  Jim Meyering  <jim@meyering.net>
53626
53627         Merges from coreutils.
53628         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
53629         prefix.  Adjust cache variables similarly.  Create 500 rather than
53630         just 300 files, to exercise bug on Darwin6.5, too.
53631         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
53632         $missing_dir.
53633         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
53634         AM_SYS_POSIX_TERMIOS.
53635         Reported by mkc@mathdogs.com.
53636         Also change use of $am_cv_sys_posix_termios
53637         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
53638         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
53639         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
53640         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
53641         in /proc/mounts until it finds one with matching device number.  This
53642         is unnecessary when the FILE argument *is* a mount point.  No stat call
53643         is necessary in that case.  So, disable the statvfs-testing code on
53644         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
53645         as RedHat bug# 84846.
53646         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
53647         to 1MB, so as not to render systems with no stack size limit (e.g.,
53648         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
53649         Include <unistd.h>.  On some systems,
53650         it is required for the definition of _SC_PAGESIZE.
53651
53652 2003-08-16  Jim Meyering  <jim@meyering.net>
53653
53654         Merge from coreutils.
53655         * lib/xstrtoimax.c: #else #if -> #elif.
53656         * lib/xstrtoumax.c: Likewise.
53657
53658 2003-08-16  Jim Meyering  <jim@meyering.net>
53659
53660         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
53661         * m4/utimes.m4: Removed.
53662         * m4/utimes-null.m4: Renamed from utimes.m4.
53663
53664         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
53665         to 1MB, so as not to render systems with no stack size limit (e.g.,
53666         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
53667         Include <unistd.h>.  On some systems,
53668         it is required for the definition of _SC_PAGESIZE.
53669
53670 2003-08-16  Jim Meyering  <jim@meyering.net>
53671         and Paul Eggert  <eggert@cs.ucla.edu>
53672
53673         Merges from coreutils, etc.
53674
53675         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
53676         using the latest version from cvs.  This avoids problems with #line
53677         directives using a vendor (Sun) compiler.
53678         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
53679         Don't set GETGROUPS_LIB here; now it's
53680         done via getgroups.m4's wrapper function.
53681         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
53682         rather than just in sh-util/configure.in, so that the
53683         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
53684         same.
53685         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
53686         AC_FUNC_GETLOADAVG where to find getloadavg.c.
53687         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
53688         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
53689         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
53690         Remove code that is now done by the newly-required macros.
53691         Append $(EXEEXT) to DF_PROG.
53692         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
53693         Do not invoke or require the following here,
53694         since prereq.m4 or some gnulib .m4 now does this for us:
53695         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
53696         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
53697         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
53698         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
53699         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
53700         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
53701         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
53702         AC_FUNC_OBSTACK.
53703         Do not replace the following functions, as this is now the job
53704         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
53705         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
53706         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
53707         atexit getpass, strdup, getpagesize.
53708         Replace 'raise'.
53709         Do not check for the following functions, as this is now the job
53710         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
53711         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
53712         setregid.
53713         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
53714         Check for sys/sysctl.h.
53715         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
53716         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
53717         of checking for ssize_t ourselves.
53718
53719         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
53720         Require every macro that gnulib/modules/* suggests for us.
53721         (jm_PREREQ_ADDEXT): New macro.
53722         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
53723         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
53724
53725         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
53726         (gl_PHYSMEM): Use it.
53727         Also check for `table' function.
53728         Check for new headers and functions.
53729         Add check for sys/sysmp.h.
53730         With suggestions from Kaveh Ghazi.
53731         Ignore headers that are present but cannot be compiled.  This
53732         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
53733         C 5.4.
53734
53735 2003-08-15  Paul Eggert  <eggert@twinsun.com>
53736
53737         Document merge from coreutils.
53738         * modules/userspec: Depend on posixver.
53739         * modules/strftime: Depend on tzset.
53740
53741 2003-08-15  Paul Eggert  <eggert@twinsun.com>
53742
53743         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
53744         rather than tab, after '#' in shell-script copyright notices.
53745         Suggested by Bruno Haible.
53746
53747 2003-08-15  Paul Eggert  <eggert@twinsun.com>
53748
53749         * config/srclist-update: Use three spaces, rather than tab, after '#'
53750         in shell-script copyright notices.  Suggested by Bruno Haible.
53751         Remove unnecessary parenthesization in regular expression.
53752
53753 2003-08-15  Jim Meyering  <jim@meyering.net>
53754
53755         Merge from coreutils.
53756         * lib/xgethostname.c: Include <stdlib.h>.
53757         (xghostname): Don't exit for anything other than memory-related
53758         failure; just return NULL.
53759         * lib/userspec.c: Include "posixver.h".
53760         (parse_user_spec): Accept `.' as a separator only
53761         in pre-POSIX-200112 mode.
53762         * lib/strtoimax.c: Use #elif rather than #else #if.
53763         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
53764         Remove function, now that we can rely on a working tzset function.
53765         [!_LIBC]: Ensure that the required autoconf test has been run.
53766         [!defined _NL_CURRENT && HAVE_STRFTIME]:
53767         Use underlying_strftime for %r.
53768         * lib/sha.c: Merge in some clean-up and optimization changes from
53769         glibc.
53770         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
53771         Ensure that it is a multiple of 64.
53772         Rearrange loop exit tests so as to avoid performing an
53773         additional fread after encountering an error or EOF.
53774         * lib/realloc.c: Update copyright date.
53775
53776 2003-08-15  Jim Meyering  <jim@meyering.net>
53777         and Paul Eggert  <eggert@twinsun.com>
53778
53779         Merge from coreutils.
53780         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
53781         member but strut utmpx does not.  Needed for AIX 4.3.3.
53782         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
53783
53784 2003-08-15  Jim Meyering  <jim@meyering.net>
53785         and Paul Eggert  <eggert@cs.ucla.edu>
53786
53787         Merges from coreutils, etc.
53788         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
53789         Require gl_FUNC_TZSET_CLOBBER.
53790         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
53791         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
53792         members.
53793
53794 2003-08-14  Paul Eggert  <eggert@twinsun.com>
53795
53796         Help the merge from coreutils.
53797         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
53798         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
53799         * m4/tzset.m4: Use it too.
53800
53801 2003-08-14  Paul Eggert  <eggert@twinsun.com>
53802
53803         * modules/tzset: New file.
53804
53805 2003-08-14  Jim Meyering  <jim@meyering.net>
53806
53807         Merges from coreutils.
53808         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
53809         variable names, rather than @FNMATCH_H@.
53810         * modules/alloca: Likewise for $(ALLOCA_H).
53811
53812         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
53813         the three copies of the literal target, `fnmatch.h'.
53814         * modules/alloca (alloca.h): Likewise.
53815
53816 2003-08-14  Jim Meyering  <jim@meyering.net>
53817
53818         Merge from coreutils.
53819         * m4/tzset.m4: New file.
53820         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
53821         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
53822         otherwise, AIX 5.1 systems would end up using the latter.
53823         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
53824         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
53825         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
53826         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
53827
53828 2003-08-14  Jim Meyering  <jim@meyering.net>
53829
53830         Merge from coreutils.
53831         * lib/obstack.h: Whitespace changes.
53832         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
53833         and xcalloc return values.
53834         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
53835         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
53836         hang on OSF/1 5.1 for DIR on both local and remote file systems.
53837         Reported by (and fix confirmed by) Nelson H. F. Beebe.
53838         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
53839         error from mntctl.
53840         Use mntctl's return value to drive the entry-processing loop, since
53841         we can't rely on the value of the vmt_length member in the last
53842         entry.  On some systems doing so could result in exhausting
53843         virtual memory.  Based in part on a patch from Mike Jetzer.
53844
53845 2003-08-14  Jim Meyering  <jim@meyering.net>
53846         and Paul Eggert  <eggert@twinsun.com>
53847
53848         Merges from coreutils, plus other fixes.
53849         * lib/physmem.c: Merge in portability changes from gcc/libiberty
53850         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
53851         for credits and details.  Thanks to Kaveh Ghazi for helping
53852         to keep these files in sync.
53853         (ARRAY_SIZE): Define it.
53854         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
53855         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
53856         (memcasecmp): Don't assume size_t fits in unsigned int.
53857         Remove casts and duplicate code.
53858         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
53859         (memcpy): Remove definition.
53860         Merge in some clean-up and optimization changes from glibc.
53861         [BLOCKSIZE]: Move definition to top of file.
53862         Ensure that it is a multiple of 64.
53863         Rearrange loop exit tests so as to avoid performing an
53864         additional fread after encountering an error or EOF.
53865         * lib/md5.h (md5_uintptr): Define.
53866         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
53867         return to the initial working directory.  Preserve errno
53868         for caller.
53869         * lib/idcache.c: Include "xalloc.h".
53870         (xmalloc, xrealloc): Remove decls.
53871         (getuser): Remove casts no longer required in C89.
53872         * lib/human.c: Include stdio.h, for sprintf.
53873         * lib/group-member.c: Include "xalloc.h".
53874         (xmalloc, xrealloc): Remove decls.
53875         (get_group_info): Remove casts no longer required in C89.
53876         * lib/getusershell.c (readname): Remove casts no longer required in
53877         C89.
53878         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
53879         * lib/getline.c: Whitespace fix, from coreutils.
53880
53881 2003-08-13  Paul Eggert  <eggert@twinsun.com>
53882
53883         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
53884         Check for isascii.
53885
53886         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
53887         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
53888         Undo previous (whitespace-only) change.
53889
53890 2003-08-13  Paul Eggert  <eggert@twinsun.com>
53891
53892         * lib/exclude.c: Include <ctype.h>
53893         (IN_CTYPE_DOMAIN): New macro.
53894         (is_space): New fn.
53895         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
53896         and empty lines.
53897
53898         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
53899         Undo previous (whitespace-only) change.
53900
53901 2003-08-13  Paul Eggert  <eggert@twinsun.com>
53902
53903         * config/srclist-update: Change update back to the old behavior,
53904         leaving whitespace alone.  Use one 'sed' command rather than a
53905         pipeline.
53906         (fixlicense): Now a variable, not a function.
53907         (remove_trailing_blanks): Remove.
53908         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
53909         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
53910         Undo previous (whitespace-only) change.
53911
53912 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53913
53914         Merge from coreutils.
53915         * modules/euidaccess: Add lib_SOURCES, include for new
53916         file euidaccess.h
53917
53918 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53919
53920         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
53921         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
53922         Normalize leading white space and remove trailing white space.
53923
53924         Merge from coreutils
53925         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
53926
53927         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
53928         0.12.1.  These files are now being upgraded automatically by
53929         ../config/srclist-update.
53930
53931 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53932
53933         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
53934         Normalize leading white space and remove trailing white space.
53935         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
53936         notice, as per ../config/srclist-update.
53937
53938         Merge from coreutils.
53939         * lib/euidaccess.h: New file.
53940         * lib/euidaccess.c: Include it.
53941         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
53942         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
53943         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
53944
53945 2003-08-12  Paul Eggert  <eggert@twinsun.com>
53946
53947         * config/srclist-update: Add copyright notice.
53948         (remove_id_lines, remove_trailing_blanks): New constants.
53949         (fixfile): Use them to normalize spacing a bit in copied files.
53950         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
53951         Normalize leading white space and remove trailing white space.
53952
53953         * config/texinfo.tex: Sync with texinfo.
53954
53955         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
53956         strtoul.c from libc, to merge coreutils whitespace changes.
53957
53958         * config/srclist.txt: Get the following m4 files from gettext:
53959         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
53960         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
53961         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
53962         wint_t.m4.
53963
53964 2003-08-12  Karl Berry  <karl@gnu.org>
53965
53966         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
53967         been made.
53968
53969 2003-08-11  Paul Eggert  <eggert@twinsun.com>
53970
53971         * modules/gnu-source, m4/gnu-source.m4:
53972         Remove; we're assuming Autoconf 2.54 or later now.
53973         Suggested by Bruno Haible.
53974         * MODULES.html.sh (func_all_modules): Remove gnu-source.
53975
53976 2003-08-11  Bruno Haible  <bruno@clisp.org>
53977
53978         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
53979
53980 2003-08-11  Bruno Haible  <bruno@clisp.org>
53981
53982         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
53983         (vasnprintf): Use it instead of wcslen.
53984
53985 2003-08-11  Bruno Haible  <bruno@clisp.org>
53986
53987         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
53988         value to ensure that _Bool promotes to int. Use #define for _Bool when
53989         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
53990
53991 2003-08-10  Karl Berry  <karl@gnu.org>
53992
53993         * lib/regex.h: update from libc (whitespace fix).
53994
53995 2003-08-09  Paul Eggert  <eggert@twinsun.com>
53996
53997         Merge some files from coreutils.  These changes were
53998         originally made by Jim Meyering.
53999         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
54000         many older Unixes require this.
54001         * lib/alloca.c (alloca): Remove cast to argument of free;
54002         no longer needed in C89.
54003         * lib/alloca_.h, regex.h: Fix white space to match
54004         what GNU indent does.
54005
54006 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54007
54008         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
54009         apparently Emacs's Unicode mode got confused before my 2003-08-05
54010         checkin.
54011
54012 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54013
54014         * m4/extensions.m4: New file.
54015         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
54016         Require gl_USE_SYSTEM_EXTENSIONS.
54017         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
54018         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
54019
54020 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54021
54022         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
54023         * modules/extensions, modules/gnu-source: New files.
54024         * modules/timespec, modules/unlocked-io: Depend on extensions.
54025
54026 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54027
54028         * modules/restrict: New file.
54029         * MODULES.html.sh (func_all_modules): Add restrict.
54030         * modules/regex: Depend on restrict.
54031
54032 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54033
54034         * m4/restrict.m4: New file.
54035         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
54036
54037 2003-08-07  Bruno Haible  <bruno@clisp.org>
54038
54039         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
54040         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
54041
54042 2003-08-07  Bruno Haible  <bruno@clisp.org>
54043
54044         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
54045         makes the module 'getndelim2' compatible with the module 'getline'.
54046
54047 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54048
54049         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
54050         byte with "\201" to avoid glitches when editing that source file
54051         with multi-gnome-terminal.
54052
54053 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54054
54055         * lib/bumpalloc.h: Remove.
54056
54057 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54058
54059         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
54060         * modules/bumpalloc: Remove.
54061
54062 2003-08-04  Paul Eggert  <eggert@twinsun.com>
54063
54064         * lib/getloadavg.c: Change copyright notice and spacing to conform to
54065         GNU coding style.
54066
54067         Merge from coreutils.
54068         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
54069         1. From glibc.
54070         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
54071         from Karl Berry, implemented by Jim Meyering.
54072         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
54073         from Dmitry V. Levin.
54074         Remove anachronistic cast of xrealloc.
54075         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
54076         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
54077         type. Otherwise, it wouldn't compile with at least /bin/cc on
54078         ymp-cray-unicos9.0.2.X.
54079         Combine two mostly-identical uses of alloca into one.
54080         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
54081
54082 2003-08-04  Dave Love  <d.love@dl.ac.uk>
54083
54084         [From Emacs.]
54085
54086         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
54087         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
54088         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
54089         obsolete NLIST_NAME_UNION.
54090         [__GNU__]: Undef BSD and FSCALE.
54091         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
54092
54093 2003-08-03  Paul Eggert  <eggert@twinsun.com>
54094
54095         * lib/stdbool_.h (_Bool): Make it signed char, instead of
54096         an enum type, so that it's guaranteed to promote to int.  See:
54097         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
54098
54099 2003-08-03  Karl Berry  <karl@gnu.org>
54100
54101         * config/depcomp: update from automake.
54102
54103 2003-07-31  Paul Eggert  <eggert@twinsun.com>
54104
54105         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
54106         (strerror): Don't assume that a printable int fits in 14 bytes.
54107
54108 2003-07-31  Bruno Haible  <bruno@clisp.org>
54109
54110         * modules/getpass-gnu: New file.
54111         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
54112
54113 2003-07-31  Bruno Haible  <bruno@clisp.org>
54114
54115         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
54116
54117 2003-07-24  Karl Berry  <karl@gnu.org>
54118
54119         * config/missing: update from automake.
54120
54121 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
54122             Bruno Haible  <bruno@clisp.org>
54123
54124         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
54125         * lib/getline.c (getline, getdelim): Likewise.
54126         Remove _GNU_SOURCE define; now it's defined in config.h through
54127         m4/getline.m4.
54128
54129 2003-07-23  Karl Berry  <karl@gnu.org>
54130
54131         * config/config.sub: update from prep.
54132
54133 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54134
54135         * modules/xalloc (Depends-on): Add exitfail.
54136         * modules/xmemcoll: Likewise.
54137
54138 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54139
54140         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
54141         over-parenthesization in macros.
54142
54143         Sync with coreutils.
54144
54145         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
54146         required by C99.
54147
54148         Use `exit_failure' for xalloc and xmemcoll instead of their own
54149         private exit-failure variables.
54150         * lib/xalloc.h (xalloc_exit_failure): Remove.
54151         * lib/xmalloc.c: Likewise.  Include exitfail.h.
54152         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
54153         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
54154         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
54155         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
54156
54157 2003-07-20  Jim Meyering  <jim@meyering.net>
54158
54159         * modules/closeout (Depends-on): Add exitfail.
54160         Suggestion from Bruno Haible.
54161
54162 2003-07-19  Karl Berry  <karl@gnu.org>
54163
54164         * config/config.sub: update from prep.
54165
54166 2003-07-18  Paul Eggert  <eggert@twinsun.com>
54167
54168         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
54169         Remove.
54170         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
54171         to test that it can stand by itself.  Include "exitfail.h".
54172         Clients should set exit_failure instead.
54173         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
54174
54175 2003-07-18  Bruno Haible  <bruno@clisp.org>
54176
54177         * modules/getndelim2: New file.
54178         * modules/getline: Share files with module getndelim2.
54179         * modules/getnline: Depend on getndelim2 instead of sharing files with
54180         it. Add getnline.c to lib_SOURCES.
54181         * MODULES.html.sh (func_all_modules): Add getndelim2.
54182
54183 2003-07-18  Bruno Haible  <bruno@clisp.org>
54184
54185         * m4/getndelim2.m4: New file.
54186         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
54187         invoke gl_PREREQ_GETNDELIM2.
54188         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
54189         gl_PREREQ_GETNDELIM2.
54190         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
54191         gl_GETNDELIM2.
54192
54193 2003-07-18  Bruno Haible  <bruno@clisp.org>
54194
54195         * lib/getndelim2.h: New file.
54196         * lib/getndelim2.c: Make into a module of its own. Include config.h,
54197         getndelim2.h.
54198         (getndelim2): Make non-static. Change return type to ssize_t.
54199         * lib/getline.h: Change argument names.
54200         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
54201         * lib/getnline.c: Include getndelim2.h.
54202
54203 2003-07-18  Andreas Schwab  <schwab@suse.de>
54204
54205         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
54206
54207 2003-07-17  Karl Berry  <karl@gnu.org>
54208
54209         * config/config.sub: update from prep.
54210
54211 2003-07-17  Bruno Haible  <bruno@clisp.org>
54212
54213         * modules/getnline: New file.
54214         * modules/getline: Add lib/getndelim2.c to source file list.
54215         * MODULES.html.sh (func_all_modules): Add getnline.
54216
54217 2003-07-17  Bruno Haible  <bruno@clisp.org>
54218
54219         * m4/getnline.m4: New file.
54220
54221 2003-07-17  Bruno Haible  <bruno@clisp.org>
54222
54223         * m4/Makefile.am.in: Remove file.
54224         * m4/Makefile.am: Remove file.
54225         * m4/Makefile.in: Remove file.
54226
54227 2003-07-17  Bruno Haible  <bruno@clisp.org>
54228
54229         * lib/getnline.h: New file.
54230         * lib/getnline.c: New file.
54231         * lib/getndelim2.c: New file, extracted from getline.c.
54232         (getndelim2): Renamed from getdelim2, with added nmax argument.
54233         * lib/getline.c: Include getndelim2.c.
54234         (getdelim2): Moved out to getndelim2.c.
54235         (getline, getdelim): Update.
54236
54237 2003-07-17  Bruno Haible  <bruno@clisp.org>
54238
54239         * lib/Makefile.am: Remove file.
54240         * lib/Makefile.in: Remove file.
54241
54242 2003-07-17  Bruno Haible  <bruno@clisp.org>
54243
54244         * configure.in: Remove file.
54245         * Makefile.in: Remove file.
54246
54247 2003-07-17  Bruno Haible  <bruno@clisp.org>
54248
54249         * MODULES.html.sh: Put the </BODY> right before </HTML>.
54250
54251 2003-07-16  Karl Berry  <karl@gnu.org>
54252
54253         * config/srclist-update: was running fixlicense twice, which caused
54254                 texinfo.tex to be nullified for some reason.  Simplify,
54255                 $gplsrc is no longer needed as far as I can see?
54256
54257 2003-07-16  Jim Meyering  <jim@meyering.net>
54258
54259         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
54260
54261 2003-07-15  Paul Eggert  <eggert@twinsun.com>
54262
54263         * config/srclist.txt: Get the following files from gettext-runtime/intl
54264         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
54265         ref-del.sin.  From Bruno Haible.
54266         * config/srclist-update (fixfile): Change grep pattern again, since the
54267         previous fix didn't work (there was another trailing $).  Use
54268         '[$]' to escape the $s.
54269
54270 2003-07-15  Karl Berry  <karl@gnu.org>
54271
54272         * lib/vasnprintf.c: update from gettext.
54273
54274 2003-07-15  Karl Berry  <karl@gnu.org>
54275
54276         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
54277         gets expanded when surrounded by '$'.
54278
54279 2003-07-15  Jim Meyering  <jim@meyering.net>
54280
54281         * modules/save-cwd: Don't depend on error.  From Derek Price.
54282
54283 2003-07-15  Jim Meyering  <jim@meyering.net>
54284
54285         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
54286
54287 2003-07-14  Simon Josefsson  <jas@extundo.com>
54288
54289         * modules/mempcpy: New file.
54290         * MODULES.html.sh (func_all_modules): Add mempcpy.
54291
54292 2003-07-14  Simon Josefsson  <jas@extundo.com>
54293
54294         * m4/mempcpy.m4: New file.
54295
54296 2003-07-14  Simon Josefsson  <jas@extundo.com>
54297
54298         * lib/mempcpy.h: New file.
54299         * lib/mempcpy.c: New file.
54300
54301 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54302
54303         * modules/getdate, modules/posixtm: Depend on mktime.
54304
54305 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54306
54307         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
54308         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
54309         unicodeio.c, unicodeio.h, unlocked-io.h:
54310         Switch from LGPL to GPL.
54311
54312 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54313
54314         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
54315         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
54316         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
54317         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
54318         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
54319         updated automatically by ../config/srclist-update.  This changes
54320         their license from LPGL to GPL.
54321
54322 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54323
54324         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
54325         assumed to refer to the root of the most recent stable gettext version.
54326         * config/srclistvars.sh: Add defaults for eggert.
54327         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
54328         Match "This program" as well as "The program".  This is needed
54329         for gettext.
54330
54331 2003-07-14  Jim Meyering  <jim@meyering.net>
54332
54333         Don't emit diagnostics.  Let callers do that.
54334         * lib/save-cwd.c: Don't include "error.h".
54335         (save_cwd): Don't call error.  Ensure that errno is valid
54336         when returning nonzero.
54337
54338         * lib/save-cwd.h (restore_cwd): Update prototype.
54339         * lib/save-cwd.c (restore_cwd): Remove two parameters.
54340         Simplify.  Don't call error upon failure.  Let callers do that.
54341         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
54342         when auditing is enabled.  But don't bother updating the #if.
54343
54344 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
54345
54346         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
54347         it breaks C++ compilation.
54348         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
54349
54350 2003-07-10  Simon Josefsson  <jas@extundo.com>
54351
54352         * modules/strchrnul (Makefile.am): Add strchrnul.h.
54353
54354 2003-07-10  Jim Meyering  <jim@meyering.net>
54355
54356         * m4/clock_time.m4: Remove trailing blank.
54357         * m4/intmax_t.m4: Likewise.
54358
54359 2003-07-10  Jim Meyering  <jim@meyering.net>
54360
54361         * lib/vasnprintf.c: Remove trailing blanks.
54362         Make cpp indentation consistent.
54363
54364 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54365
54366         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
54367         posixver.c, strftime.c, strnlen.c, strverscmp.c:
54368         Switch from LGPL to GPL.
54369
54370 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54371
54372         * config/srclist.txt: Sort sublists.  Add
54373         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
54374         that differ from gnulib for one reason or another; we'd like this list
54375         to be smaller but for now let's document what we have.
54376
54377 2003-07-08  Paul Eggert  <eggert@twinsun.com>
54378
54379         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
54380         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
54381         and sweeter "eval x=$x".
54382         * config/srclist.txt: Get lib/argp* from glibc.
54383
54384 2003-07-07  Paul Eggert  <eggert@twinsun.com>
54385
54386         * lib/mktime.c: Fix some boundary cases and remove need for floating
54387         point.
54388
54389         Issue a compile-time diagnostic if time_t is floating point, or if
54390         two's complement arithmetic is not in effect, or if arithmetic
54391         right shift does not propagate the sign.  These assumptions were
54392         all in the original code but they weren't checked.
54393
54394         (TIME_T_MIDPOINT, verify): New macros.
54395         (__isleap): Remove; it has integer overflow problems.
54396         (leapyear): New function, without those problems.
54397         (ydhms_tm_diff): Remove; splitting into two parts.
54398         (ydhms_diff): New function, containing the arithmetic part of
54399         the old ydhms_tm_diff function.  Issue a compile-time
54400         diagnostic if we are not using C99 integer division.
54401         Avoid casts when possible.
54402         (guess_time_tm): New function, containing the checking part of
54403         the old ydhms_tm_diff function.  Return the new value, rather than
54404         the difference between it and the old.  Accept a new argument T
54405         so that *T specifies the old value.  Check for overflow in the result.
54406
54407         (__mktime_internal): Use a time_t offset, not a long int offset.
54408         This undoes the 2003-06-04 change, which is no longer needed now
54409         that we have better overflow checking.
54410         (localtime_offset): Likewise.
54411
54412         (__mktime_internal): Avoid harmful overflow on hosts where time_t
54413         and long are 64-bit but int is only 32-bit.
54414         (ydhms_diff): Use long int to store year1 and yday1.
54415         Issue a compile-time diagnostic if long int is not wide enough.
54416
54417         (__mktime_internal): Use long int to store adjusted year and yday.
54418         Use plain C rather than preprocessor commands, if that doesn't
54419         affect efficiency.
54420         Check for overflow (and try to repair) after each probe
54421         rather than checking only at the very end.  This avoids some bugs
54422         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
54423         does not equal GMT offset at maximum time).
54424         Use integer to check for overflow rather than floating point; this
54425         is more portable to non-IEEE hosts, and is a tad faster.
54426         When we detect that we are oscillating between two values,
54427         don't check whether tm_isdst has the requested value, since
54428         we already know the answer.  When tm_isdst has the wrong value,
54429         use a different heuristic to find the right one, based on the
54430         extreme values actually observed in practice in tz2003a,
54431         rather than the (overly optimistic) "previous 3 calendar quarters".
54432
54433         (not_equal_tm, print_tm, check_result): Use "const T" rather than
54434         "T const" to accommodate glibc style.
54435         (check_result): Use less-confusing report format.  "long" -> "long int.
54436         (main): Likewise.
54437         Don't loop if the iteration overflows time_t.
54438         Allow a negative step in the iteration.
54439
54440 2003-07-06  Karl Berry  <karl@gnu.org>
54441
54442         * config/depcomp: update from automake.
54443         * config/config.sub: update from prep.
54444
54445 2003-07-03  Karl Berry  <karl@gnu.org>
54446
54447         * config/config.guess: update from prep.
54448
54449 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54450
54451         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
54452         xreadlink.c now includes it unconditionally.
54453
54454 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54455
54456         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
54457         having it depend on HAVE_SYS_TYPES_H.
54458
54459 2003-07-01  Bruno Haible  <bruno@clisp.org>
54460
54461         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
54462         <sys/types.h> should be sufficient.
54463         Reported by Paul Eggert.
54464
54465 2003-06-26  Karl Berry  <karl@gnu.org>
54466
54467         * config/depcomp: update from automake.
54468
54469 2003-06-26  Bruno Haible  <bruno@clisp.org>
54470
54471         * modules/human: Depend on module stdbool.
54472
54473 2003-06-25  Bruno Haible  <bruno@clisp.org>
54474
54475         * modules/readlink: New file.
54476         * modules/xreadlink: Depend on it.
54477         * MODULES.html.sh (func_all_modules): Add readlink.
54478
54479 2003-06-25  Bruno Haible  <bruno@clisp.org>
54480
54481         * m4/readlink.m4: New file.
54482
54483 2003-06-25  Bruno Haible  <bruno@clisp.org>
54484
54485         * lib/readlink.c: New file.
54486
54487 2003-06-22  Karl Berry  <karl@gnu.org>
54488
54489         * config/srclist.txt: update mkinstalldirs from automake.
54490         * config/mkinstalldirs: update.
54491
54492 2003-06-22  Bruno Haible  <bruno@clisp.org>
54493
54494         Portability to mingw32.
54495         * m4/ssize_t.m4: New file, from GNU gettext.
54496         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
54497         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
54498
54499 2003-06-22  Bruno Haible  <bruno@clisp.org>
54500
54501         * modules/safe-read: Add m4/ssize_t.m4.
54502         * modules/xreadlink: Add m4/ssize_t.m4.
54503
54504 2003-06-20  Bruno Haible  <bruno@clisp.org>
54505
54506         Assume C89, so PARAMS isn't needed.
54507         * lib/unicodeio.h (PARAMS): Remove.
54508         * lib/unicodeio.c: Don't use PARAMS.
54509
54510 2003-06-18  Karl Berry  <karl@gnu.org>
54511
54512         * config/config.{guess,sub}: update from prep.
54513
54514 2003-06-18  Jim Meyering  <jim@meyering.net>
54515
54516         Merge changes from coreutils.
54517         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
54518         Remove explicit declarations of xmalloc and realloc.
54519         Include xalloc.h.
54520         (read_utmp): Remove anachronistic cast of xmalloc.
54521
54522 2003-06-17  Paul Eggert  <eggert@twinsun.com>
54523
54524         Assume C89, so PARAMS isn't needed.
54525         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
54526         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
54527         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
54528         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
54529         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
54530         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
54531         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
54532         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
54533         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
54534         lib/xstrtod.h, lib/xstrtol.h: Likewise.
54535         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
54536         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
54537         no longer needed. Anyway, config.h should always be included before any
54538         other file.
54539
54540 2003-06-11  Simon Josefsson  <jas@extundo.com>
54541
54542         * modules/sysexits: New file.
54543         * MODULES.html.sh (func_all_modules): Add sysexits.
54544
54545 2003-06-11  Simon Josefsson  <jas@extundo.com>
54546
54547         * lib/sysexit_.h: New file.
54548
54549 2003-06-11  Derek Price  <derek@ximbiot.com>
54550
54551         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
54552         necessary.
54553
54554 2003-06-11  Bruno Haible  <bruno@clisp.org>
54555
54556         * m4/sysexits.m4: New file.
54557
54558 2003-06-10  Simon Josefsson  <jas@extundo.com>
54559
54560         * lib/argp.h: New file, from glibc.
54561         * lib/argp-ba.c: New file, from glibc.
54562         * lib/argp-eexst.c: New file, from glibc.
54563         * lib/argp-fmtstream.c: New file, from glibc.
54564         * lib/argp-fmtstream.h: New file, from glibc.
54565         * lib/argp-fs-xinl.c: New file, from glibc.
54566         * lib/argp-help.c: New file, from glibc.
54567         * lib/argp-namefrob.h: New file, from glibc.
54568         * lib/argp-parse.c: New file, from glibc.
54569         * lib/argp-pv.c: New file, from glibc.
54570         * lib/argp-pvh.c: New file, from glibc.
54571         * lib/argp-xinl.c: New file, from glibc.
54572
54573 2003-06-10  Simon Josefsson  <jas@extundo.com>
54574
54575         * modules/strchrnul: New file.
54576
54577 2003-06-10  Simon Josefsson  <jas@extundo.com>
54578
54579         * modules/argp: New file.
54580
54581 2003-06-10  Simon Josefsson  <jas@extundo.com>
54582
54583         * m4/strchrnul.m4: New file.
54584
54585 2003-06-10  Simon Josefsson  <jas@extundo.com>
54586
54587         * lib/strchrnul.h: New file.
54588         * lib/strchrnul.c: New file.
54589
54590 2003-06-10  Bruno Haible  <bruno@clisp.org>
54591
54592         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
54593
54594 2003-06-07  Karl Berry  <karl@gnu.org>
54595
54596         * config/config.{guess,sub}: update from prep.
54597
54598 2003-06-07  Jim Meyering  <jim@meyering.net>
54599
54600         * modules/strtod: Use $(...) notation, not @...@ for
54601         AC_REPLACE'd variables.
54602         * modules/localcharset: Likewise.
54603
54604 2003-06-07  Jim Meyering  <jim@meyering.net>
54605
54606         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
54607         in place of my name in the copyright comment.
54608         Remove definition and uses of __P.
54609
54610         From coreutils.
54611         * lib/stat.c: Don't declare xmalloc explicitly.
54612         Instead, include "xalloc.h".
54613         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
54614         xrealloc, and xcalloc return values.
54615         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
54616         Improve comment.
54617         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
54618
54619 2003-06-07  Bruno Haible  <bruno@clisp.org>
54620
54621         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
54622         avoid AC_CONFIG_LINKS.
54623         * modules/fnmatch (Makefile.am): Use explicit creation rule for
54624         fnmatch.h, to avoid AC_CONFIG_LINKS.
54625         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
54626
54627 2003-06-07  Bruno Haible  <bruno@clisp.org>
54628
54629         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
54630         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
54631         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
54632         directory.
54633         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
54634         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
54635         directory.
54636
54637 2003-06-06  Jim Meyering  <jim@meyering.net>
54638
54639         Merge from coreutils.
54640         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
54641         Consolidate declarations and initializations of *_base* locals.
54642
54643         Merge from coreutils.
54644         This avoids a core dump on systems without GNU putenv,
54645         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
54646         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
54647         (unsetenv): New static function, from GNU libc.
54648         (rpl_putenv): Use it.
54649
54650         * lib/modechange.c: Remove trailing blanks.
54651
54652         Merge from coreutils.
54653         * lib/fsusage.c: Remove declaration of statfs.
54654         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
54655
54656         * lib/posixtm.c: Include <stdbool.h> unconditionally.
54657
54658 2003-06-06  Jim Meyering  <jim@meyering.net>
54659
54660         * lib/stdbool_.h: Renamed from stdbool.h.in.
54661
54662 2003-06-06  Jim Meyering  <jim@meyering.net>
54663             Bruno Haible  <bruno@clisp.org>
54664
54665         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
54666         Adjust Makefile.am snippet not to redirect directly to target.
54667         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
54668
54669 2003-06-05  Paul Eggert  <eggert@twinsun.com>
54670
54671         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
54672         mismatch, look in future quarters as well as past.  This fixes a
54673         bug when processing fall-backwards gaps immediately after a long
54674         period of daylight-saving time.
54675
54676         * lib/mktime.c: Assume freestanding C89 or better.
54677         (HAVE_LIMITS_H): Remove.  Assume it's 1.
54678         (__P): Remove; not used.
54679         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
54680         (mktime, not_equal_tm, print_tm, check_result,
54681         main): Use prototypes.  Use const * where appropriate.
54682         (main): Fix typo in testing code that uncovered by above changes.
54683         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
54684
54685 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54686
54687         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
54688         locale.h, localeconv.  This merges changes from coreutils.
54689
54690         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
54691         It can be removed after the next Autoconf is released.
54692         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
54693         needed.
54694
54695 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54696
54697         * lib/mktime.c: Fix Debian bug 177940
54698         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
54699         (localtime_offset): Now long int, not time_t, because we want it
54700         to be guaranteed to be signed.  All uses changed.
54701         (__mktime_internal): If overflow would occur when adding offset,
54702         don't add it.
54703
54704         Merge 'human' changes from coreutils.  Rewrite to support
54705         locale-specific notations like thousands separators.
54706         * lib/human.c: Simplify authorship notice.
54707         Include human.h immediately after config.h.
54708         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
54709         <limits.h>: Do not include, since human.h does.
54710         (SIZE_MAX, UINTMAX_MAX): New macros.
54711         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
54712         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
54713         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
54714         (power_letter): Renamed from suffixes.
54715         (generate_suffix_backwards): Remove.
54716         (adjust_value): Now takes int style (because of human.h changes)
54717         and long double value (for greater precision on some platforms).
54718         (group_number): New function.
54719         (human_readable): Use it.  Use integer options, not enum.
54720         Put the options before the sizes in the arg list.
54721         Support all the new options.
54722         The old human_readable function has been removed;
54723         use inttostr.h instead.
54724         (human_readable, default_block_size, humblock):
54725         Use uintmax_t, not int, for block sizes.
54726         (human_readable_inexact, block_size_types): Remove.
54727         (block_size_opts): New constant.
54728         (human_options): Renamed from human_block_size, with new signature
54729         that allows block sizes up to UINTMAX_MAX.  All callers changed.
54730         * lib/human.h: Add copyright and authorship notice.
54731         Include <limits.h> and <stdbool.h> unconditionally.
54732         (PARAMS): Remove.  All uses removed.
54733         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
54734         (enum human_inexact_style): Remove tag; now a nameless enum.
54735         (human_floor, human_ceiling, human_round_to_even): Now have
54736         values 2, 0, 1 rather than -1, 1, 0.
54737         (human_group_digits, human_suppress_point_zero, human_autoscale,
54738         human_base_1024, human_SI, human_B): New constants.
54739         (human_readable_inexact, human_block_size): Remove.
54740         (human_readable): Size args are now uintmax_t, not int.
54741         (human_options): New decl.
54742
54743         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
54744         unnecessary now that we assume C89 or better.  This change
54745         imported from coreutils.
54746
54747         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
54748         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
54749         in the 2003-05-30 sync from glibc.
54750
54751         .h files should stand alone, but we shouldn't include <sys/types.h>
54752         if we can get away with just <stddef.h>.
54753
54754         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
54755         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
54756         rather than <sys/types.h>, as we merely need size_t.
54757         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
54758         to get size_t.
54759         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
54760         Include <stdio.h>, to get FILE.
54761         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
54762         memcasecmp.h has included <stddef.h> and all we need is size_t.
54763         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
54764         our interface, instead of including <sys/types.h>
54765
54766 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54767
54768         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
54769         now, as glibc mktime is buggy on non-glibc systems.
54770
54771 2003-06-03  Karl Berry  <karl@gnu.org>
54772
54773         * config/config.sub: update from prep.
54774
54775 2003-06-02  Paul Eggert  <eggert@twinsun.com>
54776
54777         [from coreutils]
54778         Fix some minor time-related bugs with POSIX time arguments.
54779         Some valid time stamps were being rejected (notably -1, and
54780         time stamps before 1900 on 64-bit hosts).  And some invalid
54781         time stamps were being accepted, e.g. September 31.
54782
54783         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
54784         that we can return (time_t) -1 successfully.
54785         * lib/posixtm.c: Likewise.
54786         [HAVE_STDBOOL_H]: Include <stdbool.h>.
54787         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
54788         (t): Remove static var.
54789         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
54790         of static var.  All uses changed.
54791         (year): Do not reject years before 1900; they can occur with
54792         64-bit time_t.
54793         (posix_time_parse): Do not check for out-of-range components;
54794         that is now the caller's responsibility, since our checks were
54795         only approximations.
54796         (posixtime): Use mktime to check for out-of-range components,
54797         since it knows them exactly.
54798         If mktime returns (time_t) -1, check whether an error actually occurred
54799         by invoking localtime on -1.
54800         (main) [TEST_POSIXTIME]: Check for input data errors, and report
54801         posixtime failures better.
54802         Improve the test data (in comments only).
54803
54804 2003-06-02  Karl Berry  <karl@gnu.org>
54805
54806         * config/mkinstalldirs (version): new variable.
54807         (--version): new option.
54808         (usage): improve message.
54809
54810 2003-05-30  Karl Berry  <karl@gnu.org>
54811
54812         * lib/mktime.c: update from libc.
54813
54814 2003-05-30  Bruno Haible  <bruno@clisp.org>
54815
54816         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
54817         * config/config.rpath: Upgrade to gettext-0.12.1.
54818
54819 2003-05-30  Bruno Haible  <bruno@clisp.org>
54820
54821         * m4/gettext.m4: Upgrade to gettext-0.12.1.
54822         * m4/nls.m4: New file, from gettext-0.12.1.
54823         * m4/po.m4: New file, from gettext-0.12.1.
54824         * m4/progtest.m4: Upgrade to gettext-0.12.1.
54825
54826 2003-05-30  Bruno Haible  <bruno@clisp.org>
54827
54828         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
54829         * lib/localcharset.h: Likewise.
54830         * lib/localcharset.c: Likewise.
54831
54832 2003-05-29  Karl Berry  <karl@gnu.org>
54833
54834         * config/config.rpath: update from gettext.
54835
54836 2003-05-28  Paul Eggert  <eggert@twinsun.com>
54837
54838         Assume the headers required for C89 freestanding compilers.
54839         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
54840         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
54841         * m4/human.m4 (gl_HUMAN): Likewise.
54842         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
54843         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
54844         * m4/userspec.m4 (gl_USERSPEC): Likewise.
54845         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
54846         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
54847         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
54848
54849 2003-05-28  Paul Eggert  <eggert@twinsun.com>
54850
54851         Assume the headers required for C89 freestanding compilers.
54852         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
54853         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
54854         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
54855         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
54856         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
54857         define, since <limits.h> is guaranteed to do that.
54858         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
54859         * lib/exclude.c: Include <stdbool.h> unconditionally.
54860         * lib/tempname.c: Include <stddef.h> unconditionally.
54861         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
54862         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
54863         <stddef.h> does that.
54864         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
54865         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
54866         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
54867         needed.
54868         * lib/xstrtol.c: Likewise.
54869         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
54870         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
54871
54872         * lib/addext.c (addext): Use assignment rather than cast, to avoid
54873         warnings on some platforms.
54874
54875         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
54876         arbitrarily.
54877
54878 2003-05-26  Jim Meyering  <jim@meyering.net>
54879
54880         Merge in a change from coreutils:
54881         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
54882         that is guaranteed to be `no'.  Use `no_such_member' to indicate
54883         that condition, rather than `-1' which is slightly misleading.
54884         Change the name of the cache variable to have the gl_ prefix.
54885         Prompted by a patch from Richard Dawe for DJGPP.
54886
54887 2003-05-24  Karl Berry  <karl@gnu.org>
54888
54889         * config/config.guess: update from prep.
54890
54891 2003-05-22  Karl Berry  <karl@gnu.org>
54892
54893         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
54894
54895 2003-05-20  Karl Berry  <karl@gnu.org>
54896
54897         * config/config.guess: update from prep.
54898
54899 2003-05-18  Karl Berry  <karl@gnu.org>
54900
54901         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
54902         might actually be set by the user.
54903
54904         * config/depcomp, install-sh, mdate-sh: update from automake.
54905
54906 2003-05-17  Bruno Haible  <bruno@clisp.org>
54907
54908         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
54909         invalid expansion for AC_EGREP_CPP.
54910         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
54911         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
54912         Suggested by Akim Demaille <akim@epita.fr> in
54913         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
54914
54915 2003-05-12  Jim Meyering  <jim@meyering.net>
54916
54917         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
54918         the space-padded-by-default conversion specifiers, %e, %k, %l.
54919
54920 2003-05-12  Bruno Haible  <bruno@clisp.org>
54921
54922         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
54923         the string is longer than 4 KB.
54924
54925 2003-05-11  Karl Berry  <karl@gnu.org>
54926
54927         * config/config.{guess,sub}: update from prep.
54928
54929 2003-05-09  Bruno Haible  <bruno@clisp.org>
54930
54931         * modules/error: Add m4/strerror_r.m4 to file list.
54932
54933 2003-05-03  Bruno Haible  <bruno@clisp.org>
54934
54935         Upgrade to Unicode-4.0.
54936         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
54937         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
54938         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
54939         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
54940         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
54941         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
54942         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
54943         Change width of U+E0100..U+E01EF from 1 to 0.
54944
54945 2003-04-25  Jim Meyering  <jim@meyering.net>
54946
54947         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
54948         of type size_t, not int.
54949
54950 2003-04-25  Bruno Haible  <bruno@clisp.org>
54951
54952         * lib/copy-file.c: Include <stddef.h>, for size_t.
54953
54954 2003-04-21  Paul Eggert  <eggert@twinsun.com>
54955
54956         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
54957         code which expansion is under static control.  Patch imported from
54958         Akim Demaille's patch to Bison; see
54959         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
54960
54961 2003-04-14  Bruno Haible  <bruno@clisp.org>
54962
54963         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
54964
54965 2003-04-11  Jim Meyering  <jim@meyering.net>
54966
54967         Merge changes from Coreutils.
54968
54969         2003-03-22  Jim Meyering  <jim@meyering.net>
54970
54971         * lib/strftime.c (widen): Cast alloca return value to proper type.
54972
54973         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
54974
54975         From GNU libc.
54976         * lib/strftime.c (my_strftime): Handle very large width
54977         specifications for numeric values correctly.  Improve checks for
54978         overflow.
54979
54980         2003-01-19  Jim Meyering  <jim@meyering.net>
54981
54982         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
54983         definitions.
54984         (nl_get_alt_digit) [! defined my_strftime]: Define.
54985         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
54986         _nl_get_alt_digit and _nl_get_walt_digit.
54987
54988         * lib/strftime.c (my_strftime): Merge in locale-related changes from
54989         libc. These changes have no effect outside of _LIBC.
54990
54991 2003-04-10  Bruno Haible  <bruno@clisp.org>
54992
54993         * modules/findprog: New file.
54994         * MODULES.html.sh (func_all_modules): Add it.
54995
54996 2003-04-10  Bruno Haible  <bruno@clisp.org>
54997
54998         * m4/findprog.m4: New file.
54999         * m4/eaccess.m4: New file.
55000
55001 2003-04-10  Bruno Haible  <bruno@clisp.org>
55002
55003         * lib/findprog.h: New file, from GNU gettext.
55004         * lib/findprog.c: New file, from GNU gettext.
55005
55006 2003-04-05  Jim Meyering  <jim@meyering.net>
55007
55008         Merge changes from Coreutils.
55009
55010         * lib/exclude.h (PARAMS): Remove definition and uses.
55011         * lib/exclude.c: Remove uses of `PARAMS'.
55012
55013         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
55014         Add test-cases for DOS filenames. Declare program_name.
55015         (main): Set up program_name.  Patch by Rich Dawe.
55016
55017         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
55018         error from mntctl.
55019         Use mntctl's return value to drive the entry-processing loop, since
55020         we can't rely on the value of the vmt_length member in the last
55021         entry.  On some systems doing so could result in exhausting
55022         virtual memory.  Based in part on a patch from Mike Jetzer.
55023
55024 2003-04-04  Bruno Haible  <bruno@clisp.org>
55025
55026         * modules/linebreak: New file.
55027         * MODULES.html.sh (func_all_modules): Add it.
55028
55029 2003-04-04  Bruno Haible  <bruno@clisp.org>
55030
55031         * m4/linebreak.m4: New file.
55032
55033 2003-04-04  Bruno Haible  <bruno@clisp.org>
55034
55035         * lib/linebreak.h: New file, from GNU gettext.
55036         * lib/linebreak.c: New file, from GNU gettext with slight
55037         modifications.
55038         * lib/lbrkprop.h: New file, from GNU gettext.
55039
55040 2003-04-03  Bruno Haible  <bruno@clisp.org>
55041
55042         * modules/utf8-ucs4: New file.
55043         * modules/utf16-ucs4: New file.
55044         * modules/ucs4-utf8: New file.
55045         * modules/ucs4-utf16: New file.
55046         * MODULES.html.sh (func_all_modules): Add them.
55047
55048 2003-04-03  Bruno Haible  <bruno@clisp.org>
55049
55050         * m4/utf-ucs4.m4: New file.
55051         * m4/ucs4-utf.m4: New file.
55052
55053 2003-04-03  Bruno Haible  <bruno@clisp.org>
55054
55055         * lib/utf8-ucs4.h: New file, from GNU gettext.
55056         * lib/utf16-ucs4.h: New file, from GNU gettext.
55057         * lib/ucs4-utf8.h: New file, from GNU gettext.
55058         * lib/ucs4-utf16.h: New file, from GNU gettext.
55059
55060 2003-04-02  Bruno Haible  <bruno@clisp.org>
55061
55062         * modules/binary-io: New file.
55063         * MODULES.html.sh (func_all_modules): Add it.
55064
55065 2003-04-02  Bruno Haible  <bruno@clisp.org>
55066
55067         * lib/binary-io.h: New file, from GNU gettext.
55068
55069 2003-04-01  Bruno Haible  <bruno@clisp.org>
55070
55071         * modules/pathname: New file.
55072         * MODULES.html.sh (func_all_modules): Add it.
55073
55074 2003-04-01  Bruno Haible  <bruno@clisp.org>
55075
55076         * lib/pathname.h: New file, from GNU gettext.
55077         * lib/concatpath.c: New file, from GNU gettext.
55078
55079 2003-03-30  Bruno Haible  <bruno@clisp.org>
55080
55081         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
55082
55083 2003-03-30  Bruno Haible  <bruno@clisp.org>
55084
55085         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
55086         function chown() doesn't exist.
55087
55088 2003-03-28  Bruno Haible  <bruno@clisp.org>
55089
55090         * modules/copy-file: New file.
55091         * MODULES.html.sh (func_all_modules): Add it.
55092
55093 2003-03-28  Bruno Haible  <bruno@clisp.org>
55094
55095         * m4/copy-file.m4: New file.
55096
55097 2003-03-28  Bruno Haible  <bruno@clisp.org>
55098
55099         * lib/copy-file.h: New file, from GNU gettext.
55100         * lib/copy-file.c: New file, from GNU gettext.
55101
55102 2003-03-18  Jim Meyering  <jim@meyering.net>
55103
55104         * lib/quote.c (quote_n): Fix typo in comment.
55105
55106 2003-03-18  Bruno Haible  <bruno@clisp.org>
55107
55108         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
55109         checking.
55110         * m4/onceonly_2_57.m4: Likewise.
55111
55112 2003-03-17  Bruno Haible  <bruno@clisp.org>
55113
55114         * m4/onceonly.m4: Require autoconf 2.54 or newer.
55115         (m4_quote): Remove macro.
55116         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
55117
55118 2003-03-14  Jim Meyering  <jim@meyering.net>
55119
55120         Merge changes from Coreutils.
55121         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
55122         to be const, in order to avoid warnings.
55123         (obstack_room): Likewise.
55124         (obstack_empty_p): Likewise.
55125
55126 2003-03-14  Bruno Haible  <bruno@clisp.org>
55127
55128         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
55129         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
55130
55131 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55132
55133         Merge changes from Bison.
55134         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
55135         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
55136         when compiling Bison 1.875's `bitset bset = obstack_alloc
55137         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
55138         * lib/hash.c: Include <stdbool.h> unconditionally.
55139
55140 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55141
55142         * m4/onceonly.m4 (m4_quote): New macro.
55143         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
55144         Quote AC_FOREACH variable-expansions properly.
55145
55146 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55147
55148         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
55149
55150 2003-03-09  Paul Eggert  <eggert@twinsun.com>
55151
55152         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
55153         Reported by Bruce Becker; see:
55154         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
55155
55156 2003-03-03  Paul Eggert  <eggert@twinsun.com>
55157             Bruno Haible  <bruno@clisp.org>
55158
55159         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
55160         Reported by John Hughes, see
55161         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
55162
55163 2003-02-20  Bruno Haible  <bruno@clisp.org>
55164
55165         * MODULES.html.sh (func_all_modules): Add poll.
55166
55167 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55168
55169         * modules/poll: New file.
55170
55171 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55172
55173         * lib/poll_.h: New file.
55174         * lib/poll.c: New file.
55175
55176 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55177
55178         * m4/poll.m4: New file.
55179
55180 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55181
55182         * modules/mathl: New file.
55183
55184 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55185
55186         * lib/mathl.h: New file.
55187         * lib/acosl.c: New file.
55188         * lib/asinl.c: New file.
55189         * lib/atanl.c: New file.
55190         * lib/ceill.c: New file.
55191         * lib/cosl.c: New file.
55192         * lib/expl.c: New file.
55193         * lib/floorl.c: New file.
55194         * lib/frexpl.c: New file.
55195         * lib/ldexpl.c: New file.
55196         * lib/logl.c: New file.
55197         * lib/sincosl.c: New file.
55198         * lib/sinl.c: New file.
55199         * lib/sqrtl.c: New file.
55200         * lib/tanl.c: New file.
55201         * lib/trigl.c: New file.
55202         * lib/trigl.h: New file.
55203
55204 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55205
55206         * m4/mathl.m4: New file.
55207
55208 2003-02-18  Bruno Haible  <bruno@clisp.org>
55209
55210         * MODULES.html.sh (func_all_modules): Add mathl.
55211
55212 2003-02-17  Bruno Haible  <bruno@clisp.org>
55213
55214         * modules/mkdtemp: New module.
55215         * MODULES.html.sh (func_all_modules): Add it.
55216
55217 2003-02-17  Bruno Haible  <bruno@clisp.org>
55218
55219         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
55220
55221 2003-02-17  Bruno Haible  <bruno@clisp.org>
55222
55223         * lib/mkdtemp.h: New file, from GNU gettext.
55224         * lib/mkdtemp.c: New file, from GNU gettext.
55225
55226 2003-02-02  Jim Meyering  <jim@meyering.net>
55227
55228         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
55229         e.g. glibc-2.2.93.
55230
55231 2003-01-31  Bruno Haible  <bruno@clisp.org>
55232
55233         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
55234         'rpl_rename'.
55235         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
55236         'rpl_strnlen'.
55237         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
55238         'rpl_strtod'.
55239         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
55240         'rpl_utime'.
55241
55242 2003-01-31  Bruno Haible  <bruno@clisp.org>
55243
55244         * lib/rename.c: #undef rename before defining rpl_rename.
55245         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
55246
55247 2003-01-30  Bruno Haible  <bruno@clisp.org>
55248
55249         * modules/vasnprintf, modules/vasprintf: New modules.
55250         * MODULES.html.sh (func_all_modules): Add them.
55251
55252 2003-01-30  Bruno Haible  <bruno@clisp.org>
55253
55254         * m4/signed.m4: New file, from GNU gettext.
55255         * m4/longdouble.m4: New file, from GNU gettext.
55256         * m4/wchar_t.m4: New file, from GNU gettext.
55257         * m4/wint_t.m4: New file, from GNU gettext.
55258         * m4/vasnprintf.m4: New file.
55259         * m4/vasprintf.m4: New file.
55260
55261 2003-01-30  Bruno Haible  <bruno@clisp.org>
55262
55263         * lib/printf-args.h: New file, from GNU gettext.
55264         * lib/printf-args.c: New file, from GNU gettext.
55265         * lib/printf-parse.h: New file, from GNU gettext.
55266         * lib/printf-parse.c: New file, from GNU gettext.
55267         * lib/vasnprintf.h: New file, from GNU gettext.
55268         * lib/vasnprintf.c: New file, from GNU gettext.
55269         * lib/asnprintf.c: New file, from GNU gettext.
55270         * lib/vasprintf.h: New file, from GNU gettext with modifications.
55271         * lib/vasprintf.c: New file, from GNU gettext.
55272         * lib/asprintf.c: New file, from GNU gettext.
55273
55274 2003-01-29  Bruno Haible  <bruno@clisp.org>
55275
55276         * modules/stpncpy: New module.
55277         * MODULES.html.sh (func_all_modules): Add it.
55278
55279 2003-01-29  Bruno Haible  <bruno@clisp.org>
55280
55281         * m4/stpncpy.m4: New file.
55282
55283 2003-01-29  Bruno Haible  <bruno@clisp.org>
55284
55285         * lib/stpncpy.h: New file, from GNU gettext with modifications.
55286         * lib/stpncpy.c: New file, from GNU gettext with modifications.
55287
55288 2003-01-28  Bruno Haible  <bruno@clisp.org>
55289
55290         * modules/c-ctype: New module.
55291         * MODULES.html.sh (func_all_modules): Add it.
55292
55293 2003-01-28  Bruno Haible  <bruno@clisp.org>
55294
55295         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
55296         Paul Eggert.
55297         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
55298         Paul Eggert.
55299
55300 2003-01-27  Bruno Haible  <bruno@clisp.org>
55301
55302         * modules/xsetenv: New module.
55303         * MODULES.html.sh (func_all_modules): Add it.
55304
55305 2003-01-27  Bruno Haible  <bruno@clisp.org>
55306
55307         * lib/xsetenv.h: New file, from GNU gettext.
55308         * lib/xsetenv.c: New file, from GNU gettext.
55309
55310 2003-01-23  Jim Meyering  <jim@meyering.net>
55311
55312         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
55313         from working on systems without dirfd (at least Irix and OSF1/Tru64).
55314
55315 2003-01-23  Bruno Haible  <bruno@clisp.org>
55316
55317         * modules/minmax: New module.
55318         * MODULES.html.sh (func_all_modules): Add it.
55319
55320 2003-01-23  Bruno Haible  <bruno@clisp.org>
55321
55322         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
55323         Eggert.
55324
55325 2003-01-22  Bruno Haible  <bruno@clisp.org>
55326
55327         * modules/exit: New module.
55328         * MODULES.html.sh (func_all_modules): Add it.
55329
55330 2003-01-22  Bruno Haible  <bruno@clisp.org>
55331
55332         * lib/exit.h: New file, from GNU gettext.
55333
55334 2003-01-19  Bruno Haible  <bruno@clisp.org>
55335
55336         * gnulib-tool: Recognize option --extract-maintainer.
55337         (func_get_maintainer): New function.
55338         * modules/*: Add Maintainer entry.
55339
55340 2003-01-16  Jim Meyering  <jim@meyering.net>
55341
55342         * m4/regex.m4: The `regex' struct is both input and output.
55343         Initialize it before each use.  Patch by Tim Waugh.
55344
55345 2003-01-16  Bruno Haible  <bruno@clisp.org>
55346
55347         * MODULES.html.sh: Add a table of contents. Add the module name as
55348         leftmost column. Add hyperlinks.
55349
55350 2003-01-15  Bruno Haible  <bruno@clisp.org>
55351
55352         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
55353
55354 2003-01-15  Bruno Haible  <bruno@clisp.org>
55355
55356         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
55357         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
55358         suffix.
55359
55360 2003-01-15  Bruno Haible  <bruno@clisp.org>
55361
55362         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
55363
55364 2003-01-15  Bruno Haible  <bruno@clisp.org>
55365
55366         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
55367         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
55368
55369 2003-01-14  Jim Meyering  <jim@meyering.net>
55370
55371         * lib/same.c (same_name): Tweak a comment.
55372
55373 2003-01-14  Bruno Haible  <bruno@clisp.org>
55374
55375         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
55376         when a string comparison is sufficient.
55377
55378 2003-01-14  Bruno Haible  <bruno@clisp.org>
55379
55380         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
55381         'unsigned int'.
55382
55383 2003-01-14  Bruno Haible  <bruno@clisp.org>
55384
55385         * lib/hash-pjw.c: Add comment about low quality of this function.
55386
55387 2003-01-13  Bruno Haible  <bruno@clisp.org>
55388
55389         * modules/stpcpy: Distribute lib/stpcpy.h.
55390         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
55391
55392 2003-01-13  Bruno Haible  <bruno@clisp.org>
55393
55394         * modules/*: Add a description.
55395         * modules/strpbrk: Fix Makefile.am snippet.
55396         * modules/strtoimax: Fix dependencies.
55397         * modules/strtoumax: Likewise.
55398
55399 2003-01-13  Bruno Haible  <bruno@clisp.org>
55400
55401         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
55402         * modules/alloca (Makefile.am): All object files depend on alloca.h.
55403         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
55404
55405 2003-01-13  Bruno Haible  <bruno@clisp.org>
55406
55407         * gnulib-tool (func_create_testdir): Store config/* files in the main
55408         directory.
55409         * config.rpath: Move to ...
55410         * config/config.rpath: ... here.
55411         * modules/gettext: Contains config/config.rpath, not config.rpath.
55412         * modules/iconv: Likewise.
55413
55414 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55415
55416         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55417         to avoid collisions with libcurses and libreadline.
55418
55419         * m4/getstr.m4: Remove.
55420         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
55421
55422 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55423
55424         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55425         to avoid collisions with libcurses and libreadline.
55426
55427         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
55428         * lib/getstr.h, getstr.c: Remove.
55429         * lib/getline.c: Include "getline.h", to check interface.
55430         Move body of old getstr.c here: this defines MIN_CHUNK and
55431         declares getdelim2, which is renamed from getstr.
55432         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
55433
55434         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
55435         All uses changed.
55436         * lib/linebuffer.h: Likewise.
55437         (readline): Remove backward-compatibility macro.
55438
55439 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55440
55441         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55442         to avoid collisions with libcurses and libreadline.
55443         * getstr: Remove.
55444         * MODULES.html.sh: Remove getstr.
55445         * modules/getline: Depend on unlocked-io, not getstr.
55446
55447 2003-01-12  Jim Meyering  <jim@meyering.net>
55448
55449         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
55450
55451 2003-01-10  Bruno Haible  <bruno@clisp.org>
55452
55453         * modules/alloca: Change Makefile.am requirements. Simplify Include
55454         requirements. Add lib/alloca_.h to file list.
55455
55456 2003-01-10  Bruno Haible  <bruno@clisp.org>
55457
55458         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
55459
55460 2003-01-10  Bruno Haible  <bruno@clisp.org>
55461
55462         * lib/alloca_.h: New file.
55463         * lib/getdate.y: Unconditionally include alloca.h.
55464         * lib/makepath.c: Likewise.
55465         * lib/setenv.c: Likewise.
55466         * lib/userspec.c: Likewise.
55467
55468 2003-01-09  Karl Berry  <karl@gnu.org>
55469
55470         * MODULES.html.sh: include `dirname $0` in PATH, to find
55471         gnulib-tool.
55472
55473 2003-01-09  Bruno Haible  <bruno@clisp.org>
55474
55475         * modules/stdbool: Change configure.ac, Makefile.am requirements.
55476         Simplify Include requirements. Add lib/stdbool.h.in to file list.
55477
55478 2003-01-09  Bruno Haible  <bruno@clisp.org>
55479
55480         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
55481
55482 2003-01-09  Bruno Haible  <bruno@clisp.org>
55483
55484         * lib/stdbool.h.in: New file.
55485
55486 2003-01-09  Bruno Haible  <bruno@clisp.org>
55487
55488         * gnulib-tool (func_all_modules): Ignore files ending in ~.
55489         * MODULES.html.sh: Likewise.
55490
55491 2003-01-08  Jim Meyering  <jim@meyering.net>
55492
55493         * lib/full-write.c: Undefine and define-away `const' after inclusion
55494         of errno.h, not before.  Suggestion from Bruno Haible.
55495
55496 2003-01-08  Bruno Haible  <bruno@clisp.org>
55497
55498         * modules/full-read: Depend on full-write.
55499
55500 2003-01-08  Bruno Haible  <bruno@clisp.org>
55501
55502         * lib/safe-read.c: Include specification header first, to ensure its
55503         selfcontainedness.
55504         * lib/full-write.c: Likewise.
55505
55506 2003-01-07  Jim Meyering  <jim@meyering.net>
55507
55508         * lib/full-write.c: Rework so that it may serve to define full_read,
55509         too.
55510         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
55511
55512 2003-01-07  Bruno Haible  <bruno@clisp.org>
55513
55514         * lib/strtoimax.c: Include <stdint.h> as an alternative to
55515         <inttypes.h>.
55516         * lib/xstrtol.h: Likewise.
55517         * lib/xstrtoimax.c: Likewise.
55518         * lib/xstrtoumax.c: Likewise.
55519         * lib/human.h: Likewise.
55520
55521         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
55522         on systems that have <inttypes.h> but not <stdint.h>.
55523
55524 2003-01-07  Bruno Haible  <bruno@clisp.org>
55525
55526         * MODULES.html.sh: Add copyright notice.
55527         (missed_files): Omit CVS directory entries.
55528         (func_module): Make it work with sed-3.02.
55529         * MODULES.txt: Remove file.
55530
55531 2003-01-06  Jim Meyering  <jim@meyering.net>
55532
55533         * lib/version-etc.c: Update year in translatable copyright string.
55534
55535 2003-01-03  Karl Berry  <karl@gnu.org>
55536
55537         * config/config.{guess,sub}: update from prep.
55538
55539 2003-01-02  Karl Berry  <karl@gnu.org>
55540
55541         * doc/COPYING.DOC: belatedly updated to 1.2.
55542
55543 2003-01-01  Karl Berry  <karl@gnu.org>
55544
55545         * gnulib-tool (func_verify_module): report module name $module in
55546         error message, not $1.
55547         * gnulib-tool (create-testdir): don't complain if destdir couldn't
55548         be created, only if it doesn't exist.
55549         * gnulib-tool (last_checkin_date): don't expand the $Date here.
55550
55551 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55552
55553         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
55554
55555 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55556
55557         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
55558         memcmp if strcoll doesn't work.
55559
55560 2002-12-31  Bruno Haible  <bruno@clisp.org>
55561
55562         * lib/utime.c (utime_null): No need to call ftruncate if the file was
55563         nonempty.
55564
55565 2002-12-31  Bruno Haible  <bruno@clisp.org>
55566
55567         * lib/memcoll.c (STRCOLL): New macro.
55568         (memcoll): Use it.
55569
55570 2002-12-31  Bruno Haible  <bruno@clisp.org>
55571
55572         * lib/localcharset.h: New file.
55573         * lib/localcharset.c: Include it.
55574         * lib/unicodeio.c: Likewise.
55575
55576 2002-12-31  Bruno Haible  <bruno@clisp.org>
55577
55578         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
55579         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
55580
55581 2002-12-31  Bruno Haible  <bruno@clisp.org>
55582
55583         * lib/getline.h: Include <stddef.h>, for size_t.
55584
55585         * lib/unicodeio.h: Include <stddef.h>, for size_t.
55586         * lib/unicodeio.c: Don't include <stddef.h>.
55587
55588 2002-12-31  Bruno Haible  <bruno@clisp.org>
55589
55590         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
55591         HAVE_TM_ZONE.
55592
55593 2002-12-24  Karl Berry  <karl@gnu.org>
55594
55595         * config/config.guess: update from prep.
55596
55597 2002-12-24  Bruno Haible  <bruno@clisp.org>
55598
55599         General infrasructure.
55600         * m4/README: Rewritten.
55601         * m4/onceonly.m4: New file.
55602         * m4/onceonly_2_57.m4: New file.
55603
55604         Module atexit.
55605         * m4/atexit.m4: New file.
55606
55607         Module strtod.
55608         * m4/strtod.m4: New file.
55609
55610         Module strtol.
55611         * m4/strtol.m4: New file.
55612
55613         Module strtoul.
55614         * m4/strtoul.m4: New file.
55615
55616         Module memchr.
55617         * m4/memchr.m4: New file.
55618
55619         Module memcmp.
55620         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
55621         (jm_FUNC_MEMCMP): Invoke it.
55622
55623         Module memcpy.
55624         * m4/memcpy.m4: New file.
55625
55626         Module memmove.
55627         * m4/memmove.m4: New file.
55628
55629         Module memset.
55630         * m4/memset.m4: New file.
55631
55632         Module strcspn.
55633         * m4/strcspn.m4: New file.
55634
55635         Module strpbrk.
55636         * m4/strpbrk.m4: New file.
55637
55638         Module strstr.
55639         * m4/strstr.m4: New file.
55640
55641         Module strerror.
55642         * m4/strerror.m4: New file.
55643
55644         Module mktime.
55645         * m4/mktime.m4: Renamed from jm-mktime.m4.
55646         (gl_PREREQ_MKTIME): New macro.
55647         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
55648
55649         Module malloc.
55650         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
55651         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
55652         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
55653
55654         Module realloc.
55655         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
55656         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
55657         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
55658
55659         Module strftime.
55660         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
55661         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
55662         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
55663         gl_TM_GMTOFF.
55664         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
55665
55666         Module xalloc.
55667         * m4/xalloc.m4: New file.
55668
55669         Module alloca.
55670         * m4/alloca.m4: New file.
55671
55672         Module putenv.
55673         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
55674         (jm_FUNC_PUTENV): Invoke it.
55675
55676         Module setenv.
55677         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
55678         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
55679         when invoked twice.
55680         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
55681         gt_FUNC_SETENV.
55682
55683         Module memrchr.
55684         * m4/memrchr.m4: New file.
55685
55686         Module stpcpy.
55687         * m4/stpcpy.m4: New file.
55688
55689         Module strcase.
55690         * m4/strcase.m4: New file.
55691
55692         Module strdup.
55693         * m4/strdup.m4: New file.
55694
55695         Module strnlen.
55696         * m4/strnlen.m4: New file.
55697
55698         Module strndup.
55699         * m4/strndup.m4: New file.
55700
55701         Module xstrtod.
55702         * m4/xstrtod.m4: New file.
55703
55704         Module xstrtol.
55705         * m4/xstrtol.m4: New file.
55706
55707         Module getdate.
55708         * m4/getdate.m4: New file.
55709
55710         Module unlocked-io.
55711         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
55712         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
55713         * m4/jm-glibc-io.m4n: Remove file.
55714
55715         Module long-options.
55716         * m4/long-options.m4: New file.
55717
55718         Module md5.
55719         * m4/md5.m4: New file.
55720
55721         Module sha.
55722         * m4/sha.m4: New file.
55723
55724         Module getstr.
55725         * m4/getstr.m4: New file.
55726
55727         Module getline.
55728         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
55729         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
55730         <sys/types.h>, for size_t. Use the function name gnu_getline, not
55731         simply getline. Infoke gl_PREREQ_GETLINE.
55732
55733         Module obstack.
55734         * m4/obstack.m4: New file.
55735
55736         Module hash.
55737         * m4/hash.m4: New file.
55738
55739         Module readtokens.
55740         * m4/readtokens.m4: New file.
55741
55742         Module strverscmp.
55743         * m4/strverscmp.m4: New file.
55744
55745         Module stdbool.
55746         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
55747         OSF/1.
55748
55749         Module strtoll.
55750         * m4/strtoll.m4: New file.
55751
55752         Module strtoull.
55753         * m4/strtoull.m4: New file.
55754
55755         Module strtoimax.
55756         * m4/strtoimax.m4: New file.
55757
55758         Module strtoumax.
55759         * m4/strtoumax.m4: New file.
55760
55761         Module xstrtoimax.
55762         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
55763         jm_AC_PREREQ_XSTRTOIMAX.
55764         Moved the strtol prerequisites to strtol.m4.
55765         Moved the strtoll prerequisites to strtoll.m4.
55766         Moved the strtoimax prerequisites to strtoimax.m4.
55767
55768         Module xstrtoumax.
55769         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
55770         jm_AC_PREREQ_XSTRTOUMAX.
55771         Moved the strtoul prerequisites to strtoul.m4.
55772         Moved the strtoull prerequisites to strtoull.m4.
55773         Moved the strtoumax prerequisites to strtoumax.m4.
55774
55775         Module chown.
55776         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
55777         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
55778
55779         Module dup2.
55780         * m4/dup2.m4: New file.
55781
55782         Module ftruncate.
55783         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
55784         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
55785
55786         Module getgroups.
55787         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
55788         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
55789
55790         Module gettimeofday.
55791         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
55792         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
55793         gl_PREREQ_GETTIMEOFDAY.
55794
55795         Module mkdir.
55796         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
55797         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
55798
55799         Module mkstemp.
55800         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
55801         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
55802         jm_AC_TYPE_UINTMAX_T.
55803         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
55804
55805         Module stat.
55806         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
55807         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
55808
55809         Module lstat.
55810         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
55811         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
55812
55813         Module timespec.
55814         * m4/timespec.m4 (gl_TIMESPEC): New macro.
55815         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
55816         * m4/st_mtim.m4: Indentation.
55817
55818         Module nanosleep.
55819         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
55820         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
55821         gl_PREREQ_NANOSLEEP.
55822
55823         Module regex.
55824         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
55825         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
55826         (gl_REGEX): New macro.
55827
55828         Module rename.
55829         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
55830         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
55831
55832         Module rmdir.
55833         * m4/rmdir.m4: New file.
55834
55835         Module utime.
55836         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
55837         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
55838         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
55839
55840         Module dirname.
55841         * m4/dirname.m4: New file.
55842
55843         Module getopt.
55844         * m4/getopt.m4: New file.
55845
55846         Module unistd-safer.
55847         * m4/unistd-safer.m4: New file.
55848
55849         Module fnmatch.
55850         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
55851         declaration.
55852         (gl_PREREQ_FNMATCH_EXTRA): New macro.
55853         (gl_FUNC_FNMATCH_POSIX): New macro.
55854         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
55855         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
55856         simply fnmatch.
55857
55858         Module exclude.
55859         * m4/exclude.m4: New file.
55860
55861         Module human.
55862         * m4/human.m4: New file.
55863
55864         Module acl.
55865         * m4/acl.m4: Nop.
55866
55867         Module backupfile.
55868         * m4/backupfile.m4: New file.
55869         * m4/d-ino.m4: Indentation.
55870
55871         Module fsusage.
55872         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
55873         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
55874         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
55875
55876         Module dirfd.
55877         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
55878         requirements.
55879
55880         Module euidaccess.
55881         * m4/euidaccess.m4: New file.
55882
55883         Module file-type.
55884         * m4/file-type.m4: New file.
55885
55886         Module fileblocks.
55887         * m4/fileblocks.m4: New file.
55888
55889         Module filemode.
55890         * m4/filemode.m4: New file.
55891
55892         Module isdir.
55893         * m4/isdir.m4: New file.
55894
55895         Module lchown.
55896         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
55897         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
55898
55899         Module makepath.
55900         * m4/makepath.m4: New file.
55901
55902         Module modechange.
55903         * m4/modechange.m4: New file.
55904
55905         Module mountlist.
55906         * m4/mountlist.m4: New file.
55907         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
55908         Indentation.
55909
55910         Module path-concat.
55911         * m4/path-concat.m4: New file.
55912
55913         Module pathmax.
55914         * m4/pathmax.m4: New file.
55915
55916         Module same.
55917         * m4/same.m4: New file.
55918
55919         Module save-cwd.
55920         * m4/save-cwd.m4: New file.
55921
55922         Module savedir.
55923         * m4/savedir.m4: New file.
55924
55925         Module xgetcwd.
55926         * m4/xgetcwd.m4: New file.
55927         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
55928
55929         Module xreadlink.
55930         * m4/xreadlink.m4: New file.
55931
55932         Module safe-read.
55933         * m4/safe-read.m4: New file.
55934
55935         Module safe-write.
55936         * m4/safe-write.m4: New file.
55937
55938         Module closeout.
55939         * m4/closeout.m4: New file.
55940
55941         Module stdio-safer.
55942         * m4/stdio-safer.m4: New file.
55943
55944         Module getpass.
55945         * m4/getpass.m4: New file.
55946
55947         Module getugroups.
55948         * m4/getugroups.m4: New file.
55949
55950         Module group-member.
55951         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
55952         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
55953
55954         Module idcache.
55955         * m4/idcache.m4: New file.
55956
55957         Module userspec.
55958         * m4/userspec.m4: New file.
55959
55960         Module gettime.
55961         * m4/clock_time.m4: New file.
55962         * m4/gettime.m4: New file.
55963
55964         Module settime.
55965         * m4/settime.m4: New file.
55966
55967         Module posixtm.
55968         * m4/posixtm.m4: New file.
55969
55970         Module gethostname.
55971         * m4/gethostname.m4: New file.
55972
55973         Module canon-host.
55974         * m4/canon-host.m4: New file.
55975
55976         Module gettext.
55977         * m4/codeset.m4: New file, from gettext-0.11.5.
55978         * m4/gettext.m4: New file, from gettext-0.11.5.
55979         * m4/glibc21.m4: New file, from gettext-0.11.5.
55980         * m4/iconv.m4: New file, from gettext-0.11.5.
55981         * m4/intdiv0.m4: New file, from gettext-0.11.5.
55982         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
55983         * m4/inttypes.m4: New file, from gettext-0.11.5.
55984         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
55985         * m4/isc-posix.m4: New file, from gettext-0.11.5.
55986         * m4/lcmessage.m4: New file, from gettext-0.11.5.
55987         * m4/lib-ld.m4: New file, from gettext-0.11.5.
55988         * m4/lib-link.m4: New file, from gettext-0.11.5.
55989         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
55990         * m4/progtest.m4: New file, from gettext-0.11.5.
55991         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
55992         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
55993         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
55994
55995         Module localcharset.
55996         * m4/localcharset.m4: New file.
55997
55998         Module hard-locale.
55999         * m4/hard-locale.m4: New file.
56000
56001         Module mbswidth.
56002         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
56003         onceonly macros.
56004         * m4/mbrtowc.m4: Add comment.
56005
56006         Module memcasecmp.
56007         * m4/memcasecmp.m4: New file.
56008
56009         Module memcoll.
56010         * m4/memcoll.m4: New file.
56011
56012         Module unicodeio.
56013         * m4/unicodeio.m4: New file.
56014
56015         Module rpmatch.
56016         * m4/rpmatch.m4: New file.
56017
56018         Module yesno.
56019         * m4/yesno.m4: New file.
56020
56021         Module exitfail.
56022         * m4/exitfail.m4: New file.
56023
56024         Module c-stack.
56025         * m4/c-stack.m4 (gl_C_STACK): New macro.
56026         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
56027
56028         Module error.
56029         * m4/error.m4 (gl_ERROR): New macro.
56030         (jm_PREREQ_ERROR): Use onceonly macros.
56031
56032         Module fatal.
56033         * m4/fatal.m4: New file.
56034
56035         Module getloadavg.
56036         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
56037         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
56038
56039         Module getpagesize.
56040         * m4/getpagesize.m4: New file.
56041
56042         Module getusershell.
56043         * m4/getusershell.m4: New file.
56044
56045         Module physmem.
56046         * m4/physmem.m4: New file.
56047
56048         Module posixver.
56049         * m4/posixver.m4: New file.
56050
56051         Module quotearg.
56052         * m4/quotearg.m4: New file.
56053
56054         Module quote.
56055         * m4/quote.m4: New file.
56056
56057         Module readutmp.
56058         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
56059
56060         Module sig2str.
56061         * m4/sig2str.m4: New file.
56062
56063         Other.
56064         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
56065         ulonglong.m4.
56066         * m4/intmax_t.m4: New file.
56067         * m4/d-type.m4: Indentation.
56068         * m4/jm-macros.m4: Update.
56069         * m4/prereq.m4 (jm_PREREQ): Update.
56070         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
56071         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
56072         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
56073         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
56074         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
56075         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
56076         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
56077         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
56078         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
56079         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
56080         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
56081         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
56082         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
56083         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
56084         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
56085         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
56086         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
56087         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
56088         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
56089
56090 2002-12-24  Bruno Haible  <bruno@clisp.org>
56091
56092         * MODULES.txt: Update according to m4/ changes.
56093
56094         Module gettext.
56095         * config.rpath: New file, from gettext-0.11.5.
56096
56097         * modules/*: New module descriptions.
56098         * gnulib-tool: New file.
56099         * MODULES.html.sh: New file.
56100
56101 2002-12-21  Karl Berry  <karl@gnu.org>
56102
56103         * doc/fdl.texi: update to version 1.2.
56104
56105 2002-12-19  Karl Berry  <karl@gnu.org>
56106
56107         * config/config.guess: update from prep.
56108
56109 2002-12-18  Bruno Haible  <bruno@clisp.org>
56110
56111         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
56112         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
56113
56114 2002-12-17  Bruno Haible  <bruno@clisp.org>
56115
56116         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
56117         stdlib.h, string.h.
56118
56119 2002-12-17  Bruno Haible  <bruno@clisp.org>
56120
56121         * lib/canon-host.c (strdup): Remove unused declaration.
56122
56123         * lib/fsusage.c: Include full_read.h.
56124         (get_fs_usage): Use full_read instead of safe_read.
56125
56126         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
56127
56128 2002-12-12  Karl Berry  <karl@gnu.org>
56129
56130         * config/config.guess: update from prep.
56131
56132 2002-12-11  Bruno Haible  <bruno@clisp.org>
56133
56134         * m4/setenv.m4: New file, from gettext-0.11.5.
56135
56136 2002-12-11  Bruno Haible  <bruno@clisp.org>
56137
56138         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
56139         not unsetenv().
56140         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
56141         modifications:
56142
56143         2002-12-11  Bruno Haible  <bruno@clisp.org>
56144
56145                 * setenv.c (alloca): Fall back to malloc.
56146                 (freea): New macro.
56147                 (setenv): Use freea() to free memory allocated with alloca().
56148
56149         2002-11-13  Bruno Haible  <bruno@clisp.org>
56150
56151                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
56152                 function declarations.
56153                 * unsetenv.c (unsetenv): Likewise.
56154
56155         2002-03-04  Bruno Haible  <bruno@clisp.org>
56156
56157                 Portability to AIX 4.3.3.
56158                 * unsetenv.c: New file, extracted from setenv.c.
56159                 * setenv.c: Move the unsetenv() function to unsetenv.c.
56160
56161         2001-12-20  Bruno Haible  <bruno@clisp.org>
56162
56163                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
56164                 use malloc instead. For SunOS 4.
56165
56166         2001-12-11  Bruno Haible  <bruno@clisp.org>
56167
56168                 * setenv.c: Declare alloca.
56169                 (compar_fn_t): New typedef.
56170                 (KNOWN_VALUE, STORE_VALUE): Use it.
56171
56172         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
56173         setenv.h.
56174
56175 2002-12-10  Paul Eggert  <eggert@twinsun.com>
56176
56177         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
56178         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
56179         Choose values that are less likely to collide with system fnmatch
56180         options.
56181         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
56182         defined (e.g., a pure POSIX system).
56183         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
56184         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
56185
56186 2002-12-06  Paul Eggert  <eggert@twinsun.com>
56187
56188         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
56189         a pain in practice to deal with generated m4 files.  This change
56190         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
56191
56192         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
56193         and jm-glibc-io.m4, as they are no longer a special case.
56194         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
56195         kludge and the auto-generation stuff.  Check only whether the
56196         functions are declared, not whether they exist, since older hosts
56197         that don't declare the functions can't use the optimization anyway.
56198
56199 2002-12-06  Jim Meyering  <jim@meyering.net>
56200
56201         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
56202
56203         Merge in changes from libc's misc/error.c, in preparation
56204         for the merge of gnulib's changes back into libc.
56205
56206         * lib/error.c (_): Define only if not already defined.
56207         Move definition to follow all #include directives.
56208         Include unlocked-io.h only if !_LIBC.
56209         [_LIBC]: Include <libio/libioP.h>.
56210         [USE_IN_LIBIO]: Include <libio/iolibio.h>
56211         (fflush): Tweak definition to use INTUSE.
56212         (putc): Define.
56213
56214 2002-12-05  Paul Eggert  <eggert@twinsun.com>
56215
56216         * lib/alloca.c [defined emacs]: Include "lisp.h".
56217         (xalloc_die) [defined emacs]: New macro.
56218         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
56219         [! defined emacs]: Include <xalloc.h>.
56220         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
56221         (pointer): Typedef to POINTER_TYPE *.
56222         (malloc): Remove decl; we now always use xmalloc.
56223         (alloca): Use old-style definition, since Emacs needs this.
56224         Check for arithmetic overflow when computing combined size.
56225
56226 2002-12-04  Paul Eggert  <eggert@twinsun.com>
56227
56228         Do not generate unlocked-io.h automatically, since it's easier to
56229         maintain it by hand.
56230
56231         * lib/unlocked-io.h: New file, from GNU diffutils,
56232         but with proper copyright notice and attribution.
56233         * lib/gen-uio: Remove.
56234         * lib/Makefile.am: Add copyright notice.
56235         (libfetish_a_SOURCES): Add unlocked-io.h.
56236         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
56237         (DISTCLEANFILES, io_functions): Remove macros.
56238         (EXTRA_DIST): Remove gen_uio.
56239         (unlocked-io.h): Remove rule.
56240
56241 2002-12-04  Jim Meyering  <jim@meyering.net>
56242
56243         Reflect the fact that stat.c and lstat.c are no longer generated.
56244         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
56245         (DISTCLEANFILES): Likewise.
56246         (EXTRA_DIST): Likewise.
56247         (all_local): Don't depend on stat.c or lstat.c.
56248         (stat.c, lstat.c): Remove rules.
56249         (EXTRA_DIST): Remove xstat.in.
56250
56251         * lib/xstat.in: Remove file.  Contents moved into stat.c.
56252         * lib/stat.c: New file.  Contents mostly from xstat.in.
56253         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
56254         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
56255
56256         * lib/safe-read.c: Rework so that it may serve to define safe_write,
56257         too.
56258         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
56259
56260 2002-12-03  Jim Meyering  <jim@meyering.net>
56261
56262         * lib/safe-read.c, safe-write.c: Change variable names and comments,
56263         but not semantics, to minimize the differences between these two files.
56264         (safe_read): Change comment to mention SAFE_READ_ERROR.
56265
56266         * lib/safe-read.c (IS_EINTR): Define.
56267         (safe_read): Use IS_EINTR in place of in-function cpp directives.
56268
56269 2002-12-02  Jim Meyering  <jim@meyering.net>
56270
56271         * lib/safe-read.c (EINTR): Define.
56272         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
56273         (INT_MAX): Provide fallback.
56274         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
56275
56276         * lib/safe-read.h (SAFE_READ_ERROR): Define.
56277
56278 2002-12-02  Bruno Haible  <bruno@clisp.org>
56279
56280         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
56281         Define, taken from safe-read.c.
56282         (INT_MAX): Provide fallback.
56283         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
56284         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
56285
56286         * lib/safe-read.c (EINTR): Remove definition.
56287         (safe_read): Don't use EINTR if it is absent.
56288
56289 2002-12-01  Jim Meyering  <jim@meyering.net>
56290
56291         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
56292         zero.
56293         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
56294
56295 2002-11-27  Paul Eggert  <eggert@twinsun.com>
56296
56297         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
56298         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
56299         with `if (! (value < limit)) abort ();', for readability.
56300
56301 2002-11-26  Karl Berry  <karl@gnu.org>
56302
56303         * lib/strdup.c: copy from libc again, with jim's ok.
56304         * lib/.cppi-disable: re-add strdup.c
56305
56306 2002-11-25  Karl Berry  <karl@gnu.org>
56307
56308         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
56309         instead of "strtol.c".
56310
56311 2002-11-25  Karl Berry  <karl@gnu.org>
56312
56313         * config/install-sh: update from automake for variable quoting, $0 in
56314         error msgs, etc.
56315
56316         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
56317         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
56318         entry.
56319
56320 2002-11-25  Jim Meyering  <jim@meyering.net>
56321
56322         * lib/mktime.c: Sync from libc, now that it has the latest fix.
56323
56324 2002-11-24  Karl Berry  <karl@gnu.org>
56325
56326         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
56327         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
56328
56329 2002-11-24  Jim Meyering  <jim@meyering.net>
56330
56331         Update from coreutils:
56332
56333         * lib/mktime.c: Merge in changes from libc.
56334
56335         Avoid a link-time failure on some Linux systems.
56336         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
56337         (otherwise).
56338         (__mon_yday): Declare with the STATIC attribute.
56339         (__mktime_internal): Likewise.
56340         Based on a report from Greg Schafer.
56341
56342 2002-11-23  Jim Meyering  <jim@meyering.net>
56343
56344         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
56345         Use `unsigned', not `int', as type of index.
56346
56347         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
56348
56349         * lib/fsusage.c: Remove unneeded parentheses around operands of
56350         `defined'.
56351
56352 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56353
56354         * lib/quotearg.h: Allow multiple inclusion by surrounding with
56355         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
56356         so that we can be included first.
56357         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
56358         * lib/quotearg.c: Include quotearg.h immediately after config.h.
56359         No need to include stddef.h or sys/types.h any more.
56360         Surround local include files with "", not "<>".
56361         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
56362         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
56363         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
56364         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
56365         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
56366         (ISPRINT): Remove; no longer needed now that we assume C89.
56367
56368         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
56369         Preserve errno.
56370
56371         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
56372         quotearg_char): Use SIZE_MAX rather than
56373         (size_t) -1 when we are talking about "infinity".
56374
56375         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
56376
56377 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56378
56379         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
56380         hint that one should use `if (! x) abort ();' rather than `assert
56381         (x);', and anyway it's one less thing to worry about configuring.
56382         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
56383         hash_rehash, hash_insert): Use abort rather than assert.
56384
56385 2002-11-22  Bruno Haible  <bruno@clisp.org>
56386
56387         * lib/safe-read.h: Assume C89. Add comments.
56388         (safe_read): Change return type to size_t.
56389         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
56390         byte counts > SSIZE_MAX correctly.
56391         * lib/safe-write.h: New file.
56392         * lib/safe-write.c: New file.
56393         * lib/full-read.h: New file.
56394         * lib/full-read.c: New file.
56395         * lib/full-write.h: Assume C89. Add comments.
56396         * lib/full-write.c: Include safe-write.h.
56397         (full_write): Rewritten to use safe_write.
56398         Suggested by Jim Meyering and Paul Eggert.
56399
56400 2002-11-21  Jim Meyering  <jim@meyering.net>
56401
56402         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
56403
56404         Merge in changes from the coreutils.
56405
56406         2002-09-25  Paul Eggert  <eggert@twinsun.com>
56407         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
56408         <stdint.h>.
56409         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
56410         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
56411         int.  Work more efficiently if X is the same width as uintmax_t.
56412         Do not compare X to -1, to avoid bogus compiler warning.
56413         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
56414         Don't assume that f_frsize and f_bsize are the same type.
56415
56416         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
56417         warning on FreeBSD.
56418
56419         * lib/makepath.c (make_path): Restore umask *before* creating the final
56420         component.
56421         (make_path): Minor reformatting.
56422
56423         * lib/xmalloc.c: Adjust to work with new autoconf macros,
56424         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
56425         HAVE_MALLOC/HAVE_REALLOC.
56426
56427         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
56428         dummy ones.  At least on GNU/Linux systems, `auto' means something
56429         else.
56430         From Michael Stone.
56431
56432 2002-11-21  Bruno Haible  <bruno@clisp.org>
56433
56434         Remove case insensitive option matching.
56435         * lib/argmatch.h (argcasematch): Remove declaration.
56436         (ARGCASEMATCH): Remove macro.
56437         (__xargmatch_internal): Remove case_sensitive argument.
56438         (XARGMATCH): Update.
56439         (XARGCASEMATCH): Remove macro.
56440         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
56441         case_sensitive argument.
56442         (argcasematch): Remove function.
56443         (__xargmatch_internal): Remove case_sensitive argument.
56444         (main): Use XARGMATCH instead of XARGCASEMATCH.
56445
56446         * lib/xmalloc.c: Change compile-time error message. Add comment about
56447         required autoconf version.
56448
56449 2002-11-20  Paul Eggert  <eggert@twinsun.com>
56450
56451         Merge argmatch cleanups from Bison.  Assume C89.
56452
56453         * lib/argmatch.c: Include config.h here, not in argmatch.h.
56454         Include stdlib.h, for EXIT_FAILURE.
56455         Always include <string.h>, since we assume C89.
56456         (EXIT_FAILURE): Remove pre-C89 bug workaround.
56457         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
56458         Include <stddef.h> instead, since it's all we need for size_t.
56459         (PARAMS): Remove.  All uses removed.
56460         (ARRAY_CARDINALITY): Do not bother to #undef.
56461         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
56462         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56463         Remove unnecessary parentheses.
56464         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56465         Insert necessary parentheses.
56466         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
56467         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
56468
56469 2002-11-19  Bruno Haible  <bruno@clisp.org>
56470
56471         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
56472         * lib/mbswidth.h: Include <stddef.h>, for size_t.
56473
56474         * lib/mbswidth.h (PARAMS): Remove macro.
56475         (mbswidth, mbsnwidth): Use ANSI C function declarations.
56476         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
56477
56478         * lib/gcd.h (PARAMS): Remove macro.
56479         (gcd): Use ANSI C function declarations.
56480         * lib/gcd.c (gcd): Likewise.
56481
56482 2002-11-15  Bruno Haible  <bruno@clisp.org>
56483
56484         * lib/strcspn.c: Include <stddef.h>.
56485         (strcspn): Use ANSI C function declaration. Change return type to
56486         size_t. Use NULL.
56487         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
56488         (strpbrk): Use NULL.
56489         * lib/strpbrk.h (PARAMS): Remove macro.
56490         (strpbrk): Use ANSI C function declaration.
56491         * lib/strstr.c: Don't include <sys/types.h>.
56492         * lib/strstr.h (PARAMS): Remove macro.
56493         (strstr): Use ANSI C function declarations.
56494
56495 2002-11-14  Karl Berry  <karl@gnu.org>
56496
56497         * config/mkinstalldirs: `do' on separate line, instead of
56498         `for var; do'.
56499
56500 2002-11-06  Bruno Haible  <bruno@clisp.org>
56501
56502         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
56503         * lib/gcd.c (gcd): Likewise.
56504
56505 2002-11-05  Bruno Haible  <bruno@clisp.org>
56506
56507         * lib/gcd.h: New file, from gettext-0.11.5.
56508         * lib/gcd.c: New file, from gettext-0.11.5.
56509
56510 2002-11-05  Bruno Haible  <bruno@clisp.org>
56511
56512         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56513         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56514         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56515         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56516
56517         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
56518         <libintl.h>.
56519         * lib/makepath.c: Include gettext.h instead of <locale.h> and
56520         <libintl.h>.
56521
56522         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
56523         * lib/human.c: Include gettext.h instead of <libintl.h>.
56524         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
56525         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
56526         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
56527         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
56528         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
56529         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
56530         (textdomain): Remove definition.
56531         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
56532
56533         * lib/long-options.c: Remove include of <libintl.h> and definition of
56534         _.
56535         * lib/same.c: Remove include of <libintl.h> and definition of _.
56536
56537 2002-11-04  Owen Taylor  <otaylor@redhat.com>
56538
56539         * lib/config.charset: A few additions for Solaris.
56540
56541 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56542
56543         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
56544         * lib/localcharset.c (locale_charset): Declare as extern "C".
56545
56546 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56547
56548         * lib/config.charset: msdos in uk_UA uses CP1125.
56549
56550 2002-11-04  Bruno Haible  <bruno@clisp.org>
56551
56552         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
56553         * lib/strcase.h: New file, from GNU gettext-0.11.5.
56554         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
56555         * lib/strstr.h: New file, from GNU gettext-0.11.5.
56556         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
56557
56558 2002-11-04  Bruno Haible  <bruno@clisp.org>
56559
56560         * lib/localcharset.c (locale_charset): Don't return an empty string.
56561
56562 2002-11-04  Bruno Haible  <bruno@clisp.org>
56563
56564         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
56565         aliases.
56566
56567 2002-11-04  Bruno Haible  <bruno@clisp.org>
56568
56569         * lib/config.charset: Update for newest glibc. Add canonical names
56570         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
56571
56572 2002-11-04  Bruno Haible  <bruno@clisp.org>
56573
56574         * lib/config.charset: Add support for NetBSD.
56575
56576 2002-11-04  Bruno Haible  <bruno@clisp.org>
56577
56578         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
56579
56580 2002-11-01  Bruno Haible  <bruno@clisp.org>
56581
56582         * configure.in: Add AC_CONFIG_AUX_DIR call.
56583         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
56584         test/Makefile.
56585         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
56586
56587 2002-09-28  Karl Berry  <karl@gnu.org>
56588
56589         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
56590         installed automake until the next release, since changes have been
56591         made.
56592
56593 2002-09-25  Karl Berry  <karl@gnu.org>
56594
56595         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
56596         * lib/getopt*: copy from libc/posix.
56597         * lib/gettext.h: copy from gettext.
56598         * lib/.cppi-disable: add strdup.c, gettext.h.
56599
56600 2002-09-25  Karl Berry  <karl@gnu.org>
56601
56602         * config/srclist.txt: enable gettext.h check.
56603         * config/config.{guess,sub}: update from prep.
56604         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
56605                 from automake 1.6.3.
56606         See srclist*.
56607
56608 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
56609
56610         * regex.c (PATFETCH): Remove the translating fetch.
56611         (PATFETCH_RAW): Rename to PATFETCH.
56612         (set_image_of_range): New fun.
56613         (SET_RANGE_TABLE_WORK_AREA): Use it.
56614         (regex_compile): Don't translate the pattern chars so eagerly.
56615         Only do it when inserting an `exactn' bytecode or when handling
56616         a char-range.
56617         (mutually_exclusive_p): Avoid empty statement.
56618
56619 2002-07-06  Jim Meyering  <meyering@lucent.com>
56620
56621         * m4/README: Don't mention Makefile.am.in.
56622         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
56623
56624 2002-07-01  Jim Meyering  <meyering@lucent.com>
56625
56626         * lib/c-stack.c: Include sys/time.h.
56627         From Volker Borchert.
56628
56629 2002-06-26  Paul Eggert  <eggert@twinsun.com>
56630
56631         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
56632
56633 2002-06-26  Paul Eggert  <eggert@twinsun.com>
56634
56635         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
56636         New macro.  Use it uniformly instead of
56637         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
56638         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
56639         reported by Vin Shelton.
56640
56641 2002-06-22  Paul Eggert  <eggert@twinsun.com>
56642
56643         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
56644         Do not assume SA_SIGINFO behavior.
56645         Bug reported by Jim Meyering on NetBSD 1.5.2.
56646
56647 2002-06-22  Jim Meyering  <meyering@lucent.com>
56648
56649         * m4/c-stack.m4: New file, from diffutils-2.8.2.
56650         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
56651
56652         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
56653         now that configure.ac uses AC_GNU_SOURCE.
56654         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
56655         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
56656
56657         Update to latest tools.  Suggestions from Paul Eggert.
56658         * m4/stdbool.m4: New file, from diffutils-2.8.2.
56659         * m4/gnu-source.m4: Update from diffutils-2.8.2.
56660         * m4/fnmatch.m4: Likewise.
56661         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
56662         to AC_HEADER_STDBOOL
56663
56664 2002-06-22  Jim Meyering  <meyering@lucent.com>
56665
56666         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
56667         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
56668
56669 2002-06-22  Jim Meyering  <meyering@lucent.com>
56670
56671         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
56672
56673         * lib/exitfail.c, exitfail.h: Likewise.
56674         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
56675
56676         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
56677         of fnmatch.h.
56678         (EXTRA_DIST): Add fnmatch_loop.c.
56679         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
56680
56681         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
56682         * lib/fnmatch.c: Update from diffutils-2.8.2.
56683         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
56684         * lib/fnmatch.h: Remove file.
56685
56686 2002-06-21  Jim Meyering  <meyering@lucent.com>
56687
56688         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
56689         * m4/mbrtowc.m4: Likewise.
56690
56691         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
56692         * m4/mbswidth.m4: Reflect name change:
56693         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
56694         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
56695
56696         * m4/lib-link.m4: Update from gettext-0.11.2.
56697         * m4/gettext.m4: Likewise.
56698
56699         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
56700         From Alfred M. Szmidt.
56701
56702 2002-06-18  Paul Eggert  <eggert@twinsun.com>
56703
56704         * lib/file-type.h: Report an error if neither S_ISREG nor
56705         S_IFREG is defined, instead of using a test specific to glibc
56706         2.2.  This should be safe, since POSIX requires S_ISREG and
56707         Unix Version 7 had S_IFREG.  We don't need to check for
56708         <sys/types.h> since we don't use any symbols that it defines.
56709
56710 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
56711
56712         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
56713         $@-t, so that each temporary file name is unique and valid in the first
56714         8 characters, for operation under DOS.
56715
56716 2002-06-15  Paul Eggert  <eggert@twinsun.com>
56717
56718         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
56719
56720 2002-06-15  Jim Meyering  <meyering@lucent.com>
56721
56722         Work even with DJGPP 2.03, which lacks support for symlinks.
56723         From Richard Dawe.
56724         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
56725         is defined.
56726         * lib/lchown.c (S_ISLNK): Likewise.
56727
56728 2002-06-15  Jim Meyering  <meyering@lucent.com>
56729
56730         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
56731         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
56732         have been included before this file.
56733
56734 2002-06-14  Jim Meyering  <meyering@lucent.com>
56735
56736         * lib/file-type.h: Use the version from diffutils-2.8.2.
56737         * lib/file-type.c: Likewise.
56738
56739 2002-06-07  Jim Meyering  <meyering@lucent.com>
56740
56741         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
56742         They're needed at least for NetBSD 1.5.2.
56743         ($statxfs_includes): Include those same headers.
56744         ($statxfs_includes): Include sys/vfs.h if available.
56745         ($statxfs_includes): Likewise for sys/statvfs.h.
56746         Check for the following members in both structs statfs and statvfs:
56747         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
56748
56749 2002-06-01  Jim Meyering  <meyering@lucent.com>
56750
56751         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
56752         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
56753
56754 2002-05-28  Jim Meyering  <meyering@lucent.com>
56755
56756         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
56757         Reported by Volker Borchert.
56758
56759 2002-05-27  Jim Meyering  <meyering@lucent.com>
56760
56761         Fix a problem seen only on nonconforming systems whereby ls.c's
56762         use of localtime, and then of gettimeofday would cause trouble:
56763         the localtime call used to initialize rpl_gettimeofday's save
56764         mechanism would clobber ls's current local time information so
56765         that in any long listing the first file would always be listed
56766         with date 1970-01-01.  Analysis by Volker Borchert.
56767
56768         * lib/gettimeofday.c (localtime): Undefine.
56769         (rpl_localtime): New function.
56770
56771 2002-05-27  Jim Meyering  <meyering@lucent.com>
56772
56773         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
56774         localtime.
56775
56776         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
56777         use the replacement function; it wouldn't resolve at link time.
56778         Reported by Volker Borchert.
56779
56780 2002-05-22  Jim Meyering  <meyering@lucent.com>
56781
56782         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
56783         file-type.h.
56784         * lib/file-type.h: New file.
56785         * lib/file-type.c (file_type): New file/function.  Extracted from
56786         diffutils.
56787
56788 2002-04-30  Jim Meyering  <meyering@lucent.com>
56789
56790         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
56791
56792 2002-04-29  Paul Eggert  <eggert@twinsun.com>
56793
56794         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
56795
56796 2002-04-29  Paul Eggert  <eggert@twinsun.com>
56797
56798         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
56799         Do not check for alloca.h (no longer used) or stdbool.h (was never
56800         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
56801
56802 2002-04-29  Paul Eggert  <eggert@twinsun.com>
56803
56804         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
56805
56806 2002-04-29  Jim Meyering  <meyering@lucent.com>
56807
56808         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
56809         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
56810         Use AC_FUNC_STRNLEN here instead.
56811
56812         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
56813         With autoconf-2.53a, it's part of AC_PROG_CC.
56814
56815 2002-04-28  Paul Eggert  <eggert@twinsun.com>
56816
56817         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
56818         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
56819
56820 2002-04-28  Paul Eggert  <eggert@twinsun.com>
56821
56822         * lib/sig2str.h, lib/sig2str.c: New files.
56823         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
56824
56825 2002-04-28  Paul Eggert  <eggert@twinsun.com>
56826
56827         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
56828         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
56829         of 127, since 64 is the largest conceivable number for ancient
56830         nonstandard hosts.
56831         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
56832
56833 2002-04-28  Jim Meyering  <meyering@lucent.com>
56834
56835         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
56836
56837 2002-04-24  Jim Meyering  <meyering@lucent.com>
56838
56839         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
56840         (jm_PREREQ): Use it.
56841
56842         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
56843         mach/mach.h fcntl.h.
56844         Check for this function: setlocale.
56845
56846 2002-04-24  Jim Meyering  <meyering@lucent.com>
56847
56848         * lib/gettext.h: New file, from Gettext.
56849         * lib/Makefile.am (INCLUDES): Remove -I../intl.
56850         (libfetish_a_SOURCES): Add gettext.h.
56851
56852 2002-04-16  Jim Meyering  <meyering@lucent.com>
56853
56854         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
56855         ut_pid, ut_id, ut_exit.
56856
56857 2002-04-16  Jim Meyering  <meyering@lucent.com>
56858
56859         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
56860         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
56861         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
56862
56863 2002-04-12  Jim Meyering  <meyering@lucent.com>
56864
56865         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
56866         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
56867         existence of the getmntinfo function.  Needed for Darwin 5.3.
56868
56869         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
56870         This is necessary at least on Darwin 5.3.
56871
56872         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
56873         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
56874         strnlen.o in the library, and that makes some versions of ranlib
56875         object.
56876
56877 2002-04-12  Jim Meyering  <meyering@lucent.com>
56878
56879         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
56880
56881 2002-04-09  Jim Meyering  <meyering@lucent.com>
56882
56883         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
56884         to be more precise.  Rather than saying we're checking whether the
56885         function `works', say what we're testing.
56886         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
56887         Reported by Bruno Haible.
56888
56889 2002-03-10  Jim Meyering  <meyering@lucent.com>
56890
56891         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
56892         Suggestion from Santiago Vila.
56893
56894 2002-03-08  Jim Meyering  <meyering@lucent.com>
56895
56896         * lib/rename.c: Mention that this wrapper is needed also on
56897         mips-dec-ultrix4.4 systems.
56898
56899 2002-03-02  Jim Meyering  <meyering@lucent.com>
56900
56901         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
56902         not HAVE_CLOCK_SETTIME.
56903
56904 2002-02-27  Paul Eggert  <eggert@twinsun.com>
56905
56906         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
56907         Check for clock_settime.
56908
56909 2002-02-27  Paul Eggert  <eggert@twinsun.com>
56910
56911         * lib/nanosleep.h: Rename to....
56912         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
56913
56914         * lib/gettime.c: New file.
56915         * lib/settime.c: New file.
56916         * lib/stime.c: Remove.
56917
56918         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
56919         timespec.h.  Remove nanosleep.h.
56920
56921 2002-02-25  Paul Eggert  <eggert@twinsun.com>
56922
56923         * m4/acl.m4: New file.
56924         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
56925         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
56926
56927 2002-02-25  Paul Eggert  <eggert@twinsun.com>
56928
56929         * lib/acl.c, lib/acl.h: New files.
56930         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
56931
56932 2002-02-24  Jim Meyering  <meyering@lucent.com>
56933
56934         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
56935         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
56936         cause trouble.  Reported by Nelson Beebe.
56937
56938 2002-02-23  Paul Eggert  <eggert@twinsun.com>
56939
56940         * lib/path-concat.c (xpath_concat): Reorder code to pacify
56941         compilers that don't know that xalloc_die never returns.
56942
56943 2002-02-20  Jim Meyering  <meyering@lucent.com>
56944
56945         * lib/getdate.c: Regenerate using bison-1.33.
56946
56947 2002-02-17  Jim Meyering  <meyering@lucent.com>
56948
56949         * config/config.guess (main): Don't use `head -1'; it's no longer
56950         portable. Use `sed 1q' instead.
56951
56952 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
56953
56954         * m4/codeset.m4: Upgrade to gettext-0.11.
56955         * m4/gettext.m4: Upgrade to gettext-0.11.
56956         * m4/glibc21.m4: Upgrade to gettext-0.11.
56957         * m4/iconv.m4: Upgrade to gettext-0.11.
56958         * m4/isc-posix.m4: Upgrade to gettext-0.11.
56959         * m4/lcmessage.m4: Upgrade to gettext-0.11.
56960         * m4/lib-ld.m4: New file, from gettext-0.11.
56961         * m4/lib-link.m4: New file, from gettext-0.11.
56962         * m4/lib-prefix.m4: New file, from gettext-0.11.
56963         * m4/progtest.m4: Upgrade to gettext-0.11.
56964
56965 2002-02-15  Paul Eggert  <eggert@twinsun.com>
56966
56967         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
56968         (jm_PREREQ): Use it.
56969
56970 2002-02-15  Paul Eggert  <eggert@twinsun.com>
56971
56972         * lib/posixver.c, lib/posixver.h: New files.
56973         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
56974
56975 2002-02-02  Paul Eggert  <eggert@twinsun.com>
56976             Bruno Haible  <bruno@clisp.org>
56977
56978         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
56979         (fwrite_success_callback): New declaration.
56980         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
56981         print_unicode_char. Call failure callback instead of error.
56982         (fwrite_success_callback): New function.
56983         (exit_failure_callback): New function.
56984         (fallback_failure_callback): New function.
56985         (print_unicode_char): Call unicode_to_mb.
56986
56987 2002-01-26  Jim Meyering  <meyering@lucent.com>
56988
56989         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
56990         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
56991
56992 2002-01-26  Jim Meyering  <meyering@lucent.com>
56993
56994         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
56995
56996 2002-01-22  Paul Eggert  <eggert@twinsun.com>
56997
56998         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
56999
57000 2002-01-22  Jim Meyering  <meyering@lucent.com>
57001
57002         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
57003         Otherwise, some versions of automake would omit the rule that makes
57004         Makefile from Makefile.in.
57005
57006 2002-01-21  Paul Eggert  <eggert@twinsun.com>
57007
57008         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
57009         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57010         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
57011         (memcoll): Set errno to zero if there is no error.
57012
57013         * lib/quotearg.c (quotearg_buffer_restyled):
57014         Fix bug with quoting buffers containing NUL when backslashing escapes.
57015         This bug was exposed by the other changes in this patch.
57016         (quotearg_n_options): New arg ARGSIZE.
57017         All callers changed.
57018         (quoting_options_from_style): New function.
57019         (quotearg_n_style): Use it.
57020         (quotearg_n_style_mem): New function.
57021
57022         * lib/quotearg.h (quotearg_n_style_mem): New function.
57023
57024 2002-01-19  Jim Meyering  <meyering@lucent.com>
57025
57026         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
57027         Remove useless quotes: DF_PROG="df".
57028         * m4/strnlen.m4: New file.
57029
57030 2002-01-16  Paul Eggert  <eggert@twinsun.com>
57031
57032         * lib/backupfile.c (ISDIGIT): Comment fix.
57033         * lib/getdate.y (ISDIGIT): Likewise.
57034         * lib/posixtm.c (ISDIGIT, year): Likewise.
57035         * lib/strverscmp.c (ISDIGIT): Likewise.
57036         * lib/userspec.c (ISDIGIT): Likewise.
57037
57038 2002-01-16  Jim Meyering  <meyering@lucent.com>
57039
57040         * lib/getdate.y: Add three semicolons, each just before a closing
57041         brace. Bison (as of version 1.31) no longer papers over that mistake.
57042
57043 2002-01-05  Jim Meyering  <meyering@lucent.com>
57044
57045         * lib/version-etc.c (version_etc_copyright): Update copyright year.
57046
57047 2001-12-19  Paul Eggert  <eggert@twinsun.com>
57048
57049         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
57050         not silently exit merely because the output buffer happens to
57051         have nothing pending.
57052
57053 2001-12-18  Paul Eggert  <eggert@twinsun.com>
57054
57055         See the big note in ../ChangeLog.
57056         * lib/human.c (suffixes): Prefer K to k for 1024.
57057         (generate_suffix_backwards): New function.
57058         (human_readable_inexact): Use it.
57059         * lib/xstrtol.c (__xstrtol): If there is no number but there
57060         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
57061         Accept 'K' as well as 'k'.
57062
57063 2001-12-15  Jim Meyering  <meyering@lucent.com>
57064
57065         * lib/regex.h (__restrict_arr): Update from libc.
57066
57067         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
57068         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
57069         (STREQ): Define.
57070
57071 2001-12-14  Jim Meyering  <meyering@lucent.com>
57072
57073         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
57074         Suggestion from Bruno Haible.
57075
57076 2001-12-10  Jim Meyering  <meyering@lucent.com>
57077
57078         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
57079         xrealloc, Instead, include "xalloc.h".
57080         (initbuffer): Don't cast xmalloc return value to char*.
57081         (readline): Reword comment.
57082         Don't cast xrealloc return value to char*
57083         Return NULL, not 0.
57084
57085 2001-12-09  Jim Meyering  <meyering@lucent.com>
57086
57087         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
57088         about `signed and unsigned type in conditional expression'.
57089         * lib/posixtm.c (posix_time_parse): Likewise.
57090
57091         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
57092
57093         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
57094         to avoid a pedantic warning.
57095
57096         * lib/getstr.c: Don't include assert.h.
57097         (getstr): Remove warning-evoking assertions.
57098         Return -1 if offset parameter is out of bounds.
57099         Change the type of a local from int to size_t.
57100
57101         * lib/strftime.c (my_strftime_localtime_r): Include this function
57102         definition in the `#if ! HAVE_TM_GMTOFF' block.
57103
57104         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
57105         Include xalloc.h instead.
57106
57107 2001-12-02  Jim Meyering  <meyering@lucent.com>
57108
57109         * lib/tempname.c: Don't declare getenv, thus reverting the change of
57110         2001-11-18.  It's no longer necessary, now that stdlib.h is always
57111         included.
57112
57113         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
57114         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
57115
57116 2001-11-30  Akim Demaille  <akim@epita.fr>
57117
57118         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
57119         before being defined.
57120
57121 2001-11-27  Paul Eggert  <eggert@twinsun.com>
57122
57123         * lib/quotearg.h (quotearg_n, quotearg_n_style):
57124         First arg is int, not unsigned.
57125         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
57126         (SIZE_MAX, UINT_MAX): New macros.
57127         (quotearg_n_options): Abort if N is negative.
57128         Avoid overflow check on hosts where size_t is 64 bits and int
57129         is 32 bits, as overflow is impossible there.
57130         Fix off-by-one typo that caused unnecessary reallocation.
57131
57132 2001-11-27  Jim Meyering  <meyering@lucent.com>
57133
57134         * lib/tempname.c: Merge with version from libc.
57135         * lib/regex.c: Likewise.
57136
57137         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
57138         systems for which STDC_HEADERS is 0, it was not included, resulting in
57139         a warning about an integer-to-pointer conversion problem with getenv.
57140         Reported by Volker Borchert.
57141
57142 2001-11-26  Jim Meyering  <meyering@lucent.com>
57143
57144         * lib/gtod.h: Remove file.
57145         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
57146         * lib/gettimeofday.c: Don't include gtod.h.
57147         (GTOD_init): Remove function.
57148         (rpl_gettimeofday): Do its job here instead, rather than aborting.
57149         Suggestion from Volker Borchert.
57150
57151 2001-11-23  Jim Meyering  <meyering@lucent.com>
57152
57153         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
57154         it.
57155         * lib/hash.c (struct hash_table): Define it here instead.
57156
57157 2001-11-22  Jim Meyering  <meyering@lucent.com>
57158
57159         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
57160
57161 2001-11-20  Jim Meyering  <meyering@lucent.com>
57162
57163         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
57164         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
57165
57166 2001-11-19  Jim Meyering  <meyering@lucent.com>
57167
57168         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
57169         directory.  Use "conftestXXXXXX" as the template.
57170         Suggestion from Paul Eggert.
57171
57172         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
57173         immediately, so the test doesn't mistakenly hit the max-open-files
57174         limit.
57175
57176 2001-11-18  Paul Eggert  <eggert@twinsun.com>
57177
57178         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
57179         (TEMPORARIES): New macro.
57180         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
57181         removes an artificial limitation (e.g. HP-UX 10.20, where
57182         TMP_MAX is 17576).
57183
57184 2001-11-18  Jim Meyering  <meyering@lucent.com>
57185
57186         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
57187
57188 2001-11-18  Jim Meyering  <meyering@lucent.com>
57189
57190         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
57191         on SunOS 4.
57192
57193         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
57194         files will be created before anything else.
57195
57196 2001-11-17  Paul Eggert  <eggert@twinsun.com>
57197
57198         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
57199         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
57200
57201 2001-11-17  Jim Meyering  <meyering@lucent.com>
57202
57203         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
57204         Prompted by a report from Bob Proulx.
57205
57206         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
57207         Instead, require UTILS_FUNC_MKSTEMP.
57208
57209 2001-11-17  Jim Meyering  <meyering@lucent.com>
57210
57211         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
57212         Now, that's done as part of AC_FUNC_STRTOD.
57213
57214 2001-11-17  Jim Meyering  <meyering@lucent.com>
57215
57216         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
57217         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
57218         rather than group writable.  Patch by Juan F. Codagnone.
57219
57220         * lib/readtokens.c: Remove explicit declarations of xmalloc and
57221         xrealloc, Instead, include "xalloc.h".
57222
57223         * lib/mountlist.c: Include unlocked-io.h after all system headers.
57224         Remove explicit declarations of xmalloc, xrealloc,
57225         and xstrdup.  Instead, include "xalloc.h".
57226
57227         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
57228         unlocked-io.h.
57229         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
57230         Likewise.
57231         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
57232
57233         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
57234         Reported by Padraig Brady.
57235
57236         * lib/mkstemp.c: #undef mkstemp.
57237         Include config.h.
57238         (rpl_mkstemp): Rename from mkstemp.
57239         Protoize.
57240
57241 2001-11-16  Jim Meyering  <meyering@lucent.com>
57242
57243         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
57244         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
57245         determine the amount of total physical memory, use pstat_getstatic.
57246         HPUX-11 doesn't define _SC_PHYS_PAGES.
57247         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
57248         If sysconf couldn't be used to determine the amount of available
57249         physical memory, use both pstat_getstatic and pstat_getdynamic.
57250         Based on a patch from Bob Proulx.
57251
57252 2001-11-10  Jim Meyering  <meyering@lucent.com>
57253
57254         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
57255         (jm_PREREQ): Use it.
57256
57257 2001-11-09  Jim Meyering  <meyering@lucent.com>
57258
57259         * m4/jm-macros.m4: Require autoconf-2.52f.
57260         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
57261         Use these AC_-prefixed names, not the AM_-prefixed ones.
57262
57263         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
57264
57265 2001-11-05  Jim Meyering  <meyering@lucent.com>
57266
57267         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
57268
57269 2001-11-04  Jim Meyering  <meyering@lucent.com>
57270
57271         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
57272         $DEFS.
57273
57274 2001-11-03  Jim Meyering  <meyering@lucent.com>
57275
57276         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
57277         of AC_DEFUN.
57278
57279         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
57280         know the name of the variable in the macro definition.
57281
57282 2001-11-03  Jim Meyering  <meyering@lucent.com>
57283
57284         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
57285         in argmatch_to_argument call.
57286
57287         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
57288         argument.
57289
57290         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
57291         e.g., a fault due to an attempt to free a NULL pointer.
57292
57293 2001-11-01  Jim Meyering  <meyering@lucent.com>
57294
57295         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
57296         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
57297
57298 2001-11-01  Jim Meyering  <meyering@lucent.com>
57299
57300         * lib/dirfd.c, lib/dirfd.h: New files.
57301         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
57302
57303         * lib/hash.c (hash_print) [TESTING]: Clean up.
57304
57305 2001-10-22  Paul Eggert  <eggert@twinsun.com>
57306
57307         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
57308         to avoid a warning if -Wall.
57309
57310 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
57311
57312         * README: New file
57313         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
57314         (per RMS's instructions, this is now the canonical source)
57315         * lgpl/, gpl/: New directories.
57316
57317 2001-10-21  Paul Eggert  <eggert@twinsun.com>
57318
57319         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
57320
57321 2001-10-21  Jim Meyering  <meyering@lucent.com>
57322
57323         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
57324         this code would end up calling gettext even in packages built
57325         with --disable-nls.
57326         * lib/getopt.c (_): Likewise.
57327         * lib/regex.c (_): Likewise.
57328
57329 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57330
57331         * m4/error.m4 (jm_PREREQ_ERROR):
57332         Do not invoke AC_CHECK_FUNCS with strerror_r, as
57333         AC_FUNC_STRERROR_R does that.
57334         Check for strerror declaration.
57335
57336         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
57337         are supposed to have them these days.
57338         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
57339         Merge changes from latest Autoconf CVS.
57340         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
57341         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
57342         POSIX decided to standardize on the int flavor of strerror_r.
57343
57344 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57345
57346         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
57347         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
57348         Use strerror_r that is only a macro, even if it is not a function.
57349         (strerror): Check for HAVE_DECL_STRERROR before declaring.
57350         (private_strerror): Use prototypes, not old-style function definition.
57351         (print_errno_message): New function.
57352         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
57353         char*-flavored one.
57354         (error_tail, error, error_at_line): Use it.
57355
57356 2001-10-11  Jim Meyering  <meyering@lucent.com>
57357
57358         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
57359         and quote_n (1, ... to avoid clobbering a buffer.
57360
57361 2001-10-05  Jim Meyering  <meyering@lucent.com>
57362
57363         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
57364         hash-pjw.h.
57365         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
57366         * lib/hash-pjw.h: New file.
57367
57368 2001-09-30  Jim Meyering  <meyering@lucent.com>
57369
57370         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
57371         `struct fsstat' has the `f_fstypename' member.
57372         Use that to define FS_TYPE, which is now used to make
57373         the getfsstat link test tighter.
57374
57375 2001-09-30  Jim Meyering  <meyering@lucent.com>
57376
57377         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
57378         Include <sys/ucred.h>, for Apple Darwin.
57379         Include sys/mount.h and sys/fs_types.h only if available.
57380         (FS_TYPE): Define.
57381         (read_filesystem_list): Use FS_TYPE.
57382
57383 2001-09-29  Paul Eggert  <eggert@twinsun.com>
57384
57385         * lib/exclude.c (excluded_filename): 0 -> false, since it's
57386         a boolean context.
57387
57388 2001-09-29  Jim Meyering  <meyering@lucent.com>
57389
57390         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57391         [one-argument getmntent function]): Include stdio.h before mntent.h.
57392         SunOS 4.1.x needs it for the declaration of `FILE'.
57393         Patch by Volker Borchert.
57394
57395         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57396         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
57397         sys/fs_types.h, and make the link-test for getfsstat guard #include
57398         directives with appropriate #if HAVE_*_H tests so that we can
57399         detect getfsstat on Apple Darwin1.3.7 systems.
57400         Reported by Nelson Beebe.
57401         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
57402
57403 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57404
57405         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57406         #defines strtoimax.  Also treat the other strto* functions
57407         like strtoimax.
57408
57409         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
57410         Check for strtoul and strtoumax,
57411         as those declarations are made even in the signed case.
57412         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
57413         Likewise, for strtol and strtoimax.
57414
57415 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57416
57417         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57418         #defines strtoimax.  Also treat the other strto* functions
57419         like strtoimax.
57420
57421         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
57422         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
57423         (strtoimax, strtoumax): Do not declare if already defined as a macro.
57424
57425 2001-09-26  Jim Meyering  <meyering@lucent.com>
57426
57427         Most macros in unlocked-io.h had the wrong number of arguments.
57428         * lib/gen-uio: New script.
57429         (USE_UNLOCKED_IO): Define to 1 if not already defined.
57430         * lib/unlocked-io.hin: Remove file.
57431         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
57432         rather than trying to embed it here.
57433         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
57434         Reported by Padraig Brady.
57435
57436 2001-09-25  Volker Borchert  <bt@teknon.de>
57437
57438         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
57439         `result'.
57440
57441 2001-09-24  Jim Meyering  <meyering@lucent.com>
57442
57443         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
57444
57445 2001-09-23  Jim Meyering  <meyering@lucent.com>
57446
57447         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
57448         instead of the mere test for existence of mntent.h.  The latter
57449         would get a false-positive on AIX 3.4 systems.
57450         In the outer getmntent if-block, don't die if neither of the getmntent
57451         tests succeeds.  Instead, just fall through and continue with the
57452         remaining tests.
57453
57454 2001-09-23  Jim Meyering  <meyering@lucent.com>
57455
57456         * lib/mountlist.c: Remove useless parentheses in #if directives.
57457         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
57458         the deprecated MOUNTED symbol is no longer defined in mntent.h.
57459
57460 2001-09-22  Jim Meyering  <meyering@lucent.com>
57461
57462         * m4/gettext.m4: New file.  From gettext.
57463         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
57464         * m4/progtest.m4: Likewise
57465         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
57466         * m4/glibc21.m4: Likewise.
57467
57468         * m4/libintl.m4: Remove.  No longer used.
57469
57470 2001-09-22  Jim Meyering  <meyering@lucent.com>
57471
57472         * lib/localcharset.c: Update from latest gettext.
57473         * lib/config.charset: Likewise.
57474
57475 2001-09-20  Jim Meyering  <meyering@lucent.com>
57476
57477         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
57478         strtoimax.
57479         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
57480         strtoumax.
57481
57482 2001-09-20  Jim Meyering  <meyering@lucent.com>
57483
57484         * lib/xstrtol.c (strtoimax): Guard declaration with
57485         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
57486         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
57487         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
57488         (strtoumax): Likewise, for completeness (it wasn't necessary).
57489
57490 2001-09-17  Paul Eggert  <eggert@twinsun.com>
57491
57492         * lib/strtoimax.c (HAVE_LONG_LONG):
57493         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
57494         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
57495         to work around bug in IBM C compiler.
57496
57497 2001-09-17  Jim Meyering  <meyering@lucent.com>
57498
57499         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
57500         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
57501         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
57502         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
57503         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
57504         whenever the right hand side need not be expanded by the shell.
57505
57506 2001-09-16  Paul Eggert  <eggert@twinsun.com>
57507
57508         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
57509         library.  It's not correct, as some older glibcs are buggy.
57510         fnmatch wasn't fixed until glibc 2.2.
57511
57512         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
57513         special shell magic here.
57514
57515 2001-09-16  Jim Meyering  <meyering@lucent.com>
57516
57517         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
57518         * m4/jm-macros.m4: Require it.
57519
57520 2001-09-16  Jim Meyering  <meyering@lucent.com>
57521
57522         * lib/mkdir.c: New file.
57523
57524 2001-09-15  Jim Meyering  <meyering@lucent.com>
57525
57526         * m4/jm-macros.m4: Check for help2man.
57527
57528 2001-09-11  Jim Meyering  <meyering@lucent.com>
57529
57530         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
57531         The body, by Paul Eggert, was moved here from configure.in.
57532         * m4/jm-macros.m4: Require UTILS_HOST_OS.
57533
57534 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57535
57536         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
57537         (jm_PREREQ): Use it.
57538
57539 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57540
57541         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
57542         Use ssize_t, not int, to store result of readlink.
57543         Check for ssize_t overflow as well as size_t overflow,
57544         as POSIX says the result of readlink is implementation-defined
57545         when ssize_t overflows.
57546         Remove unnecessary cast to char*.
57547         Use free+malloc instead of realloc, as the storage doesn't need
57548         to be preserved and it's clearer and can be more efficient that way.
57549         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
57550         * lib/xreadlink.h (xreadlink): Update prototype.
57551
57552 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57553
57554         * lib/xgetcwd.c: Revert some of the previous change; intead,
57555         fix the HAVE_GETCWD_NULL code to behave more like the
57556         !HAVE_GETCWD_NULL code used to.
57557
57558         Include "xalloc.h".
57559         (xgetcwd): Do not return NULL when memory is exhausted; instead,
57560         invoke xalloc_die.
57561
57562 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57563
57564         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
57565         sys/param.h, as pathmax.h includes them.
57566
57567 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57568
57569         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
57570         (jm_PREREQ_XGETCWD): New macro.
57571
57572         * m4/getcwd.m4: New file.
57573
57574 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57575
57576         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
57577         like the HAVE_GETCWD_NULL code.
57578         Include pathmax.h if not HAVE_GETCWD.
57579         Do not include xalloc.h.
57580         (INITIAL_BUFFER_SIZE): New symbol.
57581         Do not use xmalloc / xrealloc, since the caller is responsible for
57582         handling errors.  Preserve errno around `free' during failure.
57583         Do not overrun buffer when using getwd.
57584
57585 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57586
57587         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
57588         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
57589         getcwd (NULL, 0).
57590
57591 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57592
57593         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
57594         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
57595         spotted by Jim Meyering.
57596
57597 2001-09-03  Jim Meyering  <meyering@lucent.com>
57598
57599         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
57600         failure.
57601
57602 2001-09-02  Jim Meyering  <meyering@lucent.com>
57603
57604         * lib/error.c: Update from GNU libc.
57605
57606 2001-09-01  Jim Meyering  <meyering@lucent.com>
57607
57608         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
57609         Used by df.
57610
57611 2001-09-01  Jim Meyering  <meyering@lucent.com>
57612
57613         * lib/xreadlink.c: New file.
57614         * lib/xreadlink.h: New file.
57615         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
57616         xreadlink.h.
57617
57618         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
57619         doesn't conflict with sparc Solaris 7's definition in
57620         /usr/include/sys/int_types.h.
57621
57622         * lib/exclude.c: Use `""', not `<>' to #include non-system header
57623         files.
57624         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
57625         and strncasecmp as r-values.  Unixware didn't have declarations.
57626
57627 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57628
57629         * lib/xstrtol.h: Add copyright notice.
57630         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
57631         LONGINT_INVALID_SUFFIX_CHAR.
57632
57633 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57634
57635         * lib/xstrtol.c (strtoimax): New decl.
57636
57637 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57638
57639         * lib/xgetcwd.c: Don't include pathmax.h.
57640         Include stdlib.h and unistd.h if available.
57641         Include xalloc.h.
57642         (xmalloc, xstrdup, free): Remove decls.
57643         (xgetcwd): Don't assume sizes fit in unsigned.
57644         Check for overflow when computing sizes.
57645         Simplify reallocation code.
57646
57647 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57648
57649         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
57650         a directory's st_size can have an arbitrary value, so the old
57651         usage could waste an arbitrary amount of memory.  All uses
57652         changed.
57653         * lib/savedir.h: Update prototype.
57654
57655 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57656
57657         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
57658
57659         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
57660         old strtoimax.c.
57661
57662         Also, make the following further changes to make this file's
57663         configuration more similar to that of strtol.c:
57664         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
57665         (strtoumax, uintmax_t, strtoull, strtol): Remove.
57666         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
57667         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
57668         changed to signed values.
57669
57670         And make the following changes as well:
57671         Fix copyright notice, as 1999 was missing.
57672         (verify): New macro.
57673         (strtoimax): Check sizes at compile-time, not run-time.
57674         Prefer strtol to strtoll if both work.
57675         (main): Remove; it was not that useful and was a pain to maintain.
57676
57677         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
57678
57679 2001-08-31  Jim Meyering  <meyering@lucent.com>
57680
57681         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
57682         Use an initial, malloc'd, buffer of length 128 rather than
57683         a statically allocated one of length 1024.
57684
57685 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57686
57687         Simplify code, partly by assuming autoconf 2.52 semantics.
57688
57689         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
57690
57691         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
57692         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
57693         All uses removed.
57694         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
57695         Move AC_REQUIRE to next-to-top level, to avoid confusion.
57696         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
57697         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
57698         jm_AC_HEADER_INTTYPES_H.
57699         * m4/jm-macros.m4 (jm_MACROS): Likewise.
57700
57701         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
57702
57703         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
57704         Quote first arg of AC_DEFUN.
57705         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
57706         since they are needed to parse the include file even if we need
57707         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
57708         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
57709         but with opposite signedness.
57710
57711 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57712
57713         Merge 'exclude' changes from tar 1.13.22.
57714         This fixes one or two unlikely storage allocation overflow bugs,
57715         but doesn't change user-visible behavior otherwise.
57716
57717 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57718
57719         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
57720         (jm_PREREQ_EXCLUDE): New macro.
57721
57722 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57723
57724         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
57725         tm to be declared.
57726
57727 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57728
57729         * lib/hash.c: Remove '2001' from copyright notice.
57730
57731 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57732
57733         * lib/full-write.h: New file.
57734         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
57735         * lib/full-write.c: Correct credits, as cccp.c no longer
57736         exists and anyway it was so heavily changed from the old cccp
57737         code as to be unrecognizable.  Include full-write.h.
57738         (full_write) Return size_t, with short writes meaning failure.
57739         All callers changed.  This fixes a bug with large buffers
57740         on 64-bit hosts.
57741         * lib/utime.c: Include full-write.h.
57742
57743 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57744
57745         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
57746         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
57747         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
57748         Include if available.
57749         (<xalloc.h>): Include
57750         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
57751         (verify): New macro.  Use it to verify that EXCLUDE macros do not
57752         collide with FNM macros.
57753         (struct patopts): New struct.
57754         (struct exclude): Use it, as exclude patterns now come with options.
57755         (new_exclude): Support above changes.
57756         (new_exclude, add_exclude_file):
57757         Initial size must now be a power of two to simplify overflow checking.
57758         (free_exclude, fnmatch_no_wildcards): New function.
57759         (excluded_filename): No longer requires options arg, as the options
57760         are determined by add_exclude.  Now returns bool, not int.
57761         (excluded_filename, add_exclude):
57762         Add support for the fancy new exclusion options.
57763         (add_exclude, add_exclude_file): Now takes int options arg.
57764         Check for arithmetic overflow when computing sizes.
57765         (add_exclude_file): xrealloc might modify errno, so don't
57766         realloc until after errno might be used.
57767
57768         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
57769         New macros.
57770         (free_exclude): New decl.
57771         (add_exclude, add_exclude_file): Now takes int options arg.
57772         (excluded_filename): No longer requires options arg, as the options
57773         are determined by add_exclude.  Now returns bool, not int.
57774
57775 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57776
57777         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
57778
57779 2001-08-27  Jim Meyering  <meyering@lucent.com>
57780
57781         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
57782
57783         * lib/version-etc.c (N_): Remove definition.
57784         Revert most of last change.
57785         Instead, simply don't mark the `Copyright...' string for translation.
57786         Based on advice from Paul Eggert.
57787
57788         * lib/strtoxmax.c: Tweak comment.
57789
57790 2001-08-26  Jim Meyering  <meyering@lucent.com>
57791
57792         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
57793
57794         * m4/xstrtoimax.m4: New file.
57795         * m4/xstrtoumax.m4: Add comments explaining why we
57796         AC_REPLACE_FUNCS(strtol).
57797
57798 2001-08-26  Jim Meyering  <meyering@lucent.com>
57799
57800         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
57801         of copyright with `%s' so translators don't get an untranslated
57802         message in 2002.
57803         (COPYRIGHT_YEAR): Define.
57804         (version_etc): Use fprintf rather than fputs.
57805         Suggestion from Ulrich Drepper.
57806
57807         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
57808
57809         * lib/strtoll.c: New file, from GNU libc.
57810         * lib/xstrtoimax.c: New file.
57811
57812         * lib/xstrtol.h: Add xstrtoimax.
57813         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
57814         * lib/strtoimax.c: New file.  Likewise, but first define
57815         STRTOUXMAX_SIGNED.
57816
57817         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
57818         ...
57819         * lib/strtoxmax.c: ... then renamed to this.
57820
57821 2001-08-18  Paul Eggert  <eggert@twinsun.com>
57822
57823         * m4/inttypes.m4: Add AC_PREREQ(2.13).
57824         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
57825         (jm_AC_TYPE_INTMAX_T): New macro.
57826         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
57827
57828         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
57829
57830         * m4/longlong.m4: Renamed from ulonglong.m4.
57831         * m4/inttypes.m4: Renamed from inttypes_h.m4.
57832         * m4/uintmax_t.m4: Removed.
57833
57834 2001-08-13  Paul Eggert  <eggert@twinsun.com>
57835
57836         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
57837         Port to Solaris 8, where 'sed' requires a space after the 'r'
57838         command, and where sh dislikes "$/".  Clean up the spacing a bit.
57839         Redirect output to $tmp just once.
57840
57841 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
57842
57843         * lib/addext.c (<errno.h>): Include.
57844         (errno): Declare if not defined.
57845         (addext): Work correctly when pathconf returns -1 and leaves
57846         errno alone because there is no limit.  Also, work even if
57847         pathconf returns a value greater than SIZE_MAX.
57848
57849 2001-08-12  Jim Meyering  <meyering@lucent.com>
57850
57851         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
57852         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
57853         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
57854         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
57855         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
57856         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
57857         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
57858         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
57859         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
57860         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
57861         utime.m4, utimes.m4, xstrtoumax.m4:
57862         Quote the first argument in each use of AC_DEFUN.
57863
57864 2001-08-12  Jim Meyering  <meyering@lucent.com>
57865
57866         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
57867         Simply `return getcwd (NULL, 0);'.
57868         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
57869         Use 1300 as initial value for length, not PATH_MAX.
57870
57871         * lib/pathmax.h: Clean up cpp syntax.
57872
57873 2001-08-12  Jim Meyering  <meyering@lucent.com>
57874
57875         * lib/gettimeofday.c: New file.
57876         * lib/gtod.h: New file.
57877         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
57878
57879 2001-08-05  Jim Meyering  <meyering@lucent.com>
57880
57881         * m4/jm-macros.m4: Require autoconf-2.52.
57882
57883 2001-08-04  Jim Meyering  <meyering@lucent.com>
57884
57885         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
57886         stmt, to get in sync with glibc.
57887
57888 2001-08-03  Paul Eggert  <eggert@twinsun.com>
57889
57890         The following changes are from gettext 0.10.39 as maintained by
57891         Bruno Haible.
57892
57893         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
57894         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
57895         with inverted sense.  All uses changed.
57896
57897         * lib/mbswidth.c: Don't include <limits.h>.
57898         Include <stdlib.h> and <string.h> unconditionally.
57899         (iswcntrl, mbsinit, ISCNTRL): New macros.
57900         (mbsnwidth): Use K&R style function declarations.
57901         Don't bother checking for MB_LEN_MAX == 1, since the compiler
57902         can optimize it when MB_CUR_MAX == 1.
57903         The width of control characters is zero, not 1.
57904
57905 2001-08-03  Paul Eggert  <eggert@twinsun.com>
57906
57907         The following changes are from gettext 0.10.39 as maintained by
57908         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
57909
57910         * m4/codeset.m4: Upgrade to serial AM1.
57911         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
57912         all uses changed.  Quote first arg of AC_DEFUN.
57913         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
57914
57915         * m4/iconv.m4: Upgrade to serial AM2.
57916         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
57917         Add --with-libconv-prefix.
57918         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
57919         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
57920         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
57921         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
57922         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
57923
57924         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
57925         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
57926         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
57927         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
57928         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
57929         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
57930         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
57931         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
57932         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
57933
57934         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
57935         string.h any more.
57936
57937         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
57938         not the default value.
57939
57940         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
57941         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
57942         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
57943         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
57944         Also check for iswcntrl, used for wcwidth fallback.
57945         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
57946         to Autoconf 2.13.
57947
57948 2001-08-03  Jim Meyering  <meyering@lucent.com>
57949
57950         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
57951         as it was in the original.  Reported by Paul Eggert.
57952
57953 2001-07-16  Jim Meyering  <meyering@lucent.com>
57954
57955         * m4/gettimeofday.m4: New file.
57956         Prompted by a report from Bernhard Baehr.
57957
57958 2001-07-15  Jim Meyering  <meyering@lucent.com>
57959
57960         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
57961         stuff. Now it's in ../Makefile.cfg.
57962
57963 2001-07-15  Jim Meyering  <meyering@lucent.com>
57964
57965         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
57966         (BUILT_SOURCES): Add unlocked-io.h.
57967         (io_functions): Define.
57968         (unlocked-io.h): New rule.
57969         (DISTCLEANFILES): Add unlocked-io.h.
57970         (all-local): Depend on unlocked-io.h, to ensure it is created.
57971
57972         * lib/unlocked-io.hin: New file
57973
57974         * lib/regex.c: Update from glibc.
57975
57976 2001-07-05  Jim Meyering  <meyering@lucent.com>
57977
57978         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
57979         recommendation.
57980         (libfetish_a_SOURCES): Put all .h files here instead.
57981         Remove a thus-exposed (better checks in automake) duplicate and
57982         two unnecessary .h files.
57983
57984 2001-07-04  Jim Meyering  <meyering@lucent.com>
57985
57986         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
57987         that generates jm-glibc-io.m4 so that it doesn't trigger any make
57988         distcheck failure.
57989
57990 2001-07-02  Jim Meyering  <meyering@lucent.com>
57991
57992         The following changes were prompted by suggestions from Bruno Haible.
57993
57994         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
57995         is now generated.
57996         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
57997         definition of EXTRA_DIST.
57998         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
57999         ensure that the generated file is created/updated whenever the list
58000         of $(unlocked_functions) is changed.
58001         (jm-glibc-io.m4): New rule.
58002         (unlocked-io.h): New rule -- currently unused.
58003
58004 2001-06-24  Jim Meyering  <meyering@lucent.com>
58005
58006         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
58007         unmatched right bracket, rather than kludging it with an extra,
58008         falsely-matching quote in a comment.  Patch by Akim Demaille.
58009
58010 2001-06-11  Jim Meyering  <meyering@lucent.com>
58011
58012         * lib/regex.c: Update from GNU libc.
58013
58014 2001-05-27  Jim Meyering  <meyering@lucent.com>
58015
58016         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
58017         Check for ut_type in struct utmp.
58018
58019 2001-05-27  Jim Meyering  <meyering@lucent.com>
58020
58021         * lib/readutmp.h (UT_TYPE): Define.
58022
58023 2001-05-24  Jim Meyering  <meyering@lucent.com>
58024
58025         * lib/argmatch.c: Include "quote.h".
58026         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
58027         quote function.  Reported by Göran Uddeborg.
58028
58029 2001-05-22  Jim Meyering  <meyering@lucent.com>
58030
58031         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
58032         now that we use the package-supplied version unconditionally.
58033         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
58034
58035 2001-05-21  Jim Meyering  <meyering@lucent.com>
58036
58037         * m4/regex.m4: Change a couple backticks to single quotes to avoid
58038         shell syntax errors.
58039
58040 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58041
58042         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
58043
58044 2001-05-20  Paul Eggert  <eggert@twinsun.com>
58045
58046         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
58047         Don't bother to check library strftime, since
58048         we'll be using our own my_strftime function anyway.
58049         Define my_strftime instead of strftime.
58050
58051 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
58052
58053         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
58054         which is not yet declared.
58055
58056 2001-05-15  Jim Meyering  <meyering@lucent.com>
58057
58058         * m4/regex.m4: Use proper quoting so brackets appear in the test
58059         program.
58060         Reported by, and with help from, Bruno Haible.
58061
58062 2001-05-13  Jim Meyering  <meyering@lucent.com>
58063
58064         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
58065         undefined.
58066
58067 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58068
58069         dirname code cleanup.  base_name now behaves more compatibly
58070         with POSIX basename when given file names that have trailing
58071         slashes, and similarly for dir_name.  Add new primitives
58072         base_len and dir_len.  Put the directory-name-related decls
58073         into dirname.h.
58074
58075         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
58076         * lib/backupfile.c (base_name): Likewise.
58077         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
58078         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
58079         * lib/makepath.c (strip_trailing_slashes): Likewise.
58080         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
58081         ISSLASH): Likewise.
58082         * lib/rename.c (strip_trailing_slashes): Likewise.
58083         * lib/same.c (base_name): Likewise.
58084         * lib/stripslash.c (ISSLASH): Likewise.
58085
58086         * lib/addext.c: Include <dirname.h> after size_t is defined.
58087         * lib/backupfile.c: Likewise.
58088
58089         * lib/addext.c (addext): Use base_len to trim redundant
58090         trailing slashes instead of doing it ourselves.
58091         But do not trim the last slash if it is not redundant.
58092
58093         * lib/backupfile.c (find_backup_file_name,
58094         max_backup_version): Use base_len instead of rolling it ourselves.
58095         Handle the case of "" and (on DOS) "C:" correctly.
58096
58097         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
58098         needed. Include <string.h>, <dirname.h>.
58099         (base_name): Allow file names ending in slashes, other than names
58100         that are all slashes.  In this case, return the basename followed
58101         by the slashes.  This is more general, and can be used in places
58102         where the original base_name purposely had an assertion failure.
58103         (base_len): New function.
58104
58105         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
58106         Do not include <assert.h>; no longer needed.
58107         Include xalloc.h.
58108         (memrchr): Remove decl.
58109         (dir_name_r): Remove.
58110         (dir_len): Renamed from dirlen.  All callers changed.
58111         Rewrite in terms of base_name, for simplicity and consistency.
58112         (dir_name): Never return NULL.  All callers changed.
58113         Do not include <stdlib.h> in test program; no longer needed.
58114         return 0; is fine for test program.
58115
58116         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
58117         New macros.
58118         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
58119
58120         * lib/path-concat.c (path_concat): Use base_len to compute
58121         base length, not strlen; this means we cannot rely on memcpy
58122         to null-terminate.
58123
58124         * lib/same.c (STREQ): Remove.
58125         (same_name): Handle the case where the basename ends in trailing '/'.
58126
58127         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
58128         a slash was stripped.  Do not strip the last slash after a
58129         file system prefix.
58130
58131 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58132
58133         * lib/Makefile.am (libfetish_a_SOURCES):
58134         Add strftime.c, since we now compile it on all hosts.
58135
58136         * lib/strftime.c (my_strftime):
58137         Define to nstrftime if emacs, but only if my_strftime is not defined.
58138         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
58139         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
58140         Add one more extra argument: a nanoseconds value.
58141         All uses changed.
58142         (ns): New macro.
58143         (my_strftime function): Add %N format.
58144         (emacs_strftimeu): Renamed from emacs_strftime,
58145         with extra ut argument.
58146
58147 2001-05-09  Paul Eggert  <eggert@twinsun.com>
58148
58149         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
58150
58151 2001-04-21  Jim Meyering  <meyering@lucent.com>
58152
58153         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
58154         doesn't interfere.
58155
58156 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58157
58158         * m4/ftruncate.m4: Check for chsize.
58159         Link with ftruncate.o unconditionally if ftruncate is missing.
58160         This was required when cross-compiling to i586-mingw32msvc.
58161
58162 2001-04-08  Jim Meyering  <meyering@lucent.com>
58163
58164         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
58165         recomputed; that's necessary when the offset spans a DST transition.
58166         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
58167
58168 2001-04-02  Jim Meyering  <meyering@lucent.com>
58169
58170         * lib/regex.h, regex.c: Update from GNU libc.
58171
58172 2001-03-24  Jim Meyering  <meyering@lucent.com>
58173
58174         * m4/jm-macros.m4: Require autoconf-2.49d.
58175
58176 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
58177
58178         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
58179
58180 2001-03-19  Paul Eggert  <eggert@twinsun.com>
58181
58182         * lib/version-etc.c (version_etc_copyright): Update to 2001.
58183
58184 2001-03-17  Jim Meyering  <meyering@lucent.com>
58185
58186         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
58187         now that the version in autoconf is equivalent.
58188         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
58189
58190         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
58191         Suggestion from Akim Demaille.
58192
58193         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
58194         (jm_PREREQ_TEMPNAME): New function.
58195
58196 2001-03-16  Paul Eggert  <eggert@twinsun.com>
58197
58198         * lib/tempname.c (uint64_t): Define to uintmax_t if
58199         not defined, and if UINT64_MAX is not defined.
58200         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
58201         Reported by John David Anglin.
58202
58203 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
58204
58205         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
58206         resolve alias if codeset is empty.
58207         * lib/config.charset (BeOS): Use wildcard syntax.
58208
58209 2001-03-13  Jim Meyering  <meyering@lucent.com>
58210
58211         * lib/path-concat.c (path_concat)
58212         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
58213         concatenating e.g., `C:' and `foo'.
58214         From Bruno Haible.
58215
58216 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58217
58218         * lib/localcharset.c (locale_charset): Don't use
58219         setlocale(LC_CTYPE,NULL). Don't return NULL.
58220         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
58221
58222 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58223
58224         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
58225         support for DOS/DJGPP.
58226
58227 2001-03-01  Paul Eggert  <eggert@twinsun.com>
58228
58229         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
58230         lacks mkstemp.  Compile our own tempname.c if we compile our own
58231         mkstemp.c, as mkstemp relies on tempname.
58232
58233 2001-03-01  Jim Meyering  <meyering@lucent.com>
58234
58235         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
58236         AH_VERBATIM really does output its argument verbatim.
58237
58238 2001-02-28  Paul Eggert  <eggert@twinsun.com>
58239
58240         * lib/Makefile.am (libfetish_a_SOURCES):
58241         Add dup-safer.c, fopen-safer.c.
58242         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
58243
58244         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
58245         * lib/unistd-safer.h: New files.
58246
58247 2001-02-25  Paul Eggert  <eggert@twinsun.com>
58248
58249         The mkstemp replacement is taken from glibc 2.2.2, with some
58250         portability fixes for use outside glibc, as follows:
58251
58252         * lib/tempname.c (struct_stat64): New macro.
58253         (direxists, __gen_tempname): Use it.
58254         This avoids a portability problem with Solaris 8.
58255
58256         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
58257         (<stddef.h>, <stdint.h>, <string.h>):
58258         Include only if STDC_HEADERS || _LIBC.
58259         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
58260         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
58261         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
58262         (__set_errno): Define this macro if <errno.h> doesn't.
58263         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
58264         Define these macros if <stdio.h> doesn't.
58265         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
58266         Define these macros if <sys/stat.h>
58267         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
58268         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
58269         __xstat64): Define if not _LIBC.
58270         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
58271         (__gen_tempname): Invoke gettimeofday only if
58272         HAVE_GETTIMEOFDAY || _LIBC;
58273         otherwise, fall back on plain "time".
58274         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
58275
58276         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
58277
58278         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
58279
58280 2001-02-18  Paul Eggert  <eggert@twinsun.com>
58281
58282         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
58283
58284 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58285
58286         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
58287         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
58288         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
58289         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
58290
58291 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58292
58293         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
58294         Remove workaround macros for hosts that have mbrtowc but not
58295         mbstate_t, as we now insist on proper declarations for both
58296         before using mbrtowc.
58297
58298 2001-02-17  Jim Meyering  <meyering@lucent.com>
58299
58300         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
58301         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
58302         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
58303         UnixWare 7.1.1.
58304
58305         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
58306         rather than AC_CACHE_VAL.
58307
58308 2001-02-17  Jim Meyering  <meyering@lucent.com>
58309
58310         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
58311         around included file name.
58312
58313         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
58314
58315         * lib/strftime.c: Update from GNU libc (the only changes were to
58316         comments).
58317
58318 2001-02-17  Jim Meyering  <meyering@lucent.com>
58319
58320         * lib/regex.c: Update from libc.
58321
58322 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
58323
58324         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
58325         clash.
58326
58327 2001-02-16  Paul Eggert  <eggert@twinsun.com>
58328
58329         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
58330         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
58331         Reported by Mark Hounschell via Paul Eggert.
58332
58333 2001-02-07  Jim Meyering  <meyering@lucent.com>
58334
58335         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
58336
58337 2001-02-05  Jim Meyering  <meyering@lucent.com>
58338
58339         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
58340         it includes the patch required for `large file' support with at least
58341         HP-UX's 10.20 /bin/cc.
58342
58343 2001-02-03  Jim Meyering  <meyering@lucent.com>
58344
58345         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
58346         AS_IF, now that it works once again (mysteriously).
58347         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58348
58349 2001-01-30  Jim Meyering  <meyering@lucent.com>
58350
58351         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
58352         * m4/chown.m4: Rename conftestchown to conftest.chown.
58353         * m4/rename.m4: s/conftestdir/conftest.d1/ and
58354         s/conftestdir2/conftest.d2/.
58355         * m4/utimes.m4: s/conftestdata/conftest.data/
58356         Inspired by Pavel Roskin's change in autoconf.
58357
58358 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
58359
58360         * lib/config.charset: Update for FreeBSD 4.2.
58361
58362 2001-01-27  Jim Meyering  <meyering@lucent.com>
58363
58364         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
58365         a use of AS_IF.
58366         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58367
58368 2001-01-26  Jim Meyering  <meyering@lucent.com>
58369
58370         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
58371         quotearg.c includes it.
58372
58373 2001-01-26  Jim Meyering  <meyering@lucent.com>
58374
58375         * lib/quotearg.c: Include stddef.h.
58376         * lib/quote.c: Include stddef.h.
58377         Reported by Axel Kittenberger.
58378
58379         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
58380         line in double quotes so that it evokes a better diagnostic.
58381         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
58382         Reported by Axel Kittenberger.
58383
58384 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
58385
58386         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
58387         as if it was a `charset'.
58388
58389 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58390
58391         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
58392         has const.
58393
58394 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58395
58396         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
58397         to avoid a warning.  Add back 'const' to inptr.
58398
58399 2001-01-20  Jim Meyering  <meyering@lucent.com>
58400
58401         Be sure that headers are checked before used in code compiled
58402         for the type checks.
58403         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
58404         In place of that, invoke jm_CHECK_ALL_TYPES.
58405         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
58406         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
58407         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
58408         The check for ssize_t was mistakenly run before the test for unistd.h.
58409
58410         The configure-time check for stdbool.h was missing.
58411         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
58412         (jm_PREREQ_HASH): New function.
58413
58414 2001-01-17  Jim Meyering  <meyering@lucent.com>
58415
58416         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
58417         for autoconf-2.49c.
58418         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
58419
58420 2001-01-16  Jim Meyering  <meyering@lucent.com>
58421
58422         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
58423         From Bruno Haible.
58424
58425 2001-01-14  Jim Meyering  <meyering@lucent.com>
58426
58427         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
58428         foo and bar.  Create conftestdir/ in the script, not in the C code.
58429         Remove directories in the script, not in the C code.
58430         Remove conftestdir{,2} before trying to create the directory.
58431         Make the entire configure script fail if the mkdir fails.
58432
58433 2001-01-14  Jim Meyering  <meyering@lucent.com>
58434
58435         * lib/rename.c: New file.  From Volker Borchert.
58436         Include stdlib.h, string.h or strings.h, and xalloc.h.
58437         Use strip_trailing_slashes rather than open-coding it.
58438
58439 2001-01-03  Paul Eggert  <eggert@twinsun.com>
58440
58441         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
58442
58443 2001-01-03  Jim Meyering  <meyering@lucent.com>
58444
58445         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
58446         of local `inptr' to avoid warning with some system declarations of
58447         iconv.
58448
58449 2001-01-02  Volker Borchert  <bt@teknon.de>
58450
58451         * m4/rename.m4: New file.
58452         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
58453
58454 2001-01-01  Jim Meyering  <meyering@lucent.com>
58455
58456         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
58457         even on systems with utmpx.h.  It's necessary for the declaration of
58458         utmp's ut_user member.  Reported by Andreas Jaeger.
58459
58460         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
58461         available. They are required for the declarations of getgrgid and
58462         getpwuid resp.
58463         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
58464         Reported by Andreas Jaeger.
58465
58466 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
58467
58468         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
58469         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
58470         so `make install' also works in VPATH builds.
58471
58472 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
58473
58474         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
58475         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
58476         can be used in subdirectories.
58477
58478 2000-12-29  Paul Eggert  <eggert@twinsun.com>
58479
58480         * lib/modechange.c: Do not assume that mode_t uses the
58481         traditional octal encoding.  E.g. "chmod 1 FOO" should set
58482         the other-execute bit of FOO even if S_IXOTH != 1.
58483
58484         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
58485         WOTH, XOTH, ALLM): New macros.
58486         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
58487          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
58488         Use them.
58489         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
58490         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
58491         (mode_compile):
58492         No need to use uintmax_t; unsigned long is long enough.
58493         Don't bother to get suffix since we don't use it.
58494
58495 2000-12-26  Jim Meyering  <meyering@lucent.com>
58496
58497         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
58498         better with autoheader.
58499
58500 2000-12-24  Jim Meyering  <meyering@lucent.com>
58501
58502         * lib/hash.c (is_prime): Return explicit boolean values.
58503         (hash_get_first): Return NULL to appease Irix5.6's 89.
58504         Reported by Nelson Beebe.
58505
58506 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
58507
58508         * lib/localcharset.c (locale_charset): Add support for Win32.
58509
58510 2000-12-18  Paul Eggert  <eggert@twinsun.com>
58511
58512         * lib/physmem.h, lib/physmem.c: New files.
58513
58514         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
58515         (noinst_HEADERS): Add physmem.h.
58516
58517         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
58518         't' for compatibility with Solaris 8 sort.
58519
58520 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
58521
58522         * lib/config.charset: Add support for BeOS.
58523
58524 2000-12-17  Jim Meyering  <meyering@lucent.com>
58525
58526         * m4/dos.m4 (jm_AC_DOS): New file and macro.
58527         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
58528
58529 2000-12-16  Jim Meyering  <meyering@lucent.com>
58530
58531         This bug had a serious impact on chown: `chown N:M FILE' (for integer
58532         N and M) would have treated it like `chown N:N FILE'.
58533
58534         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
58535
58536 2000-12-16  Jim Meyering  <meyering@lucent.com>
58537
58538         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
58539         SHELLS_FILE to a file name that's useful on djgpp systems.
58540         Include stdlib.h.
58541         (ADDITIONAL_DEFAULT_SHELLS): Define.
58542         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
58543         Based mostly on a patch from Prashant TR.
58544
58545 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
58546
58547         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
58548         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
58549         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
58550
58551 2000-12-08  Andreas Schwab  <schwab@suse.de>
58552
58553         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
58554         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
58555
58556 2000-12-07  Jim Meyering  <meyering@lucent.com>
58557
58558         * lib/stripslash.c (ISSLASH): Define.
58559         (strip_trailing_slashes): Use ISSLASH rather than comparing against
58560         `/'.
58561         From Prashant TR.
58562
58563         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
58564         (dir_name_r): Declare this function as static.
58565         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
58566         manifest itself on a name containing a mix of slashes and
58567         backslashes.
58568         Make this function work with names starting with a DOS-style
58569         drive letter and colon prefix.
58570         (dir_name): Append `.' if necessary.
58571         Based mostly on patches from Prashant TR and Eli Zaretskii.
58572
58573         * lib/dirname.h (dir_name_r): Remove prototype.
58574
58575 2000-12-06  Paul Eggert  <eggert@twinsun.com>
58576
58577         * m4/off_t-format.m4: Remove this file.
58578         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
58579
58580 2000-12-06  Jim Meyering  <meyering@lucent.com>
58581
58582         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
58583         replacement strtoull, we may well need the replacement strtoul, too.
58584         Check for declarations of strtoul and strtoull.
58585         Check for strtol.  Mainly as a cue to cause automake to include
58586         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
58587         Check for limits.h -- strtol.c needs it.
58588
58589 2000-12-05  Jim Meyering  <meyering@lucent.com>
58590
58591         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
58592
58593 2000-12-04  Jim Meyering  <meyering@lucent.com>
58594
58595         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
58596         Also include memory.h, stdlib.h, unistd.h if appropriate.
58597         Reported by Andreas Jaeger (conflicting declaration of malloc).
58598
58599 2000-12-02  Jim Meyering  <meyering@lucent.com>
58600
58601         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
58602         * m4/jm-macros.m4 (jm_MACROS): require it.
58603
58604 2000-12-02  Jim Meyering  <meyering@lucent.com>
58605
58606         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
58607
58608 2000-12-01  Paul Eggert  <eggert@twinsun.com>
58609
58610         * lib/memrchr.c: Include <config.h> before any system include file.
58611
58612 2000-11-30  Jim Meyering  <meyering@lucent.com>
58613
58614         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
58615
58616 2000-11-30  Jim Meyering  <meyering@lucent.com>
58617
58618         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
58619
58620 2000-11-29  Paul Eggert  <eggert@twinsun.com>
58621
58622         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
58623
58624 2000-11-26  Jim Meyering  <meyering@lucent.com>
58625
58626         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
58627
58628 2000-11-22  Paul Eggert  <eggert@twinsun.com>
58629
58630         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
58631         size of (size_t) -1; it's not portable.
58632
58633 2000-11-17  Jim Meyering  <meyering@lucent.com>
58634
58635         * lib/strstr.c: Update from GNU libc.
58636
58637 2000-11-17  Akim Demaille  <akim@epita.fr>
58638
58639         * lib/obstack.h: Formatting changes.
58640         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
58641         prevent type checking.
58642         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
58643         cast the value to (void *): assigning a `foo *' to a `void *'
58644         variable is valid.
58645         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
58646
58647 2000-11-16  Jim Meyering  <meyering@lucent.com>
58648
58649         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
58650
58651 2000-11-11  Jim Meyering  <meyering@lucent.com>
58652
58653         * lib/error.c: Add a couple #includes, merging from GNU libc version.
58654
58655 2000-11-10  Jim Meyering  <meyering@lucent.com>
58656
58657         * lib/obstack.h: Update from GNU libc.
58658         * lib/obstack.c: Likewise.
58659
58660 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
58661
58662         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
58663
58664 2000-11-06  Paul Eggert  <eggert@twinsun.com>
58665
58666         * lib/getusershell.c (setusershell): Use rewind rather than
58667         fseek/fseeko, to avoid configuration hassles with fseeko.
58668         Don't bother opening SHELLS_FILE if shellstream is NULL;
58669         it's not necessary.
58670
58671 2000-11-05  Jim Meyering  <meyering@lucent.com>
58672
58673         * lib/makepath.h (make_dir): Declare.
58674         * lib/makepath.c (make_dir): Remove `static' attribute.
58675         Tweak a comment.
58676
58677 2000-11-04  Jim Meyering  <meyering@lucent.com>
58678
58679         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
58680
58681 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
58682
58683         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
58684         last one in a bucket, advance to the next bucket.
58685
58686 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
58687
58688         * lib/fnmatch.c: Do not comment out all the code if we are using
58689         the GNU C library, because in some cases we are replacing buggy
58690         code in the GNU C library itself.
58691
58692 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
58693
58694         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
58695         (regex_compile): Catch bogus \(\1\).
58696
58697 2000-10-30  Paul Eggert  <eggert@twinsun.com>
58698
58699         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
58700         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
58701         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
58702
58703 2000-10-30  Paul Eggert  <eggert@twinsun.com>
58704
58705         * lib/error.h, getline.h, modechange.h:
58706         Remove "2000" from Copyright line, as the file hasn't been
58707         changed this year other than in the copyright notice.
58708
58709         * lib/xalloc.h: Add "2000" to Copyright line, as this file
58710         was changed this year.
58711
58712 2000-10-29  Jim Meyering  <meyering@lucent.com>
58713
58714         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
58715         renaming.
58716         * m4/ls-mntd-fs.m4: Likewise
58717
58718 2000-10-29  Jim Meyering  <meyering@lucent.com>
58719
58720         * lib/xstat.in: Fix grammar in comment.
58721
58722 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
58723
58724         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
58725         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
58726         doesn't define __restrict_arr.
58727
58728 2000-10-28  Jim Meyering  <meyering@lucent.com>
58729
58730         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
58731         (jm_PREREQ_MEMCHR): New function.
58732
58733 2000-10-28  Jim Meyering  <meyering@lucent.com>
58734
58735         * lib/memchr.c: Update from libc.
58736         Adjust for portability:
58737         [HAVE_STDLIB_H]: Include stdlib.h.
58738         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
58739         Undef __memchr, too.
58740         [!weak_alias]: Define __memchr to memchr.
58741
58742         * lib/regex.c: Update from libc.
58743         * lib/regex.h: Likewise.
58744         * lib/getopt1.c: Likewise.
58745         * lib/memcmp.c: Likewise.
58746
58747         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
58748         Avoid using fseek, when possible -- it's broken by design.
58749         Patch by Ulrich Drepper.
58750
58751 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
58752
58753         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
58754         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
58755         Giving in to popular pressure to shut up the compiler with casts.
58756
58757 2000-10-26  Jim Meyering  <meyering@lucent.com>
58758
58759         * lib/strftime.c: Update from libc.
58760
58761 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
58762
58763         * regex.c: More `unsigned char' -> `re_char' changes.
58764         Also change several `int' into `re_wchar_t'.
58765         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
58766         (PUSH_FAILURE_POINTER): Don't cast any more.
58767         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
58768         We want GCC to complain, since this piece of code makes
58769         re_match non-reentrant, which *should* be fixed.
58770         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
58771         (EXTEND_BUFFER): Use RETALLOC.
58772         (SET_LIST_BIT): Don't cast.
58773         (re_wchar_t): New type.
58774         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
58775         that those two functions will always properly return.
58776         (IMMEDIATE_QUIT_CHECK): Cast to void.
58777         (analyse_first): Use recursion rather than an explicit stack.
58778         (re_compile_fastmap): Can't fail anymore.
58779         (re_search_2): Don't check re_compile_fastmap for failure.
58780         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
58781         Now also sets the new value (passed in a new argument).
58782         (re_match_2_internal): Use it.
58783         Also, use a new var `reg' of type size_t when looping through regs
58784         rather than reuse the inappropriate `mcnt'.
58785
58786 2000-10-25  Jim Meyering  <meyering@lucent.com>
58787
58788         * lib/obstack.c: Update from libc.
58789
58790 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
58791
58792         * regex.c (regex_compile): Change the way of handling a range from
58793         a char less than 256 to a char not less than 256.
58794
58795 2000-10-24  Andrew Innes  <andrewi@gnu.org>
58796
58797         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
58798         NT-Emacs only.
58799         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
58800         so that re_search functions only quit when callers expect them to.
58801
58802 2000-10-23  Jim Meyering  <meyering@lucent.com>
58803
58804         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
58805         wrong.  That set_locale call must not have any side effects.
58806         From Paul Eggert.
58807
58808 2000-10-22  Jim Meyering  <meyering@lucent.com>
58809
58810         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
58811         [CYCLIC]: Remove now-unused definition.
58812
58813         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
58814         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
58815         Suggestion from Ulrich Drepper.
58816
58817 2000-10-21  Jim Meyering  <meyering@lucent.com>
58818
58819         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
58820         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
58821         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
58822
58823 2000-10-21  Jim Meyering  <meyering@lucent.com>
58824
58825         * lib/dirname.c (memrchr): Declare if necessary.
58826         (dir_name): Remove the restriction that there be no
58827         trailing slashes.  Now, this code skips past them, effectively
58828         ignoring them.
58829         [TEST_DIRNAME] (main): New unit tests.
58830
58831         * lib/memrchr.c: New file from GNU libc.
58832         Undef __memrchr, too.
58833         [!weak_alias]: Define __memrchr to memrchr.
58834         Guard weak_alias use with `#ifdef weak_alias'.
58835
58836 2000-10-21  Jim Meyering  <meyering@lucent.com>
58837
58838         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
58839         (dir_name): Use dir_name_r.
58840         * lib/dirname.h (dir_name_r): Declare it.
58841
58842 2000-10-17  Jim Meyering  <meyering@lucent.com>
58843
58844         * lib/quote.h (PARAMS): Define and use.
58845         Reported by Akim Demaille.
58846
58847         * lib/getopt.c: Update from libc.
58848
58849 2000-10-16  Jim Meyering  <meyering@lucent.com>
58850
58851         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
58852         setlocale.
58853         From Jan Fedak.
58854
58855 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
58856
58857         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
58858
58859 2000-09-25  Jim Meyering  <meyering@lucent.com>
58860
58861         * lib/md5.h (rol): Define (from GnuPG).
58862
58863         * lib/sha.c: Give credit (GnuPG) where due.
58864         (M): Use rol rather than open-coding it.
58865         Add a FIXME comment.
58866
58867 2000-09-21  Jim Meyering  <meyering@lucent.com>
58868
58869         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
58870         Reported by Michael Stone.
58871
58872 2000-09-20  Jim Meyering  <meyering@lucent.com>
58873
58874         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
58875         (noinst_HEADERS): Add sha.h.
58876         Based on code from Scott G. Miller and from GnuPG.
58877
58878 2000-09-18  Jim Meyering  <meyering@lucent.com>
58879
58880         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
58881         LIBS. Otherwise, everyone ends up linking with -lelf for some
58882         configurations.
58883         Reported by Mike Stone.
58884
58885 2000-09-15  Jim Meyering  <meyering@lucent.com>
58886
58887         * lib/regex.c: Update from libc.
58888
58889 2000-09-10  Jim Meyering  <meyering@lucent.com>
58890
58891         * lib/getopt.c (_getopt_internal): Update from glibc.
58892
58893 2000-09-09  Jim Meyering  <meyering@lucent.com>
58894
58895         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
58896         think it should be used as a general replacement for isascii.
58897         * lib/fnmatch.c: Likewise.
58898         * lib/mbswidth.c: Likewise
58899         * lib/regex.c: Likewise.
58900
58901         Don't use atoi.
58902         * lib/userspec.c: Include sys/param.h and limits.h.
58903         Include xstrtol.h.
58904         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
58905         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
58906         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
58907         UID, GID.  Check range.
58908
58909 2000-09-06  Jim Meyering  <meyering@lucent.com>
58910
58911         * lib/getopt.c (_getopt_internal): Update from glibc.
58912
58913 2000-08-30  Jim Meyering  <meyering@lucent.com>
58914
58915         * lib/strftime.c: Merge in changes from GNU libc.
58916
58917 2000-08-26  Jim Meyering  <meyering@lucent.com>
58918
58919         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
58920         * m4/fpending.m4: New file.
58921
58922 2000-08-26  Jim Meyering  <meyering@lucent.com>
58923
58924         * lib/closeout.c: Include "__fpending.h".
58925         (close_stdout_status): Return right away if there's nothing to flush.
58926
58927         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
58928         * lib/__fpending.c: New file.
58929         * lib/__fpending.h: New file.
58930
58931 2000-08-20  Jim Meyering  <meyering@lucent.com>
58932
58933         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
58934         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
58935         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
58936
58937 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
58938
58939         Improve fileutils installation on systems where running
58940         programs (like install) can't be unlinked.
58941         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
58942         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
58943
58944 2000-08-07  Paul Eggert  <eggert@twinsun.com>
58945
58946         Standardize on "memory exhausted" instead of "Memory exhausted"
58947         or "virtual memory exhausted".
58948         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
58949         "virtual memory exhausted".
58950         * lib/same.c (same_name): Invoke xalloc_die instead of printing
58951         our own message.
58952         * lib/userspec.c (parse_user_spec): Likewise.
58953         * lib/bumpalloc.h: comment fix
58954         * lib/same.c, userspec.c: Include xalloc.h.
58955
58956         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
58957         not char *const and pointing to a constant array.
58958         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
58959         (xrealloc): Comment fix.
58960
58961         * lib/userspec.c (parse_user_spec):
58962         Don't translate a message until just before returning,
58963         to avoid unnecessary translation.
58964
58965 2000-08-07  Jim Meyering  <meyering@lucent.com>
58966
58967         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
58968         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
58969         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
58970         getgroups.c, gethostname.c, getopt.h, group-member.c,
58971         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
58972         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
58973         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
58974         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
58975         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
58976         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
58977         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
58978         yesno.c: Back out Copyright date changes for each file with no change
58979         this year.  This eases coordination with other programs using the same
58980         source code modules.  From Paul Eggert.
58981
58982 2000-08-06  Paul Eggert  <eggert@twinsun.com>
58983
58984         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
58985         not char, for compatibility with glibc 2.1.3 strftime.c.
58986
58987 2000-08-03  Greg McGary  <greg@mcgary.org>
58988
58989         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
58990         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
58991         (EXTEND_BUFFER): Use them.
58992
58993 2000-08-01  Jim Meyering  <meyering@lucent.com>
58994
58995         * lib/dirname.c (ISSLASH): Define.
58996         (BACKSLASH_IS_PATH_SEPARATOR): Define.
58997         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
58998         both `\' and `/' may be use as path separators.
58999         Based on a patch from Prashant TR.
59000
59001 2000-07-31  Paul Eggert  <eggert@twinsun.com>
59002
59003         * lib/quotearg.c (quotearg_n_options): Don't make the initial
59004         slot vector a constant, since it might get modified.
59005
59006 2000-07-31  Jim Meyering  <meyering@lucent.com>
59007
59008         * lib/xmalloc.c: Use `virtual memory exhausted', not
59009         `Memory exhausted'.
59010         * lib/obstack.c (print_and_abort): Likewise.
59011
59012 2000-07-30  Paul Eggert  <eggert@twinsun.com>
59013
59014         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
59015         buffer, so that the caller can always quote one small
59016         component of a "memory exhausted" message in slot 0.
59017         From a suggestion by Jim Meyering.
59018
59019 2000-07-30  Jim Meyering  <meyering@lucent.com>
59020
59021         * lib/makepath.c (make_path): Quote the other instance, too.
59022
59023         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
59024         (STATIC_BUF_SIZE): Define.
59025         (quotearg_n_options): Use only statically allocated storage when
59026         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
59027         than STATIC_BUF_SIZE.
59028
59029 2000-07-29  Jim Meyering  <meyering@lucent.com>
59030
59031         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
59032         * lib/dirname.c (dir_name): Likewise.
59033
59034         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
59035         `/'.
59036
59037         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
59038         (dir_name): Assert that there are no trailing slashes.
59039
59040 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
59041
59042         * lib/mbswidth.h (mbswidth): Add a flags argument.
59043         (mbswidth): New declaration.
59044         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
59045         * lib/mbswidth.c (mbswidth): Add a flags argument.
59046         (mbsnwidth): New function.
59047
59048 2000-07-24  Jim Meyering  <meyering@lucent.com>
59049
59050         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
59051
59052 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59053
59054         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
59055
59056 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59057
59058         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
59059         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
59060         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
59061         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
59062         invoke multibyte primitives.
59063
59064 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59065
59066         * lib/quotearg.c:
59067         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
59068         so that mbstate_t is always defined.
59069
59070         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
59071         be 1 in at least one GCC installation, and this configuration
59072         error is likely to be common.  Ignoring MB_LEN_MAX hurts
59073         performance on hosts that have mbrtowc but have only unibyte
59074         locales, but I assume these hosts are rare.
59075
59076 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59077
59078         * lib/mbswidth.c (_XOPEN_SOURCE):
59079         Don't define; this causes problems on Solaris 7.
59080         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
59081
59082 2000-07-23  Jim Meyering  <meyering@lucent.com>
59083
59084         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
59085         too: getgrgid, getpwuid, getuid.
59086
59087 2000-07-23  Jim Meyering  <meyering@lucent.com>
59088
59089         * lib/basename.c (base_name): Add an assertion.
59090
59091 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
59092
59093         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
59094         shadow its mbsinit function.
59095
59096 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59097
59098         * lib/mbswidth.h: New file.
59099         * lib/mbswidth.c: New file.
59100         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
59101         (noinst_HEADERS): Add mbswidth.h.
59102
59103 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59104
59105         * lib/config.charset: Add support for FreeBSD. Improve support for
59106         HP-UX and IRIX 6.
59107
59108 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
59109
59110         * m4/mbswidth.m4: New file.
59111         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
59112
59113 2000-07-15  Jim Meyering  <meyering@lucent.com>
59114
59115         * lib/makepath.c: Include quote.h.
59116         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
59117         corresponding argument in a `quote (...)' call.
59118         Give better diagnostics.
59119
59120         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
59121         (noinst_HEADERS): Add quote.h.
59122
59123         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
59124         from tar's src/misc.c.
59125         * lib/quote.h: New file.  Prototypes for same.
59126
59127 2000-07-14  Paul Eggert  <eggert@twinsun.com>
59128
59129         From a suggestion by Bruno Haible.
59130         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
59131         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
59132         to decide whether to define the BeOS workaround macro;
59133         this adjusts to the change to AC_MBSTATE_T.
59134
59135 2000-07-14  Jim Meyering  <meyering@lucent.com>
59136
59137         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
59138         jm_AC_TYPE_UINTMAX_T.
59139
59140 2000-07-13  Paul Eggert  <eggert@twinsun.com>
59141
59142         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
59143
59144         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
59145         quotearg_buffer_restyled): Add support for
59146         clocale_quoting_style.  Undo previous change to
59147         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
59148         and "{RIGHT QUOTATION MARK}" msgids.
59149
59150 2000-07-10  Paul Eggert  <eggert@twinsun.com>
59151
59152         From a suggestion by Bruno Haible.
59153         * m4/mbstate_t.m4 (AC_MBSTATE_T):
59154         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
59155         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
59156         and mbstate_t, to a single-part test that simply defines mbstate_t.
59157         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
59158         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
59159
59160 2000-07-10  Jim Meyering  <meyering@lucent.com>
59161
59162         * m4/strerror_r.m4: Mirror the correction made in autoconf.
59163
59164         * m4/gnu-source.m4: Output to confdefs.h directly.
59165         Suggestion from Akim Demaille.
59166
59167 2000-07-09  Paul Eggert  <eggert@twinsun.com>
59168
59169         The old behavior of quoting `like this' doesn't look good with
59170         newer, ISO-style fonts.  See:
59171         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
59172
59173         Instead, quote "like this" by default.  Let the translator
59174         tailor the locale-specific quoting behavior by providing
59175         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
59176
59177         * lib/quotearg.c (N_): New macro.
59178         (gettext_default): New function.
59179         (quotearg_buffer_restyled): Use
59180         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
59181         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
59182
59183 2000-07-09  Jim Meyering  <meyering@lucent.com>
59184
59185         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
59186         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
59187
59188         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
59189         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
59190
59191 2000-07-09  Jim Meyering  <meyering@lucent.com>
59192
59193         * lib/Most files: Update copyright dates to include 2000.
59194
59195 2000-07-08  Jim Meyering  <meyering@lucent.com>
59196
59197         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
59198         if not defined.
59199         (xgethostname): Remove now-unnecessary #ifdef.
59200         Move declaration of `err' into loop where it's used.
59201
59202 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59203         and Bruno Haible  <haible@clisp.cons.org>
59204
59205         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
59206         only if the test for an object-type mbstate_t fails.  This
59207         prevents us from mistakenly reporting that mbstate_t is a
59208         system object type after we "#define mbstate_t int" to work
59209         around its lack.
59210
59211 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59212         and Bruno Haible  <haible@clisp.cons.org>
59213
59214         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
59215
59216 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59217
59218         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
59219         to strerror_r.
59220         Include <ctype.h> for use of isalpha.
59221
59222 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59223
59224         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
59225         by allocating a larger buffer. Test the gethostname return value for
59226         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
59227         returns an error and ENAMETOOLONG isn't defined.
59228
59229 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59230
59231         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
59232         dimension.
59233
59234 2000-07-04  Jim Meyering  <meyering@lucent.com>
59235
59236         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
59237         of the deprecated AC_CHECKING.
59238
59239 2000-07-04  Jim Meyering  <meyering@lucent.com>
59240
59241         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
59242         Reported by Bruno Haible.
59243
59244 2000-07-04  Jim Meyering  <meyering@lucent.com>
59245
59246         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
59247         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
59248         lacks mbrtowc.
59249
59250 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59251
59252         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
59253         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
59254
59255 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59256         and Bruno Haible  <haible@clisp.cons.org>
59257
59258         * lib/quotearg.c (mbrtowc):
59259         Assign to *pwc, and return 1 only if result is nonzero.
59260         (iswprint): Use ISPRINT when substituting our own mbrtowc.
59261
59262 2000-07-03  Jim Meyering  <meyering@lucent.com>
59263
59264         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
59265
59266 2000-07-03  Jim Meyering  <meyering@lucent.com>
59267
59268         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
59269         This is necessary to get a definition of e.g., UTMP_FILE on
59270         HP-UX 10.20.
59271         From Bob Proulx.
59272
59273 2000-07-02  Jim Meyering  <meyering@lucent.com>
59274
59275         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
59276
59277         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
59278         AC_LIBOBJ(function_name).
59279         * m4/chown.m4: Likewise.
59280         * m4/fnmatch.m4: Likewise.
59281         * m4/ftruncate.m4: Likewise.
59282         * m4/getgroups.m4: Likewise.
59283         * m4/getline.m4: Likewise.
59284         * m4/group-member.m4: Likewise.
59285         * m4/jm-macros.m4: Likewise.
59286         * m4/lstat.m4: Likewise.
59287         * m4/malloc.m4: Likewise.
59288         * m4/memcmp.m4: Likewise.
59289         * m4/nanosleep.m4: Likewise.
59290         * m4/putenv.m4: Likewise.
59291         * m4/realloc.m4: Likewise.
59292         * m4/regex.m4: Likewise.
59293         * m4/stat.m4: Likewise.
59294         * m4/strftime.m4: Likewise.
59295
59296 2000-07-02  Jim Meyering  <meyering@lucent.com>
59297
59298         * lib/quotearg.c (mbstate_t): Don't define here.
59299
59300 2000-07-02  Jim Meyering  <meyering@lucent.com>
59301
59302         * lib/nanosleep.c (SIGCONT): Define if not already defined.
59303
59304 2000-07-01  Jim Meyering  <meyering@lucent.com>
59305
59306         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
59307
59308 2000-07-01  Jim Meyering  <meyering@lucent.com>
59309
59310         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
59311         problem.
59312
59313 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59314
59315         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
59316         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
59317
59318 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59319
59320         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
59321         per change in ../m4/ls-mntd-fs.m4.
59322         (read_filesystem_list): Ignore symbolic links.
59323
59324 2000-06-29  Jim Meyering  <meyering@lucent.com>
59325
59326         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
59327         for declaration of strcmp.
59328
59329         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
59330
59331         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
59332         Avoid warning by casting result to `char *' to remove `const'.
59333
59334 2000-06-28  Jim Meyering  <meyering@lucent.com>
59335
59336         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
59337         included by quotearg.c, for which we perform this test.  From
59338         Bruno Haible.
59339
59340 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59341
59342         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
59343         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
59344         <utmpx.h> exists, put readutmp.o into LIBOBJS.
59345
59346 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59347
59348         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
59349
59350 2000-06-26  Paul Eggert  <eggert@twinsun.com>
59351
59352         savedir now sets errno on failure and invokes xmalloc to get memory.
59353         Fix a couple of other minor bugs while we're at it.
59354
59355         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
59356         (NAMLEN): Remove macro.
59357         (malloc, realloc): Remove decls.
59358         (stpcpy): Likewise.
59359         ("xalloc.h"): Include.
59360         (NAME_SIZE_DEFAULT): New macro.
59361         (savedir): Use xmalloc / xrealloc to allocate memory.
59362         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
59363         Skip "" directory entries.
59364         Use strlen to calculate directory entry length, since the old method
59365         is rarely used these days and isn't worth supporting.
59366         Don't use a pointer after freeing it.
59367         Check for integer overflow when calculating allocation size.
59368         Use memcpy to copy entries, instead of stpcpy.
59369         Set errno properly when returning NULL.
59370         Check for readdir error.
59371
59372 2000-06-26  Jim Meyering  <meyering@lucent.com>
59373
59374         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
59375
59376 2000-06-25  Jim Meyering  <meyering@lucent.com>
59377
59378         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
59379         Linux header bug when _XOPEN_SOURCE is defined to 500.
59380
59381 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59382
59383         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
59384         deficiency.
59385
59386 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59387
59388         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
59389         Include xalloc.h.
59390         Don't include <stdlib.h>.  Don't declare malloc, realloc.
59391
59392 2000-06-24  Jim Meyering  <meyering@lucent.com>
59393
59394         * m4/strerror_r.m4: Revive this file -- to try out an experimental
59395         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
59396         for which strerror does return char*, but which lacks a conveniently
59397         accessible declaration of the function.  If the compile-test says
59398         strerror_r doesn't work, then resort to a `run'-test that works on
59399         BeOS and segfaults on DEC Unix.
59400
59401 2000-06-24  Jim Meyering  <meyering@lucent.com>
59402
59403         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
59404
59405 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59406
59407         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
59408         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
59409
59410 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59411
59412         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
59413         (mbrtowc, mbstate_t): Define substitutes if
59414         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
59415         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
59416         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
59417
59418 2000-06-23  Jim Meyering  <meyering@lucent.com>
59419
59420         * m4/afs.m4: Add missing AC_MSG_RESULT.
59421         Reported by Bruno Haible.
59422
59423         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
59424         Suggestion from Bruno Haible.
59425
59426 2000-06-23  Jim Meyering  <meyering@lucent.com>
59427
59428         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
59429
59430 2000-06-21  Jim Meyering  <meyering@lucent.com>
59431
59432         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
59433
59434 2000-06-21  Jim Meyering  <meyering@lucent.com>
59435
59436         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
59437         (noinst_HEADERS): Add getstr.h.
59438
59439         * lib/getline.c (getstr): Move into a separate file.
59440         * lib/getstr.c (getstr): New file, extracted from getline.c, with
59441         the following changes: new parameter, delim2; both delim[12]
59442         parameters have type `int', not `char'.  The latter would lose
59443         with 8-bit delimiters.
59444         * lib/getstr.h: New file.
59445
59446 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59447
59448         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
59449         than 1024, return a memory chunk of least possible size, instead
59450         of size PATH_MAX + 2. In the loop, increment the size proportionally.
59451         Use free/xmalloc instead of xrealloc to avoid copying for very long
59452         paths.
59453
59454 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59455
59456         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
59457         the empty string.
59458
59459 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59460
59461         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
59462         address, not strdup.  Include <stdlib.h> and don't declare free().
59463
59464 2000-06-19  Jim Meyering  <meyering@lucent.com>
59465
59466         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
59467
59468 2000-06-18  Jim Meyering  <meyering@lucent.com>
59469
59470         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
59471
59472         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
59473         `checking whether...' message to be consistent with that of the
59474         lstat test.
59475
59476 2000-06-18  Jim Meyering  <meyering@lucent.com>
59477
59478         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
59479         Besides, these days every porting target provides a mkdir function.
59480
59481         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
59482         needed. (this snippet comes from src/system.h).
59483
59484 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
59485
59486         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
59487
59488 2000-06-15  Paul Eggert  <eggert@twinsun.com>
59489
59490         * lib/human.c (adjust_value): New function.
59491         (human_readable_inexact): Apply rounding style even when
59492         printing approximate values.
59493
59494 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59495
59496         * lib/human.c (human_readable_inexact): Allow an input block
59497         size that is not a multiple of the output block size, and vice versa.
59498         Reported by Piergiorgio Sartor.
59499
59500 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59501
59502         * lib/getdate.y (get_date): Apply relative times after time
59503         zone indicator, not before.  Reported by Todd A. Jacobs.
59504
59505 2000-06-13  Jim Meyering  <meyering@lucent.com>
59506
59507         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
59508
59509         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
59510
59511 2000-06-12  Paul Eggert  <eggert@twinsun.com>
59512
59513         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
59514
59515 2000-06-12  Jim Meyering  <meyering@lucent.com>
59516
59517         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
59518         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
59519         optional argument.
59520         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
59521         the optional argument, `lib'.
59522
59523 2000-06-08  Jim Meyering  <meyering@lucent.com>
59524
59525         * m4/largefile.m4: Remove file (now that it's part of autoconf).
59526
59527 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59528
59529         Rewrite largefile configuration so that we don't need to run
59530         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
59531         AC_CANONICAL_HOST in configure.in -- jmm]
59532
59533         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
59534         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
59535         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
59536         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
59537         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
59538         All uses changed.
59539         Instead of inspecting the output of getconf, try to compile the
59540         test program without and with the macro definition.
59541         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
59542         for getconf.  Instead, check for the needed flags by compiling
59543         test programs.
59544
59545 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59546
59547         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
59548
59549 2000-06-04  Jim Meyering  <meyering@lucent.com>
59550
59551         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
59552         SunOS 4.1.4 for which gid_t is an unsigned type.
59553
59554 2000-06-03  Jim Meyering  <meyering@lucent.com>
59555
59556         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
59557         now that autoconf requires that.
59558
59559         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
59560         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
59561         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
59562
59563 2000-06-03  Jim Meyering  <meyering@lucent.com>
59564
59565         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
59566
59567 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59568
59569         * m4/glibc21.m4: New file.
59570         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
59571
59572 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59573
59574         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
59575         newer, don't install charset.alias.
59576         * lib/config.charset: Change the Linux/glibc rules so they become empty
59577         on glibc-2.1 or newer.
59578
59579 2000-06-02  Jim Meyering  <meyering@lucent.com>
59580
59581         * lib/mountlist.c: Back out last change.  Instead, do this...
59582         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
59583         me_dummy member using the same `ignore'-testing code.
59584         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
59585         fs_type strings.
59586         From Mark D. Roth.
59587
59588 2000-05-29  Jim Meyering  <meyering@lucent.com>
59589
59590         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
59591         mounts with the `ignore' attribute.  Based on a patch from
59592         Mark D. Roth.
59593
59594 2000-05-28  Jim Meyering  <meyering@lucent.com>
59595
59596         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
59597         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59598         * m4/stat.m4: Likewise.
59599         * m4/lstat.m4: Likewise.
59600         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
59601
59602         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
59603         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
59604
59605 2000-05-26  Jim Meyering  <meyering@lucent.com>
59606
59607         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
59608
59609 2000-05-24  Jim Meyering  <meyering@lucent.com>
59610
59611         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
59612         autoconf requires that.
59613         * m4/lib-check.m4: Likewise.
59614         * m4/jm-macros.m4: Likewise.
59615         * m4/strftime.m4: Likewise.
59616
59617         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
59618         AC_CHECK_DECLS, now that autoconf requires that.
59619
59620 2000-05-22  Jim Meyering  <meyering@lucent.com>
59621
59622         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59623         * m4/lstat.m4: Likewise.
59624
59625 2000-05-22  Jim Meyering  <meyering@lucent.com>
59626
59627         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
59628
59629 2000-05-20  Jim Meyering  <meyering@lucent.com>
59630
59631         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
59632         (jm_PREREQ): Use it.
59633
59634 2000-05-18  Jim Meyering  <meyering@lucent.com>
59635
59636         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
59637         back, too, since it may have been modified by allocate_entry.
59638         (hash_delete): Rewrite to use neither the assignment operator
59639         nor the comma operator in an if-expression.
59640
59641 2000-05-15  Paul Eggert  <eggert@twinsun.com>
59642
59643         * lib/closeout.c:
59644         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
59645         Remove; no longer needed.
59646         "quotearg.h": Add include.
59647         (file_name): Do not bother to explicitly initialize to NULL; it's less
59648         efficient on some hosts.
59649         (close_stdout_status): Remove test as to whether stdout was already
59650         closed; it breaks for the case "echo x | sort >&-".
59651         Quote file name colons.
59652         Do not assume that _("write error") lacks format strings.
59653
59654 2000-05-15  Jim Meyering  <meyering@lucent.com>
59655
59656         * lib/version-etc.c (version_etc_copyright): Update the copyright
59657         string used in all --version output.
59658
59659 2000-05-14  Jim Meyering  <meyering@lucent.com>
59660
59661         * lib/closeout.c (close_stdout_set_file_name): New function.
59662         (close_stdout_status): Use new file-scoped global.
59663         Return right away if fstat says the stdout file descriptor is invalid.
59664         * lib/closeout.h (close_stdout_set_file_name): Declare.
59665
59666 2000-05-10  Jim Meyering  <meyering@lucent.com>
59667
59668         * lib/closeout.c [default_exit_status]: New file-scoped variable.
59669         (close_stdout_set_status): New function.
59670         * lib/closeout.h (close_stdout_set_status): Declare.
59671
59672 2000-05-09  Jim Meyering  <meyering@lucent.com>
59673
59674         * m4/gettext.m4: Rename this...
59675         * m4/libintl.m4: ...to this.
59676
59677 2000-05-08  Jim Meyering  <meyering@lucent.com>
59678
59679         * lib/long-options.c: Don't include closeout.h.
59680         (parse_long_options): Don't call close_stdout for --version.
59681
59682 2000-05-06  Paul Eggert  <eggert@twinsun.com>
59683
59684         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
59685         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
59686         2.1.3 bug.  This avoids a clash when files like regex.c define
59687         _GNU_SOURCE.
59688
59689 2000-05-06  Jim Meyering  <meyering@lucent.com>
59690
59691         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
59692         (AC_REPLACE_FUNCS): Add strnlen.
59693
59694         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
59695         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
59696
59697         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
59698         AC_SEARCH_LIBS call for nanosleep.
59699         (LIB_NANOSLEEP): Set and AC_SUBST.
59700
59701 2000-05-06  Jim Meyering  <meyering@lucent.com>
59702
59703         * lib/strnlen.c: Undefine __strnlen and strnlen.
59704         [!weak_alias]: Define __strnlen to strnlen.
59705
59706         * lib/atexit.c: New file, from libiberty.
59707
59708 2000-05-06  Jim Meyering  <meyering@lucent.com>
59709
59710         * lib/closeout.c (close_stdout_status): Also check for errors on the
59711         stderr stream.
59712
59713 2000-05-05  Jim Meyering  <meyering@lucent.com>
59714
59715         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
59716         AC_SEARCH_LIBS call for clock_gettime.
59717         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
59718
59719         * m4/search-libs.m4: Update from autoconf.
59720
59721         su doesn't work on Solaris 2.6.
59722         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
59723         <shadow.h>.  Reported by Dragos Harabor.
59724
59725 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
59726
59727         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
59728         memcpy instead of xmalloc, xrealloc, path_concat.
59729         (locale_charset): Treat empty environment variables as absent.
59730         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
59731
59732 2000-05-04  Jim Meyering  <meyering@lucent.com>
59733
59734         * lib/getopt.c: Update from glibc.
59735         * lib/obstack.c: Likewise.
59736         * lib/obstack.h: Likewise.
59737         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
59738         file
59739
59740         * lib/regex.h: Likewise.
59741         * lib/strndup.c: Likewise.
59742         * lib/strnlen.c: New file, from glibc.
59743
59744 2000-05-03  Jim Meyering  <meyering@lucent.com>
59745
59746         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
59747
59748 2000-05-02  Paul Eggert  <eggert@twinsun.com>
59749
59750         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
59751         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
59752         compile-time test, rather than inspecting host and OS, to
59753         decide whether to define _LARGEFILE_SOURCE.
59754
59755 2000-05-01  Jim Meyering  <meyering@lucent.com>
59756
59757         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
59758
59759         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
59760         Based on a patch from Bruno Haible.
59761
59762 2000-05-01  Jim Meyering  <meyering@lucent.com>
59763
59764         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
59765
59766 2000-04-29  Jim Meyering  <meyering@lucent.com>
59767
59768         * lib/path-concat.c: Declare strdup only if it's not defined.
59769         * lib/canon-host.c: Likewise.
59770
59771 2000-04-28  Jim Meyering  <meyering@lucent.com>
59772
59773         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
59774         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
59775         is included first, then limits.h is included by locale.h by libintl.h.
59776         From John David Anglin.
59777
59778 2000-04-25  Jim Meyering  <meyering@lucent.com>
59779
59780         * lib/makepath.c (S_IRWXUGO): Define.
59781         (make_path): Always perform explicit chmod if MODE specifies any
59782         of the `special' permission bits.  Prompted by a bug report against
59783         install from Mate Wierdl and Joost van Baal.
59784
59785 2000-04-18  Jim Meyering  <meyering@lucent.com>
59786
59787         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
59788         (jm_PREREQ): Use it.
59789
59790 2000-04-18  Jim Meyering  <meyering@lucent.com>
59791
59792         * lib/README: New file.
59793
59794         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
59795         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
59796
59797 2000-04-17  Jim Meyering  <meyering@lucent.com>
59798
59799         Get it right :-)
59800         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
59801         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
59802         Suggestion from Akim Demaille.
59803
59804 2000-04-17  Jim Meyering  <meyering@lucent.com>
59805
59806         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
59807         the definition of it to rpl_strftime also defined-away the system's
59808         declaration.
59809
59810 2000-04-15  Jim Meyering  <meyering@lucent.com>
59811
59812         Use `C' to denote so-called `contiguous' files, the same way
59813         that tar does.
59814         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
59815         (ftypelet): Use S_ISCTG.
59816         From Michael Deutschmann.
59817
59818 2000-04-14  Jim Meyering  <meyering@lucent.com>
59819
59820         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
59821         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
59822         clobbered.
59823
59824 2000-04-14  Jim Meyering  <meyering@lucent.com>
59825
59826         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
59827
59828 2000-04-13  Jim Meyering  <meyering@lucent.com>
59829
59830         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
59831         AH_VERBATIM to insert required #ifndef into config.h.in.
59832         Suggestion from Akim Demaille.
59833
59834 2000-04-12  Jim Meyering  <meyering@lucent.com>
59835
59836         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
59837         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
59838         Christian Krackowizer.
59839
59840         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
59841         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
59842         (AC_SYS_LARGEFILE): Require.
59843         (AM_C_PROTOTYPES): Require.
59844
59845 2000-04-08  Jim Meyering  <meyering@lucent.com>
59846
59847         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
59848         names don't conflict.  Reported by Eli Zaretskii.
59849
59850 2000-04-07  Jim Meyering  <meyering@lucent.com>
59851
59852         * lib/putenv.c: Move inclusion of errno.h so it follows that of
59853         sys/types.h, to work around system header problems on AIX 3.2.5.
59854         From Bruno Haible.
59855
59856 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
59857
59858         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
59859         bug.  Deal with the different error behavior of Irix iconv.
59860
59861 2000-04-05  Paul Eggert  <eggert@twinsun.com>
59862
59863         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
59864         IRIX if the installer said otherwise.
59865
59866 2000-04-05  Jim Meyering  <meyering@lucent.com>
59867
59868         Portability tweaks required for ultrix4.3.
59869         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
59870         (jm_CHECK_DECLS): Add getutent to the list of functions.
59871         (_jm_DECL_HEADERS): Add utmpx.h.
59872         From John David Anglin.
59873
59874         * m4/strftime.m4: Back out the 2000-04-02 change.
59875         Instead of that change, simply undefine putenv in the test program.
59876
59877 2000-04-05  Jim Meyering  <meyering@lucent.com>
59878
59879         Portability tweaks required for ultrix4.3.
59880         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
59881         getutent.
59882         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
59883         * lib/canon-host.c: Declare strdup.
59884         * lib/path-concat.c: Likewise.
59885         From John David Anglin.
59886
59887 2000-04-04  Jim Meyering  <meyering@lucent.com>
59888
59889         Be more DOS 8.3-friendly.
59890         * lib/ref-add.sin: Renamed from ref-add.sed.in.
59891         * lib/ref-del.sin: Renamed from ref-del.sed.in.
59892         * lib/Makefile.am: Reflect renaming.
59893         Reported by Eli Zaretskii.
59894
59895         Use a temporary file name that won't clash with `charset.alias'
59896         in the DOS 8.3 name space.
59897         * lib/Makefile.am (charset_tmp): Define.
59898         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
59899         (uninstall-local): Likewise.
59900         Reported by Eli Zaretskii.
59901
59902 2000-04-03  Jim Meyering  <meyering@lucent.com>
59903
59904         * m4/gettext.m4: Fix typo in comment.
59905
59906         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
59907         textutils/configure.in).  Suggestion from Paul Eggert.
59908         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
59909
59910 2000-04-02  Paul Eggert  <eggert@twinsun.com>
59911
59912         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
59913         variable in the shell rather than using putenv, which isn't
59914         portable.  This avoids the configure-time inter-test dependency
59915         on the potentially-renamed putenv function.
59916
59917 2000-03-30  Paul Eggert  <eggert@twinsun.com>
59918
59919         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
59920         before checking struct stat.st_blksize, so that
59921         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
59922
59923 2000-03-29  Paul Eggert  <eggert@twinsun.com>
59924
59925         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
59926         since strftime.c uses HAVE_STRFTIME to decide whether to use
59927         the underlying strftime.
59928
59929 2000-03-29  Paul Eggert  <eggert@twinsun.com>
59930
59931         * lib/time/strftime.c (my_strftime): Make sure we call the system
59932         strftime, not ourselves, when invoking the underlying strftime.
59933
59934 2000-03-24  Jim Meyering  <meyering@lucent.com>
59935
59936         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
59937         (charset_alias): Define.
59938         (install-exec-local): Factor out common code.
59939         (uninstall-local): Split lines longer than 80.
59940         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
59941         (SUFFIXES): Define.
59942         (.sed.in.sed): New rule.  Don't redirect directly to $@.
59943         (CLEANFILES): Add ref-add.sed and ref-del.sed.
59944
59945 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
59946
59947         * lib/config.charset: Output a line containing "Packages using this
59948         file".
59949         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
59950         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
59951         ref-del.sed): New rules.
59952
59953 2000-03-17  Jim Meyering  <meyering@lucent.com>
59954
59955         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
59956         Otherwise, include <strings.h>
59957
59958 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
59959
59960         * lib/unicodeio.c (utf8_wctomb): New function.
59961         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
59962         format instead of in UCS-4 with platform dependent endianness.
59963
59964 2000-03-10  Jim Meyering  <meyering@lucent.com>
59965
59966         * m4/lib-check.m4: Look for getspnam in -lgen, too.
59967         From Marco Franzen.
59968
59969 2000-03-07  Paul Eggert  <eggert@twinsun.com>
59970
59971         * lib/savedir.c (savedir): Work even if directory size is
59972         negative; this can happen with some screwy NFS configurations.
59973
59974 2000-03-06  Jim Meyering  <meyering@lucent.com>
59975
59976         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
59977         if it's NULL (because we ran out of memory).  From Bruno Haible.
59978
59979 2000-03-05  Jim Meyering  <meyering@lucent.com>
59980
59981         * lib/localcharset.c ("path-concat.h"): Include.
59982         (get_charset_aliases): Use path_concat instead of ANSI string
59983         concatenation.
59984
59985         * lib/unicodeio.h (PARAMS): Define.
59986         Use it to guard prototype.
59987
59988 2000-03-04  Jim Meyering  <meyering@lucent.com>
59989
59990         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
59991         for lib/localcharset.c.
59992
59993 2000-03-04  Jim Meyering  <meyering@lucent.com>
59994
59995         * lib/Makefile.am (install-exec-local): Create $(libdir) before
59996         installing into it.
59997         (uninstall-local): Uncomment this rule so `make distcheck' works
59998         once again.
59999
60000         * lib/unicodeio.c (<errno.h>): Include it.
60001         (errno): Declare if not defined.
60002
60003         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
60004
60005         * lib/config.charset: New version, incorporating remarks from a linux
60006         i18n mailing list.  From Bruno Haible.
60007
60008 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
60009
60010         * m4/codeset.m4: New file.
60011         * m4/iconv.m4: New file.
60012         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
60013
60014 2000-03-03  Jim Meyering  <meyering@lucent.com>
60015
60016         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
60017
60018 2000-03-02  Jim Meyering  <meyering@lucent.com>
60019
60020         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
60021         the messages come out on separate lines.
60022
60023         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
60024         rather than jm_CHECK_DECLARATIONS.
60025         * m4/decl.m4: Remove now-unused file.
60026
60027         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
60028         geteuid.
60029
60030 2000-03-02  Jim Meyering  <meyering@lucent.com>
60031
60032         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
60033
60034 2000-03-01  Jim Meyering  <meyering@lucent.com>
60035
60036         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
60037         * lib/unicodeio.c: Likewise.
60038
60039 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
60040
60041         * lib/config.charset: New file.
60042         * lib/localcharset.c: New file.
60043         * lib/unicodeio.h, lib/unicodeio.c: New files.
60044         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
60045         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
60046         (noinst_HEADERS): Add unicodeio.h.
60047         (all-local, install-exec-local, charset.alias): New targets.
60048
60049 2000-02-28  Paul Eggert  <eggert@twinsun.com>
60050
60051         * lib/quotearg.c (ALERT_CHAR): New macro.
60052         (quotearg_buffer_restyled): Use it.
60053
60054 2000-02-27  Jim Meyering  <meyering@lucent.com>
60055
60056         * m4/check-decl.m4: Add getenv to the list.
60057
60058 2000-02-27  Jim Meyering  <meyering@lucent.com>
60059
60060         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
60061         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
60062
60063         * lib/backupfile.c: Guard inclusion of stdlib.h with
60064         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
60065         Declare malloc if needed.
60066
60067         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
60068         `#ifndef HAVE_DECL..'
60069         now that autoconf always defines the HAVE_DECL_ symbols.
60070         * lib/human.c: Likewise.
60071         * lib/same.c: Likewise.
60072         * lib/strtoumax.c: Likewise.
60073
60074         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
60075         declaration check was not run.
60076         * lib/hash.c: Likewise.
60077         * lib/human.c: Likewise.
60078         * lib/same.c: Likewise.
60079         * lib/strtoumax.c: Likewise.
60080
60081         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
60082         `.', then first look up the entire `.'-containing string as a login
60083         name.
60084
60085 2000-02-23  Jim Meyering  <meyering@lucent.com>
60086
60087         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
60088         in place of my hack.
60089
60090 2000-02-18  Paul Eggert  <eggert@twinsun.com>
60091
60092         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
60093         (textint): New typedef.
60094         (parser_control): Member year changed from int to textint.
60095         All uses changed.
60096         (YYSTYPE): Removed; replaced by %union with int and textint members.
60097         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
60098         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
60099         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
60100         (tSNUMBER, tUNUMBER): Now of type <textintval>.
60101         (date, number, to_year): Use width of number in digits, not its value,
60102         to determine whether it's a 2-digit year, or a 2-digit time.
60103         (yylex): Store number of digits of numeric tokens.
60104         Reported by John Kendall.
60105
60106         (parser_control): Changed from struct parser_control to typedef (for
60107         consistency).  All uses changed.
60108
60109         (tID): Removed; not used.
60110         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
60111
60112 2000-02-14  Paul Eggert  <eggert@twinsun.com>
60113
60114         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
60115         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
60116
60117 2000-02-12  Jim Meyering  <meyering@lucent.com>
60118
60119         * lib/userspec.c (ISDIGIT): Define it.
60120         (isdigit): Remove definition.
60121         (is_number): Use ISDIGIT, not isdigit.
60122         <libintl.h>: Include.
60123         (_ and N_): Define.
60124         (parse_user_spec): Mark translatable strings.
60125
60126 2000-02-10  Jim Meyering  <meyering@lucent.com>
60127
60128         With these changes, nanosleep.[ch] are finally enough like the other
60129         lib/* replacement files to compile on a few more losing systems.
60130
60131         * lib/nanosleep.h: Don't include config.h.
60132         Remove prototype from declaration of nanosleep.
60133         (PARAMS): Remove now-unneeded definition.
60134         * lib/nanosleep.c: #undef nanosleep.
60135         (rpl_nanosleep): Rename from nanosleep.
60136
60137 2000-02-10  Jim Meyering  <meyering@lucent.com>
60138
60139         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
60140         gnu_nanosleep to rpl_nanosleep.
60141
60142 2000-02-09  Jim Meyering  <meyering@lucent.com>
60143
60144         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
60145         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
60146
60147 2000-02-08  Akim Demaille  <akim@epita.fr>
60148
60149         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
60150         `[' and `]' and remove uses of `changequote'.
60151         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
60152         (AC_SYS_LARGEFILE): Likewise.
60153         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
60154         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
60155         of changequote.
60156         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
60157         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
60158         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
60159         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
60160
60161 2000-02-05  Jim Meyering  <meyering@lucent.com>
60162
60163         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
60164         Remove explicit use of AC_HEADER_TIME.  It is required by
60165         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
60166         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
60167         in autoconf whereby the expansion of the latter ended up preceding
60168         the expansion of its prerequisite, AC_HEADER_TIME.
60169         Reported by Volker Borchert.
60170
60171 2000-02-03  Jim Meyering  <meyering@lucent.com>
60172
60173         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
60174
60175 2000-02-03  Jim Meyering  <meyering@lucent.com>
60176
60177         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
60178         rather than with `#if HAVE_UTMPNAME'.
60179
60180 2000-02-02  Jim Meyering  <meyering@lucent.com>
60181
60182         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
60183         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
60184         Reported by Eli Zaretskii.
60185
60186 2000-02-01  Jim Meyering  <meyering@lucent.com>
60187
60188         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
60189
60190 2000-01-31  Jim Meyering  <meyering@lucent.com>
60191
60192         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
60193         functions.  Add the time.h and sys/time.h headers along with the
60194         AC_REQUIRE'ment of AC_HEADER_TIME.
60195
60196 2000-01-31  Jim Meyering  <meyering@lucent.com>
60197
60198         * lib/nanosleep.h (nanosleep): Guard declaration with
60199         `#if ! HAVE_DECL_NANOSLEEP'.
60200         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
60201         the declaration in that vendor's sys/timers.h.
60202         Reported by Christian Krackowizer.
60203
60204         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
60205         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
60206         (ISPRINT): Likewise.
60207         Reported by Tom Tromey.
60208
60209 2000-01-30  Jim Meyering  <meyering@lucent.com>
60210
60211         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
60212
60213         * m4/prereq.m4 (utmp_includes): Define.
60214         Check for ut_user and ut_name members in both struct utmpx
60215         and struct utmp.
60216
60217 2000-01-30  Jim Meyering  <meyering@lucent.com>
60218
60219         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
60220         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
60221         header files where only utmpx.ut_user is declared.
60222
60223         * lib/readutmp.h (UT_USER): Define.
60224
60225 2000-01-29  Jim Meyering  <meyering@lucent.com>
60226
60227         * m4/lib-check.m4: New file containing library-related checks from
60228         fileutils and sh-utils (textutils had none).
60229
60230 2000-01-28  Jim Meyering  <meyering@lucent.com>
60231
60232         * m4/perl.m4: Change format of warning message to look more like that
60233         from the missing script.  Suggestion from François Pinard.
60234
60235 2000-01-25  Jim Meyering  <meyering@lucent.com>
60236
60237         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
60238         well as time.h in the compile check.
60239         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
60240         Fix typo in cross-compiling case: s/yes/no/.
60241
60242 2000-01-23  Jim Meyering  <meyering@lucent.com>
60243
60244         * m4/jm-macros.m4: Move df-related tests here from
60245         fileutils/configure.in
60246
60247         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
60248         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
60249
60250         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
60251         s/space/ac_fsusage_space/.
60252         (jm_FILE_SYSTEM_USAGE): Take two parameters.
60253
60254         * m4/ftruncate.m4: New file (derived from part of
60255         fileutils/configure.in).
60256         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
60257         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
60258
60259         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
60260         AC_SUBST these here, rather than just in sh-util/configure.in, so
60261         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
60262         all the same.
60263         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
60264         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
60265         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
60266         (AC_SUBST(POW_LIBM)): Likewise.
60267         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
60268
60269 2000-01-23  Jim Meyering  <meyering@lucent.com>
60270
60271         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
60272         obstack.c.
60273
60274 2000-01-22  Jim Meyering  <meyering@lucent.com>
60275
60276         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
60277
60278         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
60279
60280         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
60281         configure.in
60282         (AC_CHECK_HEADERS): Likewise for sh-utils.
60283         (AC_CHECK_HEADERS): Likewise for textutils.
60284         Merge the three lists of headers.
60285
60286         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
60287         from fileutils' configure.in.
60288
60289         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
60290         code. Moved tests into their own function (_jm_DECL_HEADERS) in
60291         check-decl.m4.
60292
60293         * m4/check-decl.m4: Use #if rather than #ifdef.
60294         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
60295         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
60296         (_jm_DECL_HEADERS): Define new function.
60297         (jm_CHECK_DECLARATIONS): Require it.
60298
60299 2000-01-22  Jim Meyering  <meyering@lucent.com>
60300
60301         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
60302         [! HAVE_DECL_STRTOULL]: Declare strtoull.
60303         Required for some AIX systems.  Reported by Christian Krackowizer.
60304         [TESTING] (main): New function.
60305
60306         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
60307         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
60308         letters.
60309
60310         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
60311         iswprint.
60312
60313         * lib/strverscmp.c (ISDIGIT): Define.
60314         (strverscmp): Use ISDIGIT, not isdigit.
60315
60316 2000-01-19  Jim Meyering  <meyering@lucent.com>
60317
60318         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
60319         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
60320         defines `struct timespec' in <sys/time.h>
60321
60322         * m4/c-bs-a.m4: Remove uses of changequote altogether.
60323         Thanks to Akim for explaining.
60324
60325 2000-01-17  Paul Eggert  <eggert@twinsun.com>
60326
60327         * lib/nanosleep.c (nanosleep):
60328         Don't use SA_INTERRUPT to decide whether to call sigaction, as
60329         POSIX.1 doesn't require SA_INTERRUPT and some systems
60330         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
60331         it's been part of POSIX.1 since day 1 (in 1988).
60332
60333 2000-01-17  Jim Meyering  <meyering@lucent.com>
60334
60335         * lib/interlock: Remove unused file.  Reported by François Pinard.
60336
60337 2000-01-16  Paul Eggert  <eggert@twinsun.com>
60338
60339         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
60340         alert, backslash, formfeed, and vertical tab unnecessarily in
60341         shell quoting style.
60342
60343 2000-01-16  Jim Meyering  <meyering@lucent.com>
60344
60345         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
60346         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
60347         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
60348         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
60349
60350 2000-01-16  Jim Meyering  <meyering@lucent.com>
60351
60352         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
60353         because the latter didn't work.
60354
60355 2000-01-15  Jim Meyering  <meyering@lucent.com>
60356
60357         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
60358         (AC_REPLACE_FUNCS): Add memcpy and memset.
60359         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
60360         Add strpbrk.
60361         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
60362
60363 2000-01-12  Jim Meyering  <meyering@lucent.com>
60364
60365         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
60366         (jm_PREREQ): Use it.
60367         (jm_PREREQ_READUTMP): New macro.
60368         (jm_PREREQ): Use it.
60369
60370 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60371
60372         Quote multibyte characters correctly.
60373         * m4/c-bs-a.m4: New file.
60374         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
60375         (jm_PREREQ): Use it.
60376
60377 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60378
60379         * m4/uintmax_t.m4: Port to autoconf 2.13.
60380
60381 2000-01-08  Jim Meyering  <meyering@ascend.com>
60382
60383         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
60384         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
60385
60386 2000-01-04  Jim Meyering  <meyering@ascend.com>
60387
60388         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
60389         jm_STRUCT_DIRENT_D_TYPE.
60390         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
60391         jm_STRUCT_DIRENT_D_INO.
60392         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
60393         jm_STRUCT_UTIMBUF.
60394         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
60395         renamings.
60396         * m4/utime.m4: Likewise.
60397
60398         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
60399         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
60400
60401 2000-01-03  Paul Eggert  <eggert@twinsun.com>
60402
60403         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
60404         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
60405
60406 2000-01-02  Jim Meyering  <meyering@ascend.com>
60407
60408         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
60409         remember if this is necessary.
60410
60411 1999-12-26  Jim Meyering  <meyering@ascend.com>
60412
60413         * m4/jm-macros.m4: Use it here.
60414         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
60415
60416 1999-12-23  Jim Meyering  <meyering@ascend.com>
60417
60418         * m4/jm-macros.m4: Check for clock_gettime (moved from
60419         fileutils/configure.in)
60420         Check for gettimeofday.
60421
60422 1999-12-20  Jim Meyering  <meyering@ascend.com>
60423
60424         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
60425         autoconf-2.14a-1999-12-20.
60426
60427 1999-12-19  Jim Meyering  <meyering@ascend.com>
60428
60429         * m4/lstat-slash.m4: New file.
60430         * m4/jm-macros.m4: Use the new macro:
60431         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
60432
60433 1999-12-07  Jim Meyering  <meyering@ascend.com>
60434
60435         * m4/perl.m4: Require that File::Compare be available, too.
60436         Too many systems seem to lack it.
60437
60438         * m4/strftime.m4: Add checks for most of the cpp macros tested in
60439         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
60440
60441 1999-11-18  Paul Eggert  <eggert@twinsun.com>
60442
60443         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
60444         problem with the QNX 4.25 shell, which doesn't propagate exit
60445         status of failed commands inside shell assignments.
60446
60447 1999-11-17  Jim Meyering  <meyering@ascend.com>
60448
60449         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
60450
60451 1999-11-07  Jim Meyering  <meyering@ascend.com>
60452
60453         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
60454
60455 1999-11-06  Jim Meyering  <meyering@ascend.com>
60456
60457         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
60458         * m4/jm-macros.m4 (jm_MACROS): Use it here.
60459
60460 1999-11-05  Jim Meyering  <meyering@ascend.com>
60461
60462         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
60463         configure.in of textutils, fileutils, and sh-utils into this one
60464         (shared between those packages) file.
60465         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
60466         AC_STRUCT_ST_BLKSIZE.
60467
60468 1999-11-03  Jim Meyering  <meyering@ascend.com>
60469
60470         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
60471         of AC_CHECK_TYPE checks includes unistd.h.
60472         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
60473         Suggestion from Akim Demaille.
60474
60475 1999-10-30  Jim Meyering  <meyering@ascend.com>
60476
60477         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
60478         m4-quoted string.
60479         * m4/ls-mntd-fs.m4: Likewise.
60480         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
60481         * m4/jm-winsz1.m4: Likewise.
60482
60483         * m4/const.m4: Remove file, since the fix made it into the experimental
60484         version of autoconf.
60485         * m4/mktime.m4: Likewise.
60486
60487         * m4/check-type.m4: Remove file, now that the latest version of
60488         AC_CHECK_TYPE takes a third arg to specify additional #includes.
60489
60490         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
60491         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
60492         AC_CHECK_TYPE.
60493
60494 1999-10-04  Jim Meyering  <meyering@ascend.com>
60495
60496         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
60497
60498 1999-09-22  Paul Eggert  <eggert@twinsun.com>
60499
60500         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
60501         2.95.1 bug with HP-UX 10.20.
60502
60503 1999-09-17  Jim Meyering  <meyering@ascend.com>
60504
60505         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
60506         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
60507         due to missing strdup (against sh-utils-2.0).
60508
60509 1999-08-29  Jim Meyering  <meyering@ascend.com>
60510
60511         * m4/jm-macros.m4: Require jm_BISON.
60512         * m4/bison.m4: New file.
60513
60514 1999-08-17  Paul Eggert  <eggert@twinsun.com>
60515
60516         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
60517         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
60518
60519 1999-08-05  Jim Meyering  <meyering@ascend.com>
60520
60521         * m4/getline.m4: Rename test file from conftestdata to conftest.data
60522         to avoid conflicts with `conftest' on 8+3 filesystems.
60523         Suggestion from Eli Zaretskii.
60524
60525 1999-08-04  Jim Meyering  <meyering@ascend.com>
60526
60527         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
60528         fileutils and sh-utils (textutils's getline test was inadequate).
60529         (AM_FUNC_GETLINE): Run this test.
60530         (AC_CHECK_FUNCS): Check for getdelim.
60531         Reported by Bob Proulx.
60532
60533 1999-08-02  Jim Meyering  <meyering@ascend.com>
60534
60535         * m4/jm-macros.m4: Add a comment.
60536
60537 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60538
60539         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
60540         <inttypes.h> defines strtoumax as a macro (and not as a
60541         function).
60542
60543 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60544
60545         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
60546         that we can shift, multiply and divide unsigned long long
60547         values; Ultrix cc can't do it.
60548
60549 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60550
60551         * m4/mktime.m4: New file, which is a preview of what should appear
60552         in the next public autoconf release.
60553
60554 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60555
60556         * m4/lfs.m4: Remove this file.
60557         * m4/largefile.m4: New file.  It contains the old contents of
60558         lfs.m4, except that all names with prefix AC_LFS have been
60559         changed to use the prefix AC_SYS_LARGEFILE instead, to be
60560         compatible with future autoconf versions.  Also, some minor m4
60561         quoting problems have been fixed.
60562
60563 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60564
60565         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
60566         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
60567         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
60568         and simplify the shell code.
60569
60570 1999-08-01  Jim Meyering  <meyering@ascend.com>
60571
60572         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
60573         m4.
60574
60575 1999-07-20  Jim Meyering  <meyering@ascend.com>
60576
60577         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
60578
60579 1999-07-15  Jim Meyering  <meyering@ascend.com>
60580
60581         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
60582
60583 1999-05-22  Jim Meyering  <meyering@ascend.com>
60584
60585         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
60586
60587 1999-05-20  Jim Meyering  <meyering@ascend.com>
60588
60589         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
60590         Add a colon after each `then' in case $4 is empty.
60591
60592 1999-05-16  Jim Meyering  <meyering@ascend.com>
60593
60594         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
60595
60596 1999-05-10  Jim Meyering  <meyering@ascend.com>
60597
60598         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
60599
60600         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
60601         AC_FUNC_MKTIME.
60602
60603 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
60604
60605         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
60606
60607 1999-05-04  Paul Eggert  <eggert@twinsun.com>
60608
60609         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
60610         not CPPFLAGS, so that linking works correctly in IRIX.
60611
60612 1999-04-30  Paul Eggert  <eggert@twinsun.com>
60613
60614         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
60615
60616 1999-04-20  Paul Eggert  <eggert@twinsun.com>
60617
60618         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
60619         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
60620         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
60621         jm_AC_TYPE_UNSIGNED_LONG_LONG.
60622         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
60623
60624         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
60625
60626 1999-04-20  Jim Meyering  <meyering@ascend.com>
60627
60628         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
60629         AC_REPLACE xstroull if necessary.  From Paul Eggert.
60630         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
60631
60632 1999-04-18  Jim Meyering  <meyering@ascend.com>
60633
60634         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
60635         * m4/jm-macros.m4: Use it.
60636
60637 1999-04-06  Jim Meyering  <meyering@ascend.com>
60638
60639         * m4/strftime.m4: Remove test for %f.
60640
60641 1999-03-29  Jim Meyering  <meyering@ascend.com>
60642
60643         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
60644         superset of the AC_TYPE_* checks in the textutils, fileutils,
60645         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
60646         AC_TYPE_PID_T.
60647
60648 1999-03-28  Jim Meyering  <meyering@ascend.com>
60649
60650         * m4/jm-macros.m4: Define GNU_PACKAGE here.
60651         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
60652         replaced e.g., in the *.sh files of the sh-utils.
60653
60654 1999-03-20  Jim Meyering  <meyering@ascend.com>
60655
60656         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
60657         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
60658         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
60659
60660 1999-03-19  Jim Meyering  <meyering@ascend.com>
60661
60662         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
60663
60664 1999-03-12  Jim Meyering  <meyering@ascend.com>
60665
60666         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
60667
60668 1999-03-07  Jim Meyering  <meyering@ascend.com>
60669
60670         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
60671         declared.
60672
60673 1999-02-17  Jim Meyering  <meyering@ascend.com>
60674
60675         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
60676         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
60677
60678 1999-02-07  Jim Meyering  <meyering@ascend.com>
60679
60680         * m4/group-member.m4: New file -- extracted from sh-utils'
60681         configure.in.
60682
60683         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
60684         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
60685
60686 1999-02-06  Jim Meyering  <meyering@ascend.com>
60687
60688         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
60689         * m4/fnmatch.m4: Likewise.
60690         * m4/getgroups.m4: Likewise.
60691         * m4/lstat.m4: Likewise.
60692         * m4/malloc.m4: Likewise.
60693         * m4/putenv.m4: Likewise.
60694         * m4/realloc.m4: Likewise.
60695         * m4/regex.m4: Likewise.
60696         * m4/stat.m4: Likewise.
60697         * m4/strftime.m4: Likewise.
60698         Suggestion from Alain Magloire.
60699
60700         * m4/chown.m4: Use `.$ac_objext', not `.o'.
60701         * m4/fnmatch.m4: Likewise.
60702         * m4/getgroups.m4: Likewise.
60703         * m4/getline.m4: Likewise.
60704         * m4/lstat.m4: Likewise.
60705         * m4/malloc.m4: Likewise.
60706         * m4/memcmp.m4: Likewise.
60707         * m4/putenv.m4: Likewise.
60708         * m4/realloc.m4: Likewise.
60709         * m4/regex.m4: Likewise.
60710         * m4/stat.m4: Likewise.
60711         * m4/strftime.m4: Likewise.
60712         Suggestion from Alain Magloire.
60713
60714         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
60715         an argument.
60716
60717         * m4/regex.m4: Add a run-time Test for proper operation of
60718         re_compile_pattern.
60719
60720 1999-01-31  Jim Meyering  <meyering@ascend.com>
60721
60722         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
60723
60724 1999-01-30  Jim Meyering  <meyering@ascend.com>
60725
60726         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
60727
60728         * m4/jm-mktime.m4: Make this a wrapper around the official
60729         AM_FUNC_MKTIME rather than my private copy, now that the official one
60730         is up to date.
60731         * m4/mktime.m4: Remove file.
60732
60733         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
60734         * m4/uptime.m4: Likewise.
60735         * m4/uintmax_t.m4: Likewise.
60736
60737 1999-01-28  Jim Meyering  <meyering@ascend.com>
60738
60739         * m4/jm-macros.m4: Use jm_AFS.
60740         * m4/afs.m4: New file (from fileutils' configure.in).
60741
60742         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
60743         * m4/chown.m4: Likewise.
60744         * m4/d-ino.m4: Likewise.
60745         * m4/d-type.m4: Likewise.
60746         * m4/fnmatch.m4: Likewise.
60747         * m4/getgroups.m4: Likewise.
60748         * m4/gettext.m4: Likewise.
60749         * m4/jm-mktime.m4: Likewise.
60750         * m4/jm-winsz2.m4: Likewise.
60751         * m4/lcmessage.m4: Likewise.
60752         * m4/ls-mntd-fs.m4: Likewise.
60753         * m4/malloc.m4: Likewise.
60754         * m4/memcmp.m4: Likewise.
60755         * m4/putenv.m4: Likewise.
60756         * m4/realloc.m4: Likewise.
60757         * m4/st_mtim.m4: Likewise.
60758         * m4/strftime.m4: Likewise.
60759
60760 1999-01-16  Jim Meyering  <meyering@ascend.com>
60761
60762         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
60763         (ARGMATCH_DIE_DECL): Define.
60764
60765 1999-01-12  Jim Meyering  <meyering@ascend.com>
60766
60767         * m4/Makefile.am.in: Rewrite to avoid using fmt.
60768         Reported by Lars Hecking.
60769
60770 1999-01-10  Jim Meyering  <meyering@ascend.com>
60771
60772         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
60773         gross kludge.
60774         * m4/inttypes_h.m4: Likewise.
60775         * m4/lstat.m4: Likewise.
60776         * m4/malloc.m4: Likewise.
60777         * m4/readdir.m4: Likewise.
60778         * m4/realloc.m4: Likewise.
60779         * m4/st_dm_mode.m4: Likewise.
60780         * m4/stat.m4: Likewise.
60781         * m4/utimbuf.m4: Likewise.
60782         * m4/utimes.m4: Likewise.
60783
60784         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
60785         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
60786         comments in config.h.in are meaningful.
60787
60788         * m4/jm-macros.m4: Require autoconf-2.13 here.
60789
60790         * m4/regex.m4: By default, don't use the included regex.c on systems
60791         with glibc 2.  Suggestion from Uli Drepper.
60792
60793 1999-01-02  Jim Meyering  <meyering@ascend.com>
60794
60795         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
60796
60797 1998-12-18  Jim Meyering  <meyering@ascend.com>
60798
60799         * m4/Makefile.am.in (Makefile.am): Simplify rule.
60800         Based on a suggestion from Lars Hecking.
60801
60802 1998-11-16  Paul Eggert  <eggert@twinsun.com>
60803
60804         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
60805
60806 1998-11-16  Jim Meyering  <meyering@ascend.com>
60807
60808         * m4/lfs.m4: Double-quote the `uname...` expression.
60809
60810 1998-11-14  Jim Meyering  <meyering@ascend.com>
60811
60812         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
60813         * m4/stat.m4: Likewise.
60814
60815 1998-11-03  Jim Meyering  <meyering@ascend.com>
60816
60817         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
60818         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
60819
60820 1998-10-18  Jim Meyering  <meyering@ascend.com>
60821
60822         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
60823
60824 1998-10-17  Jim Meyering  <meyering@ascend.com>
60825
60826         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
60827         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
60828         calls for those previously hard-coded headers.  Instead, take a new
60829         parameter.
60830         (jm_CHECK_DECLARATIONS): Reflect interface change.
60831         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
60832         (jm_CHECK_DECL_LOCALTIME_R): New macro.
60833
60834         * m4/mktime.m4: Test for spring-forward gap before long-running test.
60835
60836 1998-10-14  Jim Meyering  <meyering@ascend.com>
60837
60838         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
60839         instead of "TZ=America/Vancouver".  From Paul Eggert.
60840
60841 1998-10-11  Jim Meyering  <meyering@ascend.com>
60842
60843         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
60844         This adds a test for a recently added compatibility fix for mktime.c.
60845         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
60846
60847 1998-09-27  Jim Meyering  <meyering@ascend.com>
60848
60849         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
60850
60851         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
60852         ../configure.in, including a change from Gordon Matzigkeit to allow
60853         cross-compiling for the Hurd.
60854
60855         * m4/glibc.m4: New file/macro to test for the GNU C Library
60856         versions 1 and 2.  From Gordon Matzigkeit.
60857         Indent.
60858
60859 1998-09-21  Jim Meyering  <meyering@ascend.com>
60860
60861         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
60862
60863 1998-08-18  Paul Eggert  <eggert@twinsun.com>
60864
60865         Port nanosecond-resolution times to UnixWare 2.1.2 and
60866         pedantic Solaris 2.6.
60867
60868         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
60869         AC_STRUCT_ST_MTIM.
60870         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
60871         Generate name of ns member, instead of just 1 or undef.
60872         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
60873
60874 1998-08-15  Jim Meyering  <meyering@ascend.com>
60875
60876         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
60877         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
60878         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
60879         instead of jm_TYPE_SSIZE_T.
60880
60881 1998-08-12  Jim Meyering  <meyering@ascend.com>
60882
60883         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
60884
60885 1998-08-02  Jim Meyering  <meyering@ascend.com>
60886
60887         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
60888         in acconfig.h manually.
60889
60890 1998-07-31  Paul Eggert  <eggert@twinsun.com>
60891
60892         * m4/st_mtim.m4: New file.
60893
60894 1998-07-28  Jim Meyering  <meyering@ascend.com>
60895
60896         * m4/utimes.m4: Undef stat.
60897
60898 1998-07-25  Jim Meyering  <meyering@ascend.com>
60899
60900         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
60901         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
60902
60903 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
60904
60905         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
60906         uid and gid actually remain unchanged.
60907
60908 1998-07-07  Jim Meyering  <meyering@ascend.com>
60909
60910         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
60911
60912 1998-07-04  Jim Meyering  <meyering@ascend.com>
60913
60914         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
60915         to prove that this macro can be used in packages without regex.c.
60916
60917 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
60918
60919         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
60920         is to be used.
60921
60922 1998-07-03  Jim Meyering  <meyering@ascend.com>
60923
60924         * m4/gettext.m4: Add -lintl if it's found to be necessary.
60925
60926         * m4/gettext.m4: New file -- from gettext-0.10.35.
60927         * m4/lcmessage.m4: Likewise.
60928         * m4/progtest.m4: Likewise.
60929
60930         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
60931         * m4/jm-macros.m4: Require the new macro.
60932
60933 1998-06-29  Jim Meyering  <meyering@ascend.com>
60934
60935         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
60936         for the definition of NGROUPS (used in a system header included
60937         by sys/mount.h).
60938
60939 1998-06-28  Jim Meyering  <meyering@ascend.com>
60940
60941         * m4/ls-mntd-fs.m4: New file.
60942         * m4/fstypename.m4: New file.
60943
60944         * m4/jm-macros.m4: Require the new macro.
60945         * m4/jm-glibc-io.m4: New file.
60946
60947 1998-05-19  Jim Meyering  <meyering@ascend.com>
60948
60949         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
60950         * m4/lchown.m4: New file.
60951
60952         * m4/Makefile.am.in: New file.
60953         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
60954
60955 1998-05-14  Jim Meyering  <meyering@ascend.com>
60956
60957         * m4/Makefile.am (EXTRA_DIST): Add them.
60958         * m4/jm-macros.m4: New file.
60959         * m4/utimbuf.m4: New file.
60960
60961 1998-05-12  Jim Meyering  <meyering@ascend.com>
60962
60963         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
60964
60965 1998-05-11  Jim Meyering  <meyering@ascend.com>
60966
60967         * m4/isc-posix.m4: New file.
60968
60969 1998-05-10  Jim Meyering  <meyering@ascend.com>
60970
60971         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
60972
60973 1998-05-09  Jim Meyering  <meyering@ascend.com>
60974
60975         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
60976         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
60977         with automake.
60978
60979         * m4/ssize_t.m4: New file.
60980         * m4/mktime.m4: Remove file -- the new automake has this now.
60981
60982 1998-04-26  Jim Meyering  <meyering@ascend.com>
60983
60984         * m4/assert.m4: New file.
60985         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
60986
60987 1998-04-05  Jim Meyering  <meyering@ascend.com>
60988
60989         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
60990         (jm_PREREQ): Use it here.
60991
60992 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
60993
60994         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
60995         in acconfig.h.
60996
60997 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
60998
60999         * m4/prereq.m4: New file.
61000         * m4/error.m4: New file.
61001         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
61002
61003 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
61004
61005         * m4/getline.m4: Don't set am_cv_func_working_getline before the
61006         cache-check for the same variable -- that defeated the purpose of
61007         the test; the test program was never run.  This was a problem only
61008         on systems with losing getline functions -- HP-UX 10.20 is one.
61009         Reported by Bjorn Helgaas.
61010
61011 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
61012
61013         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
61014
61015 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
61016
61017         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
61018
61019         * m4/const.m4: New file.  Use an initializer in this declaration
61020         typedef int charset[2]; const charset x;
61021         Reported by Bob Glickstein.
61022
61023 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
61024
61025         * m4/chown.m4: Fix reversed types on -1 args to chown.
61026         From Kaveh Ghazi.
61027
61028 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
61029
61030         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
61031         Add lseek and memchr.
61032
61033         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
61034         T.E.Dickey <dickey@clark.net> said that some older preprocessors
61035         have a 20-character limit on names.
61036
61037 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
61038
61039         * m4/inttypes_h.m4: New file.
61040         * m4/uintmax_t.m4: New file.
61041         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
61042
61043
61044         -----
61045
61046         Local Variables:
61047         coding: utf-8
61048         End:
61049
61050         Copyright (C) 1997-2010 Free Software Foundation, Inc.
61051
61052         Copying and distribution of this file, with or without
61053         modification, are permitted provided the copyright notice
61054         and this notice are preserved.